Role Args
data class RoleArgs(val autoscaleConfiguration: Output<AutoscaleArgs>? = null, val dataDisksGroups: Output<List<DataDisksGroupsArgs>>? = null, val encryptDataDisks: Output<Boolean>? = null, val hardwareProfile: Output<HardwareProfileArgs>? = null, val minInstanceCount: Output<Int>? = null, val name: Output<String>? = null, val osProfile: Output<OsProfileArgs>? = null, val scriptActions: Output<List<ScriptActionArgs>>? = null, val targetInstanceCount: Output<Int>? = null, val vMGroupName: Output<String>? = null, val virtualNetworkProfile: Output<VirtualNetworkProfileArgs>? = null) : ConvertibleToJava<RoleArgs>
Describes a role on the cluster.
Constructors
Link copied to clipboard
fun RoleArgs(autoscaleConfiguration: Output<AutoscaleArgs>? = null, dataDisksGroups: Output<List<DataDisksGroupsArgs>>? = null, encryptDataDisks: Output<Boolean>? = null, hardwareProfile: Output<HardwareProfileArgs>? = null, minInstanceCount: Output<Int>? = null, name: Output<String>? = null, osProfile: Output<OsProfileArgs>? = null, scriptActions: Output<List<ScriptActionArgs>>? = null, targetInstanceCount: Output<Int>? = null, vMGroupName: Output<String>? = null, virtualNetworkProfile: Output<VirtualNetworkProfileArgs>? = null)