Resource: HostsGetResponse
| JSON representation |
|---|
{
"resource": {
object ( |
| Fields | |
|---|---|
resource |
|
etag |
end_interface: MixerGetResponseWithEtagBuilder |
Host
Represents a host resource.
| JSON representation |
|---|
{ "kind": string, "id": string, "creationTimestamp": string, "name": string, "zone": string, "selfLink": string, "selfLinkWithId": string, "aliasLinks": [ string ], "description": string, "state": enum ( |
| Fields | |
|---|---|
kind |
Output only. The type of resource. Always
for hosts. |
id |
Output only. The unique identifier for this resource. This identifier is defined by the server. |
creationTimestamp |
Output only. The creation timestamp, formatted as RFC3339 text. |
name |
Output only. The name of the host. |
zone |
Output only. The zone in which the host resides. |
selfLink |
Output only. The self link of the host. |
selfLinkWithId |
Output only. The self link with id of the host. |
aliasLinks[] |
Output only. All aliases for this resource. e.g. projects/123/zones/us-centra1-a/reservation/r1/reservationBlock/b1/hosts/h1 |
description |
An optional description of this resource. |
state |
Output only. The state of the host. |
status |
Output only. The status of the host |
State
| Enums | |
|---|---|
STATE_UNSPECIFIED |
|
CREATING |
The resources are being allocated for the host. |
ACTIVE |
The host has allocated all its resources. |
DELETING |
The host is currently being deleted. |
UNAVAILABLE |
The host is currently unavailable. |
Status
| JSON representation |
|---|
{
"physicalTopology": {
object ( |
| Fields | |
|---|---|
physicalTopology |
Output only. The physical topology of the reservation sub-block, if present |
runningInstances[] |
Output only. The URIs of the instances currently running on this host. |
PhysicalTopology
| JSON representation |
|---|
{ "cluster": string, "block": string, "subBlock": string, "host": string } |
| Fields | |
|---|---|
cluster |
The cluster name of the reservation sub-block. |
block |
The unique identifier of the capacity block within the cluster. |
subBlock |
The unique identifier of the capacity sub-block within the capacity block. |
host |
The unique identifier of the capacity host within the capacity sub-block. |
Methods |
|
|---|---|
|
The method compute.v1.HostsService.Get is not available in Cloud de Confiance by S3NS. |
|
The method compute.v1.HostsService.GetVersion is not available in Cloud de Confiance by S3NS. |
|
The method compute.v1.HostsService.List is not available in Cloud de Confiance by S3NS. |