ZoneFaultSimulationContent interface
Parameters for Zone Fault Simulation action.
- Extends
Properties
| fault |
The kind of fault simulation. |
| zones | Indicates the zones of the fault simulation. |
Inherited Properties
| constraints | Constraints for Fault Simulation action. |
| force | Force the action to go through without any check on the cluster. |
Property Details
faultKind
The kind of fault simulation.
faultKind: "Zone"
Property Value
"Zone"
zones
Indicates the zones of the fault simulation.
zones?: string[]
Property Value
string[]
Inherited Property Details
constraints
Constraints for Fault Simulation action.
constraints?: FaultSimulationConstraints
Property Value
Inherited From FaultSimulationContent.constraints
force
Force the action to go through without any check on the cluster.
force?: boolean
Property Value
boolean
Inherited From FaultSimulationContent.force