Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
RECIRCLE
/
interface-openstack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
4
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0f91257e
authored
May 13, 2019
by
edems
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Router model updated
parent
efbb51e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
interface/network/Router.py
+5
-1
No files found.
interface/network/Router.py
View file @
0f91257e
...
...
@@ -6,14 +6,18 @@ class Router:
id
,
name
,
status
,
created_at
external_gateway_info
,
created_at
,
updated_at
)
->
None
:
super
()
.
__init__
()
self
.
id
=
id
self
.
name
=
name
self
.
status
=
status
self
.
external_gateway_info
=
external_gateway_info
self
.
created_at
=
created_at
self
.
updated_at
=
updated_at
def
__str__
(
self
)
->
str
:
return
self
.
toJSON
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment