GetCapacityReservationsPlainArgs

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
val ids: List<String>? = null

A list of Capacity Reservation IDs.

Link copied to clipboard
val instanceType: String? = null

Instance type. Currently, you can only set the capacity reservation service for one instance type.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Group Metric Rule name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val paymentType: String? = null

The payment type of the resource. value range PostPaid, PrePaid.

Link copied to clipboard
val platform: String? = null

platform of the capacity reservation , value range windows, linux, all.

Link copied to clipboard
val resourceGroupId: String? = null

The resource group id.

Link copied to clipboard
val status: String? = null

The status of the capacity reservation. value range All, Pending, Preparing, Prepared, Active, Released.

Link copied to clipboard
val tags: Map<String, String>? = null

The tag of the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetCapacityReservationsPlainArgs