Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ClusterMigrateToNativeVcnStatus.Builder |
ClusterMigrateToNativeVcnStatus.Builder.state(ClusterMigrateToNativeVcnStatus.State state)
The current migration status of the cluster.
|
Constructor and Description |
---|
ClusterMigrateToNativeVcnStatus(Date timeDecommissionScheduled,
ClusterMigrateToNativeVcnStatus.State state)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.