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

The Floppy.BackingSpec class provides a specification of the physical resource backing a virtual floppy drive. More...

List of all members.

Public Member Functions

 BackingSpec ()
 Creates a default new instance.
vmware.vcenter.vm.hardware.FloppyTypes.BackingType Get_Type ()
 Backing type for the virtual floppy drive.
void SetType (vmware.vcenter.vm.hardware.FloppyTypes.BackingType type)
 Backing type for the virtual floppy drive.
string GetImageFile ()
 Path of the image file that should be used as the virtual floppy drive backing.
void SetImageFile (string imageFile)
 Path of the image file that should be used as the virtual floppy drive backing.
string GetHostDevice ()
 Name of the device that should be used as the virtual floppy drive backing.
void SetHostDevice (string hostDevice)
 Name of the device that should be used as the virtual floppy drive backing.
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.BackingSpec class provides a specification of the physical resource backing a virtual floppy drive.


Constructor & Destructor Documentation

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

Creates a default new instance.


Member Function Documentation

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

Backing type for the virtual floppy drive.

override int vmware::vcenter::vm::hardware::FloppyTypes::BackingSpec::GetHashCode ( ) [inline]
string vmware::vcenter::vm::hardware::FloppyTypes::BackingSpec::GetHostDevice ( ) [inline]

Name of the device that should be used as the virtual floppy drive backing.

string vmware::vcenter::vm::hardware::FloppyTypes::BackingSpec::GetImageFile ( ) [inline]

Path of the image file that should be used as the virtual floppy drive backing.

void vmware::vcenter::vm::hardware::FloppyTypes::BackingSpec::SetHostDevice ( string  hostDevice) [inline]

Name of the device that should be used as the virtual floppy drive backing.

void vmware::vcenter::vm::hardware::FloppyTypes::BackingSpec::SetImageFile ( string  imageFile) [inline]

Path of the image file that should be used as the virtual floppy drive backing.

void vmware::vcenter::vm::hardware::FloppyTypes::BackingSpec::SetType ( vmware.vcenter.vm.hardware.FloppyTypes.BackingType  type) [inline]

Backing type for the virtual floppy drive.

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

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