Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway
- 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 Internet Gateway configuration.
Instance Attribute Summary collapse
-
#assigned_ips ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway.
1782 1783 1784 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1782 def initialize(**args) update!(**args) end |
Instance Attribute Details
#assigned_ips ⇒ Array<String>
Output only. List of IP addresses assigned to the Cloud NAT.
Corresponds to the JSON property assignedIps
1780 1781 1782 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1780 def assigned_ips @assigned_ips end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1787 1788 1789 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1787 def update!(**args) @assigned_ips = args[:assigned_ips] if args.key?(:assigned_ips) end |