diff --git a/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py b/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py index a9656ddc2..d72627a9a 100644 --- a/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py +++ b/scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py @@ -205,7 +205,7 @@ async def batch_create_servers( ) -> BatchCreateServersResponse: """ Create multiple servers atomically. - Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created. + Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created. :param type_: Create servers of the given type. :param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API. :param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs. diff --git a/scaleway/scaleway/applesilicon/v1alpha1/api.py b/scaleway/scaleway/applesilicon/v1alpha1/api.py index 01bbf985b..4eb2b67a5 100644 --- a/scaleway/scaleway/applesilicon/v1alpha1/api.py +++ b/scaleway/scaleway/applesilicon/v1alpha1/api.py @@ -205,7 +205,7 @@ def batch_create_servers( ) -> BatchCreateServersResponse: """ Create multiple servers atomically. - Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created. + Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created. :param type_: Create servers of the given type. :param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API. :param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs.