ListDeploymentInfoResult

data class ListDeploymentInfoResult(val deploymentUrl: String, val diskCapacity: String, val marketplaceSaasInfo: MarketplaceSaaSInfoResponse, 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(deploymentUrl: String, diskCapacity: String, marketplaceSaasInfo: MarketplaceSaaSInfoResponse, memoryCapacity: String, status: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deployment URL of the elasticsearch in Elastic cloud deployment.

Link copied to clipboard

Disk capacity of the elasticsearch in Elastic cloud deployment.

Link copied to clipboard

Marketplace SaaS Info of the resource.

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.