Interface RegistrationVnicProfileMapping

  • All Known Implementing Classes:
    RegistrationVnicProfileMappingContainer

    public interface RegistrationVnicProfileMapping
    Maps an external virtual NIC profile to one that exists in the {engine-name}. The target may be specified as a profile ID or a pair of profile name and network name. If, for example, the desired virtual NIC profile mapping includes the following lines: [cols="25,35,40"] |=== |Source network name|Source network profile name|Target virtual NIC profile ID\names |`red` |`gold` |`738dd914-8ec8-4a8b-8628-34672a5d449b` |`` (no network name) |`` (no network profile name) |`892a12ec-2028-4451-80aa-ff3bf55d6bac` |`blue` |`silver` |`orange\copper` |`yellow` |`platinum` |`` (no profile) |`green` |`bronze` | |=== Then the following snippet should be added to <> [source,xml] ---- gold red silver blue copper orange platinum yellow bronze green ----