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: docs/resources/instance_server.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,8 +295,13 @@ In addition to all arguments above, the following attributes are exported:
295
295
-`private_ip` - The Scaleway internal IP address of the server (Deprecated use [ipam_ip datasource](../data-sources/ipam_ip.md#instance-private-network-ip) instead).
296
296
-`public_ip` - The public IP address of the server (Deprecated use `public_ips` instead).
297
297
-`public_ips` - The list of public IPs of the server.
298
-
-`id` - The ID of the IP
299
-
-`address` - The address of the IP
298
+
-`id` - The ID of the IP.
299
+
-`address` - The address of the IP.
300
+
-`gateway` - The IP of the Gateway associated with the IP.
301
+
-`netmask` - The CIDR netmask of the IP.
302
+
-`family` - The IP address' family.
303
+
-`dynamic` - Whether the IP is dynamic.
304
+
-`provisioning_mode` - The provisioning mode of the IP
300
305
-`ipv6_address` - The default ipv6 address routed to the server. ( Only set when enable_ipv6 is set to true )
301
306
Deprecated: Please use a scaleway_instance_ip with a `routed_ipv6` type.
302
307
-`ipv6_gateway` - The ipv6 gateway address. ( Only set when enable_ipv6 is set to true )
-`volume_id` - (Optional) The ID of the volume to take a snapshot from.
75
-
-`type` - (Optional) The snapshot's volume type. The possible values are: `l_ssd` (Local SSD) and `unified`.
73
+
-`type` - (Default to `l_ssd`) The snapshot's volume type. The possible values are: `l_ssd` (Local SSD).
76
74
Updates to this field will recreate a new resource.
77
75
78
76
~> **Important:** Snapshots of volumes with type `b_ssd` (Block SSD) are deprecated and cannot be managed using the `scaleway_instance_snapshot` resource anymore. Please use the `scaleway_block_snapshot` resource instead.
79
77
If you want to migrate existing snapshots, you can visit [this page](https://www.scaleway.com/en/docs/instances/how-to/migrate-volumes-snapshots-to-sbs/) for more information.
78
+
~> **Important:** Snapshots of volumes with type `unified` (can be used with both Block and Local SSD) are deprecated since the migration to SBS.
80
79
81
80
-`name` - (Optional) The name of the snapshot. If not provided it will be randomly generated.
82
81
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which
@@ -88,8 +87,6 @@ If you want to migrate existing snapshots, you can visit [this page](https://www
88
87
-`bucket` - Bucket name containing [qcow2](https://en.wikipedia.org/wiki/Qcow) to import
89
88
-`key` - Key of the object to import
90
89
91
-
-> **Note:** The type `unified` could be instantiated on both `l_ssd` and `b_ssd` volumes.
92
-
93
90
## Attributes Reference
94
91
95
92
In addition to all arguments above, the following attributes are exported:
0 commit comments