Class AmlFilesystemArchive

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

public final class AmlFilesystemArchive extends Object
Information about the AML file system archive.
  • Constructor Details

    • AmlFilesystemArchive

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

    • filesystemPath

      public String filesystemPath()
      Get the filesystemPath property: Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
      Returns:
      the filesystemPath value.
    • status

      public AmlFilesystemArchiveStatus status()
      Get the status property: The status of the archive.
      Returns:
      the status value.
    • validate

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