Class RequiredAmlFilesystemSubnetsSizeInfo

java.lang.Object
com.azure.resourcemanager.storagecache.models.RequiredAmlFilesystemSubnetsSizeInfo

public final class RequiredAmlFilesystemSubnetsSizeInfo extends Object
Information required to get the number of available IP addresses a subnet should have that will be used in AML file system create.
  • Constructor Details

    • RequiredAmlFilesystemSubnetsSizeInfo

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

    • storageCapacityTiB

      public Float storageCapacityTiB()
      Get the storageCapacityTiB property: The size of the AML file system, in TiB.
      Returns:
      the storageCapacityTiB value.
    • withStorageCapacityTiB

      public RequiredAmlFilesystemSubnetsSizeInfo withStorageCapacityTiB(Float storageCapacityTiB)
      Set the storageCapacityTiB property: The size of the AML file system, in TiB.
      Parameters:
      storageCapacityTiB - the storageCapacityTiB value to set.
      Returns:
      the RequiredAmlFilesystemSubnetsSizeInfo object itself.
    • sku

      public SkuName sku()
      Get the sku property: SKU for the resource.
      Returns:
      the sku value.
    • withSku

      Set the sku property: SKU for the resource.
      Parameters:
      sku - the sku value to set.
      Returns:
      the RequiredAmlFilesystemSubnetsSizeInfo object itself.
    • validate

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