GetManagedClusterFaultSimulationPlainArgs

data class GetManagedClusterFaultSimulationPlainArgs(val clusterName: String, val resourceGroupName: String, val simulationId: String) : ConvertibleToJava<GetManagedClusterFaultSimulationPlainArgs>

Constructors

constructor(clusterName: String, resourceGroupName: String, simulationId: String)

Properties

Link copied to clipboard

The name of the cluster resource.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

unique identifier for the fault simulation.

Functions

Link copied to clipboard
open override fun toJava(): GetManagedClusterFaultSimulationPlainArgs