pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.inputs
/
ComputeBindingArgs
Compute
Binding
Args
data
class
ComputeBindingArgs
(
val
computeId
:
Output
<
String
>
?
=
null
,
val
nodeCount
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
ComputeBindingArgs
>
Compute binding definition.
Constructors
Functions
Properties
Constructors
Compute
Binding
Args
Link copied to clipboard
fun
ComputeBindingArgs
(
computeId
:
Output
<
String
>
?
=
null
,
nodeCount
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ComputeBindingArgs
Properties
compute
Id
Link copied to clipboard
val
computeId
:
Output
<
String
>
?
=
null
ID of the compute resource.
node
Count
Link copied to clipboard
val
nodeCount
:
Output
<
Int
>
?
=
null
Number of nodes.