Uses of Class
com.oracle.bmc.containerengine.requests.ClusterMigrateToNativeVcnRequest
-
Packages that use ClusterMigrateToNativeVcnRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of ClusterMigrateToNativeVcnRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type ClusterMigrateToNativeVcnRequest Modifier and Type Method Description ClusterMigrateToNativeVcnResponse
ContainerEngine. clusterMigrateToNativeVcn(ClusterMigrateToNativeVcnRequest request)
Initiates cluster migration to use native VCN.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)
ClusterMigrateToNativeVcnResponse
ContainerEngineClient. clusterMigrateToNativeVcn(ClusterMigrateToNativeVcnRequest request)
Method parameters in com.oracle.bmc.containerengine with type arguments of type ClusterMigrateToNativeVcnRequest 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 ClusterMigrateToNativeVcnRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return ClusterMigrateToNativeVcnRequest Modifier and Type Method Description ClusterMigrateToNativeVcnRequest
ClusterMigrateToNativeVcnRequest.Builder. build()
Build the instance of ClusterMigrateToNativeVcnRequest as configured by this builderClusterMigrateToNativeVcnRequest
ClusterMigrateToNativeVcnRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ClusterMigrateToNativeVcnRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type ClusterMigrateToNativeVcnRequest Modifier and Type Method Description ClusterMigrateToNativeVcnRequest.Builder
ClusterMigrateToNativeVcnRequest.Builder. copy(ClusterMigrateToNativeVcnRequest o)
Copy method to populate the builder with values from the given instance.
-