Google Cloud Memorystore for Redis v1beta1 API - Class TlsCertificate (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class TlsCertificate.

TlsCertificate Resource

Inheritance

object > TlsCertificate

Namespace

Google.Cloud.Redis.V1Beta1

Assembly

Google.Cloud.Redis.V1Beta1.dll

Constructors

TlsCertificate()

public TlsCertificate()

TlsCertificate(TlsCertificate)

public TlsCertificate(TlsCertificate other)
Parameter
NameDescription
otherTlsCertificate

Properties

Cert

public string Cert { get; set; }

PEM representation.

Property Value
TypeDescription
string

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the certificate was created in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

Property Value
TypeDescription
Timestamp

ExpireTime

public Timestamp ExpireTime { get; set; }

Output only. The time when the certificate expires in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

Property Value
TypeDescription
Timestamp

SerialNumber

public string SerialNumber { get; set; }

Serial number, as extracted from the certificate.

Property Value
TypeDescription
string

Sha1Fingerprint

public string Sha1Fingerprint { get; set; }

Sha1 Fingerprint of the certificate.

Property Value
TypeDescription
string