SqlAssessmentSettingsArgs

data class SqlAssessmentSettingsArgs(val asyncCommitModeIntent: Output<Either<String, AsyncCommitModeIntent>>? = null, val azureLocation: Output<String>? = null, val azureSecurityOfferingType: Output<Either<String, AzureSecurityOfferingType>>? = null, val azureSqlDatabaseSettings: Output<SqlDbSettingsV3Args>? = null, val azureSqlManagedInstanceSettings: Output<SqlMiSettingsV3Args>? = null, val azureSqlVmSettings: Output<SqlVmSettingsArgs>? = null, val billingSettings: Output<BillingSettingsArgs>? = null, val currency: Output<Either<String, AzureCurrency>>? = null, val disasterRecoveryLocation: Output<Either<String, AzureLocation>>? = null, val discountPercentage: Output<Double>? = null, val enableHadrAssessment: Output<Boolean>? = null, val entityUptime: Output<EntityUptimeArgs>? = null, val environmentType: Output<Either<String, EnvironmentType>>? = null, val isInternetAccessAvailable: Output<Boolean>? = null, val multiSubnetIntent: Output<Either<String, MultiSubnetIntent>>? = null, val osLicense: Output<Either<String, OsLicense>>? = null, val performanceData: Output<PerformanceDataArgs>? = null, val preferredTargets: Output<List<Either<String, AzureTarget>>>? = null, val savingsSettings: Output<SavingsSettingsArgs>? = null, val scalingFactor: Output<Double>? = null, val sizingCriterion: Output<Either<String, AssessmentSizingCriterion>>? = null, val sqlServerLicense: Output<Either<String, SqlServerLicense>>? = null) : ConvertibleToJava<SqlAssessmentSettingsArgs>

SQL assessment settings class.

Constructors

Link copied to clipboard
constructor(asyncCommitModeIntent: Output<Either<String, AsyncCommitModeIntent>>? = null, azureLocation: Output<String>? = null, azureSecurityOfferingType: Output<Either<String, AzureSecurityOfferingType>>? = null, azureSqlDatabaseSettings: Output<SqlDbSettingsV3Args>? = null, azureSqlManagedInstanceSettings: Output<SqlMiSettingsV3Args>? = null, azureSqlVmSettings: Output<SqlVmSettingsArgs>? = null, billingSettings: Output<BillingSettingsArgs>? = null, currency: Output<Either<String, AzureCurrency>>? = null, disasterRecoveryLocation: Output<Either<String, AzureLocation>>? = null, discountPercentage: Output<Double>? = null, enableHadrAssessment: Output<Boolean>? = null, entityUptime: Output<EntityUptimeArgs>? = null, environmentType: Output<Either<String, EnvironmentType>>? = null, isInternetAccessAvailable: Output<Boolean>? = null, multiSubnetIntent: Output<Either<String, MultiSubnetIntent>>? = null, osLicense: Output<Either<String, OsLicense>>? = null, performanceData: Output<PerformanceDataArgs>? = null, preferredTargets: Output<List<Either<String, AzureTarget>>>? = null, savingsSettings: Output<SavingsSettingsArgs>? = null, scalingFactor: Output<Double>? = null, sizingCriterion: Output<Either<String, AssessmentSizingCriterion>>? = null, sqlServerLicense: Output<Either<String, SqlServerLicense>>? = null)

Properties

Link copied to clipboard
val asyncCommitModeIntent: Output<Either<String, AsyncCommitModeIntent>>? = null

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

Link copied to clipboard
val azureLocation: Output<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: Output<Either<String, AzureCurrency>>? = null

Currency in which prices should be reported.

Link copied to clipboard
val disasterRecoveryLocation: Output<Either<String, AzureLocation>>? = null

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

Link copied to clipboard
val discountPercentage: Output<Double>? = null

Custom discount percentage.

Link copied to clipboard
val enableHadrAssessment: Output<Boolean>? = null

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

Link copied to clipboard
val entityUptime: Output<EntityUptimeArgs>? = null

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

Link copied to clipboard
val environmentType: Output<Either<String, EnvironmentType>>? = null

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

Link copied to clipboard
val isInternetAccessAvailable: Output<Boolean>? = null

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

Link copied to clipboard
val multiSubnetIntent: Output<Either<String, MultiSubnetIntent>>? = null

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

Link copied to clipboard
val osLicense: Output<Either<String, OsLicense>>? = 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
val preferredTargets: Output<List<Either<String, AzureTarget>>>? = null

Gets or sets SQL the preferred azure targets.

Link copied to clipboard

Gets or sets the savings settings.

Link copied to clipboard
val scalingFactor: Output<Double>? = null

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

Link copied to clipboard
val sizingCriterion: Output<Either<String, AssessmentSizingCriterion>>? = null

Assessment sizing criterion.

Link copied to clipboard
val sqlServerLicense: Output<Either<String, SqlServerLicense>>? = null

SQL server license.

Functions

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