Uses of Class
com.oracle.bmc.cloudmigrations.model.CreateTargetAssetDetails
-
Packages that use CreateTargetAssetDetails Package Description com.oracle.bmc.cloudmigrations.model com.oracle.bmc.cloudmigrations.requests -
-
Uses of CreateTargetAssetDetails in com.oracle.bmc.cloudmigrations.model
Subclasses of CreateTargetAssetDetails in com.oracle.bmc.cloudmigrations.model Modifier and Type Class Description class
CreateVmTargetAssetDetails
Description of the VM target asset. -
Uses of CreateTargetAssetDetails in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return CreateTargetAssetDetails Modifier and Type Method Description CreateTargetAssetDetails
CreateTargetAssetRequest. getBody$()
Alternative accessor for the body parameter.CreateTargetAssetDetails
CreateTargetAssetRequest. getCreateTargetAssetDetails()
Details for the new target asset.Methods in com.oracle.bmc.cloudmigrations.requests with parameters of type CreateTargetAssetDetails Modifier and Type Method Description CreateTargetAssetRequest.Builder
CreateTargetAssetRequest.Builder. body$(CreateTargetAssetDetails body)
Alternative setter for the body parameter.CreateTargetAssetRequest.Builder
CreateTargetAssetRequest.Builder. createTargetAssetDetails(CreateTargetAssetDetails createTargetAssetDetails)
Details for the new target asset.
-