Skip to content

Commit b327ec9

Browse files
docs(instance): document dynamic_ip_required default value (scaleway#2639)
Co-authored-by: Mia-Cross <[email protected]>
1 parent 25737d2 commit b327ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2424,7 +2424,7 @@ type CreateServerRequest struct {
24242424
// Name: instance name.
24252425
Name string `json:"name,omitempty"`
24262426

2427-
// DynamicIPRequired: define if a dynamic IPv4 is required for the Instance.
2427+
// DynamicIPRequired: by default, `dynamic_ip_required` is true, a dynamic ip is attached to the instance (if no flexible ip is already attached).
24282428
DynamicIPRequired *bool `json:"dynamic_ip_required,omitempty"`
24292429

24302430
// Deprecated: RoutedIPEnabled: if true, configure the Instance so it uses the new routed IP mode.

0 commit comments

Comments
 (0)