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.



2886
2887
2888
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2886

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



2884
2885
2886
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2884

def internet_gateway
  @internet_gateway
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2891
2892
2893
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2891

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