Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
- Inherits:
-
Object
- Object
- Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
- 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
Message contains the routing information to direct traffic to the proxy server.
Instance Attribute Summary collapse
-
#pac_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
constructor
A new instance of GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo
Returns a new instance of GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo.
2238 2239 2240 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2238 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pac_uri ⇒ String
Required. Proxy Auto-Configuration (PAC) URI.
Corresponds to the JSON property pacUri
2236 2237 2238 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2236 def pac_uri @pac_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2243 2244 2245 |
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2243 def update!(**args) @pac_uri = args[:pac_uri] if args.key?(:pac_uri) end |