Compute V1 Client - Class ResourceStatusPhysicalHostTopology (1.27.0)

Reference documentation and code samples for the Compute V1 Client class ResourceStatusPhysicalHostTopology.

Represents the physical host topology of the host on which the VM is running.

Generated from protobuf message google.cloud.compute.v1.ResourceStatusPhysicalHostTopology

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ block 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 string

[Output Only] The global name of the Compute Engine cluster where the running instance is located.

↳ host 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 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.

getBlock

[Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.

Returns
Type Description
string

hasBlock

clearBlock

setBlock

[Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.

Parameter
Name Description
var string
Returns
Type Description
$this

getCluster

[Output Only] The global name of the Compute Engine cluster where the running instance is located.

Returns
Type Description
string

hasCluster

clearCluster

setCluster

[Output Only] The global name of the Compute Engine cluster where the running instance is located.

Parameter
Name Description
var string
Returns
Type Description
$this

getHost

[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
Type Description
string

hasHost

clearHost

setHost

[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.

Parameter
Name Description
var string
Returns
Type Description
$this

getSubblock

[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
Type Description
string

hasSubblock

clearSubblock

setSubblock

[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.

Parameter
Name Description
var string
Returns
Type Description
$this