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 fieldscertificate and private_key are used.
Protobuf enum google.cloud.compute.v1.SslCertificate.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MANAGED |
Google-managed SSLCertificate. |
MANAGED_VALUE |
Google-managed SSLCertificate. |
SELF_MANAGED |
Certificate uploaded by user. |
SELF_MANAGED_VALUE |
Certificate uploaded by user. |
TYPE_UNSPECIFIED |
|
TYPE_UNSPECIFIED_VALUE |
|
UNDEFINED_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_TYPE_VALUE |
A value indicating that the enum field is not set. |
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() |
|