Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy
- 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
Routing policy information.
Instance Attribute Summary collapse
-
#regions ⇒ Array<String>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy.
1948 1949 1950 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1948 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
1946 1947 1948 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1946 def regions @regions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1953 1954 1955 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1953 def update!(**args) @regions = args[:regions] if args.key?(:regions) end |