DRM 정책(policy) 리소스는 <Envelope> 섹션에 표시되며 다음 키를 포함하는 <gprop:GenericProperty> 태그가 있을 수 있습니다.
policy_name – DRM 정책의 이름입니다.
policy_enable – DRM 정책을 사용 또는 사용 안함으로 설정할지 여부를 지정합니다.
policy_priority – DRM 정책의 우선 순위입니다.
policy_vcpu_min – 도메인의 최소 가상 CPU 리소스 수입니다.
policy_vcpu_max – 도메인의 최대 가상 CPU 리소스 수입니다.
policy_util_lower – 정책 분석이 트리거되는 하한 사용량 레벨입니다.
policy_util_upper – 정책 분석이 트리거되는 상한 사용량 레벨입니다.
policy_tod_begin – DRM 정책의 유효 시작 시간입니다.
policy_tod_end – DRM 정책의 유효 중지 시간입니다.
policy_sample_rate – 초 단위의 주기 시간인 샘플 비율입니다.
policy_elastic_margin – CPU 사용량의 상한 및 하한 간 버퍼 양입니다.
policy_attack – 한 리소스 제어 주기 중에 추가될 최대 리소스 양입니다.
policy_decay – 한 리소스 제어 주기 중에 제거될 최대 리소스 양입니다.
<Envelope> <Section xsi:type="ovf:VirtualHardwareSection_Type"> <Item> <rasd:OtherResourceType>policy</rasd:OtherResourceType> <gprop:GenericProperty key="policy_name">test-policy</gprop:GenericProperty> <gprop:GenericProperty key="policy_enable">on</gprop:GenericProperty> <gprop:GenericProperty key="policy_priority">1</gprop:GenericProperty> <gprop:GenericProperty key="policy_vcpu_min">12</gprop:GenericProperty> <gprop:GenericProperty key="policy_vcpu_max">13</gprop:GenericProperty> <gprop:GenericProperty key="policy_util_lower">8</gprop:GenericProperty> <gprop:GenericProperty key="policy_util_upper">9</gprop:GenericProperty> <gprop:GenericProperty key="policy_tod_begin">07:08:09</gprop:GenericProperty> <gprop:GenericProperty key="policy_tod_end">09:08:07</gprop:GenericProperty> <gprop:GenericProperty key="policy_sample_rate">1</gprop:GenericProperty> <gprop:GenericProperty key="policy_elastic_margin">8</gprop:GenericProperty> <gprop:GenericProperty key="policy_attack">8</gprop:GenericProperty> <gprop:GenericProperty key="policy_decay">9</gprop:GenericProperty> </Item> </Section> </Envelope>