How to remediate vLCM cluster using pyVmomi? #749
Unanswered
nags-coder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using following commands to remediate vlcm cluster:
#Test compliance of vLCM cluster
Get-Cluster -Name 'TempCluster-DEL'| Test-LcmClusterCompliance
#Remediate a cluster
Get-Cluster -Name 'TempCluster-DEL' | Set-Cluster -Remediate -AcceptEULA -RunAsync
Now I want to achieve the same functionality using pyVmomi module. Can someone point to me to the equivalent methods to above functionality?
Beta Was this translation helpful? Give feedback.
All reactions