VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::vm::hardware::FloppyTypes::UpdateSpec Class Reference

The Floppy.UpdateSpec class describes the updates to be made to the configuration of a virtual floppy drive. More...

List of all members.

Public Member Functions

 UpdateSpec ()
 Creates a default new instance.
vmware.vcenter.vm.hardware.FloppyTypes.BackingSpec GetBacking ()
 Physical resource backing for the virtual floppy drive.
void SetBacking (vmware.vcenter.vm.hardware.FloppyTypes.BackingSpec backing)
 Physical resource backing for the virtual floppy drive.
bool GetStartConnected ()
 Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
void SetStartConnected (bool?startConnected)
 Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
bool GetAllowGuestControl ()
 Flag indicating whether the guest can connect and disconnect the device.
void SetAllowGuestControl (bool?allowGuestControl)
 Flag indicating whether the guest can connect and disconnect the device.
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 Floppy.UpdateSpec class describes the updates to be made to the configuration of a virtual floppy drive.


Constructor & Destructor Documentation

vmware::vcenter::vm::hardware::FloppyTypes::UpdateSpec::UpdateSpec ( ) [inline]

Creates a default new instance.


Member Function Documentation

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

Flag indicating whether the guest can connect and disconnect the device.

vmware.vcenter.vm.hardware.FloppyTypes.BackingSpec vmware::vcenter::vm::hardware::FloppyTypes::UpdateSpec::GetBacking ( ) [inline]

Physical resource backing for the virtual floppy drive.

This field may only be modified if the virtual machine is not powered on or the virtual floppy drive is not connected.

override int vmware::vcenter::vm::hardware::FloppyTypes::UpdateSpec::GetHashCode ( ) [inline]
bool vmware::vcenter::vm::hardware::FloppyTypes::UpdateSpec::GetStartConnected ( ) [inline]

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

void vmware::vcenter::vm::hardware::FloppyTypes::UpdateSpec::SetAllowGuestControl ( bool?  allowGuestControl) [inline]

Flag indicating whether the guest can connect and disconnect the device.

void vmware::vcenter::vm::hardware::FloppyTypes::UpdateSpec::SetBacking ( vmware.vcenter.vm.hardware.FloppyTypes.BackingSpec  backing) [inline]

Physical resource backing for the virtual floppy drive.

This field may only be modified if the virtual machine is not powered on or the virtual floppy drive is not connected.

void vmware::vcenter::vm::hardware::FloppyTypes::UpdateSpec::SetStartConnected ( bool?  startConnected) [inline]

Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.

override string vmware::vcenter::vm::hardware::FloppyTypes::UpdateSpec::ToString ( ) [inline]

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