Class: Google::Apis::ApigatewayV1beta::ApigatewayGatewayConfig
- Inherits:
-
Object
- Object
- Google::Apis::ApigatewayV1beta::ApigatewayGatewayConfig
- 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
-
#backend_config ⇒ Google::Apis::ApigatewayV1beta::ApigatewayBackendConfig
Configuration for all backends.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApigatewayGatewayConfig
constructor
A new instance of ApigatewayGatewayConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ApigatewayGatewayConfig
Returns a new instance of ApigatewayGatewayConfig.
607 608 609 |
# File 'lib/google/apis/apigateway_v1beta/classes.rb', line 607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backend_config ⇒ Google::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
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 |