Class: Google::Apis::ManagerV1beta2::AutoscalingModuleStatus
- Inherits:
-
Object
- Object
- Google::Apis::ManagerV1beta2::AutoscalingModuleStatus
- 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
-
#autoscaling_config_url ⇒ String
[Output Only] The URL of the corresponding Autoscaling configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AutoscalingModuleStatus
constructor
A new instance of AutoscalingModuleStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
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_url ⇒ String
[Output Only] The URL of the corresponding Autoscaling configuration.
Corresponds to the JSON property autoscalingConfigUrl
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 |