ResourceStatusPhysicalHostTopology(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Represents the physical host topology of the host on which the VM is running.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
block |
str
[Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency. This field is a member of oneof _ _block .
|
cluster |
str
[Output Only] The global name of the Compute Engine cluster where the running instance is located. This field is a member of oneof _ _cluster .
|
host |
str
[Output Only] The ID of the host on which the running instance is located. Instances on the same host experience the lowest possible network latency. This field is a member of oneof _ _host .
|
subblock |
str
[Output Only] The ID of the sub-block in which the running instance is located. Instances in the same sub-block experience lower network latency than instances in the same block. This field is a member of oneof _ _subblock .
|