Class: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopology
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopology
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#accelerator_topology ⇒ String
[Output Only] Topology in the format of: "16x16", "4x4x4", etc.
-
#accelerator_topology_state ⇒ String
[Output Only] The state of the accelerator topology.
-
#accelerator_topology_state_last_check ⇒ Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
[Output Only] The result of the latest accelerator topology state check.
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.
35524 35525 35526 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 35524 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accelerator_topology ⇒ String
[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
35512 35513 35514 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 35512 def accelerator_topology @accelerator_topology end |
#accelerator_topology_state ⇒ String
[Output Only] The state of the accelerator topology.
Corresponds to the JSON property acceleratorTopologyState
35517 35518 35519 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 35517 def accelerator_topology_state @accelerator_topology_state end |
#accelerator_topology_state_last_check ⇒ Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
[Output Only] The result of the latest accelerator topology state check.
Corresponds to the JSON property acceleratorTopologyStateLastCheck
35522 35523 35524 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 35522 def accelerator_topology_state_last_check @accelerator_topology_state_last_check end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35529 35530 35531 35532 35533 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 35529 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 |