Reference documentation and code samples for the Compute V1 Client class Type.
(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 type google.cloud.compute.v1.SslCertificate.Type
Namespace
Google \ Cloud \ Compute \ V1 \ SslCertificateMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_TYPE = 0;
MANAGED
Value: 479501183
Google-managed SSLCertificate.
Generated from protobuf enum MANAGED = 479501183;
SELF_MANAGED
Value: 434437516
Certificate uploaded by user.
Generated from protobuf enum SELF_MANAGED = 434437516;
TYPE_UNSPECIFIED
Value: 437714322
Generated from protobuf enum TYPE_UNSPECIFIED = 437714322;