Class: Google::Cloud::Compute::V1::AllocationSpecificSKUReservation
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AllocationSpecificSKUReservation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
This reservation type allows to pre allocate specific instance configuration. Next ID: 6
Instance Attribute Summary collapse
-
#assured_count ⇒ ::Integer
[Output Only] Indicates how many instances are actually usable currently.
-
#count ⇒ ::Integer
Specifies the number of resources that are allocated.
-
#in_use_count ⇒ ::Integer
[Output Only] Indicates how many instances are in use.
-
#instance_properties ⇒ ::Google::Cloud::Compute::V1::AllocationSpecificSKUAllocationReservedInstanceProperties
The instance properties for the reservation.
Instance Attribute Details
#assured_count ⇒ ::Integer
Returns [Output Only] Indicates how many instances are actually usable currently.
1978 1979 1980 1981 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 1978 class AllocationSpecificSKUReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#count ⇒ ::Integer
Returns Specifies the number of resources that are allocated.
1978 1979 1980 1981 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 1978 class AllocationSpecificSKUReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#in_use_count ⇒ ::Integer
Returns [Output Only] Indicates how many instances are in use.
1978 1979 1980 1981 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 1978 class AllocationSpecificSKUReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_properties ⇒ ::Google::Cloud::Compute::V1::AllocationSpecificSKUAllocationReservedInstanceProperties
Returns The instance properties for the reservation.
1978 1979 1980 1981 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 1978 class AllocationSpecificSKUReservation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |