public class HostSpecification extends DynamicData
Java class for HostSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostSpecification">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="createdTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="subSpecs" type="{urn:vim25}HostSubSpecification" maxOccurs="unbounded" minOccurs="0"/>
<element name="changeID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeID |
protected XMLGregorianCalendar |
createdTime |
protected ManagedObjectReference |
host |
protected XMLGregorianCalendar |
lastModified |
protected List<HostSubSpecification> |
subSpecs |
| Constructor and Description |
|---|
HostSpecification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeID()
Gets the value of the changeID property.
|
XMLGregorianCalendar |
getCreatedTime()
Gets the value of the createdTime property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
List<HostSubSpecification> |
getSubSpecs()
Gets the value of the subSpecs property.
|
void |
setChangeID(String value)
Sets the value of the changeID property.
|
void |
setCreatedTime(XMLGregorianCalendar value)
Sets the value of the createdTime property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
protected XMLGregorianCalendar createdTime
protected XMLGregorianCalendar lastModified
protected ManagedObjectReference host
protected List<HostSubSpecification> subSpecs
protected String changeID
public XMLGregorianCalendar getCreatedTime()
XMLGregorianCalendarpublic void setCreatedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<HostSubSpecification> getSubSpecs()
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 subSpecs property.
For example, to add a new item, do as follows:
getSubSpecs().add(newItem);
Objects of the following type(s) are allowed in the list
HostSubSpecification
public String getChangeID()
StringCopyright © 2018. All rights reserved.