UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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