ContinuousAction interface

Model that represents a continuous action.

Extends

Properties

duration

ISO8601 formatted string that represents a duration.

parameters

List of key value pairs.

selectorId

String that represents a selector.

type

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

name

String that represents a Capability URN.

Property Details

duration

ISO8601 formatted string that represents a duration.

duration: string

Property Value

string

parameters

List of key value pairs.

parameters: KeyValuePair[]

Property Value

selectorId

String that represents a selector.

selectorId: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "continuous"

Property Value

"continuous"

Inherited Property Details

name

String that represents a Capability URN.

name: string

Property Value

string

Inherited From ChaosExperimentAction.name