vcf_vim_resource_pool¶
Execution module for SOAP-only resource-pool ops (move + share-level config).
- saltext.vcf.modules.vcf_vim_resource_pool.move(rp, target_parent, profile=None)[source]¶
Move rp under target_parent.
CLI Example:
salt '*' vcf_vim_resource_pool.move <rp> <target_parent>
Return CPU and memory allocation for rp.
CLI Example:
salt '*' vcf_vim_resource_pool.get_shares <rp>
Set CPU and/or memory allocation. Each is a dict.
CLI Example:
salt '*' vcf_vim_resource_pool.set_shares <rp> cpu='{shares_level: high}'