Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::Quota.
Represents quota for Edge Container resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#limit
def limit() -> ::Float
Returns
- (::Float) — Quota limit for this metric.
#limit=
def limit=(value) -> ::Float
Parameter
- value (::Float) — Quota limit for this metric.
Returns
- (::Float) — Quota limit for this metric.
#metric
def metric() -> ::String
Returns
- (::String) — Name of the quota metric.
#metric=
def metric=(value) -> ::String
Parameter
- value (::String) — Name of the quota metric.
Returns
- (::String) — Name of the quota metric.
#usage
def usage() -> ::Float
Returns
- (::Float) — Current usage of this metric.
#usage=
def usage=(value) -> ::Float
Parameter
- value (::Float) — Current usage of this metric.
Returns
- (::Float) — Current usage of this metric.