Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[文档/Docs]查询系统镜像详情状态枚举值 #20161

Closed
WjtMatch opened this issue Apr 28, 2024 · 1 comment
Closed

[文档/Docs]查询系统镜像详情状态枚举值 #20161

WjtMatch opened this issue Apr 28, 2024 · 1 comment
Labels
area/docs Documents enhancement New feature or request

Comments

@WjtMatch
Copy link

文档中镜像状态的枚举值

@WjtMatch WjtMatch added area/docs Documents enhancement New feature or request labels Apr 28, 2024
@ioito
Copy link
Collaborator

ioito commented Apr 28, 2024

IMAGE_STATUS_QUEUED = "queued"
IMAGE_STATUS_SAVING = "saving"
IMAGE_STATUS_SAVE_FAIL = "save_fail"
IMAGE_STATUS_SAVED = "saved"
IMAGE_STATUS_ACTIVE = "active"
IMAGE_STATUS_CONVERTING = "converting"
IMAGE_STATUS_PROBING = "probing"
IMAGE_ENCRYPT_STATUS_UNENCRYPTED = ""
IMAGE_ENCRYPT_STATUS_ENCRYPTED = "encrypted"
IMAGE_ENCRYPT_STATUS_ENCRYPTING = "encrypting"
IMAGE_STATUS_DEACTIVATED = "deactivated"
IMAGE_STATUS_KILLED = "killed"
IMAGE_STATUS_DELETED = "deleted"
IMAGE_STATUS_PENDING_DELETE = "pending_delete"

https://github.com/yunionio/dashboard/blob/22ff5e4276737856a728c7eafd38742b49032468/src/locales/zh-CN.json#L242-L257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documents enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants