GetSecuritySettingPlainArgs

data class GetSecuritySettingPlainArgs(val clusterName: String, val resourceGroupName: String, val securitySettingsName: String) : ConvertibleToJava<GetSecuritySettingPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the cluster.

Link copied to clipboard

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

Link copied to clipboard

Name of security setting

Functions

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