public class VimVasaProviderInfo extends DynamicData
Java class for VimVasaProviderInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VimVasaProviderInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="provider" type="{urn:vim25}VimVasaProvider"/>
<element name="arrayState" type="{urn:vim25}VimVasaProviderStatePerArray" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<VimVasaProviderStatePerArray> |
arrayState |
protected VimVasaProvider |
provider |
| Constructor and Description |
|---|
VimVasaProviderInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<VimVasaProviderStatePerArray> |
getArrayState()
Gets the value of the arrayState property.
|
VimVasaProvider |
getProvider()
Gets the value of the provider property.
|
void |
setProvider(VimVasaProvider value)
Sets the value of the provider property.
|
protected VimVasaProvider provider
protected List<VimVasaProviderStatePerArray> arrayState
public VimVasaProvider getProvider()
VimVasaProviderpublic void setProvider(VimVasaProvider value)
value - allowed object is
VimVasaProviderpublic List<VimVasaProviderStatePerArray> getArrayState()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the arrayState property.
For example, to add a new item, do as follows:
getArrayState().add(newItem);
Objects of the following type(s) are allowed in the list
VimVasaProviderStatePerArray
Copyright © 2018. All rights reserved.