Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_uriString

Required. Proxy Auto-Configuration (PAC) URI. Corresponds to the JSON property pacUri

Returns:

  • (String)


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