class Google::Apis::ComputeV1::AcceleratorTypesScopedList
Attributes
accelerator_types[RW]
- Output Only
-
A list of accelerator types contained in this scope.
Corresponds to the JSON property `acceleratorTypes` @return [Array<Google::Apis::ComputeV1::AcceleratorType>]
warning[RW]
- Output Only
-
An informational warning that appears when the accelerator types
list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::AcceleratorTypesScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 386 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 391 def update!(**args) @accelerator_types = args[:accelerator_types] if args.key?(:accelerator_types) @warning = args[:warning] if args.key?(:warning) end