ApplicationGatewaySkuArgs

data class ApplicationGatewaySkuArgs(val capacity: Output<Int>? = null, val family: Output<Either<String, ApplicationGatewaySkuFamily>>? = null, val name: Output<Either<String, ApplicationGatewaySkuName>>? = null, val tier: Output<Either<String, ApplicationGatewayTier>>? = null) : ConvertibleToJava<ApplicationGatewaySkuArgs>

SKU of an application gateway.

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, family: Output<Either<String, ApplicationGatewaySkuFamily>>? = null, name: Output<Either<String, ApplicationGatewaySkuName>>? = null, tier: Output<Either<String, ApplicationGatewayTier>>? = null)

Properties

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

Capacity (instance count) of an application gateway.

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

Family of an application gateway SKU.

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

Name of an application gateway SKU.

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

Tier of an application gateway.

Functions

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