Class: Google::Cloud::Compute::V1::AllocationSpecificSKUReservation

Inherits:
Object
  • Object
show all
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: 5

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns Specifies the number of resources that are allocated.

Returns:

  • (::Integer)

    Specifies the number of resources that are allocated.



1773
1774
1775
1776
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 1773

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.

Returns:

  • (::Integer)

    [Output Only] Indicates how many instances are in use.



1773
1774
1775
1776
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 1773

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.

Returns:



1773
1774
1775
1776
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 1773

class AllocationSpecificSKUReservation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end