Compute Engine v1 API - Class SslCertificateManagedSslCertificate (2.15.0)

public sealed class SslCertificateManagedSslCertificate : IMessage<SslCertificateManagedSslCertificate>, IEquatable<SslCertificateManagedSslCertificate>, IDeepCloneable<SslCertificateManagedSslCertificate>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class SslCertificateManagedSslCertificate.

Configuration and status of a managed SSL certificate.

Inheritance

object > SslCertificateManagedSslCertificate

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SslCertificateManagedSslCertificate()

public SslCertificateManagedSslCertificate()

SslCertificateManagedSslCertificate(SslCertificateManagedSslCertificate)

public SslCertificateManagedSslCertificate(SslCertificateManagedSslCertificate other)
Parameter
NameDescription
otherSslCertificateManagedSslCertificate

Properties

DomainStatus

public MapField<string, string> DomainStatus { get; }

[Output only] Detailed statuses of the domains specified for managed certificate resource.

Property Value
TypeDescription
MapFieldstringstring

Domains

public RepeatedField<string> Domains { get; }

The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.

Property Value
TypeDescription
RepeatedFieldstring

HasStatus

public bool HasStatus { get; }

Gets whether the "status" field is set

Property Value
TypeDescription
bool

Status

public string Status { get; set; }

[Output only] Status of the managed certificate resource. Check the Status enum for the list of possible values.

Property Value
TypeDescription
string