Uses of Class
com.google.cloud.vmmigration.v1.CloneJob.TargetVmDetailsCase
-
Packages that use CloneJob.TargetVmDetailsCase Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of CloneJob.TargetVmDetailsCase in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return CloneJob.TargetVmDetailsCase Modifier and Type Method Description static CloneJob.TargetVmDetailsCase
CloneJob.TargetVmDetailsCase. forNumber(int value)
CloneJob.TargetVmDetailsCase
CloneJob.Builder. getTargetVmDetailsCase()
CloneJob.TargetVmDetailsCase
CloneJob. getTargetVmDetailsCase()
CloneJob.TargetVmDetailsCase
CloneJobOrBuilder. getTargetVmDetailsCase()
static CloneJob.TargetVmDetailsCase
CloneJob.TargetVmDetailsCase. valueOf(int value)
Deprecated.static CloneJob.TargetVmDetailsCase
CloneJob.TargetVmDetailsCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloneJob.TargetVmDetailsCase[]
CloneJob.TargetVmDetailsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-