11.5. 子集合
11.5.1. 网络 VNIC Profile Sub-Collection
VNIC (虚拟网络接口控制器)配置集(也称为虚拟机接口配置集)是应用于用户和组的自定义配置集来限制网络带宽。每个
vnicprofile
都包含以下元素:
元素 | 类型 | 描述 |
---|---|---|
name | 字符串 | 配置集的唯一标识符。 |
description | 字符串 | 配置集的纯文本描述。 |
network | 字符串 | 配置集应用到的逻辑网络的唯一标识符。 |
port_mirroring | 布尔值: true 或 false | 默认值为 false 。 |
例 11.6. 网络的 vnicprofile 子集合的 XML 表示
<vnic_profile href= "/ovirt-engine/api/vnicprofiles/f9c2f9f1-3ae2-4100-a9a5-285ebb755c0d" id="f9c2f9f1-3ae2-4100-a9a5-285ebb755c0d"> <name>Peanuts</name> <description>shelled</description> <network href= "/ovirt-engine/api/networks/00000000-0000-0000-0000-000000000009" id="00000000-0000-0000-0000-000000000009"/> <port_mirroring>false</port_mirroring> </vnic_profile> </vnic_profiles>