Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
NodeGroup.Builder |
NodeGroup.Builder.clone() |
NodeGroup.Builder |
NodeGroup.Builder.mergeFrom(NodeGroup other) |
static NodeGroup.Builder |
NodeGroup.newBuilder() |
static NodeGroup.Builder |
NodeGroup.newBuilder(NodeGroup prototype) |
NodeGroup.Builder |
NodeGroup.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
NodeGroup.Builder |
NodeGroup.Builder.setDescription(String description)
An optional description of this resource.
|
NodeGroup.Builder |
NodeGroup.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
NodeGroup.Builder |
NodeGroup.Builder.setKind(String kind)
[Output Only] The type of the resource.
|
NodeGroup.Builder |
NodeGroup.Builder.setName(String name)
The name of the resource, provided by the client when initially creating the resource.
|
NodeGroup.Builder |
NodeGroup.Builder.setNodeTemplate(String nodeTemplate)
The URL of the node template to which this node group belongs.
|
NodeGroup.Builder |
NodeGroup.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
NodeGroup.Builder |
NodeGroup.Builder.setSize(Integer size)
[Output Only] The total number of nodes in the node group.
|
NodeGroup.Builder |
NodeGroup.Builder.setStatus(String status) |
NodeGroup.Builder |
NodeGroup.Builder.setZone(String zone)
[Output Only] The name of the zone where the node group resides, such as us-central1-a.
|
NodeGroup.Builder |
NodeGroup.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.