SkuArgs

data class SkuArgs(val name: Output<Either<String, BastionHostSkuName>>? = null) : ConvertibleToJava<SkuArgs>

The sku of this Bastion Host.

Constructors

Link copied to clipboard
constructor(name: Output<Either<String, BastionHostSkuName>>? = null)

Properties

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

The name of the sku of this Bastion Host.

Functions

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