amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx.Types.AdministrativeActionType

Description

 
Synopsis

Documentation

newtype AdministrativeActionType Source #

Describes the type of administrative action, as follows:

  • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem), or CLI (update-file-system).
  • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.

    • For Windows and ONTAP, storage optimization is the process of migrating the file system data to newer larger disks.
    • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.

    You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED. For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.

  • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases.
  • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases.
  • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume), or CLI (update-volume).
  • VOLUME_RESTORE - An Amazon FSx for OpenZFS volume is returned to the state saved by the specified snapshot, initiated from an API (RestoreVolumeFromSnapshot) or CLI (restore-volume-from-snapshot).
  • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot), or CLI (update-snapshot).
  • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.

Instances

Instances details
FromJSON AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

FromJSONKey AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToJSON AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToJSONKey AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToByteString AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToHeader AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToLog AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToQuery AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

FromText AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToText AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

FromXML AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToXML AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Generic AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Associated Types

type Rep AdministrativeActionType :: Type -> Type #

Read AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Show AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

NFData AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Eq AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Ord AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Hashable AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

type Rep AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

type Rep AdministrativeActionType = D1 ('MetaData "AdministrativeActionType" "Amazonka.FSx.Types.AdministrativeActionType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "AdministrativeActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAdministrativeActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))