public interface ResourceStatusPhysicalHostTopologyAdditionalAttributesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsAcceleratorTopologyIds(String key)
public abstract boolean containsAcceleratorTopologyIds(String key)Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.
map<string, string> accelerator_topology_ids = 338216508;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getAcceleratorTopologyIds() (deprecated)
public abstract Map<String,String> getAcceleratorTopologyIds()Use #getAcceleratorTopologyIdsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getAcceleratorTopologyIdsCount()
public abstract int getAcceleratorTopologyIdsCount()Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.
map<string, string> accelerator_topology_ids = 338216508;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAcceleratorTopologyIdsMap()
public abstract Map<String,String> getAcceleratorTopologyIdsMap()Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.
map<string, string> accelerator_topology_ids = 338216508;
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getAcceleratorTopologyIdsOrDefault(String key, String defaultValue)
public abstract String getAcceleratorTopologyIdsOrDefault(String key, String defaultValue)Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.
map<string, string> accelerator_topology_ids = 338216508;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getAcceleratorTopologyIdsOrThrow(String key)
public abstract String getAcceleratorTopologyIdsOrThrow(String key)Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies.
map<string, string> accelerator_topology_ids = 338216508;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|