Resource: ReservationSlotsGetResponse
| JSON representation |
|---|
{ "resource": { "kind": string, "id": string, "creationTimestamp": string, "name": string, "zone": string, "selfLink": string, "selfLinkWithId": string, "physicalTopology": { "cluster": string, "block": string, "subBlock": string, "host": string }, "state": enum, "status": { "physicalTopology": { "cluster": string, "block": string, "subBlock": string, "host": string }, "rdmaIpAddresses": [ string ], "runningInstances": [ string ] }, "shareSettings": { "shareType": enum, "projectMap": { string: { "projectId": 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 reservation slot. |
resource.zone |
Output only. The zone in which the reservation slot resides. |
resource.selfLink |
Output only. A server-defined fully-qualified URL for this resource. |
resource.selfLinkWithId |
Output only. A server-defined URL for this resource with the resource ID. |
resource.physicalTopology |
Output only. The physical topology of the reservation slot. |
resource.physicalTopology |
The cluster name of the reservation sub-block. |
resource.physicalTopology |
The unique identifier of the capacity block within the cluster. |
resource.physicalTopology |
The unique identifier of the capacity sub-block within the capacity block. |
resource.physicalTopology |
The unique identifier of the capacity host within the capacity sub-block. |
resource.state |
Output only. The state of the reservation slot. |
resource.status |
Output only. The status of the reservation slot. |
resource.status.physicalTopology |
Output only. The physical topology of the reservation sub-block. |
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.rdmaIpAddresses[] |
Output only. The RDMA IP address of the physical host. |
resource.status.runningInstances[] |
Output only. The URIs of the instances currently running on this slot. |
resource.shareSettings |
Specify share settings to create a shared slot. Set to empty to inherit the share settings from a parent resource. |
resource.shareSettings.shareType |
Type of sharing for this shared-reservation |
resource.shareSettings.projectMap[] |
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS. |
resource.shareSettings.projectMap[].projectId |
The project ID, should be same as the key of this project config in the parent map. |
Methods |
|
|---|---|
|
Retrieves information about the specified reservation slot. |
|
Retrieves a list of reservation slots under a single reservation. |
|
Update a reservation slot in the specified sub-block. |