ComputeResourceDataModel

HostData contains the data need to connect to a Host.

Properties

NameDescription Additional information
HypervisorType

No documentation available.

Type: String

Address

No documentation available.

Type: String

ClusterFullPath

No documentation available.

Type: String

Networks

No documentation available.

Type: Array of String

HAServers

No documentation available.

Type: String

Id

No documentation available.

Type: String

Name

No documentation available.

Type: String

Sample

application/json

Sample:
{
  "HypervisorType": "sample string 1",
  "Address": "sample string 2",
  "ClusterFullPath": "sample string 3",
  "Networks": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "HAServers": "sample string 4",
  "Id": "sample string 5",
  "Name": "sample string 6"
}