Class: Google::Cloud::Compute::V1::FutureReservationStatusExistingMatchingUsageInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

[Output Only] Represents the existing matching usage for the future reservation.

Instance Attribute Summary collapse

Instance Attribute Details

#count ⇒ ::Integer

Returns Output only. Count to represent min(FR total_count, matching_reserved_capacity+matching_unreserved_instances).

Returns:

  • (::Integer) —

    Output only. Count to represent min(FR total_count, matching_reserved_capacity+matching_unreserved_instances)



22754
22755
22756
22757
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22754

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

#timestamp ⇒ ::String

Returns Output only. Timestamp when the matching usage was calculated.

Returns:

  • (::String) —

    Output only. Timestamp when the matching usage was calculated



22754
22755
22756
22757
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22754

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