Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaInternetGateway

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/beyondcorp_v1alpha/classes.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb,
lib/google/apis/beyondcorp_v1alpha/representations.rb

Overview

Represents the Internet Gateway configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaInternetGateway

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaInternetGateway.



2872
2873
2874
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2872

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>)


2870
2871
2872
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2870

def assigned_ips
  @assigned_ips
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2877
2878
2879
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2877

def update!(**args)
  @assigned_ips = args[:assigned_ips] if args.key?(:assigned_ips)
end