public sealed class ManagedCertificate : IMessage<ManagedCertificate>, IEquatable<ManagedCertificate>, IDeepCloneable<ManagedCertificate>, IBufferMessage, IMessageReference documentation and code samples for the App Engine v1 API class ManagedCertificate.
A certificate managed by App Engine.
Implements
IMessageManagedCertificate, IEquatableManagedCertificate, IDeepCloneableManagedCertificate, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ManagedCertificate()
public ManagedCertificate()ManagedCertificate(ManagedCertificate)
public ManagedCertificate(ManagedCertificate other)| Parameter | |
|---|---|
| Name | Description |
other |
ManagedCertificate |
Properties
LastRenewalTime
public Timestamp LastRenewalTime { get; set; }Time at which the certificate was last renewed. The renewal process is
fully managed. Certificate renewal will automatically occur before the
certificate expires. Renewal errors can be tracked via ManagementStatus.
@OutputOnly
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Status
public ManagementStatus Status { get; set; }Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
@OutputOnly
| Property Value | |
|---|---|
| Type | Description |
ManagementStatus |
|