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

The Boot.CreateSpec class describes settings used when booting a virtual machine. More...

List of all members.

Public Member Functions

 CreateSpec ()
 Creates a default new instance.
vmware.vcenter.vm.hardware.BootTypes.Type Get_Type ()
 Firmware type to be used by the virtual machine.
void SetType (vmware.vcenter.vm.hardware.BootTypes.Type type)
 Firmware type to be 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 should automatically retry the boot process after a failure.
void SetRetry (bool?retry)
 Flag indicating whether the virtual machine should 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 should automatically enter setup mode the next time the virtual machine boots.
void SetEnterSetupMode (bool?enterSetupMode)
 Flag indicating whether the firmware boot process should 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.CreateSpec class describes settings used when booting a virtual machine.


Constructor & Destructor Documentation

vmware::vcenter::vm::hardware::BootTypes::CreateSpec::CreateSpec ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::vm::hardware::BootTypes::CreateSpec::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vm::hardware::BootTypes::CreateSpec::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vm::hardware::BootTypes::CreateSpec::_GetType ( ) [inline]
bool vmware::vcenter::vm::hardware::BootTypes::CreateSpec::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vm::hardware::BootTypes::CreateSpec::_Validate ( ) [inline]
override bool vmware::vcenter::vm::hardware::BootTypes::CreateSpec::Equals ( object  obj) [inline]
vmware.vcenter.vm.hardware.BootTypes.Type vmware::vcenter::vm::hardware::BootTypes::CreateSpec::Get_Type ( ) [inline]

Firmware type to be used by the virtual machine.

long vmware::vcenter::vm::hardware::BootTypes::CreateSpec::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::CreateSpec::GetEfiLegacyBoot ( ) [inline]

Flag indicating whether to use EFI legacy boot mode.

bool vmware::vcenter::vm::hardware::BootTypes::CreateSpec::GetEnterSetupMode ( ) [inline]

Flag indicating whether the firmware boot process should 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::CreateSpec::GetHashCode ( ) [inline]
vmware.vcenter.vm.hardware.BootTypes.NetworkProtocol vmware::vcenter::vm::hardware::BootTypes::CreateSpec::GetNetworkProtocol ( ) [inline]

Protocol to use when attempting to boot the virtual machine over the network.

bool vmware::vcenter::vm::hardware::BootTypes::CreateSpec::GetRetry ( ) [inline]

Flag indicating whether the virtual machine should automatically retry the boot process after a failure.

long vmware::vcenter::vm::hardware::BootTypes::CreateSpec::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::CreateSpec::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::CreateSpec::SetEfiLegacyBoot ( bool?  efiLegacyBoot) [inline]

Flag indicating whether to use EFI legacy boot mode.

void vmware::vcenter::vm::hardware::BootTypes::CreateSpec::SetEnterSetupMode ( bool?  enterSetupMode) [inline]

Flag indicating whether the firmware boot process should 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::CreateSpec::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::CreateSpec::SetRetry ( bool?  retry) [inline]

Flag indicating whether the virtual machine should automatically retry the boot process after a failure.

void vmware::vcenter::vm::hardware::BootTypes::CreateSpec::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::CreateSpec::SetType ( vmware.vcenter.vm.hardware.BootTypes.Type  type) [inline]

Firmware type to be used by the virtual machine.

override string vmware::vcenter::vm::hardware::BootTypes::CreateSpec::ToString ( ) [inline]

The documentation for this class was generated from the following file: