Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub.



3001
3002
3003
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3001

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

Instance Attribute Details

#internet_gatewayGoogle::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaInternetGateway

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



2999
3000
3001
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2999

def internet_gateway
  @internet_gateway
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3006
3007
3008
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 3006

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