SiteHealthSummaryResponse

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)

Types

Link copied to clipboard
object Companion

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 code.

Link copied to clipboard

Gets the error Id.

Link copied to clipboard

Gets the error message.

Link copied to clipboard

Gets or sets sources of the exception.

Link copied to clipboard
val hitCount: Double? = null

Gets or sets the hit count of the error.

Link copied to clipboard

Gets the remediation guidance.

Link copied to clipboard

Gets the severity of error.

Link copied to clipboard

Gets the summary message.