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.



3020
3021
3022
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3020

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


3018
3019
3020
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3018

def assigned_ips
  @assigned_ips
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3025
3026
3027
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3025

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