Uses of Class
com.oracle.bmc.ocvp.requests.UpgradeHcxRequest
-
Packages that use UpgradeHcxRequest Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.requests -
-
Uses of UpgradeHcxRequest in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type UpgradeHcxRequest Modifier and Type Method Description UpgradeHcxResponse
Sddc. upgradeHcx(UpgradeHcxRequest request)
Upgrade the specified SDDC from HCX Advanced to HCX Enterprise.Future<UpgradeHcxResponse>
SddcAsync. upgradeHcx(UpgradeHcxRequest request, AsyncHandler<UpgradeHcxRequest,UpgradeHcxResponse> handler)
Upgrade the specified SDDC from HCX Advanced to HCX Enterprise.Future<UpgradeHcxResponse>
SddcAsyncClient. upgradeHcx(UpgradeHcxRequest request, AsyncHandler<UpgradeHcxRequest,UpgradeHcxResponse> handler)
UpgradeHcxResponse
SddcClient. upgradeHcx(UpgradeHcxRequest request)
Method parameters in com.oracle.bmc.ocvp with type arguments of type UpgradeHcxRequest Modifier and Type Method Description Future<UpgradeHcxResponse>
SddcAsync. upgradeHcx(UpgradeHcxRequest request, AsyncHandler<UpgradeHcxRequest,UpgradeHcxResponse> handler)
Upgrade the specified SDDC from HCX Advanced to HCX Enterprise.Future<UpgradeHcxResponse>
SddcAsyncClient. upgradeHcx(UpgradeHcxRequest request, AsyncHandler<UpgradeHcxRequest,UpgradeHcxResponse> handler)
-
Uses of UpgradeHcxRequest in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return UpgradeHcxRequest Modifier and Type Method Description UpgradeHcxRequest
UpgradeHcxRequest.Builder. build()
Build the instance of UpgradeHcxRequest as configured by this builderUpgradeHcxRequest
UpgradeHcxRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpgradeHcxRequest as configured by this builderMethods in com.oracle.bmc.ocvp.requests with parameters of type UpgradeHcxRequest Modifier and Type Method Description UpgradeHcxRequest.Builder
UpgradeHcxRequest.Builder. copy(UpgradeHcxRequest o)
Copy method to populate the builder with values from the given instance.
-