pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.vmmigration.v1.kotlin.inputs
/
GetCloneJobPlainArgs
Get
Clone
Job
Plain
Args
data
class
GetCloneJobPlainArgs
(
val
cloneJobId
:
String
,
val
location
:
String
,
val
migratingVmId
:
String
,
val
project
:
String
?
=
null
,
val
sourceId
:
String
)
:
ConvertibleToJava
<
GetCloneJobPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Clone
Job
Plain
Args
Link copied to clipboard
fun
GetCloneJobPlainArgs
(
cloneJobId
:
String
,
location
:
String
,
migratingVmId
:
String
,
project
:
String
?
=
null
,
sourceId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetCloneJobPlainArgs
Properties
clone
Job
Id
Link copied to clipboard
val
cloneJobId
:
String
location
Link copied to clipboard
val
location
:
String
migrating
Vm
Id
Link copied to clipboard
val
migratingVmId
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null
source
Id
Link copied to clipboard
val
sourceId
:
String