Class ElasticProperties

java.lang.Object
com.azure.resourcemanager.elastic.models.ElasticProperties

public final class ElasticProperties extends Object
Elastic Resource Properties.
  • Constructor Details

    • ElasticProperties

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

    • elasticCloudUser

      public ElasticCloudUser elasticCloudUser()
      Get the elasticCloudUser property: Details of the user's elastic account.
      Returns:
      the elasticCloudUser value.
    • withElasticCloudUser

      public ElasticProperties withElasticCloudUser(ElasticCloudUser elasticCloudUser)
      Set the elasticCloudUser property: Details of the user's elastic account.
      Parameters:
      elasticCloudUser - the elasticCloudUser value to set.
      Returns:
      the ElasticProperties object itself.
    • elasticCloudDeployment

      public ElasticCloudDeployment elasticCloudDeployment()
      Get the elasticCloudDeployment property: Details of the elastic cloud deployment.
      Returns:
      the elasticCloudDeployment value.
    • withElasticCloudDeployment

      public ElasticProperties withElasticCloudDeployment(ElasticCloudDeployment elasticCloudDeployment)
      Set the elasticCloudDeployment property: Details of the elastic cloud deployment.
      Parameters:
      elasticCloudDeployment - the elasticCloudDeployment value to set.
      Returns:
      the ElasticProperties object itself.
    • validate

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