Servers Project Summary Response
data class ServersProjectSummaryResponse(val assessedCount: Int? = null, val discoveredCount: Int? = null, val extendedSummary: Map<String, String>? = null, val instanceType: String, val lastSummaryRefreshedTime: String? = null, val migratedCount: Int? = null, val refreshSummaryState: String? = null, val replicatingCount: Int? = null, val testMigratedCount: Int? = null)
Class representing the servers project summary.
Constructors
Link copied to clipboard
constructor(assessedCount: Int? = null, discoveredCount: Int? = null, extendedSummary: Map<String, String>? = null, instanceType: String, lastSummaryRefreshedTime: String? = null, migratedCount: Int? = null, refreshSummaryState: String? = null, replicatingCount: Int? = null, testMigratedCount: Int? = null)
Properties
Link copied to clipboard
Gets or sets the count of entities assessed.
Link copied to clipboard
Gets or sets the count of entities discovered.
Link copied to clipboard
Gets or sets the extended summary.
Link copied to clipboard
Gets the Instance type. Expected value is 'Servers'.
Link copied to clipboard
Gets or sets the time when summary was last refreshed.
Link copied to clipboard
Gets or sets the count of entities migrated.
Link copied to clipboard
Gets or sets the state of refresh summary.
Link copied to clipboard
Gets or sets the count of entities being replicated.
Link copied to clipboard
Gets or sets the count of entities test migrated.