Databases Solution Summary Response
data class DatabasesSolutionSummaryResponse(val databaseInstancesAssessedCount: Int? = null, val databasesAssessedCount: Int? = null, val instanceType: String, val migrationReadyCount: Int? = null)
Class representing the databases solution summary.
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.