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.



19249
19250
19251
# File 'lib/google/apis/compute_alpha/classes.rb', line 19249

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

Instance Attribute Details

#internalGoogle::Apis::ComputeAlpha::HaControllerNetworkingAutoConfigurationInternal

Internal networking configuration Corresponds to the JSON property internal



19247
19248
19249
# File 'lib/google/apis/compute_alpha/classes.rb', line 19247

def internal
  @internal
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19254
19255
19256
# File 'lib/google/apis/compute_alpha/classes.rb', line 19254

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