REST Resource: reservationSlots

Resource: ReservationSlotsGetResponse

JSON representation
{
  "resource": {
    object (ReservationSlot)
  }
}
Fields
resource

object (ReservationSlot)

ReservationSlot

Represents a reservation slot resource.

JSON representation
{
  "kind": string,
  "id": string,
  "creationTimestamp": string,
  "name": string,
  "zone": string,
  "selfLink": string,
  "selfLinkWithId": string,
  "physicalTopology": {
    object (PhysicalTopology)
  },
  "state": enum (State),
  "status": {
    object (Status)
  },
  "shareSettings": {
    object (ShareSettings)
  }
}
Fields
kind

string

Output only. [Output Only] The type of resource. Always

compute#reservationSlot

for reservation slots.

id

string (uint64 format)

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

creationTimestamp

string

Output only. [Output Only] The creation timestamp, formatted as RFC3339 text.

name

string

Output only. [Output Only] The name of the reservation slot.

zone

string

Output only. [Output Only] The zone in which the reservation slot resides.

physicalTopology
(deprecated)

object (PhysicalTopology)

Output only. [Output Only] The physical topology of the reservation slot.

state

enum (State)

Output only. [Output Only] The state of the reservation slot.

status

object (Status)

Output only. [Output Only] The status of the reservation slot.

shareSettings

object (ShareSettings)

Specify share settings to create a shared slot. Set to empty to inherit the share settings from a parent resource.

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.

State

Enums
STATE_UNSPECIFIED
CREATING The resources are being allocated for the reservation slot.
ACTIVE The reservation slot has allocated all its resources.
DELETING The reservation slot is currently being deleted.
UNAVAILABLE The reservation slot is currently unavailable.

Status

JSON representation
{
  "physicalTopology": {
    object (PhysicalTopology)
  },
  "rdmaIpAddresses": [
    string
  ],
  "runningInstances": [
    string
  ]
}
Fields
physicalTopology

object (PhysicalTopology)

Output only. [Output Only] The physical topology of the reservation sub-block.

rdmaIpAddresses[]

string

Output only. The RDMA IP address of the physical host.

runningInstances[]

string

Output only. The URIs of the instances currently running on this slot.

Methods

get

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

getVersion

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

list

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

update

The method compute.v1.ReservationSlotsService.Update is not available in Cloud de Confiance by S3NS.