ListDeploymentInfoResult

data class ListDeploymentInfoResult(val diskCapacity: String, val memoryCapacity: String, val status: String, val version: String)

The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.

Constructors

Link copied to clipboard
constructor(diskCapacity: String, memoryCapacity: String, status: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Disk capacity of the elasticsearch in Elastic cloud deployment.

Link copied to clipboard

RAM capacity of the elasticsearch in Elastic cloud deployment.

Link copied to clipboard

The Elastic deployment status.

Link copied to clipboard

Version of the elasticsearch in Elastic cloud deployment.