pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.clouddeploy.v1.kotlin.inputs
/
StandardArgs
Standard
Args
data
class
StandardArgs
(
val
verify
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
StandardArgs
>
Standard represents the standard deployment strategy.
Constructors
Functions
Properties
Constructors
Standard
Args
Link copied to clipboard
fun
StandardArgs
(
verify
:
Output
<
Boolean
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
StandardArgs
Properties
verify
Link copied to clipboard
val
verify
:
Output
<
Boolean
>
?
=
null
Whether to verify a deployment.