toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.inputs
/
VCpuCountRequestArgs
VCpu
Count
Request
Args
data
class
VCpuCountRequestArgs
(
val
max
:
Output
<
Int
>
?
=
null
,
val
min
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
VCpuCountRequestArgs
>
Definition of VCpuCountRequest
Members
Constructors
VCpu
Count
Request
Args
Link copied to clipboard
constructor
(
max
:
Output
<
Int
>
?
=
null
,
min
:
Output
<
Int
>
?
=
null
)
Properties
max
Link copied to clipboard
val
max
:
Output
<
Int
>
?
=
null
The maximum number of vCPUs.
min
Link copied to clipboard
val
min
:
Output
<
Int
>
?
=
null
The minimum number of vCPUs.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
VCpuCountRequestArgs