public enum SslSettings.SslManagementType extends Enum<SslSettings.SslManagementType> implements ProtocolMessageEnumThe SSL management type for this domain.
Protobuf enum google.appengine.v1.SslSettings.SslManagementType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| AUTOMATIC | SSL support for this domain is configured automatically. The mapped SSL certificate will be automatically renewed. |
| AUTOMATIC_VALUE | 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. |
| MANUAL_VALUE | 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. |
| SSL_MANAGEMENT_TYPE_UNSPECIFIED | Defaults to |
| SSL_MANAGEMENT_TYPE_UNSPECIFIED_VALUE | Defaults to |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |