Future Reservation Specific SKUProperties Args
data class FutureReservationSpecificSKUPropertiesArgs(val instanceProperties: Output<AllocationSpecificSKUAllocationReservedInstancePropertiesArgs>? = null, val sourceInstanceTemplate: Output<String>? = null, val totalCount: Output<String>? = null) : ConvertibleToJava<FutureReservationSpecificSKUPropertiesArgs>
Constructors
Link copied to clipboard
constructor(instanceProperties: Output<AllocationSpecificSKUAllocationReservedInstancePropertiesArgs>? = null, sourceInstanceTemplate: Output<String>? = null, totalCount: Output<String>? = null)
Properties
Link copied to clipboard
val instanceProperties: Output<AllocationSpecificSKUAllocationReservedInstancePropertiesArgs>? = null
Properties of the SKU instances being reserved.
Link copied to clipboard
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
Link copied to clipboard
Total number of instances for which capacity assurance is requested at a future time period.