AmlFilesystemHealthResponse

data class AmlFilesystemHealthResponse(val state: String? = null, val statusCode: String? = null, val statusDescription: String? = null)

An indication of AML file system health. Gives more information about health than just that related to provisioning.

Constructors

Link copied to clipboard
constructor(state: String? = null, statusCode: String? = null, statusDescription: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val state: String? = null

List of AML file system health states.

Link copied to clipboard
val statusCode: String? = null

Server-defined error code for the AML file system health

Link copied to clipboard

Describes the health state.