Uses of Class
com.oracle.bmc.containerengine.responses.ClusterMigrateToNativeVcnResponse
-
Packages that use ClusterMigrateToNativeVcnResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of ClusterMigrateToNativeVcnResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return ClusterMigrateToNativeVcnResponse Modifier and Type Method Description ClusterMigrateToNativeVcnResponse
ContainerEngine. clusterMigrateToNativeVcn(ClusterMigrateToNativeVcnRequest request)
Initiates cluster migration to use native VCN.ClusterMigrateToNativeVcnResponse
ContainerEngineClient. clusterMigrateToNativeVcn(ClusterMigrateToNativeVcnRequest request)
Methods in com.oracle.bmc.containerengine that return types with arguments of type ClusterMigrateToNativeVcnResponse Modifier and Type Method Description Future<ClusterMigrateToNativeVcnResponse>
ContainerEngineAsync. clusterMigrateToNativeVcn(ClusterMigrateToNativeVcnRequest request, AsyncHandler<ClusterMigrateToNativeVcnRequest,ClusterMigrateToNativeVcnResponse> handler)
Initiates cluster migration to use native VCN.Future<ClusterMigrateToNativeVcnResponse>
ContainerEngineAsyncClient. clusterMigrateToNativeVcn(ClusterMigrateToNativeVcnRequest request, AsyncHandler<ClusterMigrateToNativeVcnRequest,ClusterMigrateToNativeVcnResponse> handler)
Method parameters in com.oracle.bmc.containerengine with type arguments of type ClusterMigrateToNativeVcnResponse Modifier and Type Method Description Future<ClusterMigrateToNativeVcnResponse>
ContainerEngineAsync. clusterMigrateToNativeVcn(ClusterMigrateToNativeVcnRequest request, AsyncHandler<ClusterMigrateToNativeVcnRequest,ClusterMigrateToNativeVcnResponse> handler)
Initiates cluster migration to use native VCN.Future<ClusterMigrateToNativeVcnResponse>
ContainerEngineAsyncClient. clusterMigrateToNativeVcn(ClusterMigrateToNativeVcnRequest request, AsyncHandler<ClusterMigrateToNativeVcnRequest,ClusterMigrateToNativeVcnResponse> handler)
-
Uses of ClusterMigrateToNativeVcnResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return ClusterMigrateToNativeVcnResponse Modifier and Type Method Description ClusterMigrateToNativeVcnResponse
ClusterMigrateToNativeVcnResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type ClusterMigrateToNativeVcnResponse Modifier and Type Method Description ClusterMigrateToNativeVcnResponse.Builder
ClusterMigrateToNativeVcnResponse.Builder. copy(ClusterMigrateToNativeVcnResponse o)
Copy method to populate the builder with values from the given instance.
-