ManagedClusterNodeResourceGroupProfileArgs

data class ManagedClusterNodeResourceGroupProfileArgs(val restrictionLevel: Output<Either<String, RestrictionLevel>>? = null) : ConvertibleToJava<ManagedClusterNodeResourceGroupProfileArgs>

Node resource group lockdown profile for a managed cluster.

Constructors

constructor(restrictionLevel: Output<Either<String, RestrictionLevel>>? = null)

Properties

Link copied to clipboard
val restrictionLevel: Output<Either<String, RestrictionLevel>>? = null

The restriction level applied to the cluster's node resource group. If not specified, the default is 'Unrestricted'

Functions

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