Uses of Class
com.google.cloud.vmmigration.v1.ReplicationCycleName
-
Packages that use ReplicationCycleName Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of ReplicationCycleName in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return ReplicationCycleName Modifier and Type Method Description ReplicationCycleNameReplicationCycleName.Builder. build()static ReplicationCycleNameReplicationCycleName. of(String project, String location, String source, String migratingVm, String replicationCycle)static ReplicationCycleNameReplicationCycleName. parse(String formattedString)Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type ReplicationCycleName Modifier and Type Method Description static List<ReplicationCycleName>ReplicationCycleName. parseList(List<String> formattedStrings)Methods in com.google.cloud.vmmigration.v1 with parameters of type ReplicationCycleName Modifier and Type Method Description ReplicationCycleVmMigrationClient. getReplicationCycle(ReplicationCycleName name)Gets details of a single ReplicationCycle.Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type ReplicationCycleName Modifier and Type Method Description static List<String>ReplicationCycleName. toStringList(List<ReplicationCycleName> values)
-