Class VolumeUpdateProperties

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

public final class VolumeUpdateProperties extends Object
Volume response properties.
  • Constructor Details

    • VolumeUpdateProperties

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

    • sizeGiB

      public Long sizeGiB()
      Get the sizeGiB property: Volume size.
      Returns:
      the sizeGiB value.
    • withSizeGiB

      public VolumeUpdateProperties withSizeGiB(Long sizeGiB)
      Set the sizeGiB property: Volume size.
      Parameters:
      sizeGiB - the sizeGiB value to set.
      Returns:
      the VolumeUpdateProperties object itself.
    • validate

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