toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
AcceleratorTotalMemoryMiBRequestResponse
Accelerator
Total
Memory
Mi
BRequest
Response
data
class
AcceleratorTotalMemoryMiBRequestResponse
(
val
max
:
Int
?
=
null
,
val
min
:
Int
?
=
null
)
Definition of AcceleratorTotalMemoryMiBRequest
Members
Constructors
Accelerator
Total
Memory
Mi
BRequest
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 memory maximum in MiB.
min
Link copied to clipboard
val
min
:
Int
?
=
null
The memory minimum in MiB.