Class ManagedCertificate (1.0.0)

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

A certificate managed by App Engine.

Inheritance

Object > ManagedCertificate

Implements

Google.Protobuf.IMessage<ManagedCertificate>, IEquatable<ManagedCertificate>, Google.Protobuf.IDeepCloneable<ManagedCertificate>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
Google.Protobuf.WellKnownTypes.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