HostMemberRuntimeInfo

HostMemberRuntimeInfo
HostMemberRuntimeInfo

The HostMemberRuntimeInfo data object contains healthcheck and status information about a host member of a distributed virtual switch.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "status": "string",
    "statusDetail": "string",
    "nsxtStatus": "string",
    "nsxtStatusDetail": "string",
    "healthCheckResult": [
        {
            "_typeName": "string",
            "summary": "string"
        }
    ]
}
host
Required

Reference to an instance of the HostSystem managed object.

string
status
Optional

Host proxy switch status.

See HostComponentState for valid values. This property replaces the deprecated DistributedVirtualSwitchHostMember.status.

string
statusDetail
Optional

Additional information regarding the current membership status of the host.

This property replaces the deprecated DistributedVirtualSwitchHostMember.statusDetail.

string
nsxtStatus
Optional

NSX-T component status.

string
nsxtStatusDetail
Optional

Additional information regarding the NSX-T component status.

healthCheckResult
Optional

Health check result for the host that joined the distributed virtual switch.