Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::InstanceGroupManagerStatusAcceleratorTopology (v3.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstanceGroupManagerStatusAcceleratorTopology.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#accelerator_topology

def accelerator_topology() -> ::String
Returns
  • (::String) — Output only. [Output Only] Topology in the format of: "16x16", "4x4x4", etc. The value is the same as configured in the WorkloadPolicy.

#accelerator_topology=

def accelerator_topology=(value) -> ::String
Parameter
  • value (::String) — Output only. [Output Only] Topology in the format of: "16x16", "4x4x4", etc. The value is the same as configured in the WorkloadPolicy.
Returns
  • (::String) — Output only. [Output Only] Topology in the format of: "16x16", "4x4x4", etc. The value is the same as configured in the WorkloadPolicy.

#state

def state() -> ::String
Returns
  • (::String) — Output only. [Output Only] The state of the accelerator topology. Check the State enum for the list of possible values.

#state=

def state=(value) -> ::String
Parameter
  • value (::String) — Output only. [Output Only] The state of the accelerator topology. Check the State enum for the list of possible values.
Returns
  • (::String) — Output only. [Output Only] The state of the accelerator topology. Check the State enum for the list of possible values.

#state_details

def state_details() -> ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
Returns

#state_details=

def state_details=(value) -> ::Google::Cloud::Compute::V1::InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
Parameter
Returns