Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
ResourceStatusPhysicalHostTopology |
ResourceStatusPhysicalHostTopology.clone() |
ResourceStatusPhysicalHostTopology |
ResourceStatus.getPhysicalHostTopology()
[Output Only] A series of fields containing the global name of the Compute Engine cluster, as
well as the ID of the block, sub-block, and host on which the running instance is located.
|
ResourceStatusPhysicalHostTopology |
ResourceStatusPhysicalHostTopology.set(String fieldName,
Object value) |
ResourceStatusPhysicalHostTopology |
ResourceStatusPhysicalHostTopology.setBlock(String block)
[Output Only] The ID of the block in which the running instance is located.
|
ResourceStatusPhysicalHostTopology |
ResourceStatusPhysicalHostTopology.setCluster(String cluster)
[Output Only] The global name of the Compute Engine cluster where the running instance is
located.
|
ResourceStatusPhysicalHostTopology |
ResourceStatusPhysicalHostTopology.setHost(String host)
[Output Only] The ID of the host on which the running instance is located.
|
ResourceStatusPhysicalHostTopology |
ResourceStatusPhysicalHostTopology.setSubblock(String subblock)
[Output Only] The ID of the sub-block in which the running instance is located.
|
Modifier and Type | Method and Description |
---|---|
ResourceStatus |
ResourceStatus.setPhysicalHostTopology(ResourceStatusPhysicalHostTopology physicalHostTopology)
[Output Only] A series of fields containing the global name of the Compute Engine cluster, as
well as the ID of the block, sub-block, and host on which the running instance is located.
|
Copyright © 2011–2025 Google. All rights reserved.