Show / Hide Table of Contents

Class KubeletCertInfo

Contains expiry information about the kubelet certificate.

Inheritance
object
KubeletCertInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class KubeletCertInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NonTpmBootstrapCertExpireTime

object representation of NonTpmBootstrapCertExpireTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NonTpmBootstrapCertExpireTimeDateTimeOffset instead.")]
public virtual object NonTpmBootstrapCertExpireTime { get; set; }
Property Value
Type Description
object

NonTpmBootstrapCertExpireTimeDateTimeOffset

DateTimeOffset representation of NonTpmBootstrapCertExpireTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? NonTpmBootstrapCertExpireTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

NonTpmBootstrapCertExpireTimeRaw

Output only.

Declaration
[JsonProperty("nonTpmBootstrapCertExpireTime")]
public virtual string NonTpmBootstrapCertExpireTimeRaw { get; set; }
Property Value
Type Description
string

TpmBootstrapCertExpireTime

object representation of TpmBootstrapCertExpireTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TpmBootstrapCertExpireTimeDateTimeOffset instead.")]
public virtual object TpmBootstrapCertExpireTime { get; set; }
Property Value
Type Description
object

TpmBootstrapCertExpireTimeDateTimeOffset

DateTimeOffset representation of TpmBootstrapCertExpireTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TpmBootstrapCertExpireTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TpmBootstrapCertExpireTimeRaw

Output only.

Declaration
[JsonProperty("tpmBootstrapCertExpireTime")]
public virtual string TpmBootstrapCertExpireTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX