Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Hub
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Hub
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/beyondcorp_v1/classes.rb,
lib/google/apis/beyondcorp_v1/representations.rb,
lib/google/apis/beyondcorp_v1/representations.rb
Overview
The Hub message contains information pertaining to the regional data path deployments.
Instance Attribute Summary collapse
-
#nat_gateway_config ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1NatGatewayConfig
Represents the NAT Gateway configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1Hub
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1Hub.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1Hub
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1Hub.
1763 1764 1765 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1763 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nat_gateway_config ⇒ Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1NatGatewayConfig
Represents the NAT Gateway configuration.
Corresponds to the JSON property natGatewayConfig
1761 1762 1763 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1761 def nat_gateway_config @nat_gateway_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1768 1769 1770 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1768 def update!(**args) @nat_gateway_config = args[:nat_gateway_config] if args.key?(:nat_gateway_config) end |