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