public sealed class SslCertificateManagedSslCertificate : IMessage<SslCertificateManagedSslCertificate>, IEquatable<SslCertificateManagedSslCertificate>, IDeepCloneable<SslCertificateManagedSslCertificate>, IBufferMessage, IMessage
Configuration and status of a managed SSL certificate.
Implements
IMessage<SslCertificateManagedSslCertificate>, IEquatable<SslCertificateManagedSslCertificate>, IDeepCloneable<SslCertificateManagedSslCertificate>, 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
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 |
RepeatedField<String> |
DomainStatus
public MapField<string, string> DomainStatus { get; }
[Output only] Detailed statuses of the domains specified for managed certificate resource.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
HasStatus
public bool HasStatus { get; }
Gets whether the "status" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
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 |