Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::QuotaExceededInfo (v2.8.0)

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.

#future_limit

def future_limit() -> ::Float
Returns
  • (::Float) — Future quota limit being rolled out. The limit's unit depends on the quota type or metric.

#future_limit=

def future_limit=(value) -> ::Float
Parameter
  • value (::Float) — Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
Returns
  • (::Float) — Future quota limit being rolled out. The limit's unit depends on the quota type or metric.

#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.

#rollout_status

def rollout_status() -> ::String
Returns
  • (::String) — Rollout status of the future quota limit. Check the RolloutStatus enum for the list of possible values.

#rollout_status=

def rollout_status=(value) -> ::String
Parameter
  • value (::String) — Rollout status of the future quota limit. Check the RolloutStatus enum for the list of possible values.
Returns
  • (::String) — Rollout status of the future quota limit. Check the RolloutStatus enum for the list of possible values.