Class: Google::Cloud::EdgeContainer::V1::Quota
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::Quota
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Represents quota for Edge Container resources.
Instance Attribute Summary collapse
-
#limit ⇒ ::Float
Quota limit for this metric.
-
#metric ⇒ ::String
Name of the quota metric.
-
#usage ⇒ ::Float
Current usage of this metric.
Instance Attribute Details
#limit ⇒ ::Float
Returns Quota limit for this metric.
773 774 775 776 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 773 class Quota include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |