GetCapacityReservationsResult

data class GetCapacityReservationsResult(val capacityReservationIds: List<String>? = null, val id: String, val ids: List<String>, val instanceType: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val paymentType: String? = null, val platform: String? = null, val reservations: List<GetCapacityReservationsReservation>, val resourceGroupId: String? = null, val status: String? = null, val tags: Map<String, String>? = null)

A collection of values returned by getCapacityReservations.

Constructors

Link copied to clipboard
constructor(capacityReservationIds: List<String>? = null, id: String, ids: List<String>, instanceType: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, paymentType: String? = null, platform: String? = null, reservations: List<GetCapacityReservationsReservation>, resourceGroupId: String? = null, status: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

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
Link copied to clipboard

A list of name of Capacity Reservations.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val paymentType: String? = null

The payment type of the resource

Link copied to clipboard
val platform: String? = null

platform of the capacity reservation.

Link copied to clipboard

A list of Capacity Reservation Entries. Each element contains the following attributes:

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.

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

A mapping of tags to assign to the Capacity Reservation.