ListDeploymentInfoResult

data class ListDeploymentInfoResult(val deploymentUrl: String, val diskCapacity: String, val elasticsearchEndPoint: 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, elasticsearchEndPoint: 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

Elasticsearch endpoint in Elastic cloud deployment. This is either the aliased_endpoint if available, or the service_url otherwise.

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.