Class: Google::Cloud::Compute::V1::AllocationAggregateReservationReservedResourceInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AllocationAggregateReservationReservedResourceInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#accelerator ⇒ ::Google::Cloud::Compute::V1::AllocationAggregateReservationReservedResourceInfoAccelerator
Properties of accelerator resources in this reservation.
Instance Attribute Details
#accelerator ⇒ ::Google::Cloud::Compute::V1::AllocationAggregateReservationReservedResourceInfoAccelerator
Returns Properties of accelerator resources in this reservation.
2350 2351 2352 2353 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2350 class AllocationAggregateReservationReservedResourceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |