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