Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy
- 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
Routing policy information.
Instance Attribute Summary collapse
-
#regions ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaEgressPolicy.
2815 2816 2817 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2815 def initialize(**args) update!(**args) end |
Instance Attribute Details
#regions ⇒ Array<String>
Required. List of the regions where the application sends traffic.
Corresponds to the JSON property regions
2813 2814 2815 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2813 def regions @regions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2820 2821 2822 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2820 def update!(**args) @regions = args[:regions] if args.key?(:regions) end |