public class VirtualMachineGuestSummary extends DynamicData
Java class for VirtualMachineGuestSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineGuestSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="guestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="guestFullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="toolsStatus" type="{urn:vim25}VirtualMachineToolsStatus" minOccurs="0"/>
<element name="toolsVersionStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="toolsVersionStatus2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="toolsRunningStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
guestFullName |
protected String |
guestId |
protected String |
hostName |
protected String |
ipAddress |
protected String |
toolsRunningStatus |
protected VirtualMachineToolsStatus |
toolsStatus |
protected String |
toolsVersionStatus |
protected String |
toolsVersionStatus2 |
| Constructor and Description |
|---|
VirtualMachineGuestSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGuestFullName()
Gets the value of the guestFullName property.
|
String |
getGuestId()
Gets the value of the guestId property.
|
String |
getHostName()
Gets the value of the hostName property.
|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
String |
getToolsRunningStatus()
Gets the value of the toolsRunningStatus property.
|
VirtualMachineToolsStatus |
getToolsStatus()
Gets the value of the toolsStatus property.
|
String |
getToolsVersionStatus()
Gets the value of the toolsVersionStatus property.
|
String |
getToolsVersionStatus2()
Gets the value of the toolsVersionStatus2 property.
|
void |
setGuestFullName(String value)
Sets the value of the guestFullName property.
|
void |
setGuestId(String value)
Sets the value of the guestId property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setToolsRunningStatus(String value)
Sets the value of the toolsRunningStatus property.
|
void |
setToolsStatus(VirtualMachineToolsStatus value)
Sets the value of the toolsStatus property.
|
void |
setToolsVersionStatus(String value)
Sets the value of the toolsVersionStatus property.
|
void |
setToolsVersionStatus2(String value)
Sets the value of the toolsVersionStatus2 property.
|
protected String guestId
protected String guestFullName
protected VirtualMachineToolsStatus toolsStatus
protected String toolsVersionStatus
protected String toolsVersionStatus2
protected String toolsRunningStatus
protected String hostName
protected String ipAddress
public String getGuestId()
Stringpublic void setGuestId(String value)
value - allowed object is
Stringpublic String getGuestFullName()
Stringpublic void setGuestFullName(String value)
value - allowed object is
Stringpublic VirtualMachineToolsStatus getToolsStatus()
VirtualMachineToolsStatuspublic void setToolsStatus(VirtualMachineToolsStatus value)
value - allowed object is
VirtualMachineToolsStatuspublic String getToolsVersionStatus()
Stringpublic void setToolsVersionStatus(String value)
value - allowed object is
Stringpublic String getToolsVersionStatus2()
Stringpublic void setToolsVersionStatus2(String value)
value - allowed object is
Stringpublic String getToolsRunningStatus()
Stringpublic void setToolsRunningStatus(String value)
value - allowed object is
Stringpublic String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic String getIpAddress()
StringCopyright © 2018. All rights reserved.