class Google::Apis::TpuV2alpha1::ListAcceleratorTypesResponse
Response for ListAcceleratorTypes.
Attributes
accelerator_types[RW]
The listed nodes. Corresponds to the JSON property ‘acceleratorTypes` @return [Array<Google::Apis::TpuV2alpha1::AcceleratorType>]
next_page_token[RW]
The next page token or empty if none. Corresponds to the JSON property ‘nextPageToken` @return [String]
unreachable[RW]
Locations that could not be reached. Corresponds to the JSON property ‘unreachable` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/tpu_v2alpha1/classes.rb, line 284 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/tpu_v2alpha1/classes.rb, line 289 def update!(**args) @accelerator_types = args[:accelerator_types] if args.key?(:accelerator_types) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @unreachable = args[:unreachable] if args.key?(:unreachable) end