GetCapacityBlockOfferingResult

data class GetCapacityBlockOfferingResult(val availabilityZone: String, val capacityBlockOfferingId: String, val capacityDurationHours: Int, val currencyCode: String, val endDateRange: String, val id: String, val instanceCount: Int, val instanceType: String, val startDateRange: String, val tenancy: String, val upfrontFee: String)

A collection of values returned by getCapacityBlockOffering.

Constructors

Link copied to clipboard
constructor(availabilityZone: String, capacityBlockOfferingId: String, capacityDurationHours: Int, currencyCode: String, endDateRange: String, id: String, instanceCount: Int, instanceType: String, startDateRange: String, tenancy: String, upfrontFee: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zone in which to create the Capacity Reservation.

Link copied to clipboard

The Capacity Block Reservation ID.

Link copied to clipboard
Link copied to clipboard

The currency of the payment for the Capacity Block.

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

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Indicates the tenancy of the Capacity Reservation. Specify either default or dedicated.

Link copied to clipboard

The total price to be paid up front.