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.outputs
/
VCpuCountRequestResponse
VCpu
Count
Request
Response
data
class
VCpuCountRequestResponse
(
val
max
:
Int
?
=
null
,
val
min
:
Int
?
=
null
)
Definition of VCpuCountRequest
Members
Constructors
VCpu
Count
Request
Response
Link copied to clipboard
constructor
(
max
:
Int
?
=
null
,
min
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Link copied to clipboard
val
max
:
Int
?
=
null
The maximum number of vCPUs.
min
Link copied to clipboard
val
min
:
Int
?
=
null
The minimum number of vCPUs.