Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub
- 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
-
#internet_gateway ⇒ Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaInternetGateway
Represents the Internet Gateway configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaHub.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_gateway ⇒ Google::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 |