class Google::Apis::DatafusionV1beta1::Accelerator
Identifies Data Fusion accelerators for an instance.
Attributes
accelerator_type[RW]
The type of an accelator for a CDF instance. Corresponds to the JSON property `acceleratorType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datafusion_v1beta1/classes.rb, line 34 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datafusion_v1beta1/classes.rb, line 39 def update!(**args) @accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type) end