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

The Floppy.BackingInfo class contains information about the physical resource backing a virtual floppy drive. More...

List of all members.

Public Member Functions

 BackingInfo ()
 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 backing the virtual floppy drive.
void SetImageFile (string imageFile)
 Path of the image file backing the virtual floppy drive.
string GetHostDevice ()
 Name of the host device backing the virtual floppy drive.
void SetHostDevice (string hostDevice)
 Name of the host device backing the virtual floppy drive.
bool GetAutoDetect ()
 Flag indicating whether the virtual floppy drive is configured to automatically detect a suitable host device.
void SetAutoDetect (bool?autoDetect)
 Flag indicating whether the virtual floppy drive is configured to automatically detect a suitable host 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.BackingInfo class contains information about the physical resource backing a virtual floppy drive.


Constructor & Destructor Documentation

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

Creates a default new instance.


Member Function Documentation

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

Backing type for the virtual floppy drive.

bool vmware::vcenter::vm::hardware::FloppyTypes::BackingInfo::GetAutoDetect ( ) [inline]

Flag indicating whether the virtual floppy drive is configured to automatically detect a suitable host device.

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

Name of the host device backing the virtual floppy drive.

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

Path of the image file backing the virtual floppy drive.

void vmware::vcenter::vm::hardware::FloppyTypes::BackingInfo::SetAutoDetect ( bool?  autoDetect) [inline]

Flag indicating whether the virtual floppy drive is configured to automatically detect a suitable host device.

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

Name of the host device backing the virtual floppy drive.

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

Path of the image file backing the virtual floppy drive.

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

Backing type for the virtual floppy drive.

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

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