Resource: NodeGroup
Represent a sole-tenant Node Group resource.
A sole-tenant node is a physical server that is dedicated to hosting VM instances only for your specific project. Use sole-tenant nodes to keep your instances physically separated from instances in other projects, or to group your instances together on the same host hardware. For more information, read Sole-tenant nodes. NextID: 16
JSON representation | |
---|---|
{ "id": string, "creationTimestamp": string, "name": string, "description": string, "nodeTemplate": string, "zone": string, "selfLink": string, "status": enum, "size": number, "kind": string } |
Fields | |
---|---|
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
name |
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
description |
An optional description of this resource. Provide this property when you create the resource. |
nodeTemplate |
The URL of the node template to which this node group belongs. |
zone |
[Output Only] The name of the zone where the node group resides, such as us-central1-a. |
selfLink |
[Output Only] Server-defined URL for the resource. |
status |
|
size |
[Output Only] The total number of nodes in the node group. |
kind |
[Output Only] The type of the resource. Always |
Methods |
|
---|---|
|
Adds specified number of nodes to the node group. |
|
Retrieves an aggregated list of node groups. |
|
Deletes the specified NodeGroup resource. |
|
Deletes specified nodes from the node group. |
|
Returns the specified NodeGroup. |
|
Gets the access control policy for a resource. |
|
Creates a NodeGroup resource in the specified project using the data included in the request. |
|
Retrieves a list of node groups available to the specified project. |
|
Lists nodes in the node group. |
|
Sets the access control policy on the specified resource. |
|
Updates the node template of the node group. |
|
Returns permissions that a caller has on the specified resource. |