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

Overview

Configuration settings for Gateways.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ApigatewayGatewayConfig

Returns a new instance of ApigatewayGatewayConfig.



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

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

Instance Attribute Details

#backend_configGoogle::Apis::ApigatewayV1beta::ApigatewayBackendConfig

Configuration for all backends. Corresponds to the JSON property backendConfig



602
603
604
# File 'lib/google/apis/apigateway_v1beta/classes.rb', line 602

def backend_config
  @backend_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



609
610
611
# File 'lib/google/apis/apigateway_v1beta/classes.rb', line 609

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