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() |
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 |
getStatus() |
NodeGroupNode |
set(String fieldName,
Object value) |
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 |
setStatus(String status) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 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–2019 Google. All rights reserved.