7.35.2. custom_scheduling_policy_properties
集群的自定义调度策略属性.这些可选属性覆盖由 scheduling_policy 链接指定的调度策略的属性,并且仅适用于此特定集群。
例如,要更新集群的自定义属性,请发送请求:
PUT /ovirt-engine/api/clusters/123
通过请求正文:
<cluster>
<custom_scheduling_policy_properties>
<property>
<name>HighUtilization</name>
<value>70</value>
</property>
</custom_scheduling_policy_properties>
</cluster>
使用 custom_scheduling_policy_properties 属性更新操作不会更新 scheduling_policy 链接指定的调度策略属性,它们只会反映在这个特定的集群中。