vcd-cli icon indicating copy to clipboard operation
vcd-cli copied to clipboard

Implement vm update compute policies

Open odraghi opened this issue 2 years ago • 0 comments

Update compute policies of a VM.

Options: --placement Placement policy to configure the VM. --sizing Sizing policy to configure the VM. --no-placement Configure the VM without placement policy.

Exemple: vcd vm update-compute-policies vapp1 vm1 --sizing 'System Default' --placement 'ESXi in Rack1'

The command show an error if required compute policy is not found in the vdc.

odraghi avatar Oct 05 '22 01:10 odraghi