toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.inputs
/
CapacityReservationGroupArgs
Capacity
Reservation
Group
Args
data
class
CapacityReservationGroupArgs
(
val
offer
:
Output
<
ServerlessOfferArgs
>
?
=
null
,
val
reservedCapacity
:
Output
<
Int
>
)
:
ConvertibleToJava
<
CapacityReservationGroupArgs
>
Members
Constructors
Capacity
Reservation
Group
Args
Link copied to clipboard
constructor
(
offer
:
Output
<
ServerlessOfferArgs
>
?
=
null
,
reservedCapacity
:
Output
<
Int
>
)
Properties
offer
Link copied to clipboard
val
offer
:
Output
<
ServerlessOfferArgs
>
?
=
null
Offer used by this capacity reservation group.
reserved
Capacity
Link copied to clipboard
val
reservedCapacity
:
Output
<
Int
>
Required Specifies the amount of capacity to reserve.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CapacityReservationGroupArgs