Enum SslSettings.SslManagementType (2.70.0)

public enum SslSettings.SslManagementType extends Enum<SslSettings.SslManagementType> implements ProtocolMessageEnum

The SSL management type for this ___domain.

Protobuf enum google.appengine.v1.SslSettings.SslManagementType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTOMATIC

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

AUTOMATIC = 1;

AUTOMATIC_VALUE

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

AUTOMATIC = 1;

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 = 2;

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.

MANUAL = 2;

SSL_MANAGEMENT_TYPE_UNSPECIFIED

Defaults to AUTOMATIC.

SSL_MANAGEMENT_TYPE_UNSPECIFIED = 0;

SSL_MANAGEMENT_TYPE_UNSPECIFIED_VALUE

Defaults to AUTOMATIC.

SSL_MANAGEMENT_TYPE_UNSPECIFIED = 0;

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()