Class: Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamExternal

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

Endpoints to forward traffic to.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamExternal

Returns a new instance of GoogleCloudBeyondcorpSecuritygatewaysV1alphaApplicationUpstreamExternal.



2649
2650
2651
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2649

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#endpointsArray<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpoint>

Required. List of the endpoints to forward traffic to. Corresponds to the JSON property endpoints



2647
2648
2649
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2647

def endpoints
  @endpoints
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2654
2655
2656
# File 'lib/google/apis/beyondcorp_v1alpha/classes.rb', line 2654

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