Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class SslManagementType.
The SSL management type for this domain.
Protobuf type google.appengine.v1.SslSettings.SslManagementType
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SSL_MANAGEMENT_TYPE_UNSPECIFIED
Value: 0
Defaults to AUTOMATIC
.
Generated from protobuf enum SSL_MANAGEMENT_TYPE_UNSPECIFIED = 0;
AUTOMATIC
Value: 1
SSL support for this domain is configured automatically. The mapped SSL certificate will be automatically renewed.
Generated from protobuf enum AUTOMATIC = 1;
MANUAL
Value: 2
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.
Generated from protobuf enum MANUAL = 2;