SavingsSettingsArgs

data class SavingsSettingsArgs(val azureOfferCode: Output<Either<String, AzureOffer>>? = null, val savingsOptions: Output<Either<String, SavingsOptions>>? = null) : ConvertibleToJava<SavingsSettingsArgs>

Savings settings class.

Constructors

Link copied to clipboard
constructor(azureOfferCode: Output<Either<String, AzureOffer>>? = null, savingsOptions: Output<Either<String, SavingsOptions>>? = null)

Properties

Link copied to clipboard
val azureOfferCode: Output<Either<String, AzureOffer>>? = null

Gets or sets the Azure offer code.

Link copied to clipboard
val savingsOptions: Output<Either<String, SavingsOptions>>? = null

Gets or sets the savings options.

Functions

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