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 ReplicationCycleName
ReplicationCycleName.Builder. build()
static ReplicationCycleName
ReplicationCycleName. of(String project, String location, String source, String migratingVm, String replicationCycle)
static ReplicationCycleName
ReplicationCycleName. 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 ReplicationCycle
VmMigrationClient. 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)
-