Class: Google::Apis::ComputeBeta::AllocationAggregateReservationReservedResourceInfoAccelerator

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AllocationAggregateReservationReservedResourceInfoAccelerator

Returns a new instance of AllocationAggregateReservationReservedResourceInfoAccelerator.



1484
1485
1486
# File 'lib/google/apis/compute_beta/classes.rb', line 1484

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#accelerator_countFixnum

Number of accelerators of specified type. Corresponds to the JSON property acceleratorCount

Returns:

  • (Fixnum)


1476
1477
1478
# File 'lib/google/apis/compute_beta/classes.rb', line 1476

def accelerator_count
  @accelerator_count
end

#accelerator_typeString

Full or partial URL to accelerator type. e.g. "projects/PROJECT/zones/ZONE/acceleratorTypes/ct4l" Corresponds to the JSON property acceleratorType

Returns:

  • (String)


1482
1483
1484
# File 'lib/google/apis/compute_beta/classes.rb', line 1482

def accelerator_type
  @accelerator_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1489
1490
1491
1492
# File 'lib/google/apis/compute_beta/classes.rb', line 1489

def update!(**args)
  @accelerator_count = args[:accelerator_count] if args.key?(:accelerator_count)
  @accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
end