ComputeProfileArgs

data class ComputeProfileArgs(val roles: Output<List<RoleArgs>>? = null) : ConvertibleToJava<ComputeProfileArgs>

Describes the compute profile.

Constructors

Link copied to clipboard
fun ComputeProfileArgs(roles: Output<List<RoleArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val roles: Output<List<RoleArgs>>? = null

The list of roles in the cluster.