Interface DeploymentInfoResponse


public interface DeploymentInfoResponse
An immutable client-side representation of DeploymentInfoResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the diskCapacity property: Disk capacity of the elasticsearch in Elastic cloud deployment.
    Gets the inner com.azure.resourcemanager.elastic.fluent.models.DeploymentInfoResponseInner object.
    Gets the memoryCapacity property: RAM capacity of the elasticsearch in Elastic cloud deployment.
    Gets the status property: The Elastic deployment status.
    Gets the version property: Version of the elasticsearch in Elastic cloud deployment.
  • Method Details

    • status

      Gets the status property: The Elastic deployment status.
      Returns:
      the status value.
    • version

      String version()
      Gets the version property: Version of the elasticsearch in Elastic cloud deployment.
      Returns:
      the version value.
    • memoryCapacity

      String memoryCapacity()
      Gets the memoryCapacity property: RAM capacity of the elasticsearch in Elastic cloud deployment.
      Returns:
      the memoryCapacity value.
    • diskCapacity

      String diskCapacity()
      Gets the diskCapacity property: Disk capacity of the elasticsearch in Elastic cloud deployment.
      Returns:
      the diskCapacity value.
    • innerModel

      Gets the inner com.azure.resourcemanager.elastic.fluent.models.DeploymentInfoResponseInner object.
      Returns:
      the inner object.