ZoneFaultSimulationContentResponse

data class ZoneFaultSimulationContentResponse(val constraints: FaultSimulationConstraintsResponse? = null, val faultKind: String, val force: Boolean? = null, val zones: List<String>? = null)

Parameters for Zone Fault Simulation action.

Constructors

Link copied to clipboard
constructor(constraints: FaultSimulationConstraintsResponse? = null, faultKind: String, force: Boolean? = null, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Constraints for Fault Simulation action.

Link copied to clipboard

The kind of fault simulation. Expected value is 'Zone'.

Link copied to clipboard
val force: Boolean? = null

Force the action to go through without any check on the cluster.

Link copied to clipboard
val zones: List<String>? = null

Indicates the zones of the fault simulation.