Class: Google::Apis::ComputeAlpha::HaControllerNetworkingAutoConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::HaControllerNetworkingAutoConfiguration
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Overview
Basic networking configuration. Required backend services and forwarding rules will be automatically created with default parameters.
Instance Attribute Summary collapse
-
#internal ⇒ Google::Apis::ComputeAlpha::HaControllerNetworkingAutoConfigurationInternal
Internal networking configuration Corresponds to the JSON property
internal.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HaControllerNetworkingAutoConfiguration
constructor
A new instance of HaControllerNetworkingAutoConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HaControllerNetworkingAutoConfiguration
Returns a new instance of HaControllerNetworkingAutoConfiguration.
19615 19616 19617 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19615 def initialize(**args) update!(**args) end |
Instance Attribute Details
#internal ⇒ Google::Apis::ComputeAlpha::HaControllerNetworkingAutoConfigurationInternal
Internal networking configuration
Corresponds to the JSON property internal
19613 19614 19615 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19613 def internal @internal end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19620 19621 19622 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 19620 def update!(**args) @internal = args[:internal] if args.key?(:internal) end |