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: api/instance/v1/instance_sdk.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1127,7 +1127,7 @@ type SecurityGroup struct {
1127
1127
Namestring`json:"name"`
1128
1128
// Description: security group description.
1129
1129
Descriptionstring`json:"description"`
1130
-
// EnableDefaultSecurity: true if SMTP is blocked on IPv4 and IPv6.
1130
+
// EnableDefaultSecurity: true if SMTP is blocked on IPv4 and IPv6. This feature is read only, please open a support ticket if you need to make it configurable.
@@ -2309,7 +2309,7 @@ type ServerActionRequest struct {
2309
2309
//
2310
2310
// Keep in mind that terminating an Instance will result in the deletion of all attached volumes, including local and block storage.
2311
2311
// 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.
2312
-
// For more information, read the [Volumes](#volumes-7e8a39) documentation.
2312
+
// For more information, read the [Volumes](#path-volumes-list-volumes) documentation.
// EnableDefaultSecurity: true to block SMTP on IPv4 and IPv6.
3441
+
// EnableDefaultSecurity: 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.
// Description: description of the security group.
3585
3585
Descriptionstring`json:"description"`
3586
-
// EnableDefaultSecurity: true to block SMTP on IPv4 and IPv6.
3586
+
// EnableDefaultSecurity: 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