Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/vpc/v2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ async def get_acl(
region: Optional[ScwRegion] = None,
) -> GetAclResponse:
"""
Get Acl Rules for VPC.
Get ACL Rules for VPC.
Retrieve a list of ACL rules for a VPC, specified by its VPC ID.
:param vpc_id: ID of the Network ACL's VPC.
:param is_ipv6: Defines whether this set of ACL rules is for IPv6 (false = IPv4). Each Network ACL can have rules for only one IP type.
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/vpc/v2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ def get_acl(
region: Optional[ScwRegion] = None,
) -> GetAclResponse:
"""
Get Acl Rules for VPC.
Get ACL Rules for VPC.
Retrieve a list of ACL rules for a VPC, specified by its VPC ID.
:param vpc_id: ID of the Network ACL's VPC.
:param is_ipv6: Defines whether this set of ACL rules is for IPv6 (false = IPv4). Each Network ACL can have rules for only one IP type.
Expand Down