DatabasesSolutionSummaryResponse

data class DatabasesSolutionSummaryResponse(val databaseInstancesAssessedCount: Int? = null, val databasesAssessedCount: Int? = null, val instanceType: String, val migrationReadyCount: Int? = null)

Class representing the databases solution summary.

Constructors

Link copied to clipboard
constructor(databaseInstancesAssessedCount: Int? = null, databasesAssessedCount: Int? = null, instanceType: String, migrationReadyCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the count of database instances assessed.

Link copied to clipboard

Gets or sets the count of databases assessed.

Link copied to clipboard

Gets the Instance type. Expected value is 'Databases'.

Link copied to clipboard

Gets or sets the count of databases ready for migration.