ComputeProfileArgs

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

Describes the compute profile.

Constructors

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

Properties

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

The list of roles in the cluster.

Functions

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