Site Health Summary Response
data class SiteHealthSummaryResponse(val affectedObjectsCount: Double? = null, val affectedResourceType: String, val affectedResources: List<String>? = null, val applianceName: String, val errorCode: String, val errorId: Double, val errorMessage: String, val fabricLayoutUpdateSources: List<String>? = null, val hitCount: Double? = null, val remediationGuidance: String, val severity: String, val summaryMessage: String)
The properties of ServerSiteResource.
Constructors
Link copied to clipboard
constructor(affectedObjectsCount: Double? = null, affectedResourceType: String, affectedResources: List<String>? = null, applianceName: String, errorCode: String, errorId: Double, errorMessage: String, fabricLayoutUpdateSources: List<String>? = null, hitCount: Double? = null, remediationGuidance: String, severity: String, summaryMessage: String)
Properties
Link copied to clipboard
Gets or sets the count of affected objects.
Link copied to clipboard
Gets or sets the affected resources.
Link copied to clipboard
Gets the affected resource type.
Link copied to clipboard
Gets the appliance name.
Link copied to clipboard
Gets the error message.
Link copied to clipboard
Gets or sets sources of the exception.
Link copied to clipboard
Gets the remediation guidance.
Link copied to clipboard
Gets the summary message.