fix(region): server snapshot policy (#23066)

This commit is contained in:
屈轩
2025-08-14 10:42:30 +08:00
committed by GitHub
parent d96d1a0a02
commit c6de8a9479
17 changed files with 564 additions and 15 deletions

View File

@@ -79,7 +79,8 @@ type ServerListOptions struct {
WithUserMeta *bool `help:"filter by user metadata" negative:"without_user_meta"`
WithHost *bool `help:"filter guest with host or not" negative:"without_host"`
WithHost *bool `help:"filter guest with host or not" negative:"without_host"`
SnapshotpolicyId string `help:"filter guest with snapshotpolicy or not" json:"snapshotpolicy_id"`
}
func (o *ServerListOptions) Params() (jsonutils.JSONObject, error) {