public class VStorageObjectConfigInfo extends BaseConfigInfo
Java class for VStorageObjectConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VStorageObjectConfigInfo">
<complexContent>
<extension base="{urn:vim25}BaseConfigInfo">
<sequence>
<element name="capacityInMB" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="consumptionType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="consumerId" type="{urn:vim25}ID" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
capacityInMB |
protected List<ID> |
consumerId |
protected List<String> |
consumptionType |
backing, createTime, id, name| Constructor and Description |
|---|
VStorageObjectConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacityInMB()
Gets the value of the capacityInMB property.
|
List<ID> |
getConsumerId()
Gets the value of the consumerId property.
|
List<String> |
getConsumptionType()
Gets the value of the consumptionType property.
|
void |
setCapacityInMB(long value)
Sets the value of the capacityInMB property.
|
getBacking, getCreateTime, getId, getName, setBacking, setCreateTime, setId, setNamepublic long getCapacityInMB()
public void setCapacityInMB(long value)
public List<String> getConsumptionType()
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 consumptionType property.
For example, to add a new item, do as follows:
getConsumptionType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<ID> getConsumerId()
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 consumerId property.
For example, to add a new item, do as follows:
getConsumerId().add(newItem);
Objects of the following type(s) are allowed in the list
ID
Copyright © 2018. All rights reserved.