Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_ipsArray<String>

Output only. List of IP addresses assigned to the Cloud NAT. Corresponds to the JSON property assignedIps

Returns:

  • (Array<String>)


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