Uses of Class
com.oracle.bmc.containerengine.model.ClusterMigrateToNativeVcnStatus.State
-
Packages that use ClusterMigrateToNativeVcnStatus.State Package Description com.oracle.bmc.containerengine.model -
-
Uses of ClusterMigrateToNativeVcnStatus.State in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return ClusterMigrateToNativeVcnStatus.State Modifier and Type Method Description static ClusterMigrateToNativeVcnStatus.State
ClusterMigrateToNativeVcnStatus.State. create(String key)
ClusterMigrateToNativeVcnStatus.State
ClusterMigrateToNativeVcnStatus. getState()
The current migration status of the cluster.static ClusterMigrateToNativeVcnStatus.State
ClusterMigrateToNativeVcnStatus.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterMigrateToNativeVcnStatus.State[]
ClusterMigrateToNativeVcnStatus.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.containerengine.model with parameters of type ClusterMigrateToNativeVcnStatus.State Modifier and Type Method Description ClusterMigrateToNativeVcnStatus.Builder
ClusterMigrateToNativeVcnStatus.Builder. state(ClusterMigrateToNativeVcnStatus.State state)
The current migration status of the cluster.Constructors in com.oracle.bmc.containerengine.model with parameters of type ClusterMigrateToNativeVcnStatus.State Constructor Description ClusterMigrateToNativeVcnStatus(Date timeDecommissionScheduled, ClusterMigrateToNativeVcnStatus.State state)
Deprecated.
-