Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Hub

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

The Hub message contains information pertaining to the regional data path deployments.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1Hub

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1Hub.



1763
1764
1765
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1763

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#internet_gatewayGoogle::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1InternetGateway

Represents the Internet Gateway configuration. Corresponds to the JSON property internetGateway



1761
1762
1763
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1761

def internet_gateway
  @internet_gateway
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1768
1769
1770
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1768

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