toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.chaos.kotlin.inputs
/
BranchArgs
Branch
Args
data
class
BranchArgs
(
val
actions
:
Output
<
List
<
Any
>
>
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
BranchArgs
>
Model that represents a branch in the step.
Members
Constructors
Branch
Args
Link copied to clipboard
constructor
(
actions
:
Output
<
List
<
Any
>
>
,
name
:
Output
<
String
>
)
Properties
actions
Link copied to clipboard
val
actions
:
Output
<
List
<
Any
>
>
List of actions.
name
Link copied to clipboard
val
name
:
Output
<
String
>
String of the branch name.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BranchArgs