Modifier and Type | Method and Description |
---|---|
NodeGroup |
build() |
NodeGroup.Builder |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
String |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] The type of the resource.
|
String |
getName()
The name of the resource, provided by the client when initially creating the resource.
|
String |
getNodeTemplate()
The URL of the node template to which this node group belongs.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
Integer |
getSize()
[Output Only] The total number of nodes in the node group.
|
String |
getStatus() |
String |
getZone()
[Output Only] The name of the zone where the node group resides, such as us-central1-a.
|
NodeGroup.Builder |
mergeFrom(NodeGroup other) |
NodeGroup.Builder |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
NodeGroup.Builder |
setDescription(String description)
An optional description of this resource.
|
NodeGroup.Builder |
setId(String id)
[Output Only] The unique identifier for the resource.
|
NodeGroup.Builder |
setKind(String kind)
[Output Only] The type of the resource.
|
NodeGroup.Builder |
setName(String name)
The name of the resource, provided by the client when initially creating the resource.
|
NodeGroup.Builder |
setNodeTemplate(String nodeTemplate)
The URL of the node template to which this node group belongs.
|
NodeGroup.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
NodeGroup.Builder |
setSize(Integer size)
[Output Only] The total number of nodes in the node group.
|
NodeGroup.Builder |
setStatus(String status) |
NodeGroup.Builder |
setZone(String zone)
[Output Only] The name of the zone where the node group resides, such as us-central1-a.
|
public NodeGroup.Builder mergeFrom(NodeGroup other)
public String getCreationTimestamp()
public NodeGroup.Builder setCreationTimestamp(String creationTimestamp)
public String getDescription()
public NodeGroup.Builder setDescription(String description)
public String getId()
public NodeGroup.Builder setId(String id)
public String getKind()
public NodeGroup.Builder setKind(String kind)
public String getName()
public NodeGroup.Builder setName(String name)
public String getNodeTemplate()
public NodeGroup.Builder setNodeTemplate(String nodeTemplate)
public String getSelfLink()
public NodeGroup.Builder setSelfLink(String selfLink)
public Integer getSize()
public NodeGroup.Builder setSize(Integer size)
public String getStatus()
public NodeGroup.Builder setStatus(String status)
public String getZone()
public NodeGroup.Builder setZone(String zone)
public NodeGroup build()
public NodeGroup.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.