Compute Engine v1 API - Enum SslCertificate.Types.Type (2.15.0)

public enum SslCertificate.Types.Type

Reference documentation and code samples for the Compute Engine v1 API enum SslCertificate.Types.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