Class AmlFilesystemPropertiesHsm

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

public final class AmlFilesystemPropertiesHsm extends Object
Hydration and archive settings and status.
  • Constructor Details

    • AmlFilesystemPropertiesHsm

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

    • settings

      public AmlFilesystemHsmSettings settings()
      Get the settings property: Specifies HSM settings of the AML file system.
      Returns:
      the settings value.
    • withSettings

      public AmlFilesystemPropertiesHsm withSettings(AmlFilesystemHsmSettings settings)
      Set the settings property: Specifies HSM settings of the AML file system.
      Parameters:
      settings - the settings value to set.
      Returns:
      the AmlFilesystemPropertiesHsm object itself.
    • archiveStatus

      public List<AmlFilesystemArchive> archiveStatus()
      Get the archiveStatus property: Archive status.
      Returns:
      the archiveStatus value.
    • validate

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