Class: Google::Apis::ComputeV1::AllocationAggregateReservationReservedResourceInfo
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::AllocationAggregateReservationReservedResourceInfo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#accelerator ⇒ Google::Apis::ComputeV1::AllocationAggregateReservationReservedResourceInfoAccelerator
Properties of accelerator resources in this reservation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AllocationAggregateReservationReservedResourceInfo
constructor
A new instance of AllocationAggregateReservationReservedResourceInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AllocationAggregateReservationReservedResourceInfo
Returns a new instance of AllocationAggregateReservationReservedResourceInfo.
1269 1270 1271 |
# File 'lib/google/apis/compute_v1/classes.rb', line 1269 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accelerator ⇒ Google::Apis::ComputeV1::AllocationAggregateReservationReservedResourceInfoAccelerator
Properties of accelerator resources in this reservation.
Corresponds to the JSON property accelerator
1267 1268 1269 |
# File 'lib/google/apis/compute_v1/classes.rb', line 1267 def accelerator @accelerator end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1274 1275 1276 |
# File 'lib/google/apis/compute_v1/classes.rb', line 1274 def update!(**args) @accelerator = args[:accelerator] if args.key?(:accelerator) end |