Class RequiredAmlFilesystemSubnetsSizeInner

java.lang.Object
com.azure.resourcemanager.storagecache.fluent.models.RequiredAmlFilesystemSubnetsSizeInner

public final class RequiredAmlFilesystemSubnetsSizeInner extends Object
Information about the number of available IP addresses that are required for the AML file system.
  • Constructor Details

    • RequiredAmlFilesystemSubnetsSizeInner

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

    • filesystemSubnetSize

      public Integer filesystemSubnetSize()
      Get the filesystemSubnetSize property: The number of available IP addresses that are required for the AML file system.
      Returns:
      the filesystemSubnetSize value.
    • withFilesystemSubnetSize

      public RequiredAmlFilesystemSubnetsSizeInner withFilesystemSubnetSize(Integer filesystemSubnetSize)
      Set the filesystemSubnetSize property: The number of available IP addresses that are required for the AML file system.
      Parameters:
      filesystemSubnetSize - the filesystemSubnetSize value to set.
      Returns:
      the RequiredAmlFilesystemSubnetsSizeInner object itself.
    • validate

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