Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1NatGatewayConfig
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1NatGatewayConfig
- 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
Represents the NAT Gateway configuration.
Instance Attribute Summary collapse
-
#nat_ips ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1NatGatewayConfig
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1NatGatewayConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1NatGatewayConfig
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1NatGatewayConfig.
1847 1848 1849 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1847 def initialize(**args) update!(**args) end |
Instance Attribute Details
#nat_ips ⇒ Array<String>
Output only. List of NAT IPs that will be used for establishing connection to
the endpoints.
Corresponds to the JSON property natIps
1845 1846 1847 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1845 def nat_ips @nat_ips end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1852 1853 1854 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1852 def update!(**args) @nat_ips = args[:nat_ips] if args.key?(:nat_ips) end |