Enum SslCertificate.Types.Type (1.1.0)

public enum 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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Managed

Google-managed SSLCertificate.

SelfManaged

Certificate uploaded by user.

UndefinedType

A value indicating that the enum field is not set.

Unspecified