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
Copy file name to clipboardExpand all lines: src/drivermetadata.xml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,12 @@
55
55
<ParameterDescription="Override any prepared customization spec for the VM"DisplayName="Override Customization Spec"Name="override_custom_spec"Type="Lookup"AllowedValues="True,False"DefaultValue="False" />
56
56
</Parameters>
57
57
</Command>
58
+
<CommandDescription=""DisplayName="Add VMs to an affinity rule"Name="add_vm_to_affinity_rule"Tags="allow_unreserved">
59
+
<Parameters>
60
+
<ParameterDescription="UUIDs of the VMs separated by ';' to add to the affinity rule"DisplayName="VM UUIDs"Name="vm_uuids"Type="String" />
61
+
<ParameterDescription="Name of the existing affinity rule"DisplayName="Affinity Rule Name"Name="affinity_rule_name"Type="String"Mandatory="False" />
0 commit comments