VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::vm::hardware::BootTypes::Info Class Reference

The Boot.Info class contains information about the virtual machine boot process. More...

List of all members.

Public Member Functions

 Info ()
 Creates a default new instance.
vmware.vcenter.vm.hardware.BootTypes.Type Get_Type ()
 Firmware type used by the virtual machine.
void SetType (vmware.vcenter.vm.hardware.BootTypes.Type type)
 Firmware type used by the virtual machine.
bool GetEfiLegacyBoot ()
 Flag indicating whether to use EFI legacy boot mode.
void SetEfiLegacyBoot (bool?efiLegacyBoot)
 Flag indicating whether to use EFI legacy boot mode.
vmware.vcenter.vm.hardware.BootTypes.NetworkProtocol GetNetworkProtocol ()
 Protocol to use when attempting to boot the virtual machine over the network.
void SetNetworkProtocol (vmware.vcenter.vm.hardware.BootTypes.NetworkProtocol networkProtocol)
 Protocol to use when attempting to boot the virtual machine over the network.
long GetDelay ()
 Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on.
void SetDelay (long delay)
 Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on.
bool GetRetry ()
 Flag indicating whether the virtual machine will automatically retry the boot process after a failure.
void SetRetry (bool retry)
 Flag indicating whether the virtual machine will automatically retry the boot process after a failure.
long GetRetryDelay ()
 Delay in milliseconds before retrying the boot process after a failure; applicable only when Boot.Info.retry is true.
void SetRetryDelay (long retryDelay)
 Delay in milliseconds before retrying the boot process after a failure; applicable only when Boot.Info.retry is true.
bool GetEnterSetupMode ()
 Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots.
void SetEnterSetupMode (bool enterSetupMode)
 Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

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]
vmware.vcenter.vm.hardware.BootTypes.Type vmware::vcenter::vm::hardware::BootTypes::Info::Get_Type ( ) [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]
vmware.vcenter.vm.hardware.BootTypes.NetworkProtocol vmware::vcenter::vm::hardware::BootTypes::Info::GetNetworkProtocol ( ) [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.

void vmware::vcenter::vm::hardware::BootTypes::Info::SetNetworkProtocol ( vmware.vcenter.vm.hardware.BootTypes.NetworkProtocol  networkProtocol) [inline]

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.

void vmware::vcenter::vm::hardware::BootTypes::Info::SetType ( vmware.vcenter.vm.hardware.BootTypes.Type  type) [inline]

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: