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

The Parallel.BackingInfo class contains information about the physical resource backing a virtual parallel port. More...

List of all members.

Public Member Functions

 BackingInfo ()
 Creates a default new instance.
vmware.vcenter.vm.hardware.ParallelTypes.BackingType Get_Type ()
 Backing type for the virtual parallel port.
void SetType (vmware.vcenter.vm.hardware.ParallelTypes.BackingType type)
 Backing type for the virtual parallel port.
string GetFile ()
 Path of the file backing the virtual parallel port.
void SetFile (string file)
 Path of the file backing the virtual parallel port.
string GetHostDevice ()
 Name of the device backing the virtual parallel port.
void SetHostDevice (string hostDevice)
 Name of the device backing the virtual parallel port.
bool GetAutoDetect ()
 Flag indicating whether the virtual parallel port is configured to automatically detect a suitable host device.
void SetAutoDetect (bool?autoDetect)
 Flag indicating whether the virtual parallel port 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 Parallel.BackingInfo class contains information about the physical resource backing a virtual parallel port.


Constructor & Destructor Documentation

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

Creates a default new instance.


Member Function Documentation

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

Backing type for the virtual parallel port.

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

Flag indicating whether the virtual parallel port is configured to automatically detect a suitable host device.

string vmware::vcenter::vm::hardware::ParallelTypes::BackingInfo::GetFile ( ) [inline]

Path of the file backing the virtual parallel port.

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

Name of the device backing the virtual parallel port.

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

Flag indicating whether the virtual parallel port is configured to automatically detect a suitable host device.

void vmware::vcenter::vm::hardware::ParallelTypes::BackingInfo::SetFile ( string  file) [inline]

Path of the file backing the virtual parallel port.

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

Name of the device backing the virtual parallel port.

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

Backing type for the virtual parallel port.

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

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