|
42 | 42 |
|
43 | 43 | class ApplesiliconV1Alpha1API(API): |
44 | 44 | """ |
45 | | - Apple silicon. |
| 45 | + Apple silicon API. |
46 | 46 |
|
47 | 47 | Apple Mac mini as a service. |
48 | 48 | Scaleway Apple silicon as-a-Service is built using the latest generation of Apple Mac mini hardware (fifth generation). |
@@ -93,7 +93,7 @@ async def get_server_type( |
93 | 93 | ) -> ServerType: |
94 | 94 | """ |
95 | 95 | Get a server type. |
96 | | - Get a server technical details. |
| 96 | + Get technical details (CPU, disk size etc.) of a server type. |
97 | 97 | :param zone: Zone to target. If none is passed will use default zone from the config. |
98 | 98 | :param server_type: Server type identifier. |
99 | 99 | :return: :class:`ServerType <ServerType>` |
@@ -253,8 +253,8 @@ async def list_os( |
253 | 253 | name: Optional[str] = None, |
254 | 254 | ) -> ListOSResponse: |
255 | 255 | """ |
256 | | - List all Operating System (OS). |
257 | | - List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels. |
| 256 | + List all Operating Systems (OS). |
| 257 | + List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels. |
258 | 258 | :param zone: Zone to target. If none is passed will use default zone from the config. |
259 | 259 | :param page: Positive integer to choose the page to return. |
260 | 260 | :param page_size: Positive integer lower or equal to 100 to select the number of items to return. |
@@ -294,8 +294,8 @@ async def list_os_all( |
294 | 294 | name: Optional[str] = None, |
295 | 295 | ) -> List[OS]: |
296 | 296 | """ |
297 | | - List all Operating System (OS). |
298 | | - List all Operating System (OS). The response will include the total number of OS as well as their associated IDs, names and labels. |
| 297 | + List all Operating Systems (OS). |
| 298 | + List all Operating Systems (OS). The response will include the total number of OS as well as their associated IDs, names and labels. |
299 | 299 | :param zone: Zone to target. If none is passed will use default zone from the config. |
300 | 300 | :param page: Positive integer to choose the page to return. |
301 | 301 | :param page_size: Positive integer lower or equal to 100 to select the number of items to return. |
|
0 commit comments