We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3be351 commit 9c3c328Copy full SHA for 9c3c328
api/instance/v1/instance_sdk.go
@@ -1669,6 +1669,9 @@ type Server struct {
1669
1670
// AdminPasswordEncryptedValue: this value is reset when admin_password_encryption_ssh_key_id is set to an empty string.
1671
AdminPasswordEncryptedValue *string `json:"admin_password_encrypted_value"`
1672
+
1673
+ // EndOfService: true if the Instance type has reached end of service.
1674
+ EndOfService bool `json:"end_of_service"`
1675
}
1676
1677
// IP: ip.
0 commit comments