Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal
- 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
Endpoints to forward traffic to.
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Endpoint>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal
constructor
A new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal
Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal.
1790 1791 1792 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1790 def initialize(**args) update!(**args) end |
Instance Attribute Details
#endpoints ⇒ Array<Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1Endpoint>
Required. List of the endpoints to forward traffic to.
Corresponds to the JSON property endpoints
1788 1789 1790 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1788 def endpoints @endpoints end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1795 1796 1797 |
# File 'lib/google/apis/beyondcorp_v1/classes.rb', line 1795 def update!(**args) @endpoints = args[:endpoints] if args.key?(:endpoints) end |