Show / Hide Table of Contents

Class ClusterMigrateToNativeVcnDetails

The properties that define a request to migrate a cluster to Native VCN.

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

Properties

DecommissionDelayDuration

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

The optional override of the non-native endpoint decommission time after migration is complete. Defaults to 30 days.

EndpointConfig

Declaration
[Required(ErrorMessage = "EndpointConfig is required.")]
[JsonProperty(PropertyName = "endpointConfig")]
public ClusterEndpointConfig EndpointConfig { get; set; }
Property Value
Type Description
ClusterEndpointConfig

The network configuration for access to the Cluster control plane.

Remarks

Required

In this article
Back to top