console 리소스는 항상 <Content> 섹션에 포함됩니다. 다음 키를 포함하는 <gprop:GenericProperty> 태그가 있을 수 있습니다.
port – 이 가상 콘솔(console)을 변경할 포트입니다.
service_name – 이 console을 바인드할 가상 콘솔 집중기(vcc) 서비스입니다.
group – 이 console을 바인드할 그룹의 이름입니다.
enable-log – 이 콘솔에 대한 가상 콘솔 로깅을 사용 또는 사용 안함으로 설정합니다.
<Envelope> <References/> <Content xsi:type="ovf:VirtualSystem_Type" id="ldg1"> <Section xsi:type="ovf:VirtualHardwareSection_Type"> <Item> <rasd:OtherResourceType>console</rasd:OtherResourceType> <gprop:GenericProperty key="port">6000</gprop:GenericProperty> <gprop:GenericProperty key="service_name">vcc2</gprop:GenericProperty> <gprop:GenericProperty key="group">group-name</gprop:GenericProperty> <gprop:GenericProperty key="enable-log">on</gprop:GenericProperty> </Item> </Section> </Content> </Envelope>