Skip to content

Commit

Permalink
Merge pull request #45 from infn-datacloud/provider-status
Browse files Browse the repository at this point in the history
Add new provider status LIMITED
  • Loading branch information
giosava94 authored Oct 20, 2024
2 parents e56bbf5 + cb5f058 commit a37dc8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fed_reg/provider/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class ProviderStatus(str, Enum):
ACTIVE: str = "active"
MAINTENANCE: str = "maintenance"
REMOVED: str = "removed"
LIMITED: str = "limited"


class ProviderType(str, Enum):
Expand Down

0 comments on commit a37dc8e

Please sign in to comment.