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.



19804
19805
19806
# File 'lib/google/apis/compute_alpha/classes.rb', line 19804

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

Instance Attribute Details

#internalGoogle::Apis::ComputeAlpha::HaControllerNetworkingAutoConfigurationInternal

Internal networking configuration Corresponds to the JSON property internal



19802
19803
19804
# File 'lib/google/apis/compute_alpha/classes.rb', line 19802

def internal
  @internal
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19809
19810
19811
# File 'lib/google/apis/compute_alpha/classes.rb', line 19809

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