ServerTlsPolicy class
ServerTlsPolicy is a resource that specifies how a server should authenticate incoming requests.
This resource itself does not affect configuration unless it is attached to
a target HTTPS proxy or endpoint config selector resource. ServerTlsPolicy
in the form accepted by external HTTPS load balancers can be attached only
to TargetHttpsProxy with an EXTERNAL
or EXTERNAL_MANAGED
load balancing
scheme. Traffic Director compatible ServerTlsPolicies can be attached to
EndpointPolicy and TargetHttpsProxy with Traffic Director
INTERNAL_SELF_MANAGED
load balancing scheme.
Constructors
-
ServerTlsPolicy({bool? allowOpen, String? createTime, String? description, Map<
String, String> ? labels, MTLSPolicy? mtlsPolicy, String? name, GoogleCloudNetworksecurityV1CertificateProvider? serverCertificate, String? updateTime}) - ServerTlsPolicy.fromJson(Map json_)
Properties
- allowOpen ↔ bool?
-
This field applies only for Traffic Director policies.
getter/setter pair
- createTime ↔ String?
-
The timestamp when the resource was created.
getter/setter pair
- description ↔ String?
-
Free-text description of the resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Set of label tags associated with the resource.
getter/setter pair
- mtlsPolicy ↔ MTLSPolicy?
-
This field is required if the policy is used with external HTTPS load
balancers.
getter/setter pair
- name ↔ String?
-
Name of the ServerTlsPolicy resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverCertificate ↔ GoogleCloudNetworksecurityV1CertificateProvider?
-
Optional if policy is to be used with Traffic Director.
getter/setter pair
- updateTime ↔ String?
-
The timestamp when the resource was updated.
getter/setter pair
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