ServersSolutionSummaryResponse

data class ServersSolutionSummaryResponse(val assessedCount: Int? = null, val discoveredCount: Int? = null, val instanceType: String, val migratedCount: Int? = null, val replicatingCount: Int? = null, val testMigratedCount: Int? = null)

Class representing the servers solution summary.

Constructors

Link copied to clipboard
constructor(assessedCount: Int? = null, discoveredCount: Int? = null, instanceType: String, migratedCount: Int? = null, replicatingCount: Int? = null, testMigratedCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assessedCount: Int? = null

Gets or sets the count of servers assessed.

Link copied to clipboard
val discoveredCount: Int? = null

Gets or sets the count of servers discovered.

Link copied to clipboard

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

Link copied to clipboard
val migratedCount: Int? = null

Gets or sets the count of servers migrated.

Link copied to clipboard
val replicatingCount: Int? = null

Gets or sets the count of servers being replicated.

Link copied to clipboard
val testMigratedCount: Int? = null

Gets or sets the count of servers test migrated.