HeterogeneousAssessmentPropertiesResponse

data class HeterogeneousAssessmentPropertiesResponse(val assessmentArmIds: List<String>? = null, val azureLocation: String, val confidenceRatingInPercentage: Double, val lastCalculatedOn: String, val provisioningState: String, val schemaVersion: String, val sizingCriterion: String, val status: String)

Properties of an assessment.

Constructors

constructor(assessmentArmIds: List<String>? = null, azureLocation: String, confidenceRatingInPercentage: Double, lastCalculatedOn: String, provisioningState: String, schemaVersion: String, sizingCriterion: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Arm id of partner assessments.

Link copied to clipboard

Azure location for assessment.

Link copied to clipboard

Confidence rating in percentage.

Link copied to clipboard

Timestamp for the last successfully calculated summary for the assessment.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

Schema version.

Link copied to clipboard

Sizing criterion for assessment.

Link copied to clipboard

Whether assessment is in valid state and all machines have been assessed.