Class: Google::Apis::ApigatewayV1beta::ApigatewayGatewayConfig
- Inherits:
-
Object
- Object
- Google::Apis::ApigatewayV1beta::ApigatewayGatewayConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/apigateway_v1beta/classes.rb,
generated/google/apis/apigateway_v1beta/representations.rb,
generated/google/apis/apigateway_v1beta/representations.rb
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.
577 578 579 |
# File 'generated/google/apis/apigateway_v1beta/classes.rb', line 577 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
575 576 577 |
# File 'generated/google/apis/apigateway_v1beta/classes.rb', line 575 def backend_config @backend_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
582 583 584 |
# File 'generated/google/apis/apigateway_v1beta/classes.rb', line 582 def update!(**args) @backend_config = args[:backend_config] if args.key?(:backend_config) end |