File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2398,6 +2398,9 @@ type CreateServerRequest struct {
23982398
23992399 // AdminPasswordEncryptionSSHKeyID: the public_key value of this key is used to encrypt the admin password.
24002400 AdminPasswordEncryptionSSHKeyID * string `json:"admin_password_encryption_ssh_key_id,omitempty"`
2401+
2402+ // Protected: true to activate server protection option.
2403+ Protected bool `json:"protected,omitempty"`
24012404}
24022405
24032406// CreateServerResponse: create server response.
@@ -3835,6 +3838,7 @@ type UpdateServerRequest struct {
38353838 // Deprecated
38363839 EnableIPv6 * bool `json:"enable_ipv6,omitempty"`
38373840
3841+ // Protected: true to activate server protection option.
38383842 Protected * bool `json:"protected,omitempty"`
38393843
38403844 SecurityGroup * SecurityGroupTemplate `json:"security_group,omitempty"`
You can’t perform that action at this time.
0 commit comments