Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Implement vm update compute policies #576

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

odraghi
Copy link

@odraghi odraghi commented Oct 5, 2022

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.

Ability to change the placement and/or sizing policy of a VM.
Ability to remove the placement policy of the VM.

Signed-off-by: Olivier DRAGHI <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant