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
Namespace
Google \ Cloud \ AppEngine \ V1 \ SslSettings
Methods
static::name
Parameter
Name
Description
value
mixed
static::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Appengine Admin V1 Client - Class SslManagementType (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-appengine-admin/latest/V1.SslSettings.SslManagementType)\n- [2.0.3](/php/docs/reference/cloud-appengine-admin/2.0.3/V1.SslSettings.SslManagementType)\n- [1.3.5](/php/docs/reference/cloud-appengine-admin/1.3.5/V1.SslSettings.SslManagementType)\n- [1.2.2](/php/docs/reference/cloud-appengine-admin/1.2.2/V1.SslSettings.SslManagementType)\n- [1.1.1](/php/docs/reference/cloud-appengine-admin/1.1.1/V1.SslSettings.SslManagementType)\n- [1.0.6](/php/docs/reference/cloud-appengine-admin/1.0.6/V1.SslSettings.SslManagementType) \nReference documentation and code samples for the Google Cloud Appengine Admin V1 Client class SslManagementType.\n\nThe SSL management type for this domain.\n\nProtobuf type `google.appengine.v1.SslSettings.SslManagementType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AppEngine \\\\ V1 \\\\ SslSettings\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### SSL_MANAGEMENT_TYPE_UNSPECIFIED\n\n Value: 0\n\nDefaults to `AUTOMATIC`.\n\nGenerated from protobuf enum `SSL_MANAGEMENT_TYPE_UNSPECIFIED = 0;`\n\n### AUTOMATIC\n\n Value: 1\n\nSSL support for this domain is configured automatically. The mapped SSL\ncertificate will be automatically renewed.\n\nGenerated from protobuf enum `AUTOMATIC = 1;`\n\n### MANUAL\n\n Value: 2\n\nSSL support for this domain is configured manually by the user. Either\nthe domain has no SSL support or a user-obtained SSL certificate has been\nexplictly mapped to this domain.\n\nGenerated from protobuf enum `MANUAL = 2;`"]]