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.



2853
2854
2855
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2853

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



2851
2852
2853
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2851

def internet_gateway
  @internet_gateway
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2858
2859
2860
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2858

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