|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Sata.Info class contains information about a virtual SATA adapter.
More...
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 > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
The Sata.Info class contains information about a virtual SATA adapter.
| vmware::vcenter::vm::hardware::adapter::SataTypes::Info::Info | ( | ) | [inline] |
Creates a default new instance.
| T vmware::vcenter::vm::hardware::adapter::SataTypes::Info::_ConvertTo< T > | ( | ) | [inline] |
| 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] |
| 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] |