GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig class
The configuration for the proxy.
Constructors
-
GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig.new({List<
String> ? allowedClientHeaders, bool? clientIp, GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders? contextualHeaders, String? gatewayIdentity, Map<String, String> ? metadataHeaders}) - GoogleCloudBeyondcorpSecuritygatewaysV1ProxyProtocolConfig.fromJson(Map json_)
Properties
-
allowedClientHeaders
↔ List<
String> ? -
List of the allowed client header names.
getter/setter pair
- clientIp ↔ bool?
-
Client IP configuration.
getter/setter pair
- contextualHeaders ↔ GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders?
-
Configuration for the contextual headers.
getter/setter pair
- gatewayIdentity ↔ String?
-
Gateway identity configuration.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metadataHeaders
↔ Map<
String, String> ? -
Custom resource specific headers along with the values.
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