Get Capacity Reservations Plain Args
data class GetCapacityReservationsPlainArgs(val capacityReservationIds: List<String>? = null, val ids: List<String>? = null, val instanceType: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val paymentType: String? = null, val platform: String? = null, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetCapacityReservationsPlainArgs>
A collection of arguments for invoking getCapacityReservations.
Constructors
Link copied to clipboard
constructor(capacityReservationIds: List<String>? = null, ids: List<String>? = null, instanceType: String? = null, nameRegex: String? = null, outputFile: String? = null, paymentType: String? = null, platform: String? = null, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Instance type. Currently, you can only set the capacity reservation service for one instance type.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The payment type of the resource. value range PostPaid
, PrePaid
.
Link copied to clipboard
The resource group id.