toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Experiment
Step
Args
Link copied to clipboard
constructor
(
branches
:
Output
<
List
<
ExperimentStepBranchArgs
>
>
,
name
:
Output
<
String
>
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ExperimentStepArgs