VMware vSphere Automation SDK for .NET 6.5.0
vmware::vcenter::vm::hardware::adapter::SataTypes::Info Class Reference

The Sata.Info class contains information about a virtual SATA adapter. More...

List of all members.

Public Member Functions

 Info ()
 Creates a default new instance.
string GetLabel ()
 Device label.
void SetLabel (string label)
 Device label.
vmware.vcenter.vm.hardware.adapter.SataTypes.Type Get_Type ()
 Adapter type.
void SetType (vmware.vcenter.vm.hardware.adapter.SataTypes.Type type)
 Adapter type.
long GetBus ()
 SATA bus number.
void SetBus (long bus)
 SATA bus number.
long GetPciSlotNumber ()
 Address of the SATA adapter on the PCI bus.
void SetPciSlotNumber (long?pciSlotNumber)
 Address of the SATA adapter on the PCI bus.
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 Sata.Info class contains information about a virtual SATA adapter.


Constructor & Destructor Documentation

vmware::vcenter::vm::hardware::adapter::SataTypes::Info::Info ( ) [inline]

Creates a default new instance.


Member Function Documentation

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

Adapter type.

long vmware::vcenter::vm::hardware::adapter::SataTypes::Info::GetBus ( ) [inline]

SATA bus number.

override int vmware::vcenter::vm::hardware::adapter::SataTypes::Info::GetHashCode ( ) [inline]
string vmware::vcenter::vm::hardware::adapter::SataTypes::Info::GetLabel ( ) [inline]

Device label.

long vmware::vcenter::vm::hardware::adapter::SataTypes::Info::GetPciSlotNumber ( ) [inline]

Address of the SATA adapter on the PCI bus.

void vmware::vcenter::vm::hardware::adapter::SataTypes::Info::SetBus ( long  bus) [inline]

SATA bus number.

void vmware::vcenter::vm::hardware::adapter::SataTypes::Info::SetLabel ( string  label) [inline]

Device label.

void vmware::vcenter::vm::hardware::adapter::SataTypes::Info::SetPciSlotNumber ( long?  pciSlotNumber) [inline]

Address of the SATA adapter on the PCI bus.

void vmware::vcenter::vm::hardware::adapter::SataTypes::Info::SetType ( vmware.vcenter.vm.hardware.adapter.SataTypes.Type  type) [inline]

Adapter type.

override string vmware::vcenter::vm::hardware::adapter::SataTypes::Info::ToString ( ) [inline]

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