Class: Google::Apis::ComputeBeta::MultiMigStatusAcceleratorTopology
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::MultiMigStatusAcceleratorTopology
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#accelerator_topology ⇒ String
Output only.
-
#accelerator_topology_state ⇒ String
Output only.
-
#accelerator_topology_state_last_check ⇒ Google::Apis::ComputeBeta::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MultiMigStatusAcceleratorTopology
constructor
A new instance of MultiMigStatusAcceleratorTopology.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MultiMigStatusAcceleratorTopology
Returns a new instance of MultiMigStatusAcceleratorTopology.
37899 37900 37901 |
# File 'lib/google/apis/compute_beta/classes.rb', line 37899 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accelerator_topology ⇒ String
Output only. [Output Only] Topology in the format of: "16x16", "4x4x4", etc.
The value is the same as configured in the WorkloadPolicy.
Corresponds to the JSON property acceleratorTopology
37886 37887 37888 |
# File 'lib/google/apis/compute_beta/classes.rb', line 37886 def accelerator_topology @accelerator_topology end |
#accelerator_topology_state ⇒ String
Output only. [Output Only] The state of the accelerator topology.
Corresponds to the JSON property acceleratorTopologyState
37891 37892 37893 |
# File 'lib/google/apis/compute_beta/classes.rb', line 37891 def accelerator_topology_state @accelerator_topology_state end |
#accelerator_topology_state_last_check ⇒ Google::Apis::ComputeBeta::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
Output only. [Output Only] The result of the latest accelerator topology state
check.
Corresponds to the JSON property acceleratorTopologyStateLastCheck
37897 37898 37899 |
# File 'lib/google/apis/compute_beta/classes.rb', line 37897 def accelerator_topology_state_last_check @accelerator_topology_state_last_check end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
37904 37905 37906 37907 37908 |
# File 'lib/google/apis/compute_beta/classes.rb', line 37904 def update!(**args) @accelerator_topology = args[:accelerator_topology] if args.key?(:accelerator_topology) @accelerator_topology_state = args[:accelerator_topology_state] if args.key?(:accelerator_topology_state) @accelerator_topology_state_last_check = args[:accelerator_topology_state_last_check] if args.key?(:accelerator_topology_state_last_check) end |