Class SSLPolicyState
Inherited Members
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SSLPolicyState : ResourceArgs
Constructors
View SourceSSLPolicyState()
Declaration
public SSLPolicyState()
Properties
View SourceCreationTimestamp
Creation timestamp in RFC3339 text format.
Declaration
public Input<string> CreationTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CustomFeatures
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
COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM,
the set of SSL features to enable must be specified in the
customFeatures field.
See the official documentation
for which ciphers are available to use. Note: this argument
must be present when using the CUSTOM profile. This argument
must not be present when using any other profile.
Declaration
public InputList<string> CustomFeatures { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Description
An optional description of this resource.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnabledFeatures
The list of features enabled in the SSL policy.
Declaration
public InputList<string> EnabledFeatures { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Fingerprint
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking.
Declaration
public Input<string> Fingerprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MinTlsVersion
The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer.
Declaration
public Input<string> MinTlsVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the resource. Provided by the client when the resource is
created. 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 a-z? which means the
first character must be a lowercase letter, and all following
characters must be a dash, lowercase letter, or digit, except the last
character, which cannot be a dash.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Profile
Profile specifies the set of SSL features that can be used by the
load balancer when negotiating SSL with clients. If using CUSTOM,
the set of SSL features to enable must be specified in the
customFeatures field.
See the official documentation
for information on what cipher suites each profile provides. If
CUSTOM is used, the custom_features attribute must be set.
Declaration
public Input<string> Profile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SelfLink
The URI of the created resource.
Declaration
public Input<string> SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |