docker_plugin_api/NetworkDriverEntities.py
@@ -1,5 +1,13 @@ class GwAllocCheckEntity: def __init__(self, Options: dict = None): if Options is None: Options = {} self.Options = Options class NetworkIpDataEntity: def __init__(self, AddressSpace: str, Pool: str, Gateway: str, AuxAddresses: dict = None): def __init__(self, AddressSpace: str, Pool: str, Gateway: str = None, AuxAddresses: dict = None): if AuxAddresses is None: AuxAddresses = {}