Red Hat Training

A Red Hat training course is available for Red Hat Virtualization

B.21. 전원 관리 에이전트 유형대신 element 사용

전원 관리 유형 속성이 특성으로 표시되었습니다.

<agent type="apc">
  <username>myuser</username>
  ...
</agent>

이는 API의 일반적인 관행에 적합하지 않습니다. 내부 요소로 교체되었습니다.

<agent>
  <type>apc</type>
  <username>myuser</username>
  ...
</agent>