You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try using dir(affinityspec) to see what you can do with the object. The
mapping of schema to methods/properties is sometimes a little weird
compared to Java.
On Apr 7, 2014 2:14 AM, "rreubenur" notifications@github.com wrote:
Hi guys,
I'm writing a python code to Set Affinity rule on a particular VM to stop
DRS. I am taking help from Steve Jin's DrsAffRule.java .
Hi guys,
I'm writing a python code to Set Affinity rule on a particular VM to stop DRS. I am taking help from Steve Jin's DrsAffRule.java .
I am doing something like :
The equivalent Java Code I found :
Now the problem is affinityspec.vm() takes the MOR of VM . Any idea how do I write a createMOR() function ???
The text was updated successfully, but these errors were encountered: