Interface AmlFilesystem.DefinitionStages.WithStorageCapacityTiB

All Known Subinterfaces:
AmlFilesystem.Definition, AmlFilesystem.DefinitionStages.WithCreate
Enclosing interface:
AmlFilesystem.DefinitionStages

public static interface AmlFilesystem.DefinitionStages.WithStorageCapacityTiB
The stage of the AmlFilesystem definition allowing to specify storageCapacityTiB.
  • Method Details

    • withStorageCapacityTiB

      AmlFilesystem.DefinitionStages.WithCreate withStorageCapacityTiB(float storageCapacityTiB)
      Specifies the storageCapacityTiB property: The size of the AML file system, in TiB. This might be rounded up..
      Parameters:
      storageCapacityTiB - The size of the AML file system, in TiB. This might be rounded up.
      Returns:
      the next definition stage.