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
@@ -2090,6 +2092,30 @@ let vm_pool_migrate_complete = call
2090
2092
~allowed_roles:_R_VM_POWER_ADMIN
2091
2093
()
2092
2094
2095
+
let vm_beg_rdp_on = call
2096
+
~name:"beg_rdp_on"
2097
+
~lifecycle:[
2098
+
Published, rel_augusta, "Ask the VM to enable Remote Desktop Protocol. Error if the VM is halted or does not advertise this control feature. The VM may or may not cooperate."
2099
+
]
2100
+
~in_oss_since:None
2101
+
~doc:"Ask the VM to enable Remote Desktop Protocol. Error if the VM is halted or does not advertise this control feature. The VM may or may not cooperate."
2102
+
~params:[Ref _vm, "vm", "The VM to ask to enable Remote Desktop Protocol"]
Published, rel_augusta, "Ask the VM to disable Remote Desktop Protocol. Error if the VM is halted or does not advertise this control feature. The VM may or may not cooperate."
2111
+
]
2112
+
~in_oss_since:None
2113
+
~doc:"Ask the VM to disable Remote Desktop Protocol. Error if the VM is halted or does not advertise this control feature. The VM may or may not cooperate."
2114
+
~params:[Ref _vm, "vm", "The VM to ask to disable Remote Desktop Protocol"]
0 commit comments