Resource: HostsGetResponse
| JSON representation |
|---|
{ "resource": { "kind": string, "id": string, "creationTimestamp": string, "name": string, "zone": string, "selfLink": string, "selfLinkWithId": string, "aliasLinks": [ string ], "description": string, "state": enum, "status": { "physicalTopology": { "cluster": string, "block": string, "subBlock": string, "host": string }, "runningInstances": [ string ] } }, "etag": string } |
| Fields | |
|---|---|
resource |
|
resource.kind |
Output only. The type of resource. Always |
resource.id |
Output only. The unique identifier for this resource. This identifier is defined by the server. |
resource.creationTimestamp |
Output only. The creation timestamp, formatted as RFC3339 text. |
resource.name |
Output only. The name of the host. |
resource.zone |
Output only. The zone in which the host resides. |
resource.selfLink |
Output only. The self link of the host. |
resource.selfLinkWithId |
Output only. The self link with id of the host. |
resource.aliasLinks[] |
Output only. All aliases for this resource. e.g. projects/123/zones/us-centra1-a/reservation/r1/reservationBlock/b1/hosts/h1 |
resource.description |
An optional description of this resource. |
resource.state |
Output only. The state of the host. |
resource.status |
Output only. The status of the host |
resource.status.physicalTopology |
Output only. The physical topology of the reservation sub-block, if present |
resource.status.physicalTopology.cluster |
The cluster name of the reservation sub-block. |
resource.status.physicalTopology.block |
The unique identifier of the capacity block within the cluster. |
resource.status.physicalTopology.subBlock |
The unique identifier of the capacity sub-block within the capacity block. |
resource.status.physicalTopology.host |
The unique identifier of the capacity host within the capacity sub-block. |
resource.status.runningInstances[] |
Output only. The URIs of the instances currently running on this host. |
etag |
end_interface: MixerGetResponseWithEtagBuilder |
Methods |
|
|---|---|
|
Retrieves information about the specified host. |
|
Allows customers to get SBOM versions of a host. |
|
Retrieves a list of hosts. |