Class: Google::Apis::ApigatewayV1beta::ApigatewayGatewayConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/apigateway_v1beta/classes.rb,
lib/google/apis/apigateway_v1beta/representations.rb,
lib/google/apis/apigateway_v1beta/representations.rb
more...

Overview

Configuration settings for Gateways.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ApigatewayGatewayConfig

Returns a new instance of ApigatewayGatewayConfig.

[View source]

607
608
609
# File 'lib/google/apis/apigateway_v1beta/classes.rb', line 607

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

Instance Attribute Details

#backend_configGoogle::Apis::ApigatewayV1beta::ApigatewayBackendConfig

Configuration for all backends. Corresponds to the JSON property backendConfig


605
606
607
# File 'lib/google/apis/apigateway_v1beta/classes.rb', line 605

def backend_config
  @backend_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

612
613
614
# File 'lib/google/apis/apigateway_v1beta/classes.rb', line 612

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