Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::QuotaExceededInfo.
Additional details for quota exceeded error for resource quota.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dimensions
def dimensions() -> ::Google::Protobuf::Map{::String => ::String}
    Returns
    
  - (::Google::Protobuf::Map{::String => ::String}) — The map holding related quota dimensions.
#dimensions=
def dimensions=(value) -> ::Google::Protobuf::Map{::String => ::String}
    Parameter
    
  - value (::Google::Protobuf::Map{::String => ::String}) — The map holding related quota dimensions.
    Returns
    
  - (::Google::Protobuf::Map{::String => ::String}) — The map holding related quota dimensions.
#limit
def limit() -> ::Float
    Returns
    
  - (::Float) — Current effective quota limit. The limit's unit depends on the quota type or metric.
#limit=
def limit=(value) -> ::Float
    Parameter
    
  - value (::Float) — Current effective quota limit. The limit's unit depends on the quota type or metric.
    Returns
    
  - (::Float) — Current effective quota limit. The limit's unit depends on the quota type or metric.
#limit_name
def limit_name() -> ::String
    Returns
    
  - (::String) — The name of the quota limit.
#limit_name=
def limit_name=(value) -> ::String
    Parameter
    
  - value (::String) — The name of the quota limit.
    Returns
    
  - (::String) — The name of the quota limit.
#metric_name
def metric_name() -> ::String
    Returns
    
  - (::String) — The Compute Engine quota metric name.
#metric_name=
def metric_name=(value) -> ::String
    Parameter
    
  - value (::String) — The Compute Engine quota metric name.
    Returns
    
- (::String) — The Compute Engine quota metric name.