public final class ResourceStatusPhysicalHostTopology
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ResourceStatusPhysicalHostTopology() |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatusPhysicalHostTopology |
clone() |
String |
getBlock()
[Output Only] The ID of the block in which the running instance is located.
|
String |
getCluster()
[Output Only] The global name of the Compute Engine cluster where the running instance is
located.
|
String |
getHost()
[Output Only] The ID of the host on which the running instance is located.
|
String |
getSubblock()
[Output Only] The ID of the sub-block in which the running instance is located.
|
ResourceStatusPhysicalHostTopology |
set(String fieldName,
Object value) |
ResourceStatusPhysicalHostTopology |
setBlock(String block)
[Output Only] The ID of the block in which the running instance is located.
|
ResourceStatusPhysicalHostTopology |
setCluster(String cluster)
[Output Only] The global name of the Compute Engine cluster where the running instance is
located.
|
ResourceStatusPhysicalHostTopology |
setHost(String host)
[Output Only] The ID of the host on which the running instance is located.
|
ResourceStatusPhysicalHostTopology |
setSubblock(String subblock)
[Output Only] The ID of the sub-block in which the running instance is located.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBlock()
null for nonepublic ResourceStatusPhysicalHostTopology setBlock(String block)
block - block or null for nonepublic String getCluster()
null for nonepublic ResourceStatusPhysicalHostTopology setCluster(String cluster)
cluster - cluster or null for nonepublic String getHost()
null for nonepublic ResourceStatusPhysicalHostTopology setHost(String host)
host - host or null for nonepublic String getSubblock()
null for nonepublic ResourceStatusPhysicalHostTopology setSubblock(String subblock)
subblock - subblock or null for nonepublic ResourceStatusPhysicalHostTopology set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ResourceStatusPhysicalHostTopology clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.