Enum SslCertificate.Type (1.51.0)

public enum SslCertificate.Type extends Enum<SslCertificate.Type> implements ProtocolMessageEnum

(Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". If not specified, the certificate is self-managed and the fields certificate and private_key are used.

Protobuf enum google.cloud.compute.v1.SslCertificate.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MANAGED

Google-managed SSLCertificate.

MANAGED = 479501183;

MANAGED_VALUE

Google-managed SSLCertificate.

MANAGED = 479501183;

SELF_MANAGED

Certificate uploaded by user.

SELF_MANAGED = 434437516;

SELF_MANAGED_VALUE

Certificate uploaded by user.

SELF_MANAGED = 434437516;

TYPE_UNSPECIFIED

TYPE_UNSPECIFIED = 437714322;

TYPE_UNSPECIFIED_VALUE

TYPE_UNSPECIFIED = 437714322;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

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