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