public class VRPEditSpec extends DynamicData
Java class for VRPEditSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VRPEditSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vrpId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cpuAllocation" type="{urn:vim25}VrpResourceAllocationInfo" minOccurs="0"/>
<element name="memoryAllocation" type="{urn:vim25}VrpResourceAllocationInfo" minOccurs="0"/>
<element name="addedHubs" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="removedHubs" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="changeVersion" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ManagedObjectReference> |
addedHubs |
protected Long |
changeVersion |
protected VrpResourceAllocationInfo |
cpuAllocation |
protected String |
description |
protected VrpResourceAllocationInfo |
memoryAllocation |
protected List<ManagedObjectReference> |
removedHubs |
protected String |
vrpId |
| Constructor and Description |
|---|
VRPEditSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedObjectReference> |
getAddedHubs()
Gets the value of the addedHubs property.
|
Long |
getChangeVersion()
Gets the value of the changeVersion property.
|
VrpResourceAllocationInfo |
getCpuAllocation()
Gets the value of the cpuAllocation property.
|
String |
getDescription()
Gets the value of the description property.
|
VrpResourceAllocationInfo |
getMemoryAllocation()
Gets the value of the memoryAllocation property.
|
List<ManagedObjectReference> |
getRemovedHubs()
Gets the value of the removedHubs property.
|
String |
getVrpId()
Gets the value of the vrpId property.
|
void |
setChangeVersion(Long value)
Sets the value of the changeVersion property.
|
void |
setCpuAllocation(VrpResourceAllocationInfo value)
Sets the value of the cpuAllocation property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMemoryAllocation(VrpResourceAllocationInfo value)
Sets the value of the memoryAllocation property.
|
void |
setVrpId(String value)
Sets the value of the vrpId property.
|
protected String vrpId
protected String description
protected VrpResourceAllocationInfo cpuAllocation
protected VrpResourceAllocationInfo memoryAllocation
protected List<ManagedObjectReference> addedHubs
protected List<ManagedObjectReference> removedHubs
protected Long changeVersion
public String getVrpId()
Stringpublic void setVrpId(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic VrpResourceAllocationInfo getCpuAllocation()
VrpResourceAllocationInfopublic void setCpuAllocation(VrpResourceAllocationInfo value)
value - allowed object is
VrpResourceAllocationInfopublic VrpResourceAllocationInfo getMemoryAllocation()
VrpResourceAllocationInfopublic void setMemoryAllocation(VrpResourceAllocationInfo value)
value - allowed object is
VrpResourceAllocationInfopublic List<ManagedObjectReference> getAddedHubs()
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 addedHubs property.
For example, to add a new item, do as follows:
getAddedHubs().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public List<ManagedObjectReference> getRemovedHubs()
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 removedHubs property.
For example, to add a new item, do as follows:
getRemovedHubs().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public Long getChangeVersion()
LongCopyright © 2018. All rights reserved.