pulumi-azure-native-kotlin
2.14.0.0
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.
Constructors
Functions
Properties
Constructors
Compute
Profile
Args
Link copied to clipboard
fun
ComputeProfileArgs
(
roles
:
Output
<
List
<
RoleArgs
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ComputeProfileArgs
Properties
roles
Link copied to clipboard
val
roles
:
Output
<
List
<
RoleArgs
>
>
?
=
null
The list of roles in the cluster.