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
/
NodeProfileArgs
Node
Profile
Args
data
class
NodeProfileArgs
(
val
count
:
Output
<
Int
>
,
val
type
:
Output
<
String
>
,
val
vmSize
:
Output
<
String
>
)
:
ConvertibleToJava
<
NodeProfileArgs
>
The node profile.
Members
Constructors
Node
Profile
Args
Link copied to clipboard
constructor
(
count
:
Output
<
Int
>
,
type
:
Output
<
String
>
,
vmSize
:
Output
<
String
>
)
Properties
count
Link copied to clipboard
val
count
:
Output
<
Int
>
The number of virtual machines.
type
Link copied to clipboard
val
type
:
Output
<
String
>
The node type.
vm
Size
Link copied to clipboard
val
vmSize
:
Output
<
String
>
The virtual machine SKU.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
NodeProfileArgs