mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Marvin: Add missing __init__ to StaticRoute
This commit is contained in:
parent
b0dda92025
commit
536c377752
@ -3032,6 +3032,9 @@ class AffinityGroup:
|
||||
|
||||
class StaticRoute:
|
||||
"""Manage static route lifecycle"""
|
||||
def __init__(self, items):
|
||||
self.__dict__.update(items)
|
||||
|
||||
@classmethod
|
||||
def create(cls, apiclient, cidr, gatewayid):
|
||||
"""Create static route"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user