SkuDescriptionArgs

data class SkuDescriptionArgs(val capabilities: Output<List<CapabilityArgs>>? = null, val capacity: Output<Int>? = null, val family: Output<String>? = null, val locations: Output<List<String>>? = null, val name: Output<String>? = null, val size: Output<String>? = null, val skuCapacity: Output<SkuCapacityArgs>? = null, val tier: Output<String>? = null) : ConvertibleToJava<SkuDescriptionArgs>

Description of a SKU for a scalable resource.

Constructors

Link copied to clipboard
constructor(capabilities: Output<List<CapabilityArgs>>? = null, capacity: Output<Int>? = null, family: Output<String>? = null, locations: Output<List<String>>? = null, name: Output<String>? = null, size: Output<String>? = null, skuCapacity: Output<SkuCapacityArgs>? = null, tier: Output<String>? = null)

Properties

Link copied to clipboard
val capabilities: Output<List<CapabilityArgs>>? = null

Capabilities of the SKU, e.g., is traffic manager enabled?

Link copied to clipboard
val capacity: Output<Int>? = null

Current number of instances assigned to the resource.

Link copied to clipboard
val family: Output<String>? = null

Family code of the resource SKU.

Link copied to clipboard
val locations: Output<List<String>>? = null

Locations of the SKU.

Link copied to clipboard
val name: Output<String>? = null

Name of the resource SKU.

Link copied to clipboard
val size: Output<String>? = null

Size specifier of the resource SKU.

Link copied to clipboard
val skuCapacity: Output<SkuCapacityArgs>? = null

Min, max, and default scale values of the SKU.

Link copied to clipboard
val tier: Output<String>? = null

Service tier of the resource SKU.

Functions

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