<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div>I want to set priority of Highly Available VM as High via python SDK.<br></div>I provided information as shown below:<br><br>vm = self.vms_service.add(<br>              vm = types.Vm (<br>                        high_availability = types.HighAvailability(<br>                            enabled = True,<br>                           <span style="background-color:rgb(255,255,0)"> priority = 1,</span><br>                        ),<br>                ),<br>)<br><br></div>As see above priority we have to provide as number but in GUI we can choose drop down menu as (&quot;LOW&quot;, &quot;MID&quot; and &quot;HIGH&quot;). <br></div>I wan to set priority as &quot;HIGH&quot;, which integer value I have to set in priority ?<br></div>I tried with 1 and 3 it shows &quot;LOW&quot; in both cases.<br><br></div>Please help me.<br><br></div>Thanks,<br></div>~Rohit<br></div>