Class ResourceStatusPhysicalHostTopologyAdditionalAttributes (0.12.1)

ResourceStatusPhysicalHostTopologyAdditionalAttributes(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Additional location information of the running instance.

Attribute

Name Description
accelerator_topology_ids MutableMapping[str, str]
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.

Classes

AcceleratorTopologyIdsEntry

AcceleratorTopologyIdsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.