Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::Quota.
A quotas entry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#limit
def limit() -> ::Float
Returns
- (::Float) — [Output Only] Quota limit for this metric.
#limit=
def limit=(value) -> ::Float
Parameter
- value (::Float) — [Output Only] Quota limit for this metric.
Returns
- (::Float) — [Output Only] Quota limit for this metric.
#metric
def metric() -> ::String
Returns
- (::String) — [Output Only] Name of the quota metric. Check the Metric enum for the list of possible values.
#metric=
def metric=(value) -> ::String
Parameter
- value (::String) — [Output Only] Name of the quota metric. Check the Metric enum for the list of possible values.
Returns
- (::String) — [Output Only] Name of the quota metric. Check the Metric enum for the list of possible values.
#owner
def owner() -> ::String
Returns
- (::String) — [Output Only] Owning resource. This is the resource on which this quota is applied.
#owner=
def owner=(value) -> ::String
Parameter
- value (::String) — [Output Only] Owning resource. This is the resource on which this quota is applied.
Returns
- (::String) — [Output Only] Owning resource. This is the resource on which this quota is applied.
#usage
def usage() -> ::Float
Returns
- (::Float) — [Output Only] Current usage of this metric.
#usage=
def usage=(value) -> ::Float
Parameter
- value (::Float) — [Output Only] Current usage of this metric.
Returns
- (::Float) — [Output Only] Current usage of this metric.