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.



2013
2014
2015
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2013

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


2011
2012
2013
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2011

def assigned_ips
  @assigned_ips
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2018
2019
2020
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 2018

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