==== port ==== Network v2 port create ----------- Create new port .. program:: port create .. code:: bash os port create --network [--fixed-ip subnet=,ip-address=] [--device ] [--device-owner ] [--vnic-type ] [--binding-profile ] [--host ] [--enable | --disable] [--mac-address ] [--project [--project-domain ]] .. option:: --network Network this port belongs to (name or ID) .. option:: --fixed-ip subnet=,ip-address= Desired IP and/or subnet (name or ID) for this port: subnet=,ip-address= (this option can be repeated) .. option:: --device Port device ID .. option:: --device-owner Device owner of this port .. option:: --vnic-type VNIC type for this port (direct | direct-physical | macvtap | normal | baremetal). If unspecified during port creation, default value will be 'normal'. .. option:: --binding-profile Custom data to be passed as binding:profile: = (this option can be repeated) .. option:: --host Allocate port on host ```` (ID only) .. option:: --enable Enable port (default) .. option:: --disable Disable port .. option:: --mac-address MAC address of this port .. option:: --project Owner's project (name or ID) .. option:: --project-domain Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. .. _port_create-name: .. describe:: Name of this port port delete ----------- Delete port(s) .. program:: port delete .. code:: bash os port delete [ ...] .. _port_delete-port: .. describe:: Port(s) to delete (name or ID) port list --------- List ports .. program:: port list .. code:: bash os port list [--router ] .. option:: --router List only ports attached to this router (name or ID) port set -------- Set port properties .. program:: port set .. code:: bash os port set [--fixed-ip subnet=,ip-address= | --no-fixed-ip] [--device ] [--device-owner ] [--vnic-type ] [--binding-profile | --no-binding-profile] [--host ] [--enable | --disable] [--name ] .. option:: --fixed-ip subnet=,ip-address= Desired IP and/or subnet (name or ID) for this port: subnet=,ip-address= (this option can be repeated) .. option:: --no-fixed-ip Clear existing information of fixed-ips .. option:: --device Port device ID .. option:: --device-owner Device owner of this port .. option:: --vnic-type VNIC type for this port (direct | direct-physical | macvtap | normal | baremetal). If unspecified during port creation, default value will be 'normal'. .. option:: --binding-profile Custom data to be passed as binding:profile: = (this option can be repeated) .. option:: --no-binding-profile Clear existing information of binding:profile .. option:: --host Allocate port on host ```` (ID only) .. option:: --enable Enable port .. option:: --disable Disable port .. option:: --name Set port name .. _port_set-port: .. describe:: Port to modify (name or ID) port show --------- Display port details .. program:: port show .. code:: bash os port show .. _port_show-port: .. describe:: Port to display (name or ID)