Class AmlFilesystemArchiveInfo

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

public final class AmlFilesystemArchiveInfo extends Object
Information required to execute the archive operation.
  • Constructor Details

    • AmlFilesystemArchiveInfo

      public AmlFilesystemArchiveInfo()
      Creates an instance of AmlFilesystemArchiveInfo 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.
    • withFilesystemPath

      public AmlFilesystemArchiveInfo withFilesystemPath(String filesystemPath)
      Set the filesystemPath property: Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
      Parameters:
      filesystemPath - the filesystemPath value to set.
      Returns:
      the AmlFilesystemArchiveInfo object itself.
    • validate

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