
src.vmmigration.v1.getCloneJob.scala Maven / Gradle / Ivy
package besom.api.googlenative.vmmigration.v1
def getCloneJob(using ctx: besom.types.Context)(
args: besom.api.googlenative.vmmigration.v1.GetCloneJobArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.vmmigration.v1.GetCloneJobResult] =
ctx.invoke[besom.api.googlenative.vmmigration.v1.GetCloneJobArgs, besom.api.googlenative.vmmigration.v1.GetCloneJobResult]("google-native:vmmigration/v1:getCloneJob", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy