Class ClusterMetadata
The properties that define meta data for a cluster.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class ClusterMetadataProperties
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. |