ClusterMigrateToNativeVcnDetails¶
- 
class oci.container_engine.models.ClusterMigrateToNativeVcnDetails(**kwargs)¶
- Bases: - object- The properties that define a request to migrate a cluster to Native VCN. - Methods - __init__(**kwargs)- Initializes a new ClusterMigrateToNativeVcnDetails object with values from keyword arguments. - Attributes - decommission_delay_duration- Gets the decommission_delay_duration of this ClusterMigrateToNativeVcnDetails. - endpoint_config- [Required] Gets the endpoint_config of this ClusterMigrateToNativeVcnDetails. - 
__init__(**kwargs)¶
- Initializes a new ClusterMigrateToNativeVcnDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - endpoint_config (oci.container_engine.models.ClusterEndpointConfig) – The value to assign to the endpoint_config property of this ClusterMigrateToNativeVcnDetails.
- decommission_delay_duration (str) – The value to assign to the decommission_delay_duration property of this ClusterMigrateToNativeVcnDetails.
 
 - 
decommission_delay_duration¶
- Gets the decommission_delay_duration of this ClusterMigrateToNativeVcnDetails. The optional override of the non-native endpoint decommission time after migration is complete. Defaults to 30 days. - Returns: - The decommission_delay_duration of this ClusterMigrateToNativeVcnDetails. - Return type: - str 
 - 
endpoint_config¶
- [Required] Gets the endpoint_config of this ClusterMigrateToNativeVcnDetails. The network configuration for access to the Cluster control plane. - Returns: - The endpoint_config of this ClusterMigrateToNativeVcnDetails. - Return type: - oci.container_engine.models.ClusterEndpointConfig 
 
-