File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scaleway-async/scaleway_async/vpc/v2 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1129,7 +1129,7 @@ async def get_acl(
11291129 region : Optional [ScwRegion ] = None ,
11301130 ) -> GetAclResponse :
11311131 """
1132- Get Acl Rules for VPC.
1132+ Get ACL Rules for VPC.
11331133 Retrieve a list of ACL rules for a VPC, specified by its VPC ID.
11341134 :param vpc_id: ID of the Network ACL's VPC.
11351135 :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.
Original file line number Diff line number Diff line change @@ -1129,7 +1129,7 @@ def get_acl(
11291129 region : Optional [ScwRegion ] = None ,
11301130 ) -> GetAclResponse :
11311131 """
1132- Get Acl Rules for VPC.
1132+ Get ACL Rules for VPC.
11331133 Retrieve a list of ACL rules for a VPC, specified by its VPC ID.
11341134 :param vpc_id: ID of the Network ACL's VPC.
11351135 :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.
You can’t perform that action at this time.
0 commit comments