Show / Hide Table of Contents

Class ClusterMigrateToNativeVcnStatus

Information regarding a cluster's move to Native VCN.

Inheritance
object
ClusterMigrateToNativeVcnStatus
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 ClusterMigrateToNativeVcnStatus

Properties

State

Declaration
[Required(ErrorMessage = "State is required.")]
[JsonProperty(PropertyName = "state")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ClusterMigrateToNativeVcnStatus.StateEnum? State { get; set; }
Property Value
Type Description
ClusterMigrateToNativeVcnStatus.StateEnum?

The current migration status of the cluster.

Remarks

Required

TimeDecommissionScheduled

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

The date and time the non-native VCN is due to be decommissioned.

In this article
Back to top