class Google::Apis::ManagerV1beta2::AutoscalingModuleStatus

Attributes

autoscaling_config_url[RW]
Output Only

The URL of the corresponding Autoscaling configuration.

Corresponds to the JSON property `autoscalingConfigUrl` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/manager_v1beta2/classes.rb, line 174
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# 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