mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3906: PrivateGw constructor
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
449d7821a6
commit
672cae4eb2
|
|
@ -2962,6 +2962,9 @@ class VPC:
|
|||
class PrivateGateway:
|
||||
"""Manage private gateway lifecycle"""
|
||||
|
||||
def __init__(self, items):
|
||||
self.__dict__.update(items)
|
||||
|
||||
@classmethod
|
||||
def create(cls, apiclient, gateway, ipaddress, netmask, vlan, vpcid,
|
||||
physicalnetworkid=None):
|
||||
|
|
|
|||
Loading…
Reference in New Issue