@@ -53,7 +53,7 @@ def __init__(self, config, name=None, id=None, tags=None):
5353 :param ns1.config.Config config: config object
5454 :param str name: network name
5555 :param int id: id of an existing Network
56- :param dict tags: tags of the reservation
56+ :param dict tags: tags of the network
5757 """
5858 self ._rest = Networks (config )
5959 self .config = config
@@ -201,7 +201,7 @@ def __init__(
201201 :param str status: planned, assigned
202202 :param Network network: Network Object the address will be part of
203203 :param Scopegroup scope_group: Scopegroup Object that will be associated with the address
204- :param dict tags: tags of the reservation
204+ :param dict tags: tags of the address
205205 """
206206 self ._rest = Addresses (config )
207207 self .config = config
@@ -410,7 +410,7 @@ def __init__(self, config, name=None, service_def_id=None, id=None, tags=None):
410410 :param str name: Name of the scope group
411411 :param int service_group_id: id of the service group the scope group is associated with
412412 :param int id: id of the scope group
413- :param dict tags: tags of the reservation
413+ :param dict tags: tags of the scpoegroup
414414 """
415415 self ._rest = Scopegroups (config )
416416 self .config = config
@@ -852,7 +852,7 @@ def __init__(
852852 :param int address_id: id of the address the scope is associated with
853853 :param int scope_id: id of the scope
854854 :param DHCPOptions options: DHCPOptions object that contains the settings for the scope
855- :param dict tags: tags of the reservation
855+ :param dict tags: tags of the scope
856856 """
857857 self ._rest = Scopes (config )
858858 self .config = config
0 commit comments