Enum SslSettings.SslManagementType (2.2.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

NameDescription
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

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()