public final class NodeGroupNode extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
NodeGroupNode() |
Modifier and Type | Method and Description |
---|---|
NodeGroupNode |
clone() |
String |
getCpuOvercommitType()
CPU overcommit.
|
List<String> |
getInstances()
Instances scheduled on this node.
|
String |
getName()
The name of the node.
|
String |
getNodeType()
The type of this node.
|
ServerBinding |
getServerBinding()
Binding properties for the physical server.
|
String |
getServerId()
Server ID associated with this node.
|
String |
getStatus() |
NodeGroupNode |
set(String fieldName,
Object value) |
NodeGroupNode |
setCpuOvercommitType(String cpuOvercommitType)
CPU overcommit.
|
NodeGroupNode |
setInstances(List<String> instances)
Instances scheduled on this node.
|
NodeGroupNode |
setName(String name)
The name of the node.
|
NodeGroupNode |
setNodeType(String nodeType)
The type of this node.
|
NodeGroupNode |
setServerBinding(ServerBinding serverBinding)
Binding properties for the physical server.
|
NodeGroupNode |
setServerId(String serverId)
Server ID associated with this node.
|
NodeGroupNode |
setStatus(String status) |
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getCpuOvercommitType()
null
for nonepublic NodeGroupNode setCpuOvercommitType(String cpuOvercommitType)
cpuOvercommitType
- cpuOvercommitType or null
for nonepublic List<String> getInstances()
null
for nonepublic NodeGroupNode setInstances(List<String> instances)
instances
- instances or null
for nonepublic String getName()
null
for nonepublic NodeGroupNode setName(String name)
name
- name or null
for nonepublic String getNodeType()
null
for nonepublic NodeGroupNode setNodeType(String nodeType)
nodeType
- nodeType or null
for nonepublic ServerBinding getServerBinding()
null
for nonepublic NodeGroupNode setServerBinding(ServerBinding serverBinding)
serverBinding
- serverBinding or null
for nonepublic String getServerId()
null
for nonepublic NodeGroupNode setServerId(String serverId)
serverId
- serverId or null
for nonepublic String getStatus()
null
for nonepublic NodeGroupNode setStatus(String status)
status
- status or null
for nonepublic NodeGroupNode set(String fieldName, Object value)
set
in class GenericJson
public NodeGroupNode clone()
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.