pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.vmmigration.v1.kotlin.inputs
/
GetCutoverJobPlainArgs
Get
Cutover
Job
Plain
Args
data
class
GetCutoverJobPlainArgs
(
val
cutoverJobId
:
String
,
val
location
:
String
,
val
migratingVmId
:
String
,
val
project
:
String
?
=
null
,
val
sourceId
:
String
)
:
ConvertibleToJava
<
GetCutoverJobPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Cutover
Job
Plain
Args
Link copied to clipboard
fun
GetCutoverJobPlainArgs
(
cutoverJobId
:
String
,
location
:
String
,
migratingVmId
:
String
,
project
:
String
?
=
null
,
sourceId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetCutoverJobPlainArgs
Properties
cutover
Job
Id
Link copied to clipboard
val
cutoverJobId
:
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