Resource: SslPolicy
Represents an SSL Policy resource.
Use SSL policies to control SSL features, such as versions and cipher suites, that are offered by Application Load Balancers and proxy Network Load Balancers. For more information, read SSL policies overview.
JSON representation |
---|
{ "kind": string, "id": string, "creationTimestamp": string, "selfLink": string, "name": string, "description": string, "profile": enum ( |
Fields | |
---|---|
kind |
[Output only] Type of the resource. Always
for SSL policies. |
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creation |
[Output Only] Creation timestamp in RFC3339 text format. |
self |
[Output Only] Server-defined URL for the resource. |
name |
Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
description |
An optional description of this resource. Provide this property when you create the resource. |
profile |
Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of
,
,
, or
. If using
, the set of SSL features to enable must be specified in the
field. |
min |
The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of
,
,
. |
enabled |
[Output Only] The list of features enabled in the SSL policy. |
custom |
A list of features enabled when the selected profile is CUSTOM. The
. |
fingerprint |
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a
. An up-to-date fingerprint must be provided in order to update the
, otherwise the request will fail with error
. To see the latest fingerprint, make a
request to retrieve an SslPolicy. A base64-encoded string. |
warnings[] |
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages. |
warnings[]. |
[Output Only] A warning code, if applicable. For example, Compute Engine returns
if there are no results in the response. |
warnings[]. |
[Output Only] A human-readable description of the warning code. |
warnings[]. |
[Output Only] Metadata about this warning in
format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" } |
warnings[]. |
[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be
and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding). |
warnings[]. |
[Output Only] A warning data value corresponding to the key. |
region |
[Output Only] URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies. |
Methods |
|
---|---|
|
The method compute.v1.SslPoliciesService.AggregatedList is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.SslPoliciesService.Delete is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.SslPoliciesService.Get is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.SslPoliciesService.Insert is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.SslPoliciesService.List is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.SslPoliciesService.ListAvailableFeatures is not available in this (s3nsapis.fr) universe. |
|
The method compute.v1.SslPoliciesService.Patch is not available in this (s3nsapis.fr) universe. |