The Boot.Info class contains information about the virtual machine boot process.
More...
List of all members.
Detailed Description
The Boot.Info class contains information about the virtual machine boot process.
Constructor & Destructor Documentation
| vmware::vcenter::vm::hardware::BootTypes::Info::Info |
( |
| ) |
[inline] |
Creates a default new instance.
Member Function Documentation
| T vmware::vcenter::vm::hardware::BootTypes::Info::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::vcenter::vm::hardware::BootTypes::Info::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::vm::hardware::BootTypes::Info::_GetType |
( |
| ) |
[inline] |
| bool vmware::vcenter::vm::hardware::BootTypes::Info::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::vcenter::vm::hardware::BootTypes::Info::_Validate |
( |
| ) |
[inline] |
| override bool vmware::vcenter::vm::hardware::BootTypes::Info::Equals |
( |
object |
obj | ) |
[inline] |
Firmware type used by the virtual machine.
| long vmware::vcenter::vm::hardware::BootTypes::Info::GetDelay |
( |
| ) |
[inline] |
Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on.
This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode.
| bool vmware::vcenter::vm::hardware::BootTypes::Info::GetEfiLegacyBoot |
( |
| ) |
[inline] |
Flag indicating whether to use EFI legacy boot mode.
| bool vmware::vcenter::vm::hardware::BootTypes::Info::GetEnterSetupMode |
( |
| ) |
[inline] |
Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots.
Note that this flag will automatically be reset to false once the virtual machine enters setup mode.
| override int vmware::vcenter::vm::hardware::BootTypes::Info::GetHashCode |
( |
| ) |
[inline] |
Protocol to use when attempting to boot the virtual machine over the network.
| bool vmware::vcenter::vm::hardware::BootTypes::Info::GetRetry |
( |
| ) |
[inline] |
Flag indicating whether the virtual machine will automatically retry the boot process after a failure.
| long vmware::vcenter::vm::hardware::BootTypes::Info::GetRetryDelay |
( |
| ) |
[inline] |
Delay in milliseconds before retrying the boot process after a failure; applicable only when Boot.Info.retry is true.
| void vmware::vcenter::vm::hardware::BootTypes::Info::SetDelay |
( |
long |
delay | ) |
[inline] |
Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on.
This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode.
| void vmware::vcenter::vm::hardware::BootTypes::Info::SetEfiLegacyBoot |
( |
bool? |
efiLegacyBoot | ) |
[inline] |
Flag indicating whether to use EFI legacy boot mode.
| void vmware::vcenter::vm::hardware::BootTypes::Info::SetEnterSetupMode |
( |
bool |
enterSetupMode | ) |
[inline] |
Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots.
Note that this flag will automatically be reset to false once the virtual machine enters setup mode.
Protocol to use when attempting to boot the virtual machine over the network.
| void vmware::vcenter::vm::hardware::BootTypes::Info::SetRetry |
( |
bool |
retry | ) |
[inline] |
Flag indicating whether the virtual machine will automatically retry the boot process after a failure.
| void vmware::vcenter::vm::hardware::BootTypes::Info::SetRetryDelay |
( |
long |
retryDelay | ) |
[inline] |
Delay in milliseconds before retrying the boot process after a failure; applicable only when Boot.Info.retry is true.
Firmware type used by the virtual machine.
| override string vmware::vcenter::vm::hardware::BootTypes::Info::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: