Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualMachineDefaultPowerOpInfo(vim.vm.DefaultPowerOpInfo)
- Property of
- VirtualMachineConfigInfo, VirtualMachineConfigSpec
- Extends
- DynamicData
- Since
- 2.0
Data Object Description
The DefaultPowerOpInfo data object type holds the configured defaults for the power operations on a virtual machine. The properties indicated whether to do a "soft" or guest initiated operation, or a "hard" operation.Properties
Name | Type | Description |
---|---|---|
defaultPowerOffType* | xsd:string |
Default operation for power off: soft or hard
|
defaultResetType* | xsd:string |
Default operation for reset: soft or hard
|
defaultSuspendType* | xsd:string |
Default operation for suspend: soft or hard
|
powerOffType* | xsd:string |
Describes the default power off type for this virtual machine.
The possible values are specified by the PowerOpType.
|
resetType* | xsd:string |
Describes the default reset type for this virtual machine.
The possible values are specified by the PowerOpType.
|
standbyAction* | xsd:string |
Behavior of virtual machine when it receives the S1 ACPI call.
|
suspendType* | xsd:string |
Describes the default suspend type for this virtual machine.
The possible values are specified by the PowerOpType.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |