Class ElasticSanUpdate

java.lang.Object
com.azure.resourcemanager.elasticsan.models.ElasticSanUpdate

public final class ElasticSanUpdate extends Object
Response for ElasticSan update request.
  • Constructor Details

    • ElasticSanUpdate

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

    • tags

      public Map<String,String> tags()
      Get the tags property: Update tags.
      Returns:
      the tags value.
    • withTags

      public ElasticSanUpdate withTags(Map<String,String> tags)
      Set the tags property: Update tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ElasticSanUpdate object itself.
    • baseSizeTiB

      public Long baseSizeTiB()
      Get the baseSizeTiB property: Base size of the Elastic San appliance in TiB.
      Returns:
      the baseSizeTiB value.
    • withBaseSizeTiB

      public ElasticSanUpdate withBaseSizeTiB(Long baseSizeTiB)
      Set the baseSizeTiB property: Base size of the Elastic San appliance in TiB.
      Parameters:
      baseSizeTiB - the baseSizeTiB value to set.
      Returns:
      the ElasticSanUpdate object itself.
    • extendedCapacitySizeTiB

      public Long extendedCapacitySizeTiB()
      Get the extendedCapacitySizeTiB property: Extended size of the Elastic San appliance in TiB.
      Returns:
      the extendedCapacitySizeTiB value.
    • withExtendedCapacitySizeTiB

      public ElasticSanUpdate withExtendedCapacitySizeTiB(Long extendedCapacitySizeTiB)
      Set the extendedCapacitySizeTiB property: Extended size of the Elastic San appliance in TiB.
      Parameters:
      extendedCapacitySizeTiB - the extendedCapacitySizeTiB value to set.
      Returns:
      the ElasticSanUpdate object itself.
    • validate

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