Class: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1RolloutInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb,
lib/google/apis/serviceconsumermanagement_v1beta1/representations.rb,
lib/google/apis/serviceconsumermanagement_v1beta1/representations.rb

Overview

[Output only] Rollout information of a quota.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ V1Beta1RolloutInfo

Returns a new instance of V1Beta1RolloutInfo.



4242
4243
4244
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 4242

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#default_limit_ongoing_rolloutBoolean Also known as: default_limit_ongoing_rollout?

Whether there is an ongoing rollout for the default limit or not. Corresponds to the JSON property defaultLimitOngoingRollout

Returns:

  • (Boolean)


4239
4240
4241
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 4239

def default_limit_ongoing_rollout
  @default_limit_ongoing_rollout
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4247
4248
4249
# File 'lib/google/apis/serviceconsumermanagement_v1beta1/classes.rb', line 4247

def update!(**args)
  @default_limit_ongoing_rollout = args[:default_limit_ongoing_rollout] if args.key?(:default_limit_ongoing_rollout)
end