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.



2356
2357
2358
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2356

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)


2354
2355
2356
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2354

def pac_uri
  @pac_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2361
2362
2363
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2361

def update!(**args)
  @pac_uri = args[:pac_uri] if args.key?(:pac_uri)
end