AzureSettingsResponse

data class AzureSettingsResponse(val avsLaborCostPercentage: Double? = null, val businessCaseType: String? = null, val comfortFactor: Double? = null, val currency: String, val discountPercentage: Double? = null, val iaasLaborCostPercentage: Double? = null, val infrastructureGrowthRate: Double? = null, val networkCostPercentage: Double? = null, val paasLaborCostPercentage: Double? = null, val perYearMigrationCompletionPercentage: Map<String, Double>? = null, val performanceDataEndTime: String? = null, val performanceDataStartTime: String? = null, val performanceUtilizationPercentile: Double? = null, val savingsOption: String? = null, val targetLocation: String, val wacc: Double? = null, val workloadDiscoverySource: String? = null)

Azure settings for a business case.

Constructors

Link copied to clipboard
constructor(avsLaborCostPercentage: Double? = null, businessCaseType: String? = null, comfortFactor: Double? = null, currency: String, discountPercentage: Double? = null, iaasLaborCostPercentage: Double? = null, infrastructureGrowthRate: Double? = null, networkCostPercentage: Double? = null, paasLaborCostPercentage: Double? = null, perYearMigrationCompletionPercentage: Map<String, Double>? = null, performanceDataEndTime: String? = null, performanceDataStartTime: String? = null, performanceUtilizationPercentile: Double? = null, savingsOption: String? = null, targetLocation: String, wacc: Double? = null, workloadDiscoverySource: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets Avs labour cost percentage.

Link copied to clipboard

Migration Strategy.

Link copied to clipboard
val comfortFactor: Double? = null

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
val savingsOption: String? = null

Gets the business case savings option type.

Link copied to clipboard

Gets or sets azure location.

Link copied to clipboard
val wacc: Double? = null

Gets wACC percentage.

Link copied to clipboard

Workload discovery source.