You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/instance/v1/api.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@ async def list_volumes_types(
297
297
page: Optional[int] =None,
298
298
) ->ListVolumesTypesResponse:
299
299
"""
300
-
List volumes types.
300
+
List volume types.
301
301
List all volume types and their technical details.
302
302
:param zone: Zone to target. If none is passed will use default zone from the config.
303
303
:param per_page:
@@ -814,7 +814,7 @@ async def server_action(
814
814
815
815
Keep in mind that terminating an Instance will result in the deletion of all attached volumes, including local and block storage.
816
816
If you want to preserve your local volumes, you should use the `archive` action instead of `terminate`. Similarly, if you want to keep your block storage volumes, you must first detach them before issuing the `terminate` command.
817
-
For more information, read the [Volumes](#volumes-7e8a39) documentation.
817
+
For more information, read the [Volumes](#path-volumes-list-volumes) documentation.
818
818
:param zone: Zone to target. If none is passed will use default zone from the config.
:param stateful: Whether the security group is stateful or not.
1975
1975
:param inbound_default_policy: Default policy for inbound rules.
1976
1976
:param outbound_default_policy: Default policy for outbound rules.
1977
-
:param enable_default_security: True to block SMTP on IPv4 and IPv6.
1977
+
:param enable_default_security: True to block SMTP on IPv4 and IPv6. This feature is read only, please open a support ticket if you need to make it configurable.
:param creation_date: Creation date of the security group (will be ignored).
2109
2109
:param modification_date: Modification date of the security group (will be ignored).
2110
2110
:param description: Description of the security group.
2111
-
:param enable_default_security: True to block SMTP on IPv4 and IPv6.
2111
+
:param enable_default_security: True to block SMTP on IPv4 and IPv6. This feature is read only, please open a support ticket if you need to make it configurable.
Copy file name to clipboardExpand all lines: scaleway/scaleway/instance/v1/api.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@ def list_volumes_types(
297
297
page: Optional[int] =None,
298
298
) ->ListVolumesTypesResponse:
299
299
"""
300
-
List volumes types.
300
+
List volume types.
301
301
List all volume types and their technical details.
302
302
:param zone: Zone to target. If none is passed will use default zone from the config.
303
303
:param per_page:
@@ -814,7 +814,7 @@ def server_action(
814
814
815
815
Keep in mind that terminating an Instance will result in the deletion of all attached volumes, including local and block storage.
816
816
If you want to preserve your local volumes, you should use the `archive` action instead of `terminate`. Similarly, if you want to keep your block storage volumes, you must first detach them before issuing the `terminate` command.
817
-
For more information, read the [Volumes](#volumes-7e8a39) documentation.
817
+
For more information, read the [Volumes](#path-volumes-list-volumes) documentation.
818
818
:param zone: Zone to target. If none is passed will use default zone from the config.
819
819
:param server_id: UUID of the Instance.
820
820
:param action: Action to perform on the Instance.
@@ -1974,7 +1974,7 @@ def create_security_group(
1974
1974
:param stateful: Whether the security group is stateful or not.
1975
1975
:param inbound_default_policy: Default policy for inbound rules.
1976
1976
:param outbound_default_policy: Default policy for outbound rules.
1977
-
:param enable_default_security: True to block SMTP on IPv4 and IPv6.
1977
+
:param enable_default_security: True to block SMTP on IPv4 and IPv6. This feature is read only, please open a support ticket if you need to make it configurable.
:param creation_date: Creation date of the security group (will be ignored).
2109
2109
:param modification_date: Modification date of the security group (will be ignored).
2110
2110
:param description: Description of the security group.
2111
-
:param enable_default_security: True to block SMTP on IPv4 and IPv6.
2111
+
:param enable_default_security: True to block SMTP on IPv4 and IPv6. This feature is read only, please open a support ticket if you need to make it configurable.
0 commit comments