Class DeploymentInfoResponseInner

java.lang.Object
com.azure.resourcemanager.elastic.fluent.models.DeploymentInfoResponseInner

public final class DeploymentInfoResponseInner extends Object
The properties of deployment in Elastic cloud corresponding to the Elastic monitor resource.
  • Constructor Details

    • DeploymentInfoResponseInner

      public DeploymentInfoResponseInner()
      Creates an instance of DeploymentInfoResponseInner class.
  • Method Details

    • status

      public ElasticDeploymentStatus status()
      Get the status property: The Elastic deployment status.
      Returns:
      the status value.
    • version

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

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

      public String diskCapacity()
      Get the diskCapacity property: Disk capacity of the elasticsearch in Elastic cloud deployment.
      Returns:
      the diskCapacity value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.