GetNodeTypeFaultSimulationPlainArgs

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

Constructors

Link copied to clipboard
constructor(clusterName: String, nodeTypeName: String, resourceGroupName: String, simulationId: String)

Properties

Link copied to clipboard

The name of the cluster resource.

Link copied to clipboard

The name of the node type.

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(): GetNodeTypeFaultSimulationPlainArgs