App Engine v1 API - Class ManagedCertificate (2.3.0)

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

Reference documentation and code samples for the App Engine v1 API class ManagedCertificate.

A certificate managed by App Engine.

Inheritance

object > ManagedCertificate

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ManagedCertificate()

public ManagedCertificate()

ManagedCertificate(ManagedCertificate)

public ManagedCertificate(ManagedCertificate other)
Parameter
NameDescription
otherManagedCertificate

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
TypeDescription
Timestamp

Status

public ManagementStatus Status { get; set; }

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.

@OutputOnly

Property Value
TypeDescription
ManagementStatus