public sealed class SslCertificateManagedSslCertificate : IMessage<SslCertificateManagedSslCertificate>, IEquatable<SslCertificateManagedSslCertificate>, IDeepCloneable<SslCertificateManagedSslCertificate>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class SslCertificateManagedSslCertificate.
Configuration and status of a managed SSL certificate.
Implements
IMessageSslCertificateManagedSslCertificate, IEquatableSslCertificateManagedSslCertificate, IDeepCloneableSslCertificateManagedSslCertificate, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SslCertificateManagedSslCertificate()
public SslCertificateManagedSslCertificate()SslCertificateManagedSslCertificate(SslCertificateManagedSslCertificate)
public SslCertificateManagedSslCertificate(SslCertificateManagedSslCertificate other)| Parameter | |
|---|---|
| Name | Description |
other |
SslCertificateManagedSslCertificate |
Properties
DomainStatus
public MapField<string, string> DomainStatus { get; }[Output only] Detailed statuses of the domains specified for managed certificate resource.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
HasStatus
public bool HasStatus { get; }Gets whether the "status" field is set
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|