REST Resource: hosts

Resource: HostsGetResponse

JSON representation
{
  "resource": {
    object (Host)
  },
  "etag": string
}
Fields
resource

object (Host)

etag

string

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 (State),
  "status": {
    object (Status)
  }
}
Fields
kind

string

Output only. The type of resource. Always

compute#host

for hosts.

id

string (uint64 format)

Output only. The unique identifier for this resource. This identifier is defined by the server.

creationTimestamp

string

Output only. The creation timestamp, formatted as RFC3339 text.

name

string

Output only. The name of the host.

zone

string

Output only. The zone in which the host resides.

description

string

An optional description of this resource.

state

enum (State)

Output only. The state of the host.

status

object (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 (PhysicalTopology)
  },
  "runningInstances": [
    string
  ]
}
Fields
physicalTopology

object (PhysicalTopology)

Output only. The physical topology of the reservation sub-block, if present

runningInstances[]

string

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

string

The cluster name of the reservation sub-block.

block

string

The unique identifier of the capacity block within the cluster.

subBlock

string

The unique identifier of the capacity sub-block within the capacity block.

host

string

The unique identifier of the capacity host within the capacity sub-block.

Methods

get

The method compute.v1.HostsService.Get is not available in Cloud de Confiance by S3NS.

getVersion

The method compute.v1.HostsService.GetVersion is not available in Cloud de Confiance by S3NS.

list

The method compute.v1.HostsService.List is not available in Cloud de Confiance by S3NS.