Class: Google::Cloud::Compute::V1::FutureReservationStatusExistingMatchingUsageInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::FutureReservationStatusExistingMatchingUsageInfo
- 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
-
#count ⇒ ::Integer
Output only.
-
#timestamp ⇒ ::String
Output only.
Instance Attribute Details
#count ⇒ ::Integer
Returns Output only. Count to represent min(FR total_count, matching_reserved_capacity+matching_unreserved_instances).
21594 21595 21596 21597 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21594 class FutureReservationStatusExistingMatchingUsageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp ⇒ ::String
Returns Output only. Timestamp when the matching usage was calculated.
21594 21595 21596 21597 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 21594 class FutureReservationStatusExistingMatchingUsageInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |