Azure Settings Args
data class AzureSettingsArgs(val avsLaborCostPercentage: Output<Double>? = null, val businessCaseType: Output<Either<String, MigrationStrategy>>? = null, val comfortFactor: Output<Double>? = null, val currency: Output<Either<String, BusinessCaseCurrency>>, val discountPercentage: Output<Double>? = null, val iaasLaborCostPercentage: Output<Double>? = null, val infrastructureGrowthRate: Output<Double>? = null, val networkCostPercentage: Output<Double>? = null, val paasLaborCostPercentage: Output<Double>? = null, val perYearMigrationCompletionPercentage: Output<Map<String, Double>>? = null, val performanceDataEndTime: Output<String>? = null, val performanceDataStartTime: Output<String>? = null, val performanceUtilizationPercentile: Output<Double>? = null, val savingsOption: Output<Either<String, SavingsOption>>? = null, val targetLocation: Output<String>, val wacc: Output<Double>? = null, val workloadDiscoverySource: Output<Either<String, DiscoverySource>>? = null) : ConvertibleToJava<AzureSettingsArgs>
Azure settings for a business case.
Constructors
Link copied to clipboard
constructor(avsLaborCostPercentage: Output<Double>? = null, businessCaseType: Output<Either<String, MigrationStrategy>>? = null, comfortFactor: Output<Double>? = null, currency: Output<Either<String, BusinessCaseCurrency>>, discountPercentage: Output<Double>? = null, iaasLaborCostPercentage: Output<Double>? = null, infrastructureGrowthRate: Output<Double>? = null, networkCostPercentage: Output<Double>? = null, paasLaborCostPercentage: Output<Double>? = null, perYearMigrationCompletionPercentage: Output<Map<String, Double>>? = null, performanceDataEndTime: Output<String>? = null, performanceDataStartTime: Output<String>? = null, performanceUtilizationPercentile: Output<Double>? = null, savingsOption: Output<Either<String, SavingsOption>>? = null, targetLocation: Output<String>, wacc: Output<Double>? = null, workloadDiscoverySource: Output<Either<String, DiscoverySource>>? = null)
Properties
Link copied to clipboard
Gets Avs labour cost percentage.
Link copied to clipboard
Migration Strategy.
Link copied to clipboard
Gets comfort factor.
Link copied to clipboard
Business case Currency.
Link copied to clipboard
Gets azure Discount percentage.
Link copied to clipboard
Gets IaaS labour cost percentage.
Link copied to clipboard
Gets infrastructure growth rate.
Link copied to clipboard
Gets network cost percentage.
Link copied to clipboard
Gets PaaS labour cost percentage.
Link copied to clipboard
Gets end time to use for performance.
Link copied to clipboard
Gets start time to use for performance.
Link copied to clipboard
Gets utilization percentile for performance.
Link copied to clipboard
Gets migration completion percentage per year.
Link copied to clipboard
Gets the business case savings option type.
Link copied to clipboard
Gets or sets azure location.
Link copied to clipboard
Workload discovery source.