Class: Google::Apis::ManagerV1beta2::AutoscalingModuleStatus

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ AutoscalingModuleStatus

Returns a new instance of AutoscalingModuleStatus.



174
175
176
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 174

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

Instance Attribute Details

#autoscaling_config_urlString

[Output Only] The URL of the corresponding Autoscaling configuration. Corresponds to the JSON property autoscalingConfigUrl

Returns:

  • (String)


172
173
174
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 172

def autoscaling_config_url
  @autoscaling_config_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



179
180
181
# File 'generated/google/apis/manager_v1beta2/classes.rb', line 179

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