summaryrefslogtreecommitdiffstats
path: root/testapi/testapi-client/testapiclient/models/pods.py
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-04-23 01:50:14 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-23 01:50:14 +0000
commitdf935b524b626e2eea0636d953899cd69b03631b (patch)
tree9a446334ec13d68aaf27f0dab0409c4519cad9a8 /testapi/testapi-client/testapiclient/models/pods.py
parent3f6dee8c7a9ad0c3cc30fb28b329d8ad09cbc59e (diff)
parent5a6e75ea55a2f9d6ef0ae655139b9b8b0e7e2780 (diff)
Merge "impl import-testapiclient framework"
Diffstat (limited to 'testapi/testapi-client/testapiclient/models/pods.py')
-rw-r--r--testapi/testapi-client/testapiclient/models/pods.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/testapi/testapi-client/testapiclient/models/pods.py b/testapi/testapi-client/testapiclient/models/pods.py
new file mode 100644
index 0000000..27ea311
--- /dev/null
+++ b/testapi/testapi-client/testapiclient/models/pods.py
@@ -0,0 +1,6 @@
+class PodCreateRequest(object):
+ def __init__(self, name='', mode='', details='', role=""):
+ self.name = name
+ self.mode = mode
+ self.details = details
+ self.role = role