| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected VirtualMachineToolsStatus |
VirtualMachineGuestSummary.toolsStatus |
protected VirtualMachineToolsStatus |
GuestInfo.toolsStatus |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineToolsStatus |
VirtualMachineToolsStatus.fromValue(String v) |
VirtualMachineToolsStatus |
VirtualMachineGuestSummary.getToolsStatus()
Gets the value of the toolsStatus property.
|
VirtualMachineToolsStatus |
GuestInfo.getToolsStatus()
Gets the value of the toolsStatus property.
|
static VirtualMachineToolsStatus |
VirtualMachineToolsStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineToolsStatus[] |
VirtualMachineToolsStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualMachineGuestSummary.setToolsStatus(VirtualMachineToolsStatus value)
Sets the value of the toolsStatus property.
|
void |
GuestInfo.setToolsStatus(VirtualMachineToolsStatus value)
Sets the value of the toolsStatus property.
|
Copyright © 2018. All rights reserved.