public class VasaProviderContainerSpec extends DynamicData
Java class for VasaProviderContainerSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VasaProviderContainerSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vasaProviderInfo" type="{urn:vim25}VimVasaProviderInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="scId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deleted |
protected String |
scId |
protected List<VimVasaProviderInfo> |
vasaProviderInfo |
| Constructor and Description |
|---|
VasaProviderContainerSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getScId()
Gets the value of the scId property.
|
List<VimVasaProviderInfo> |
getVasaProviderInfo()
Gets the value of the vasaProviderInfo property.
|
boolean |
isDeleted()
Gets the value of the deleted property.
|
void |
setDeleted(boolean value)
Sets the value of the deleted property.
|
void |
setScId(String value)
Sets the value of the scId property.
|
protected List<VimVasaProviderInfo> vasaProviderInfo
protected String scId
protected boolean deleted
public List<VimVasaProviderInfo> getVasaProviderInfo()
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 vasaProviderInfo property.
For example, to add a new item, do as follows:
getVasaProviderInfo().add(newItem);
Objects of the following type(s) are allowed in the list
VimVasaProviderInfo
public String getScId()
Stringpublic void setScId(String value)
value - allowed object is
Stringpublic boolean isDeleted()
public void setDeleted(boolean value)
Copyright © 2018. All rights reserved.