SqlAssessmentSettingsResponse

data class SqlAssessmentSettingsResponse(val asyncCommitModeIntent: String? = null, val azureLocation: String? = null, val azureSecurityOfferingType: String? = null, val azureSqlDatabaseSettings: SqlDbSettingsV3Response? = null, val azureSqlManagedInstanceSettings: SqlMiSettingsV3Response? = null, val azureSqlVmSettings: SqlVmSettingsResponse? = null, val billingSettings: BillingSettingsResponse? = null, val currency: String? = null, val disasterRecoveryLocation: String? = null, val discountPercentage: Double? = null, val enableHadrAssessment: Boolean? = null, val entityUptime: EntityUptimeResponse? = null, val environmentType: String? = null, val isInternetAccessAvailable: Boolean? = null, val multiSubnetIntent: String? = null, val osLicense: String? = null, val performanceData: PerformanceDataResponse? = null, val preferredTargets: List<String>? = null, val savingsSettings: SavingsSettingsResponse? = null, val scalingFactor: Double? = null, val sizingCriterion: String? = null, val sqlServerLicense: String? = null)

SQL assessment settings class.

Constructors

Link copied to clipboard
constructor(asyncCommitModeIntent: String? = null, azureLocation: String? = null, azureSecurityOfferingType: String? = null, azureSqlDatabaseSettings: SqlDbSettingsV3Response? = null, azureSqlManagedInstanceSettings: SqlMiSettingsV3Response? = null, azureSqlVmSettings: SqlVmSettingsResponse? = null, billingSettings: BillingSettingsResponse? = null, currency: String? = null, disasterRecoveryLocation: String? = null, discountPercentage: Double? = null, enableHadrAssessment: Boolean? = null, entityUptime: EntityUptimeResponse? = null, environmentType: String? = null, isInternetAccessAvailable: Boolean? = null, multiSubnetIntent: String? = null, osLicense: String? = null, performanceData: PerformanceDataResponse? = null, preferredTargets: List<String>? = null, savingsSettings: SavingsSettingsResponse? = null, scalingFactor: Double? = null, sizingCriterion: String? = null, sqlServerLicense: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets user preference indicating intent of async commit mode.

Link copied to clipboard
val azureLocation: String? = null

Azure Location or Azure region where to which the machines will be migrated.

Link copied to clipboard

Gets or sets a value indicating azure security offering type.

Link copied to clipboard

Gets or sets user configurable SQL database settings.

Link copied to clipboard

Gets or sets user configurable SQL managed instance settings.

Link copied to clipboard

Gets or sets user configurable SQL VM settings.

Link copied to clipboard

Gets or sets the billing settings.

Link copied to clipboard
val currency: String? = null

Currency in which prices should be reported.

Link copied to clipboard

Gets or sets the Azure Location or Azure region where to which the machines will be migrated.

Link copied to clipboard

Custom discount percentage.

Link copied to clipboard

Gets or sets a value indicating whether HADR assessments needs to be created.

Link copied to clipboard

Gets or sets the duration for which the entity (SQL, VMs) are up in the on-premises environment.

Link copied to clipboard
val environmentType: String? = null

Gets or sets user configurable setting to display the environment type.

Link copied to clipboard

Gets or sets a value indicating whether internet access is available.

Link copied to clipboard

Gets or sets user preference indicating intent of multi-subnet configuration.

Link copied to clipboard
val osLicense: String? = null

Gets or sets user configurable setting to display the azure hybrid use benefit.

Link copied to clipboard

Gets or sets the performance data.

Link copied to clipboard

Gets or sets SQL the preferred azure targets.

Link copied to clipboard

Gets or sets the savings settings.

Link copied to clipboard
val scalingFactor: Double? = null

Percentage of buffer that user wants on performance metrics when recommending Azure sizes.

Link copied to clipboard
val sizingCriterion: String? = null

Assessment sizing criterion.

Link copied to clipboard

SQL server license.