Package-level declarations

Types

Link copied to clipboard
enum AmlFilesystemIdentityType : Enum<AmlFilesystemIdentityType> , ConvertibleToJava<AmlFilesystemIdentityType>

The type of identity used for the resource.

Link copied to clipboard
enum AmlFilesystemSquashMode : Enum<AmlFilesystemSquashMode> , ConvertibleToJava<AmlFilesystemSquashMode>

Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.

Link copied to clipboard
enum AutoExportJobAdminStatus : Enum<AutoExportJobAdminStatus> , ConvertibleToJava<AutoExportJobAdminStatus>

The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'.

Link copied to clipboard
enum AutoExportStatusType : Enum<AutoExportStatusType> , ConvertibleToJava<AutoExportStatusType>

The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.

Link copied to clipboard
enum CacheIdentityType : Enum<CacheIdentityType> , ConvertibleToJava<CacheIdentityType>

The type of identity used for the cache

Link copied to clipboard
enum ConflictResolutionMode : Enum<ConflictResolutionMode> , ConvertibleToJava<ConflictResolutionMode>

How the import job will handle conflicts. For example, if the import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or was not previously imported. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/ for a thorough explanation of these resolution modes.

Link copied to clipboard
enum MaintenanceDayOfWeekType : Enum<MaintenanceDayOfWeekType> , ConvertibleToJava<MaintenanceDayOfWeekType>

Day of the week on which the maintenance window will occur.

Link copied to clipboard
enum NfsAccessRuleAccess : Enum<NfsAccessRuleAccess> , ConvertibleToJava<NfsAccessRuleAccess>

Access allowed by this rule.

Link copied to clipboard
enum NfsAccessRuleScope : Enum<NfsAccessRuleScope> , ConvertibleToJava<NfsAccessRuleScope>

Scope for this rule. The scope and filter determine which clients match the rule.

Link copied to clipboard
enum OperationalStateType : Enum<OperationalStateType> , ConvertibleToJava<OperationalStateType>

Storage target operational state.

Link copied to clipboard
enum StorageTargetType : Enum<StorageTargetType> , ConvertibleToJava<StorageTargetType>

Type of the Storage Target.

Link copied to clipboard
enum UsernameSource : Enum<UsernameSource> , ConvertibleToJava<UsernameSource>

This setting determines how the cache gets username and group names for clients.