Skip to content

Commit 6595ae5

Browse files
committed
docs: update wrong definition for keyword argument
1 parent c6bd861 commit 6595ae5

17 files changed

+17
-17
lines changed

pycheckpoint_api/management/network_objects/access_point_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def add(
3535
tags (Union(str,List[str]), optional): Collection of tag identifiers.
3636
3737
Keyword Args:
38-
**set-if-exists (bool, optional):
38+
**set_if_exists (bool, optional):
3939
If another object with the same identifier already exists, it will be updated.
4040
The command behaviour will be the same as if originally a set command was called.
4141
Pay attention that original object's fields will be overwritten by the fields provided in the request payload!

pycheckpoint_api/management/network_objects/address_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def add(
4646
tags (Union(str,List[str]), optional): Collection of tag identifiers.
4747
4848
Keyword Args:
49-
**set-if-exists (bool, optional):
49+
**set_if_exists (bool, optional):
5050
If another object with the same identifier already exists, it will be updated.
5151
The command behaviour will be the same as if originally a set command was called.
5252
Pay attention that original object's fields will be overwritten by the fields provided in the request payload!

pycheckpoint_api/management/network_objects/checkpoint_host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def add(
5555
tags (Union(str,List[str]), optional): Collection of tag identifiers.
5656
5757
Keyword Args:
58-
**set-if-exists (bool, optional):
58+
**set_if_exists (bool, optional):
5959
If another object with the same identifier already exists, it will be updated.
6060
The command behaviour will be the same as if originally a set command was called.
6161
Pay attention that original object's fields will be overwritten by the fields

pycheckpoint_api/management/network_objects/gsn_handover_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def add(
3030
tags (Union(str,List[str]), optional): Collection of tag identifiers.
3131
3232
Keyword Args:
33-
**set-if-exists (bool, optional):
33+
**set_if_exists (bool, optional):
3434
If another object with the same identifier already exists, it will be updated.
3535
The command behaviour will be the same as if originally a set command was called.
3636
Pay attention that original object's fields will be overwritten by the fields provided in the request payload!

pycheckpoint_api/management/network_objects/host.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def add(
3737
host_servers (dict, optional): Servers Configuration.
3838
3939
Keyword Args:
40-
**set-if-exists (bool, optional):
40+
**set_if_exists (bool, optional):
4141
If another object with the same identifier already exists, it will be updated.
4242
The command behaviour will be the same as if originally a set command was called.
4343
Pay attention that original object's fields will be overwritten by the fields provided in the request payload!

pycheckpoint_api/management/network_objects/multicast_address_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def add(
4646
tags (Union(str,List[str]), optional): Collection of tag identifiers.
4747
4848
Keyword Args:
49-
**set-if-exists (bool, optional):
49+
**set_if_exists (bool, optional):
5050
If another object with the same identifier already exists, it will be updated.
5151
The command behaviour will be the same as if originally a set command was called.
5252
Pay attention that original object's fields will be overwritten by the fields provided in the request payload!

pycheckpoint_api/management/network_objects/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def add(
4848
broadcast (str, optional): Allow broadcast address inclusion.
4949
5050
Keyword Args:
51-
**set-if-exists (bool, optional):
51+
**set_if_exists (bool, optional):
5252
If another object with the same identifier already exists, it will be updated.
5353
The command behaviour will be the same as if originally a set command was called.
5454
Pay attention that original object's fields will be overwritten by the fields provided in the request payload!

pycheckpoint_api/management/network_objects/security_zone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def add(self, name: str, tags: Union[str, List[str]] = None, **kw) -> Box:
1919
tags (Union(str,List[str]), optional): Collection of tag identifiers.
2020
2121
Keyword Args:
22-
**set-if-exists (bool, optional):
22+
**set_if_exists (bool, optional):
2323
If another object with the same identifier already exists, it will be updated.
2424
The command behaviour will be the same as if originally a set command was called.
2525
Pay attention that original object's fields will be overwritten by the fields provided in the request payload!

pycheckpoint_api/management/service_applications/service_compound_tcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def add(
3131
tags (Union(str,List[str]), optional): Collection of tag identifiers.
3232
3333
Keyword Args:
34-
**set-if-exists (bool, optional):
34+
**set_if_exists (bool, optional):
3535
If another object with the same identifier already exists, it will be updated.
3636
The command behaviour will be the same as if originally a set command was called.
3737
Pay attention that original object's fields will be overwritten by the fields provided in the request payload!

pycheckpoint_api/management/service_applications/service_dce_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def add(
3131
tags (Union(str,List[str]), optional): Collection of tag identifiers.
3232
3333
Keyword Args:
34-
**set-if-exists (bool, optional):
34+
**set_if_exists (bool, optional):
3535
If another object with the same identifier already exists, it will be updated.
3636
The command behaviour will be the same as if originally a set command was called.
3737
Pay attention that original object's fields will be overwritten by the fields provided in the request payload!

0 commit comments

Comments
 (0)