Oracle® VM Server for SPARC 3.2 관리 설명서

인쇄 보기 종료

업데이트 날짜: 2015년 5월
 
 

가상 데이터 플레인 채널 클라이언트(vdpcc) 리소스

    이 리소스는 Netra DPS 환경에만 사용됩니다. 가상 데이터 플레인 채널 클라이언트 리소스는 항상 <Content> 섹션 내에 있습니다. 다음 키를 포함하는 <gprop:GenericProperty> 태그가 있을 수 있습니다.

  • vdpcc_name – 가상 데이터 플레인 채널 클라이언트(vdpcc)의 이름입니다.

  • service_name – 이 vdpcc가 바인드될 가상 데이터 플레인 채널 서비스 vdpcs의 이름입니다.

예 22-23  vdpcc XML 예
<Envelope>
  <References/>
  <Content xsi:type="ovf:VirtualSystem_Type" id="ldg1">
    <Section xsi:type="ovf:VirtualHardwareSection_Type">
      <Item>
        <rasd:OtherResourceType>vdpcc</rasd:OtherResourceType>
        <gprop:GenericProperty key="vdpcc_name">vdpcc</gprop:GenericProperty>
        <gprop:GenericProperty
          key="service_name">ldg1-vdpcs</gprop:GenericProperty>
      </Item>
    </Section>
  </Content>
</Envelope>