7.243. RegistrationVnicProfileMapping struct
Red Hat Virtualization Manager에 존재하는 외부 가상 NIC 프로필을 매핑합니다. 대상은 프로필 ID 또는 프로필 이름 및 네트워크 이름으로 지정할 수 있습니다.
예를 들어 원하는 가상 NIC 프로파일 매핑에 다음 행이 포함됩니다.
| 소스 네트워크 이름 | 소스 네트워크 프로필 이름 | 대상 가상 NIC 프로파일 ID\names |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
그런 다음 register Configuration에 다음 스니펫을 추가해야 합니다.
<vnic_profile_mappings>
<registration_vnic_profile_mapping>
<from>
<name>gold</name>
<network>
<name>red</name>
</network>
</from>
<to id="738dd914-8ec8-4a8b-8628-34672a5d449b"/>
</registration_vnic_profile_mapping>
<registration_vnic_profile_mapping>
<from>
<name></name>
<network>
<name></name>
</network>
</from>
<to id="892a12ec-2028-4451-80aa-ff3bf55d6bac"/>
</registration_vnic_profile_mapping>
<registration_vnic_profile_mapping>
<from>
<name>silver</name>
<network>
<name>blue</name>
</network>
</from>
<to>
<name>copper</name>
<network>
<name>orange</name>
</network>
</to>
</registration_vnic_profile_mapping>
<registration_vnic_profile_mapping>
<from>
<name>platinum</name>
<network>
<name>yellow</name>
</network>
</from>
<to>
<name></name>
<network>
<name></name>
</network>
</to>
</registration_vnic_profile_mapping>
<registration_vnic_profile_mapping>
<from>
<name>bronze</name>
<network>
<name>green</name>
</network>
</from>
</registration_vnic_profile_mapping>
</vnic_profile_mappings>
| 이름 | 유형 | 요약 |
|---|---|---|
|
| 외부 네트워크 및 외부 네트워크 프로필에 대한 참조입니다. | |
|
| 기존 가상 NIC 프로필에 대한 참조입니다. |
7.243.1. from 링크 복사링크가 클립보드에 복사되었습니다!
외부 네트워크 및 외부 네트워크 프로필에 대한 참조입니다. 둘 다 해당 이름을 사용하여 지정해야 합니다.
7.243.2. 다음으로 변경 링크 복사링크가 클립보드에 복사되었습니다!
기존 가상 NIC 프로필에 대한 참조입니다. 이름 또는 ID를 사용하여 지정해야 합니다. name 또는 id 를 둘 다 지정하지만 둘 다 지정하지 않아야 합니다.