vinfra domain properties update
Update a domain property sheet:
usage: vinfra domain properties update --key <key> --data <data> [--access <access>] <domain>
--key <key>
- Key name
--data <data>
- Property sheet. Should be a valid JSON object.
--access <access>
-
Access type:
pub
: grant read access to all users (authentication is not required)auth
: grant read access to authenticated usersdomain
: grant read access to domain users
-
The superadmin and domain admin have write access.
<domain>
- Domain name or ID
Example:
# vinfra domain properties update --key allow_live_resize mydomain \ --data '{"enabled": false}' Operation successful.
This command changes the property allow_live_resize
to disable CPU and RAM hot plug for virtual machines within the domain mydomain
.