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
/
MemoryMiBRequestArgs
Memory
Mi
BRequest
Args
data
class
MemoryMiBRequestArgs
(
val
max
:
Output
<
Int
>
?
=
null
,
val
min
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
MemoryMiBRequestArgs
>
Definition of MemoryMiBRequest
Members
Constructors
Memory
Mi
BRequest
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 memory maximum in MiB.
min
Link copied to clipboard
val
min
:
Output
<
Int
>
?
=
null
The memory minimum in MiB.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
MemoryMiBRequestArgs