GoogleApi.Compute.V1.Model.ResourceStatusPhysicalHostTopology (google_api_compute v0.71.0)

View Source

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

Attributes

  • block (type: String.t, default: nil) - [Output Only] The ID of the block in which the running instance is located. Instances within the same block experience low network latency.
  • cluster (type: String.t, default: nil) - [Output Only] The global name of the Compute Engine cluster where the running instance is located.
  • host (type: String.t, default: nil) - [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 (type: String.t, default: nil) - [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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Compute.V1.Model.ResourceStatusPhysicalHostTopology{
  block: String.t() | nil,
  cluster: String.t() | nil,
  host: String.t() | nil,
  subblock: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.