Show / Hide Table of Contents

Class ClusterMetadata

The properties that define meta data for a cluster.

Inheritance
object
ClusterMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class ClusterMetadata

Properties

CreatedByUserId

Declaration
[JsonProperty(PropertyName = "createdByUserId")]
public string CreatedByUserId { get; set; }
Property Value
Type Description
string

The user who created the cluster.

CreatedByWorkRequestId

Declaration
[JsonProperty(PropertyName = "createdByWorkRequestId")]
public string CreatedByWorkRequestId { get; set; }
Property Value
Type Description
string

The OCID of the work request which created the cluster.

DeletedByUserId

Declaration
[JsonProperty(PropertyName = "deletedByUserId")]
public string DeletedByUserId { get; set; }
Property Value
Type Description
string

The user who deleted the cluster.

DeletedByWorkRequestId

Declaration
[JsonProperty(PropertyName = "deletedByWorkRequestId")]
public string DeletedByWorkRequestId { get; set; }
Property Value
Type Description
string

The OCID of the work request which deleted the cluster.

TimeCreated

Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type Description
DateTime?

The time the cluster was created.

TimeCredentialExpiration

Declaration
[JsonProperty(PropertyName = "timeCredentialExpiration")]
public DateTime? TimeCredentialExpiration { get; set; }
Property Value
Type Description
DateTime?

The time until which the cluster credential is valid.

TimeDeleted

Declaration
[JsonProperty(PropertyName = "timeDeleted")]
public DateTime? TimeDeleted { get; set; }
Property Value
Type Description
DateTime?

The time the cluster was deleted.

TimeUpdated

Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }
Property Value
Type Description
DateTime?

The time the cluster was updated.

UpdatedByUserId

Declaration
[JsonProperty(PropertyName = "updatedByUserId")]
public string UpdatedByUserId { get; set; }
Property Value
Type Description
string

The user who updated the cluster.

UpdatedByWorkRequestId

Declaration
[JsonProperty(PropertyName = "updatedByWorkRequestId")]
public string UpdatedByWorkRequestId { get; set; }
Property Value
Type Description
string

The OCID of the work request which updated the cluster.

In this article
Back to top