Class ElasticSanUpdateProperties

java.lang.Object
com.azure.resourcemanager.elasticsan.fluent.models.ElasticSanUpdateProperties

public final class ElasticSanUpdateProperties extends Object
Elastic San update properties.
  • Constructor Details

    • ElasticSanUpdateProperties

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

    • baseSizeTiB

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

      public ElasticSanUpdateProperties 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 ElasticSanUpdateProperties 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 ElasticSanUpdateProperties 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 ElasticSanUpdateProperties object itself.
    • validate

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