Class: Google::Apis::ComputeAlpha::HaControllerNetworkingAutoConfiguration

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HaControllerNetworkingAutoConfiguration

Returns a new instance of HaControllerNetworkingAutoConfiguration.



16585
16586
16587
# File 'lib/google/apis/compute_alpha/classes.rb', line 16585

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

Instance Attribute Details

#internalGoogle::Apis::ComputeAlpha::HaControllerNetworkingAutoConfigurationInternal

Internal networking configuration Corresponds to the JSON property internal



16583
16584
16585
# File 'lib/google/apis/compute_alpha/classes.rb', line 16583

def internal
  @internal
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16590
16591
16592
# File 'lib/google/apis/compute_alpha/classes.rb', line 16590

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