toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.chaosstudio.kotlin.inputs
/
ExperimentStepBranchArgs
Experiment
Step
Branch
Args
data
class
ExperimentStepBranchArgs
(
val
actions
:
Output
<
List
<
ExperimentStepBranchActionArgs
>
>
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
ExperimentStepBranchArgs
>
Members
Constructors
Experiment
Step
Branch
Args
Link copied to clipboard
constructor
(
actions
:
Output
<
List
<
ExperimentStepBranchActionArgs
>
>
,
name
:
Output
<
String
>
)
Properties
actions
Link copied to clipboard
val
actions
:
Output
<
List
<
ExperimentStepBranchActionArgs
>
>
One or more
actions
blocks as defined above.
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the branch.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ExperimentStepBranchArgs