pulumi-azure-kotlin
5.68.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.chaosstudio.kotlin.inputs
/
ExperimentStepArgs
Experiment
Step
Args
data
class
ExperimentStepArgs
(
val
branches
:
Output
<
List
<
ExperimentStepBranchArgs
>
>
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
ExperimentStepArgs
>
Constructors
Functions
Properties
Constructors
Experiment
Step
Args
Link copied to clipboard
fun
ExperimentStepArgs
(
branches
:
Output
<
List
<
ExperimentStepBranchArgs
>
>
,
name
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ExperimentStepArgs
Properties
branches
Link copied to clipboard
val
branches
:
Output
<
List
<
ExperimentStepBranchArgs
>
>
One or more
branch
blocks as defined above.
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the Step.