4.24. vnicprofile
vnicprofile
资源类型对所有 VNIC (虚拟网络接口控制器)配置集进行分组,也称为 Red Hat Virtualization 环境中的虚拟机(虚拟机)接口配置集。
名称 | 类型 | Description | 必填 | 用户 Creatable | User Updatable |
---|---|---|---|---|---|
--name
|
字符串
|
VNIC 配置集的名称。
|
是
|
是
|
是
|
--network-id
|
字符串
|
对要应用配置文件的逻辑网络的引用。
|
是
|
否
|
否
|
--correlation_id
|
字符串
|
用于跨系统日志记录的操作标记标识符。如果客户端没有定义标识符,则会生成一个。
|
否
|
是
|
否
|
--description
|
字符串
|
配置文件的描述。
|
否
|
是
|
是
|
--expect
|
'201-created'
|
请求会变得异步,直到返回预期的 HTTP 标头。对于长时间运行的任务,在任务完成之前,否则会返回的任务。
|
否
|
否
|
否
|
--custom_properties-custom_property
|
集合
|
一组用户定义的环境变量,作为参数传递给自定义脚本。
|
否
|
是
|
是
|
--port_mirroring
|
布尔值
|
切换是否将端口镜像用于配置集。状态可以是
True 或 False 。默认为 False
|
否
|
否
|
否
|
--custom_properties-custom_property
参数是下表中使用子参数的集合。
名称 | 类型 | Description |
---|---|---|
custom_property.name
|
字符串
|
自定义属性名称。
|
custom_property.value
|
字符串
|
自定义属性值。
|
例 4.51. 创建新的 vnic 配置集
[RHEVM shell (connected)]# add vnicprofile --name Gold --network-id 08305a2f-6952-4999-9646-c16137dc6d42
例 4.52. 更新 vnic 配置集
[RHEVM shell (connected)]# update vnicprofile Gold --port_mirroring true
例 4.53. 删除 vnic 配置集
[RHEVM shell (connected)]# remove vnicprofile Gold