WarmStorageEnvironmentStatusResponse

data class WarmStorageEnvironmentStatusResponse(val currentCount: Int? = null, val maxCount: Int? = null, val state: String? = null)

An object that represents the status of warm storage on an environment.

Constructors

Link copied to clipboard
constructor(currentCount: Int? = null, maxCount: Int? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentCount: Int? = null

A value that represents the number of properties used by the environment for S1/S2 SKU and number of properties used by Warm Store for PAYG SKU

Link copied to clipboard
val maxCount: Int? = null

A value that represents the maximum number of properties used allowed by the environment for S1/S2 SKU and maximum number of properties allowed by Warm Store for PAYG SKU.

Link copied to clipboard
val state: String? = null

This string represents the state of warm storage properties usage. It can be "Ok", "Error", "Unknown".