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 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.