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.Flags
AbstractMap.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, 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 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.GenericJson
public ResourceStatusPhysicalHostTopology clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.