dockercloud
This commit is contained in:
parent
86f4a232ff
commit
2d9586a8a1
41 changed files with 2701 additions and 2 deletions
12
dockercloud/api/noderegion.py
Normal file
12
dockercloud/api/noderegion.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
from .base import Immutable
|
||||
|
||||
|
||||
class Region(Immutable):
|
||||
subsystem = "infra"
|
||||
endpoint = "/region"
|
||||
|
||||
@classmethod
|
||||
def _pk_key(cls):
|
||||
return 'name'
|
||||
Loading…
Add table
Add a link
Reference in a new issue