Class: Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal

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

Instance Method Summary collapse

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

#endpointsArray<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