DeploymentInfoResponse interface
The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.
Properties
deployment |
Deployment URL of the elasticsearch in Elastic cloud deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
disk |
Disk capacity of the elasticsearch in Elastic cloud deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
marketplace |
Marketplace SaaS Info of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
memory |
RAM capacity of the elasticsearch in Elastic cloud deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The Elastic deployment status. NOTE: This property will not be serialized. It can only be populated by the server. |
version | Version of the elasticsearch in Elastic cloud deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deploymentUrl
Deployment URL of the elasticsearch in Elastic cloud deployment. NOTE: This property will not be serialized. It can only be populated by the server.
deploymentUrl?: string
Property Value
string
diskCapacity
Disk capacity of the elasticsearch in Elastic cloud deployment. NOTE: This property will not be serialized. It can only be populated by the server.
diskCapacity?: string
Property Value
string
marketplaceSaasInfo
Marketplace SaaS Info of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
marketplaceSaasInfo?: MarketplaceSaaSInfo
Property Value
memoryCapacity
RAM capacity of the elasticsearch in Elastic cloud deployment. NOTE: This property will not be serialized. It can only be populated by the server.
memoryCapacity?: string
Property Value
string
status
The Elastic deployment status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
version
Version of the elasticsearch in Elastic cloud deployment. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string
Azure SDK for JavaScript