toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hdinsight.kotlin.inputs
/
ComputeProfileArgs
Compute
Profile
Args
data
class
ComputeProfileArgs
(
val
roles
:
Output
<
List
<
RoleArgs
>
>
?
=
null
)
:
ConvertibleToJava
<
ComputeProfileArgs
>
Describes the compute profile.
Members
Constructors
Compute
Profile
Args
Link copied to clipboard
constructor
(
roles
:
Output
<
List
<
RoleArgs
>
>
?
=
null
)
Properties
roles
Link copied to clipboard
val
roles
:
Output
<
List
<
RoleArgs
>
>
?
=
null
The list of roles in the cluster.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ComputeProfileArgs