Show / Hide Table of Contents

Class SslCertificateManagedSslCertificate

Configuration and status of a managed SSL certificate.

Inheritance
System.Object
SslCertificateManagedSslCertificate
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class SslCertificateManagedSslCertificate : IDirectResponseSchema

Properties

Domains

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.

Declaration
[JsonProperty("domains")]
public virtual IList<string> Domains { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

DomainStatus

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

Declaration
[JsonProperty("domainStatus")]
public virtual IDictionary<string, string> DomainStatus { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Status

[Output only] Status of the managed certificate resource.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top