public class HostConfigSummary extends DynamicData
Java class for HostConfigSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostConfigSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="sslThumbprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="product" type="{urn:vim25}AboutInfo" minOccurs="0"/>
<element name="vmotionEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="faultToleranceEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="featureVersion" type="{urn:vim25}HostFeatureVersionInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="agentVmDatastore" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="agentVmNetwork" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
agentVmDatastore |
protected ManagedObjectReference |
agentVmNetwork |
protected Boolean |
faultToleranceEnabled |
protected List<HostFeatureVersionInfo> |
featureVersion |
protected String |
name |
protected int |
port |
protected AboutInfo |
product |
protected String |
sslThumbprint |
protected boolean |
vmotionEnabled |
| Constructor and Description |
|---|
HostConfigSummary() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getAgentVmDatastore()
Gets the value of the agentVmDatastore property.
|
ManagedObjectReference |
getAgentVmNetwork()
Gets the value of the agentVmNetwork property.
|
List<HostFeatureVersionInfo> |
getFeatureVersion()
Gets the value of the featureVersion property.
|
String |
getName()
Gets the value of the name property.
|
int |
getPort()
Gets the value of the port property.
|
AboutInfo |
getProduct()
Gets the value of the product property.
|
String |
getSslThumbprint()
Gets the value of the sslThumbprint property.
|
Boolean |
isFaultToleranceEnabled()
Gets the value of the faultToleranceEnabled property.
|
boolean |
isVmotionEnabled()
Gets the value of the vmotionEnabled property.
|
void |
setAgentVmDatastore(ManagedObjectReference value)
Sets the value of the agentVmDatastore property.
|
void |
setAgentVmNetwork(ManagedObjectReference value)
Sets the value of the agentVmNetwork property.
|
void |
setFaultToleranceEnabled(Boolean value)
Sets the value of the faultToleranceEnabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setProduct(AboutInfo value)
Sets the value of the product property.
|
void |
setSslThumbprint(String value)
Sets the value of the sslThumbprint property.
|
void |
setVmotionEnabled(boolean value)
Sets the value of the vmotionEnabled property.
|
protected String name
protected int port
protected String sslThumbprint
protected AboutInfo product
protected boolean vmotionEnabled
protected Boolean faultToleranceEnabled
protected List<HostFeatureVersionInfo> featureVersion
protected ManagedObjectReference agentVmDatastore
protected ManagedObjectReference agentVmNetwork
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getPort()
public void setPort(int value)
public String getSslThumbprint()
Stringpublic void setSslThumbprint(String value)
value - allowed object is
Stringpublic AboutInfo getProduct()
AboutInfopublic void setProduct(AboutInfo value)
value - allowed object is
AboutInfopublic boolean isVmotionEnabled()
public void setVmotionEnabled(boolean value)
public Boolean isFaultToleranceEnabled()
Booleanpublic void setFaultToleranceEnabled(Boolean value)
value - allowed object is
Booleanpublic List<HostFeatureVersionInfo> getFeatureVersion()
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 featureVersion property.
For example, to add a new item, do as follows:
getFeatureVersion().add(newItem);
Objects of the following type(s) are allowed in the list
HostFeatureVersionInfo
public ManagedObjectReference getAgentVmDatastore()
ManagedObjectReferencepublic void setAgentVmDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getAgentVmNetwork()
ManagedObjectReferencepublic void setAgentVmNetwork(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.