GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream class
Which upstream resource to forward traffic to.
Constructors
- GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream.new({GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy? egressPolicy, GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal? external_, GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork? network, GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig? proxyProtocol})
- GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstream.fromJson(Map json_)
Properties
- egressPolicy ↔ GoogleCloudBeyondcorpSecuritygatewaysV1EgressPolicy?
-
Routing policy information.
getter/setter pair
- external_ ↔ GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamExternal?
-
List of the external endpoints to forward traffic to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- network ↔ GoogleCloudBeyondcorpSecuritygatewaysV1ApplicationUpstreamNetwork?
-
Network to forward traffic to.
getter/setter pair
- proxyProtocol ↔ GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig?
-
Enables proxy protocol configuration for the upstream.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited