Uses of Class
com.google.cloud.vmmigration.v1.CloneJobName
-
Packages that use CloneJobName Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of CloneJobName in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return CloneJobName Modifier and Type Method Description CloneJobName
CloneJobName.Builder. build()
static CloneJobName
CloneJobName. of(String project, String location, String source, String migratingVm, String cloneJob)
static CloneJobName
CloneJobName. parse(String formattedString)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type CloneJobName Modifier and Type Method Description static List<CloneJobName>
CloneJobName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.vmmigration.v1 with parameters of type CloneJobName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CancelCloneJobResponse,OperationMetadata>
VmMigrationClient. cancelCloneJobAsync(CloneJobName name)
Initiates the cancellation of a running clone job.CloneJob
VmMigrationClient. getCloneJob(CloneJobName name)
Gets details of a single CloneJob.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type CloneJobName Modifier and Type Method Description static List<String>
CloneJobName. toStringList(List<CloneJobName> values)
-