GetServerGroupRolePlainArgs

data class GetServerGroupRolePlainArgs(val clusterName: String, val resourceGroupName: String, val roleName: String) : ConvertibleToJava<GetServerGroupRolePlainArgs>

Constructors

Link copied to clipboard
constructor(clusterName: String, resourceGroupName: String, roleName: 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

The name of the cluster role.

Functions

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