Class: Google::Cloud::Compute::V1::AllocationAggregateReservationReservedResourceInfoAccelerator
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AllocationAggregateReservationReservedResourceInfoAccelerator
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#accelerator_count ⇒ ::Integer
Number of accelerators of specified type.
-
#accelerator_type ⇒ ::String
Full or partial URL to accelerator type.
Instance Attribute Details
#accelerator_count ⇒ ::Integer
Returns Number of accelerators of specified type.
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2361 class AllocationAggregateReservationReservedResourceInfoAccelerator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#accelerator_type ⇒ ::String
Returns Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l".
2361 2362 2363 2364 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2361 class AllocationAggregateReservationReservedResourceInfoAccelerator include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |