App Engine v1 API - Enum SslSettings.Types.SslManagementType (2.3.0)

public enum SslSettings.Types.SslManagementType

Reference documentation and code samples for the App Engine v1 API enum SslSettings.Types.SslManagementType.

The SSL management type for this domain.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription
Automatic

SSL support for this domain is configured automatically. The mapped SSL certificate will be automatically renewed.

Manual

SSL support for this domain is configured manually by the user. Either the domain has no SSL support or a user-obtained SSL certificate has been explictly mapped to this domain.

Unspecified

Defaults to AUTOMATIC.