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