|
VMware vSphere Automation SDK for .NET 6.5.0
|
The Host.Summary class contains commonly used information about a host in vCenter Server.
More...
Public Member Functions | |
| Summary () | |
| Creates a default new instance. | |
| string | GetHost () |
| Identifier of the host. | |
| void | SetHost (string host) |
| Identifier of the host. | |
| string | GetName () |
| Name of the host. | |
| void | SetName (string name) |
| Name of the host. | |
| vmware.vcenter.HostTypes.ConnectionState | GetConnectionState () |
| Connection status of the host. | |
| void | SetConnectionState (vmware.vcenter.HostTypes.ConnectionState connectionState) |
| Connection status of the host. | |
| vmware.vcenter.HostTypes.PowerState | GetPowerState () |
| Power state of the host. | |
| void | SetPowerState (vmware.vcenter.HostTypes.PowerState powerState) |
| Power state of the host. | |
| 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 Host.Summary class contains commonly used information about a host in vCenter Server.
| vmware::vcenter::HostTypes::Summary::Summary | ( | ) | [inline] |
Creates a default new instance.
| T vmware::vcenter::HostTypes::Summary::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::HostTypes::Summary::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::HostTypes::Summary::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::HostTypes::Summary::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::HostTypes::Summary::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::HostTypes::Summary::Equals | ( | object | obj | ) | [inline] |
| vmware.vcenter.HostTypes.ConnectionState vmware::vcenter::HostTypes::Summary::GetConnectionState | ( | ) | [inline] |
Connection status of the host.
| override int vmware::vcenter::HostTypes::Summary::GetHashCode | ( | ) | [inline] |
| string vmware::vcenter::HostTypes::Summary::GetHost | ( | ) | [inline] |
Identifier of the host.
When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: HostSystem . When methods return a value of this class as a result, the field will be an identifier for the resource type: HostSystem .
| string vmware::vcenter::HostTypes::Summary::GetName | ( | ) | [inline] |
Name of the host.
| vmware.vcenter.HostTypes.PowerState vmware::vcenter::HostTypes::Summary::GetPowerState | ( | ) | [inline] |
Power state of the host.
| void vmware::vcenter::HostTypes::Summary::SetConnectionState | ( | vmware.vcenter.HostTypes.ConnectionState | connectionState | ) | [inline] |
Connection status of the host.
| void vmware::vcenter::HostTypes::Summary::SetHost | ( | string | host | ) | [inline] |
Identifier of the host.
When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: HostSystem . When methods return a value of this class as a result, the field will be an identifier for the resource type: HostSystem .
| void vmware::vcenter::HostTypes::Summary::SetName | ( | string | name | ) | [inline] |
Name of the host.
| void vmware::vcenter::HostTypes::Summary::SetPowerState | ( | vmware.vcenter.HostTypes.PowerState | powerState | ) | [inline] |
Power state of the host.
| override string vmware::vcenter::HostTypes::Summary::ToString | ( | ) | [inline] |