Skip to content

Commit 9c3c328

Browse files
authored
feat(instance): add end_of_service flag in ServerList response (scaleway#2504)
1 parent f3be351 commit 9c3c328

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,6 +1669,9 @@ type Server struct {
16691669

16701670
// AdminPasswordEncryptedValue: this value is reset when admin_password_encryption_ssh_key_id is set to an empty string.
16711671
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"`
16721675
}
16731676

16741677
// IP: ip.

0 commit comments

Comments
 (0)