VirtualGatewayClientPolicyTls class
An object that represents a Transport Layer Security (TLS) client policy.
Constructors
-
VirtualGatewayClientPolicyTls({required VirtualGatewayTlsValidationContext validation, bool? enforce, List<
int> ? ports}) -
VirtualGatewayClientPolicyTls.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enforce → bool?
-
Whether the policy is enforced. The default is
True
, if a value isn't specified.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
ports
→ List<
int> ? -
One or more ports that the policy is enforced for.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validation → VirtualGatewayTlsValidationContext
-
A reference to an object that represents a TLS validation context.
final
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