Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::ResourceStatusPhysicalHostTopology.
Represents the physical host topology of the host on which the VM is running.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#block
def block() -> ::String
Returns
- (::String) — [Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
#block=
def block=(value) -> ::String
Parameter
- value (::String) — [Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
Returns
- (::String) — [Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
#cluster
def cluster() -> ::String
Returns
- (::String) — [Output Only] The global name of the Compute Engine cluster where the running instance is located.
#cluster=
def cluster=(value) -> ::String
Parameter
- value (::String) — [Output Only] The global name of the Compute Engine cluster where the running instance is located.
Returns
- (::String) — [Output Only] The global name of the Compute Engine cluster where the running instance is located.
#host
def host() -> ::String
Returns
- (::String) — [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.
#host=
def host=(value) -> ::String
Parameter
- value (::String) — [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.
Returns
- (::String) — [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.
#subblock
def subblock() -> ::String
Returns
- (::String) — [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.
#subblock=
def subblock=(value) -> ::String
Parameter
- value (::String) — [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.
Returns
- (::String) — [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.