GeneralHostProperties interface
The properties of a general host.
- Extends
Properties
| kind | The kind of host. |
Inherited Properties
| display |
Display name of the host in VMware vCenter. |
| fault |
|
| fqdn | Fully qualified domain name of the host. |
| maintenance | If provided, the host is in maintenance. The value is the reason for maintenance. |
| mo |
vCenter managed object reference ID of the host. |
| provisioning |
The state of the host provisioning. |
Property Details
kind
The kind of host.
kind: "General"
Property Value
"General"
Inherited Property Details
displayName
Display name of the host in VMware vCenter.
displayName?: string
Property Value
string
Inherited From HostProperties.displayName
faultDomain
fqdn
Fully qualified domain name of the host.
fqdn?: string
Property Value
string
Inherited From HostProperties.fqdn
maintenance
If provided, the host is in maintenance. The value is the reason for maintenance.
maintenance?: string
Property Value
string
Inherited From HostProperties.maintenance
moRefId
vCenter managed object reference ID of the host.
moRefId?: string
Property Value
string
Inherited From HostProperties.moRefId
provisioningState
The state of the host provisioning.
provisioningState?: string
Property Value
string
Inherited From HostProperties.provisioningState