VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vm::hardware::SataAddressSpec Class Reference

The SataAddressSpec class contains information for specifying the address of a virtual device that is attached to a virtual SATA adapter of a virtual machine. More...

List of all members.

Classes

class  Builder
 Builder class for SataAddressSpec. More...

Public Member Functions

 SataAddressSpec ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
long GetBus ()
 Bus number of the adapter to which the device should be attached.
void SetBus (long bus)
 Bus number of the adapter to which the device should be attached.
long GetUnit ()
 Unit number of the device.
void SetUnit (long?unit)
 Unit number of the 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 SataAddressSpec class contains information for specifying the address of a virtual device that is attached to a virtual SATA adapter of a virtual machine.


Constructor & Destructor Documentation

vmware::vcenter::vm::hardware::SataAddressSpec::SataAddressSpec ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

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

Bus number of the adapter to which the device should be attached.

override int vmware::vcenter::vm::hardware::SataAddressSpec::GetHashCode ( ) [inline]
long vmware::vcenter::vm::hardware::SataAddressSpec::GetUnit ( ) [inline]

Unit number of the device.

void vmware::vcenter::vm::hardware::SataAddressSpec::SetBus ( long  bus) [inline]

Bus number of the adapter to which the device should be attached.

void vmware::vcenter::vm::hardware::SataAddressSpec::SetUnit ( long?  unit) [inline]

Unit number of the device.

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

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