/** Association status between the share and the snapshot policy */
export declare enum NetAppShareSnapshotPolicyStatusEnum {
    'active' = "active",
    'error' = "error",
    'updating' = "updating"
}
//# sourceMappingURL=NetAppShareSnapshotPolicyStatusEnum.d.ts.map