虚拟私有云 VPC-创建端口:请求参数
请求参数
属性 |
是否必选 |
类型 |
说明 |
---|---|---|---|
name |
否 |
String |
端口的名称 |
network_id |
是 |
String |
说明:
网络ID的获取方式:
|
admin_state_up |
否 |
Boolean |
管理状态 【使用说明】默认为true |
fixed_ips |
否 |
Array of fixed_ip objects |
端口IP,参见表3。例如:"fixed_ips": [{"subnet_id": "4dc70db6-cb7f-4200-9790-a6a910776bba", "ip_address": "192.169.25.79"}], "fixed_ips": [{"subnet_id": "1fd001aa-6946-4168-86d9-924c7d3ef8fb", "ip_address": "2a07:b980:4030:14::1"}] |
security_groups |
否 |
Array of strings |
扩展属性:安全组的UUID,例如:"security_groups": ["a0608cbf-d047-4f54-8b28-cd7b59853fff"] 【使用说明】不支持更新为空。 |
allowed_address_pairs |
否 |
Array of allowed_address_pairs objects |
扩展属性:IP/Mac对列表,allow_address_pair参见表4 【使用说明】
|
extra_dhcp_opts |
否 |
Array of extra_dhcp_opt objects |
扩展属性:DHCP的扩展Option,参见表5 |
binding:profile |
否 |
Object |
|
binding:vnic_type |
否 |
String |
绑定的vNIC类型 【使用说明】normal: 软交换 |
port_security_enabled |
否 |
Boolean |
端口安全使能标记。 取值范围:true,允许加入安全组和开启dhcp防欺骗;false,安全组和dhcp防欺骗不生效。 |
device_owner |
否 |
String |
功能说明:端口设备所属 取值范围:目前只支持指定""和"neutron:VIP_PORT";neutron:VIP_PORT表示创建的是VIP |
属性 |
是否必选 |
类型 |
说明 |
---|---|---|---|
subnet_id |
否 |
String |
所属子网ID 【使用说明】不支持更新 |
ip_address |
否 |
String |
端口IP地址 【使用说明】不支持更新 |
名称 |
是否必选 |
参数类型 |
说明 |
---|---|---|---|
ip_address |
是 |
String |
|
mac_address |
否 |
String |
MAC地址。默认使用当前端口的MAC地址。 |