虚拟私有云 VPC-更新端口:响应参数
响应参数
属性 |
类型 |
说明 |
---|---|---|
id |
String |
端口的ID,最大长度不超过255 【使用说明】在查询端口列表时非必选 |
name |
String |
端口的名称 |
network_id |
String |
所属网络的ID |
admin_state_up |
Boolean |
管理状态 【使用说明】默认为true |
mac_address |
String |
端口MAC地址,例如:"mac_address": "fa:16:3e:9e:ff:55" 【使用说明】只支持系统动态分配,不支持指定 |
fixed_ips |
Array of fixed_ip objects |
端口IP,参见表8。例如:"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"}] |
device_id |
String |
设备ID 【使用说明】不支持设置和更新,由系统自动维护,该字段非空的端口不允许删除 |
device_owner |
String |
设备所属(DHCP/Router/ Nova等) 【取值范围】network:dhcp,network:router_interface_distributed,compute:xxx(xxx对应具体的可用区名称,例如compute:aa-bb-cc表示是被可用区aa-bb-cc上的E CS 使用),neutron:VIP_PORT,neutron:LOADBALANCERV2,neutron:LOADBALANCERV3,network:endpoint_interface,network:nat_gateway,network:ucmp 【使用说明】不支持更新,只允许用户在创建虚拟IP端口时,为虚拟IP端口设置device_owner为neutron:VIP_PORT,当端口的该字段不为空时,仅支持该字段为neutron:VIP_PORT时的端口删除。 该字段非空的端口不允许删除。 |
tenant_id |
String |
项目ID |
status |
String |
端口状态,可以为ACTIVE,BUILD,DOWN; 【使用说明】Hana硬直通虚拟机端口状态总为DOWN |
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参见表9 【使用说明】
|
extra_dhcp_opts |
Array of extra_dhcp_opt objects |
扩展属性:DHCP的扩展Option,参见表10 |
binding:vif_details |
binding:vif_details object |
vif的详细信息,参见表11 |
binding:profile |
Object |
|
binding:vnic_type |
String |
绑定的vNIC类型 normal: 软交换 |
port_security_enabled |
Boolean |
端口安全使能标记,如果不使能则安全组和dhcp防欺骗不生效 |
dns_assignment |
Array of dns_assignment objects |
扩展属性:主网卡默认内网 域名 信息 【使用说明】不支持设置和更新,由系统自动维护
|
dns_name |
String |
扩展属性:主网卡默认内网DNS名称 【使用说明】不支持设置和更新,由系统自动维护,访问该默认内网域名前,请确保子网使用当前系统提供的DNS |
project_id |
String |
项目ID,请参见获取项目ID。 |
created_at |
String |
资源创建时间,UTC时间 格式yyyy-MM-ddTHH:mm:ss |
updated_at |
String |
资源更新时间,UTC时间 格式yyyy-MM-ddTHH:mm:ss |
属性 |
类型 |
说明 |
---|---|---|
ip_address |
String |
IP地址 【使用说明】不支持0.0.0.0 |
mac_address |
String |
MAC地址 |