openstack-manuals/doc/cli-reference/generated/ch_cli_neutron_commands.xml

11922 lines
349 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="neutronclient_commands">
<!-- This file is automatically generated, do not edit -->
<?dbhtml stop-chunking?>
<title>Networking service command-line client</title>
<para>The <command>neutron</command> client is the command-line
interface (CLI) for the Networking service API and its extensions.
This chapter documents <command>neutron</command> version
<literal>4.0.0</literal>.
</para>
<para>For help on a specific <command>neutron</command>
command, enter:
</para>
<screen><prompt>$</prompt> <userinput><command>neutron</command> <option>help</option> <replaceable>COMMAND</replaceable></userinput></screen>
<section xml:id="neutronclient_command_usage">
<title>neutron usage</title>
<screen><computeroutput>usage: neutron [--version] [-v] [-q] [-h] [-r NUM]
[--os-service-type &lt;os-service-type&gt;]
[--os-endpoint-type &lt;os-endpoint-type&gt;]
[--service-type &lt;service-type&gt;]
[--endpoint-type &lt;endpoint-type&gt;]
[--os-auth-strategy &lt;auth-strategy&gt;] [--os-cloud &lt;cloud&gt;]
[--os-auth-url &lt;auth-url&gt;]
[--os-tenant-name &lt;auth-tenant-name&gt; | --os-project-name &lt;auth-project-name&gt;]
[--os-tenant-id &lt;auth-tenant-id&gt; | --os-project-id &lt;auth-project-id&gt;]
[--os-username &lt;auth-username&gt;] [--os-user-id &lt;auth-user-id&gt;]
[--os-user-domain-id &lt;auth-user-domain-id&gt;]
[--os-user-domain-name &lt;auth-user-domain-name&gt;]
[--os-project-domain-id &lt;auth-project-domain-id&gt;]
[--os-project-domain-name &lt;auth-project-domain-name&gt;]
[--os-cert &lt;certificate&gt;] [--os-cacert &lt;ca-certificate&gt;]
[--os-key &lt;key&gt;] [--os-password &lt;auth-password&gt;]
[--os-region-name &lt;auth-region-name&gt;] [--os-token &lt;token&gt;]
[--http-timeout &lt;seconds&gt;] [--os-url &lt;url&gt;] [--insecure]</computeroutput></screen>
</section>
<section xml:id="neutronclient_command_optional">
<title>neutron optional arguments</title>
<variablelist wordsize="10">
<varlistentry>
<term><command>--version</command></term>
<listitem>
<para>
show program's version number and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-v, --verbose, --debug</command></term>
<listitem>
<para>
Increase verbosity of output and show tracebacks on
errors. You can repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-q, --quiet</command></term>
<listitem>
<para>
Suppress output except warnings and errors.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
Show this help message and exit.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-r NUM, --retries NUM</command></term>
<listitem>
<para>
How many times the request to the Neutron server
should be retried if it fails.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-service-type &lt;os-service-type&gt;</command></term>
<listitem>
<para>
Defaults to <code>env[OS_NETWORK_SERVICE_TYPE]</code> or network.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-endpoint-type &lt;os-endpoint-type&gt;</command></term>
<listitem>
<para>
Defaults to <code>env[OS_ENDPOINT_TYPE]</code> or public.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--service-type &lt;service-type&gt;</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Use --os-service-type.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--endpoint-type &lt;endpoint-type&gt;</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Use --os-endpoint-type.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-auth-strategy &lt;auth-strategy&gt;</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only keystone is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-cloud &lt;cloud&gt;</command></term>
<listitem>
<para>
Defaults to <code>env[OS_CLOUD]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-auth-url &lt;auth-url&gt;</command></term>
<listitem>
<para>
Authentication URL, defaults to <code>env[OS_AUTH_URL]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-tenant-name &lt;auth-tenant-name&gt;</command></term>
<listitem>
<para>
Authentication tenant name, defaults to
<code>env[OS_TENANT_NAME]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-project-name &lt;auth-project-name&gt;</command></term>
<listitem>
<para>
Another way to specify tenant name. This option is
mutually exclusive with --os-tenant-name. Defaults to
<code>env[OS_PROJECT_NAME]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-tenant-id &lt;auth-tenant-id&gt;</command></term>
<listitem>
<para>
Authentication tenant ID, defaults to
<code>env[OS_TENANT_ID]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-project-id &lt;auth-project-id&gt;</command></term>
<listitem>
<para>
Another way to specify tenant ID. This option is
mutually exclusive with --os-tenant-id. Defaults to
<code>env[OS_PROJECT_ID]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-username &lt;auth-username&gt;</command></term>
<listitem>
<para>
Authentication username, defaults to <code>env[OS_USERNAME]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-user-id &lt;auth-user-id&gt;</command></term>
<listitem>
<para>
Authentication user ID (Env: OS_USER_ID)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-user-domain-id &lt;auth-user-domain-id&gt;</command></term>
<listitem>
<para>
OpenStack user domain ID. Defaults to
<code>env[OS_USER_DOMAIN_ID]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-user-domain-name &lt;auth-user-domain-name&gt;</command></term>
<listitem>
<para>
OpenStack user domain name. Defaults to
<code>env[OS_USER_DOMAIN_NAME]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-project-domain-id &lt;auth-project-domain-id&gt;</command></term>
<listitem>
<para>
Defaults to <code>env[OS_PROJECT_DOMAIN_ID]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-project-domain-name &lt;auth-project-domain-name&gt;</command></term>
<listitem>
<para>
Defaults to <code>env[OS_PROJECT_DOMAIN_NAME]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-cert &lt;certificate&gt;</command></term>
<listitem>
<para>
Path of certificate file to use in SSL connection.
This file can optionally be prepended with the private
key. Defaults to <code>env[OS_CERT]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-cacert &lt;ca-certificate&gt;</command></term>
<listitem>
<para>
Specify a CA bundle file to use in verifying a TLS
(https) server certificate. Defaults to
<code>env[OS_CACERT]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-key &lt;key&gt;</command></term>
<listitem>
<para>
Path of client key to use in SSL connection. This
option is not necessary if your key is prepended to
your certificate file. Defaults to <code>env[OS_KEY]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-password &lt;auth-password&gt;</command></term>
<listitem>
<para>
Authentication password, defaults to <code>env[OS_PASSWORD]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-region-name &lt;auth-region-name&gt;</command></term>
<listitem>
<para>
Authentication region name, defaults to
<code>env[OS_REGION_NAME]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-token &lt;token&gt;</command></term>
<listitem>
<para>
Authentication token, defaults to <code>env[OS_TOKEN]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--http-timeout &lt;seconds&gt;</command></term>
<listitem>
<para>
Timeout in seconds to wait for an HTTP response.
Defaults to <code>env[OS_NETWORK_TIMEOUT]</code> or None if not
specified.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--os-url &lt;url&gt;</command></term>
<listitem>
<para>
Defaults to <code>env[OS_URL]</code>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--insecure</command></term>
<listitem>
<para>
Explicitly allow neutronclient to perform "insecure"
SSL (https) requests. The server's certificate will
not be verified against any certificate authorities.
This option should be used with caution.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_command_api_2_0">
<title>neutron API v2.0 commands</title>
<variablelist wordsize="10">
<varlistentry>
<term><command>address-scope-create</command></term>
<listitem>
<para>
Create an address scope for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>address-scope-delete</command></term>
<listitem>
<para>
Delete an address scope.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>address-scope-list</command></term>
<listitem>
<para>
List address scopes that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>address-scope-show</command></term>
<listitem>
<para>
Show information about an address scope.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>address-scope-update</command></term>
<listitem>
<para>
Update an address scope.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>agent-delete</command></term>
<listitem>
<para>
Delete a given agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>agent-list</command></term>
<listitem>
<para>
List agents.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>agent-show</command></term>
<listitem>
<para>
Show information of a given agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>agent-update</command></term>
<listitem>
<para>
Updates the admin status and description for a specified agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>availability-zone-list</command></term>
<listitem>
<para>
List availability zones.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>bash-completion</command></term>
<listitem>
<para>
Prints all of the commands and options for bash-completion.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>dhcp-agent-list-hosting-net</command></term>
<listitem>
<para>
List DHCP agents hosting a network.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>dhcp-agent-network-add</command></term>
<listitem>
<para>
Add a network to a DHCP agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>dhcp-agent-network-remove</command></term>
<listitem>
<para>
Remove a network from a DHCP agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>ext-list</command></term>
<listitem>
<para>
List all extensions.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>ext-show</command></term>
<listitem>
<para>
Show information of a given resource.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-create</command></term>
<listitem>
<para>
Create a firewall.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-delete</command></term>
<listitem>
<para>
Delete a given firewall.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-list</command></term>
<listitem>
<para>
List firewalls that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-policy-create</command></term>
<listitem>
<para>
Create a firewall policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-policy-delete</command></term>
<listitem>
<para>
Delete a given firewall policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-policy-insert-rule</command></term>
<listitem>
<para>
Insert a rule into a given firewall policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-policy-list</command></term>
<listitem>
<para>
List firewall policies that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-policy-remove-rule</command></term>
<listitem>
<para>
Remove a rule from a given firewall policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-policy-show</command></term>
<listitem>
<para>
Show information of a given firewall policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-policy-update</command></term>
<listitem>
<para>
Update a given firewall policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-rule-create</command></term>
<listitem>
<para>
Create a firewall rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-rule-delete</command></term>
<listitem>
<para>
Delete a given firewall rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-rule-list</command></term>
<listitem>
<para>
List firewall rules that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-rule-show</command></term>
<listitem>
<para>
Show information of a given firewall rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-rule-update</command></term>
<listitem>
<para>
Update a given firewall rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-show</command></term>
<listitem>
<para>
Show information of a given firewall.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>firewall-update</command></term>
<listitem>
<para>
Update a given firewall.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-associate</command></term>
<listitem>
<para>
Associate a Neutron service flavor with a flavor profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-create</command></term>
<listitem>
<para>
Create a Neutron service flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-delete</command></term>
<listitem>
<para>
Delete a given Neutron service flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-disassociate</command></term>
<listitem>
<para>
Disassociate a Neutron service flavor from a flavor profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-list</command></term>
<listitem>
<para>
List Neutron service flavors.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-profile-create</command></term>
<listitem>
<para>
Create a Neutron service flavor profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-profile-delete</command></term>
<listitem>
<para>
Delete a given Neutron service flavor profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-profile-list</command></term>
<listitem>
<para>
List Neutron service flavor profiles.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-profile-show</command></term>
<listitem>
<para>
Show information about a given Neutron service flavor profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-profile-update</command></term>
<listitem>
<para>
Update a given Neutron service flavor profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-show</command></term>
<listitem>
<para>
Show information about a given Neutron service flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>flavor-update</command></term>
<listitem>
<para>
Update a Neutron service flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>floatingip-associate</command></term>
<listitem>
<para>
Create a mapping between a floating IP and a fixed IP.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>floatingip-create</command></term>
<listitem>
<para>
Create a floating IP for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>floatingip-delete</command></term>
<listitem>
<para>
Delete a given floating IP.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>floatingip-disassociate</command></term>
<listitem>
<para>
Remove a mapping from a floating IP to a fixed IP.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>floatingip-list</command></term>
<listitem>
<para>
List floating IPs that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>floatingip-show</command></term>
<listitem>
<para>
Show information of a given floating IP.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>gateway-device-create</command></term>
<listitem>
<para>
Create a network gateway device.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>gateway-device-delete</command></term>
<listitem>
<para>
Delete a given network gateway device.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>gateway-device-list</command></term>
<listitem>
<para>
List network gateway devices for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>gateway-device-show</command></term>
<listitem>
<para>
Show information for a given network gateway device.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>gateway-device-update</command></term>
<listitem>
<para>
Update a network gateway device.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>help</command></term>
<listitem>
<para>
print detailed help for another command
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>ipsec-site-connection-create</command></term>
<listitem>
<para>
Create an IPsec site connection.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>ipsec-site-connection-delete</command></term>
<listitem>
<para>
Delete a given IPsec site connection.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>ipsec-site-connection-list</command></term>
<listitem>
<para>
List IPsec site connections that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>ipsec-site-connection-show</command></term>
<listitem>
<para>
Show information of a given IPsec site connection.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>ipsec-site-connection-update</command></term>
<listitem>
<para>
Update a given IPsec site connection.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>l3-agent-list-hosting-router</command></term>
<listitem>
<para>
List L3 agents hosting a router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>l3-agent-router-add</command></term>
<listitem>
<para>
Add a router to a L3 agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>l3-agent-router-remove</command></term>
<listitem>
<para>
Remove a router from a L3 agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-agent-hosting-pool</command></term>
<listitem>
<para>
Get loadbalancer agent hosting a pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-healthmonitor-associate</command></term>
<listitem>
<para>
Create a mapping between a health monitor and a pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-healthmonitor-create</command></term>
<listitem>
<para>
Create a health monitor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-healthmonitor-delete</command></term>
<listitem>
<para>
Delete a given health monitor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-healthmonitor-disassociate</command></term>
<listitem>
<para>
Remove a mapping from a health monitor to a pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-healthmonitor-list</command></term>
<listitem>
<para>
List health monitors that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-healthmonitor-show</command></term>
<listitem>
<para>
Show information of a given health monitor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-healthmonitor-update</command></term>
<listitem>
<para>
Update a given health monitor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-member-create</command></term>
<listitem>
<para>
Create a member.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-member-delete</command></term>
<listitem>
<para>
Delete a given member.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-member-list</command></term>
<listitem>
<para>
List members that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-member-show</command></term>
<listitem>
<para>
Show information of a given member.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-member-update</command></term>
<listitem>
<para>
Update a given member.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-pool-create</command></term>
<listitem>
<para>
Create a pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-pool-delete</command></term>
<listitem>
<para>
Delete a given pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-pool-list</command></term>
<listitem>
<para>
List pools that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-pool-list-on-agent</command></term>
<listitem>
<para>
List the pools on a loadbalancer agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-pool-show</command></term>
<listitem>
<para>
Show information of a given pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-pool-stats</command></term>
<listitem>
<para>
Retrieve stats for a given pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-pool-update</command></term>
<listitem>
<para>
Update a given pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-vip-create</command></term>
<listitem>
<para>
Create a vip.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-vip-delete</command></term>
<listitem>
<para>
Delete a given vip.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-vip-list</command></term>
<listitem>
<para>
List vips that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-vip-show</command></term>
<listitem>
<para>
Show information of a given vip.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lb-vip-update</command></term>
<listitem>
<para>
Update a given vip.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-agent-hosting-loadbalancer</command></term>
<listitem>
<para>
Get lbaas v2 agent hosting a loadbalancer.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-healthmonitor-create</command></term>
<listitem>
<para>
LBaaS v2 Create a healthmonitor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-healthmonitor-delete</command></term>
<listitem>
<para>
LBaaS v2 Delete a given healthmonitor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-healthmonitor-list</command></term>
<listitem>
<para>
LBaaS v2 List healthmonitors that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-healthmonitor-show</command></term>
<listitem>
<para>
LBaaS v2 Show information of a given healthmonitor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-healthmonitor-update</command></term>
<listitem>
<para>
LBaaS v2 Update a given healthmonitor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-listener-create</command></term>
<listitem>
<para>
LBaaS v2 Create a listener.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-listener-delete</command></term>
<listitem>
<para>
LBaaS v2 Delete a given listener.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-listener-list</command></term>
<listitem>
<para>
LBaaS v2 List listeners that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-listener-show</command></term>
<listitem>
<para>
LBaaS v2 Show information of a given listener.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-listener-update</command></term>
<listitem>
<para>
LBaaS v2 Update a given listener.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-loadbalancer-create</command></term>
<listitem>
<para>
LBaaS v2 Create a loadbalancer.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-loadbalancer-delete</command></term>
<listitem>
<para>
LBaaS v2 Delete a given loadbalancer.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-loadbalancer-list</command></term>
<listitem>
<para>
LBaaS v2 List loadbalancers that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-loadbalancer-list-on-agent</command></term>
<listitem>
<para>
List the loadbalancers on a loadbalancer v2 agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-loadbalancer-show</command></term>
<listitem>
<para>
LBaaS v2 Show information of a given loadbalancer.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-loadbalancer-stats</command></term>
<listitem>
<para>
Retrieve stats for a given loadbalancer.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-loadbalancer-update</command></term>
<listitem>
<para>
LBaaS v2 Update a given loadbalancer.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-member-create</command></term>
<listitem>
<para>
LBaaS v2 Create a member.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-member-delete</command></term>
<listitem>
<para>
LBaaS v2 Delete a given member.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-member-list</command></term>
<listitem>
<para>
LBaaS v2 List members that belong to a given pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-member-show</command></term>
<listitem>
<para>
LBaaS v2 Show information of a given member.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-member-update</command></term>
<listitem>
<para>
LBaaS v2 Update a given member.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-pool-create</command></term>
<listitem>
<para>
LBaaS v2 Create a pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-pool-delete</command></term>
<listitem>
<para>
LBaaS v2 Delete a given pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-pool-list</command></term>
<listitem>
<para>
LBaaS v2 List pools that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-pool-show</command></term>
<listitem>
<para>
LBaaS v2 Show information of a given pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>lbaas-pool-update</command></term>
<listitem>
<para>
LBaaS v2 Update a given pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>meter-label-create</command></term>
<listitem>
<para>
Create a metering label for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>meter-label-delete</command></term>
<listitem>
<para>
Delete a given metering label.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>meter-label-list</command></term>
<listitem>
<para>
List metering labels that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>meter-label-rule-create</command></term>
<listitem>
<para>
Create a metering label rule for a given label.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>meter-label-rule-delete</command></term>
<listitem>
<para>
Delete a given metering label.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>meter-label-rule-list</command></term>
<listitem>
<para>
List metering labels that belong to a given label.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>meter-label-rule-show</command></term>
<listitem>
<para>
Show information of a given metering label rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>meter-label-show</command></term>
<listitem>
<para>
Show information of a given metering label.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-create</command></term>
<listitem>
<para>
Create a network for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-delete</command></term>
<listitem>
<para>
Delete a given network.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-external-list</command></term>
<listitem>
<para>
List external networks that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-gateway-connect</command></term>
<listitem>
<para>
Add an internal network interface to a router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-gateway-create</command></term>
<listitem>
<para>
Create a network gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-gateway-delete</command></term>
<listitem>
<para>
Delete a given network gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-gateway-disconnect</command></term>
<listitem>
<para>
Remove a network from a network gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-gateway-list</command></term>
<listitem>
<para>
List network gateways for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-gateway-show</command></term>
<listitem>
<para>
Show information of a given network gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-gateway-update</command></term>
<listitem>
<para>
Update the name for a network gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-list</command></term>
<listitem>
<para>
List networks that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-list-on-dhcp-agent</command></term>
<listitem>
<para>
List the networks on a DHCP agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-show</command></term>
<listitem>
<para>
Show information of a given network.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>net-update</command></term>
<listitem>
<para>
Update network's information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>port-create</command></term>
<listitem>
<para>
Create a port for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>port-delete</command></term>
<listitem>
<para>
Delete a given port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>port-list</command></term>
<listitem>
<para>
List ports that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>port-show</command></term>
<listitem>
<para>
Show information of a given port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>port-update</command></term>
<listitem>
<para>
Update port's information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-available-rule-types</command></term>
<listitem>
<para>
List available qos rule types.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-bandwidth-limit-rule-create</command></term>
<listitem>
<para>
Create a qos bandwidth limit rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-bandwidth-limit-rule-delete</command></term>
<listitem>
<para>
Delete a given qos bandwidth limit rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-bandwidth-limit-rule-list</command></term>
<listitem>
<para>
List all qos bandwidth limit rules belonging to the specified policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-bandwidth-limit-rule-show</command></term>
<listitem>
<para>
Show information about the given qos bandwidth limit rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-bandwidth-limit-rule-update</command></term>
<listitem>
<para>
Update the given qos bandwidth limit rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-policy-create</command></term>
<listitem>
<para>
Create a qos policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-policy-delete</command></term>
<listitem>
<para>
Delete a given qos policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-policy-list</command></term>
<listitem>
<para>
List QoS policies that belong to a given tenant connection.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-policy-show</command></term>
<listitem>
<para>
Show information of a given qos policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>qos-policy-update</command></term>
<listitem>
<para>
Update a given qos policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>queue-create</command></term>
<listitem>
<para>
Create a queue.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>queue-delete</command></term>
<listitem>
<para>
Delete a given queue.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>queue-list</command></term>
<listitem>
<para>
List queues that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>queue-show</command></term>
<listitem>
<para>
Show information of a given queue.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>quota-delete</command></term>
<listitem>
<para>
Delete defined quotas of a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>quota-list</command></term>
<listitem>
<para>
List quotas of all tenants who have non-default quota values.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>quota-show</command></term>
<listitem>
<para>
Show quotas of a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>quota-update</command></term>
<listitem>
<para>
Define tenant's quotas not to use defaults.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>rbac-create</command></term>
<listitem>
<para>
Create a RBAC policy for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>rbac-delete</command></term>
<listitem>
<para>
Delete a RBAC policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>rbac-list</command></term>
<listitem>
<para>
List RBAC policies that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>rbac-show</command></term>
<listitem>
<para>
Show information of a given RBAC policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>rbac-update</command></term>
<listitem>
<para>
Update RBAC policy for given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-create</command></term>
<listitem>
<para>
Create a router for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-delete</command></term>
<listitem>
<para>
Delete a given router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-gateway-clear</command></term>
<listitem>
<para>
Remove an external network gateway from a router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-gateway-set</command></term>
<listitem>
<para>
Set the external network gateway for a router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-interface-add</command></term>
<listitem>
<para>
Add an internal network interface to a router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-interface-delete</command></term>
<listitem>
<para>
Remove an internal network interface from a router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-list</command></term>
<listitem>
<para>
List routers that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-list-on-l3-agent</command></term>
<listitem>
<para>
List the routers on a L3 agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-port-list</command></term>
<listitem>
<para>
List ports that belong to a given tenant, with specified router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-show</command></term>
<listitem>
<para>
Show information of a given router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router-update</command></term>
<listitem>
<para>
Update router's information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>security-group-create</command></term>
<listitem>
<para>
Create a security group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>security-group-delete</command></term>
<listitem>
<para>
Delete a given security group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>security-group-list</command></term>
<listitem>
<para>
List security groups that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>security-group-rule-create</command></term>
<listitem>
<para>
Create a security group rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>security-group-rule-delete</command></term>
<listitem>
<para>
Delete a given security group rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>security-group-rule-list</command></term>
<listitem>
<para>
List security group rules that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>security-group-rule-show</command></term>
<listitem>
<para>
Show information of a given security group rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>security-group-show</command></term>
<listitem>
<para>
Show information of a given security group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>security-group-update</command></term>
<listitem>
<para>
Update a given security group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>service-provider-list</command></term>
<listitem>
<para>
List service providers.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnet-create</command></term>
<listitem>
<para>
Create a subnet for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnet-delete</command></term>
<listitem>
<para>
Delete a given subnet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnet-list</command></term>
<listitem>
<para>
List subnets that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnet-show</command></term>
<listitem>
<para>
Show information of a given subnet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnet-update</command></term>
<listitem>
<para>
Update subnet's information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnetpool-create</command></term>
<listitem>
<para>
Create a subnetpool for a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnetpool-delete</command></term>
<listitem>
<para>
Delete a given subnetpool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnetpool-list</command></term>
<listitem>
<para>
List subnetpools that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnetpool-show</command></term>
<listitem>
<para>
Show information of a given subnetpool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>subnetpool-update</command></term>
<listitem>
<para>
Update subnetpool's information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-endpoint-group-create</command></term>
<listitem>
<para>
Create a VPN endpoint group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-endpoint-group-delete</command></term>
<listitem>
<para>
Delete a given VPN endpoint group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-endpoint-group-list</command></term>
<listitem>
<para>
List VPN endpoint groups that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-endpoint-group-show</command></term>
<listitem>
<para>
Show a specific VPN endpoint group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-endpoint-group-update</command></term>
<listitem>
<para>
Update a given VPN endpoint group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ikepolicy-create</command></term>
<listitem>
<para>
Create an IKE policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ikepolicy-delete</command></term>
<listitem>
<para>
Delete a given IKE policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ikepolicy-list</command></term>
<listitem>
<para>
List IKE policies that belong to a tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ikepolicy-show</command></term>
<listitem>
<para>
Show information of a given IKE policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ikepolicy-update</command></term>
<listitem>
<para>
Update a given IKE policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ipsecpolicy-create</command></term>
<listitem>
<para>
Create an IPsec policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ipsecpolicy-delete</command></term>
<listitem>
<para>
Delete a given IPsec policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ipsecpolicy-list</command></term>
<listitem>
<para>
List IPsec policies that belong to a given tenant connection.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ipsecpolicy-show</command></term>
<listitem>
<para>
Show information of a given IPsec policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-ipsecpolicy-update</command></term>
<listitem>
<para>
Update a given IPsec policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-service-create</command></term>
<listitem>
<para>
Create a VPN service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-service-delete</command></term>
<listitem>
<para>
Delete a given VPN service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-service-list</command></term>
<listitem>
<para>
List VPN service configurations that belong to a given tenant.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-service-show</command></term>
<listitem>
<para>
Show information of a given VPN service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>vpn-service-update</command></term>
<listitem>
<para>
Update a given VPN service.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_address-scope-create">
<title>neutron address-scope-create</title>
<screen><computeroutput>usage: neutron address-scope-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID] [--shared]
name</computeroutput></screen>
<para>
Create an address scope for a given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>name</command></term>
<listitem>
<para>
Specify the name of the address scope.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--shared</command></term>
<listitem>
<para>
Set the address scope as shared.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_address-scope-delete">
<title>neutron address-scope-delete</title>
<screen><computeroutput>usage: neutron address-scope-delete [-h] [--request-format {json}]
ADDRESS_SCOPE</computeroutput></screen>
<para>
Delete an address scope.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ADDRESS_SCOPE</command></term>
<listitem>
<para>
ID or name of address_scope to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_address-scope-show">
<title>neutron address-scope-show</title>
<screen><computeroutput>usage: neutron address-scope-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
ADDRESS_SCOPE</computeroutput></screen>
<para>
Show information about an address scope.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ADDRESS_SCOPE</command></term>
<listitem>
<para>
ID or name of address_scope to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_address-scope-update">
<title>neutron address-scope-update</title>
<screen><computeroutput>usage: neutron address-scope-update [-h] [--request-format {json}]
[--name NAME]
ADDRESS_SCOPE</computeroutput></screen>
<para>
Update an address scope.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ADDRESS_SCOPE</command></term>
<listitem>
<para>
ID or name of address_scope to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of the address scope to update.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_agent-delete">
<title>neutron agent-delete</title>
<screen><computeroutput>usage: neutron agent-delete [-h] [--request-format {json}] AGENT</computeroutput></screen>
<para>
Delete a given agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>AGENT</command></term>
<listitem>
<para>
ID of agent to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_agent-show">
<title>neutron agent-show</title>
<screen><computeroutput>usage: neutron agent-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
AGENT</computeroutput></screen>
<para>
Show information of a given agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>AGENT</command></term>
<listitem>
<para>
ID of agent to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_agent-update">
<title>neutron agent-update</title>
<screen><computeroutput>usage: neutron agent-update [-h] [--request-format {json}]
[--admin-state-down] [--description DESCRIPTION]
AGENT</computeroutput></screen>
<para>
Updates the admin status and description for a specified agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>AGENT</command></term>
<listitem>
<para>
ID of agent to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up of the agent to false.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description for the agent.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_dhcp-agent-list-hosting-net">
<title>neutron dhcp-agent-list-hosting-net</title>
<screen><computeroutput>usage: neutron dhcp-agent-list-hosting-net [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D]
[-F FIELD]
network</computeroutput></screen>
<para>
List DHCP agents hosting a network.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>network</command></term>
<listitem>
<para>
Network to query.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_dhcp-agent-network-add">
<title>neutron dhcp-agent-network-add</title>
<screen><computeroutput>usage: neutron dhcp-agent-network-add [-h] [--request-format {json}]
dhcp_agent network</computeroutput></screen>
<para>
Add a network to a DHCP agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>dhcp_agent</command></term>
<listitem>
<para>
ID of the DHCP agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>network</command></term>
<listitem>
<para>
Network to add.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_dhcp-agent-network-remove">
<title>neutron dhcp-agent-network-remove</title>
<screen><computeroutput>usage: neutron dhcp-agent-network-remove [-h] [--request-format {json}]
dhcp_agent network</computeroutput></screen>
<para>
Remove a network from a DHCP agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>dhcp_agent</command></term>
<listitem>
<para>
ID of the DHCP agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>network</command></term>
<listitem>
<para>
Network to remove.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_ext-show">
<title>neutron ext-show</title>
<screen><computeroutput>usage: neutron ext-show [-h] [-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
EXTENSION</computeroutput></screen>
<para>
Show information of a given resource.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>EXTENSION</command></term>
<listitem>
<para>
ID of extension to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-create">
<title>neutron firewall-create</title>
<screen><computeroutput>usage: neutron firewall-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID] [--name NAME]
[--description DESCRIPTION]
[--admin-state-down] [--router ROUTER]
POLICY</computeroutput></screen>
<para>
Create a firewall.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POLICY</command></term>
<listitem>
<para>
Firewall policy name or ID.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name for the firewall.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description for the firewall rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--router ROUTER</command></term>
<listitem>
<para>
Firewall associated router names or IDs (requires
FWaaS router insertion extension, this option can be
repeated)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-delete">
<title>neutron firewall-delete</title>
<screen><computeroutput>usage: neutron firewall-delete [-h] [--request-format {json}] FIREWALL</computeroutput></screen>
<para>
Delete a given firewall.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL</command></term>
<listitem>
<para>
ID or name of firewall to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-policy-create">
<title>neutron firewall-policy-create</title>
<screen><computeroutput>usage: neutron firewall-policy-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION] [--shared]
[--firewall-rules FIREWALL_RULES]
[--audited]
NAME</computeroutput></screen>
<para>
Create a firewall policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name for the firewall policy.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description for the firewall policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--shared</command></term>
<listitem>
<para>
Create a shared policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--firewall-rules FIREWALL_RULES</command></term>
<listitem>
<para>
Ordered list of whitespace-delimited firewall rule
names or IDs; e.g., --firewall-rules "rule1 rule2"
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--audited</command></term>
<listitem>
<para>
Sets audited to True.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-policy-delete">
<title>neutron firewall-policy-delete</title>
<screen><computeroutput>usage: neutron firewall-policy-delete [-h] [--request-format {json}]
FIREWALL_POLICY</computeroutput></screen>
<para>
Delete a given firewall policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL_POLICY</command></term>
<listitem>
<para>
ID or name of firewall_policy to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-policy-insert-rule">
<title>neutron firewall-policy-insert-rule</title>
<screen><computeroutput>usage: neutron firewall-policy-insert-rule [-h] [--request-format {json}]
[--insert-before FIREWALL_RULE]
[--insert-after FIREWALL_RULE]
FIREWALL_POLICY FIREWALL_RULE</computeroutput></screen>
<para>
Insert a rule into a given firewall policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL_POLICY</command></term>
<listitem>
<para>
ID or name of firewall_policy to update.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>FIREWALL_RULE</command></term>
<listitem>
<para>
New rule to insert.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--insert-before FIREWALL_RULE</command></term>
<listitem>
<para>
Insert before this rule.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--insert-after FIREWALL_RULE</command></term>
<listitem>
<para>
Insert after this rule.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-policy-remove-rule">
<title>neutron firewall-policy-remove-rule</title>
<screen><computeroutput>usage: neutron firewall-policy-remove-rule [-h] [--request-format {json}]
FIREWALL_POLICY FIREWALL_RULE</computeroutput></screen>
<para>
Remove a rule from a given firewall policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL_POLICY</command></term>
<listitem>
<para>
ID or name of firewall_policy to update.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>FIREWALL_RULE</command></term>
<listitem>
<para>
Firewall rule to remove from policy.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-policy-show">
<title>neutron firewall-policy-show</title>
<screen><computeroutput>usage: neutron firewall-policy-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
FIREWALL_POLICY</computeroutput></screen>
<para>
Show information of a given firewall policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL_POLICY</command></term>
<listitem>
<para>
ID or name of firewall_policy to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-policy-update">
<title>neutron firewall-policy-update</title>
<screen><computeroutput>usage: neutron firewall-policy-update [-h] [--request-format {json}]
[--firewall-rules FIREWALL_RULES]
FIREWALL_POLICY</computeroutput></screen>
<para>
Update a given firewall policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL_POLICY</command></term>
<listitem>
<para>
ID or name of firewall_policy to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--firewall-rules FIREWALL_RULES</command></term>
<listitem>
<para>
Ordered list of whitespace-delimited firewall rule
names or IDs; e.g., --firewall-rules "rule1 rule2"
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-rule-delete">
<title>neutron firewall-rule-delete</title>
<screen><computeroutput>usage: neutron firewall-rule-delete [-h] [--request-format {json}]
FIREWALL_RULE</computeroutput></screen>
<para>
Delete a given firewall rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL_RULE</command></term>
<listitem>
<para>
ID or name of firewall_rule to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-rule-show">
<title>neutron firewall-rule-show</title>
<screen><computeroutput>usage: neutron firewall-rule-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
FIREWALL_RULE</computeroutput></screen>
<para>
Show information of a given firewall rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL_RULE</command></term>
<listitem>
<para>
ID or name of firewall_rule to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-rule-update">
<title>neutron firewall-rule-update</title>
<screen><computeroutput>usage: neutron firewall-rule-update [-h] [--request-format {json}]
[--protocol {tcp,udp,icmp,any}]
FIREWALL_RULE</computeroutput></screen>
<para>
Update a given firewall rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL_RULE</command></term>
<listitem>
<para>
ID or name of firewall_rule to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--protocol {tcp,udp,icmp,any}</command></term>
<listitem>
<para>
Protocol for the firewall rule.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-show">
<title>neutron firewall-show</title>
<screen><computeroutput>usage: neutron firewall-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
FIREWALL</computeroutput></screen>
<para>
Show information of a given firewall.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL</command></term>
<listitem>
<para>
ID or name of firewall to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_firewall-update">
<title>neutron firewall-update</title>
<screen><computeroutput>usage: neutron firewall-update [-h] [--request-format {json}]
[--policy POLICY]
[--router ROUTER | --no-routers]
FIREWALL</computeroutput></screen>
<para>
Update a given firewall.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FIREWALL</command></term>
<listitem>
<para>
ID or name of firewall to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--policy POLICY</command></term>
<listitem>
<para>
Firewall policy name or ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--router ROUTER</command></term>
<listitem>
<para>
Firewall associated router names or IDs (requires
FWaaS router insertion extension, this option can be
repeated)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-routers</command></term>
<listitem>
<para>
Associate no routers with the firewall (requires FWaaS
router insertion extension)
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_flavor-associate">
<title>neutron flavor-associate</title>
<screen><computeroutput>usage: neutron flavor-associate [-h] [--request-format {json}]
FLAVOR FLAVOR_PROFILE</computeroutput></screen>
<para>
Associate a Neutron service flavor with a flavor profile.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLAVOR</command></term>
<listitem>
<para>
Name or ID of the flavor to associate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>FLAVOR_PROFILE</command></term>
<listitem>
<para>
ID of the flavor profile to be associated with the
flavor.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_flavor-create">
<title>neutron flavor-create</title>
<screen><computeroutput>usage: neutron flavor-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
[--enabled {True,False}]
NAME SERVICE_TYPE</computeroutput></screen>
<para>
Create a Neutron service flavor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name for the flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>SERVICE_TYPE</command></term>
<listitem>
<para>
Service type to which the flavor applies to: e.g. VPN.
(See service-provider-list for loaded examples.)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description for the flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enabled {True,False}</command></term>
<listitem>
<para>
Sets enabled flag.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_flavor-delete">
<title>neutron flavor-delete</title>
<screen><computeroutput>usage: neutron flavor-delete [-h] [--request-format {json}] FLAVOR</computeroutput></screen>
<para>
Delete a given Neutron service flavor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLAVOR</command></term>
<listitem>
<para>
ID or name of flavor to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_flavor-disassociate">
<title>neutron flavor-disassociate</title>
<screen><computeroutput>usage: neutron flavor-disassociate [-h] [--request-format {json}]
FLAVOR FLAVOR_PROFILE</computeroutput></screen>
<para>
Disassociate a Neutron service flavor from a flavor profile.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLAVOR</command></term>
<listitem>
<para>
Name or ID of the flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>FLAVOR_PROFILE</command></term>
<listitem>
<para>
ID of the flavor profile to be disassociated from the
flavor.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_flavor-profile-delete">
<title>neutron flavor-profile-delete</title>
<screen><computeroutput>usage: neutron flavor-profile-delete [-h] [--request-format {json}]
SERVICE_PROFILE</computeroutput></screen>
<para>
Delete a given Neutron service flavor profile.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SERVICE_PROFILE</command></term>
<listitem>
<para>
ID or name of service_profile to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_flavor-profile-show">
<title>neutron flavor-profile-show</title>
<screen><computeroutput>usage: neutron flavor-profile-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
SERVICE_PROFILE</computeroutput></screen>
<para>
Show information about a given Neutron service flavor profile.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SERVICE_PROFILE</command></term>
<listitem>
<para>
ID or name of service_profile to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_flavor-profile-update">
<title>neutron flavor-profile-update</title>
<screen><computeroutput>usage: neutron flavor-profile-update [-h] [--request-format {json}]
[--description DESCRIPTION]
[--driver DRIVER] [--metainfo METAINFO]
[--enabled {True,False}]
SERVICE_PROFILE</computeroutput></screen>
<para>
Update a given Neutron service flavor profile.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SERVICE_PROFILE</command></term>
<listitem>
<para>
ID or name of service_profile to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description for the flavor profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--driver DRIVER</command></term>
<listitem>
<para>
Python module path to driver.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--metainfo METAINFO</command></term>
<listitem>
<para>
Metainfo for the flavor profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enabled {True,False}</command></term>
<listitem>
<para>
Sets enabled flag.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_flavor-show">
<title>neutron flavor-show</title>
<screen><computeroutput>usage: neutron flavor-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
FLAVOR</computeroutput></screen>
<para>
Show information about a given Neutron service flavor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLAVOR</command></term>
<listitem>
<para>
ID or name of flavor to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_flavor-update">
<title>neutron flavor-update</title>
<screen><computeroutput>usage: neutron flavor-update [-h] [--request-format {json}] [--name NAME]
[--description DESCRIPTION]
[--enabled {True,False}]
FLAVOR</computeroutput></screen>
<para>
Update a Neutron service flavor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLAVOR</command></term>
<listitem>
<para>
ID or name of flavor to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name for the flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description for the flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enabled {True,False}</command></term>
<listitem>
<para>
Sets enabled flag.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_floatingip-associate">
<title>neutron floatingip-associate</title>
<screen><computeroutput>usage: neutron floatingip-associate [-h] [--request-format {json}]
[--fixed-ip-address FIXED_IP_ADDRESS]
FLOATINGIP_ID PORT</computeroutput></screen>
<para>
Create a mapping between a floating IP and a fixed IP.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLOATINGIP_ID</command></term>
<listitem>
<para>
ID of the floating IP to associate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>PORT</command></term>
<listitem>
<para>
ID or name of the port to be associated with the
floating IP.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--fixed-ip-address FIXED_IP_ADDRESS</command></term>
<listitem>
<para>
IP address on the port (only required if port has
multiple IPs).
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_floatingip-create">
<title>neutron floatingip-create</title>
<screen><computeroutput>usage: neutron floatingip-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID] [--port-id PORT_ID]
[--fixed-ip-address FIXED_IP_ADDRESS]
[--floating-ip-address FLOATING_IP_ADDRESS]
[--subnet SUBNET_ID]
FLOATING_NETWORK</computeroutput></screen>
<para>
Create a floating IP for a given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLOATING_NETWORK</command></term>
<listitem>
<para>
Network name or ID to allocate floating IP from.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--port-id PORT_ID</command></term>
<listitem>
<para>
ID of the port to be associated with the floating IP.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--fixed-ip-address FIXED_IP_ADDRESS</command></term>
<listitem>
<para>
IP address on the port (only required if port has
multiple IPs).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--floating-ip-address FLOATING_IP_ADDRESS</command></term>
<listitem>
<para>
IP address of the floating IP
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--subnet SUBNET_ID</command></term>
<listitem>
<para>
Subnet ID on which you want to create the floating IP.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_floatingip-delete">
<title>neutron floatingip-delete</title>
<screen><computeroutput>usage: neutron floatingip-delete [-h] [--request-format {json}] FLOATINGIP</computeroutput></screen>
<para>
Delete a given floating IP.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLOATINGIP</command></term>
<listitem>
<para>
ID of floatingip to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_floatingip-disassociate">
<title>neutron floatingip-disassociate</title>
<screen><computeroutput>usage: neutron floatingip-disassociate [-h] [--request-format {json}]
FLOATINGIP_ID</computeroutput></screen>
<para>
Remove a mapping from a floating IP to a fixed IP.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLOATINGIP_ID</command></term>
<listitem>
<para>
ID of the floating IP to disassociate.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_floatingip-show">
<title>neutron floatingip-show</title>
<screen><computeroutput>usage: neutron floatingip-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
FLOATINGIP</computeroutput></screen>
<para>
Show information of a given floating IP.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>FLOATINGIP</command></term>
<listitem>
<para>
ID of floatingip to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_gateway-device-create">
<title>neutron gateway-device-create</title>
<screen><computeroutput>usage: neutron gateway-device-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--connector-type {stt,gre,ipsecgre,ipsecstt,bridge,ipsec_gre,ipsec_stt}]
--connector-ip CONNECTOR_IP
(--client-certificate CERT_DATA | --client-certificate-file CERT_FILE)
NAME</computeroutput></screen>
<para>
Create a network gateway device.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of network gateway device to create.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--connector-type {stt,gre,ipsecgre,ipsecstt,bridge,ipsec_gre,ipsec_stt}</command></term>
<listitem>
<para>
Type of the transport zone connector to use for this
device. Valid values are gre, stt, ipsec_gre,
ipsec_stt, and bridge. Defaults to stt. ipsecgre and
ipsecstt are also accepted as alternative names
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--connector-ip CONNECTOR_IP</command></term>
<listitem>
<para>
IP address for this device's transport connector. It
must correspond to the IP address of the interface
used for tenant traffic on the NSX gateway node.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--client-certificate CERT_DATA</command></term>
<listitem>
<para>
PEM certificate used by the NSX gateway transport node
to authenticate with the NSX controller.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--client-certificate-file CERT_FILE</command></term>
<listitem>
<para>
File containing the PEM certificate used by the NSX
gateway transport node to authenticate with the NSX
controller.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_gateway-device-delete">
<title>neutron gateway-device-delete</title>
<screen><computeroutput>usage: neutron gateway-device-delete [-h] [--request-format {json}]
GATEWAY_DEVICE</computeroutput></screen>
<para>
Delete a given network gateway device.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>GATEWAY_DEVICE</command></term>
<listitem>
<para>
ID or name of gateway_device to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_gateway-device-show">
<title>neutron gateway-device-show</title>
<screen><computeroutput>usage: neutron gateway-device-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
GATEWAY_DEVICE</computeroutput></screen>
<para>
Show information for a given network gateway device.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>GATEWAY_DEVICE</command></term>
<listitem>
<para>
ID or name of gateway_device to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_gateway-device-update">
<title>neutron gateway-device-update</title>
<screen><computeroutput>usage: neutron gateway-device-update [-h] [--request-format {json}]
[--name NAME]
[--connector-type {stt,gre,ipsecgre,ipsecstt,bridge,ipsec_gre,ipsec_stt}]
[--connector-ip CONNECTOR_IP]
[--client-certificate CERT_DATA | --client-certificate-file CERT_FILE]
GATEWAY_DEVICE</computeroutput></screen>
<para>
Update a network gateway device.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>GATEWAY_DEVICE</command></term>
<listitem>
<para>
ID or name of gateway_device to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
New name for network gateway device.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--connector-type {stt,gre,ipsecgre,ipsecstt,bridge,ipsec_gre,ipsec_stt}</command></term>
<listitem>
<para>
Type of the transport zone connector to use for this
device. Valid values are gre, stt, ipsec_gre,
ipsec_stt, and bridge. Defaults to stt. ipsecgre and
ipsecstt are also accepted as alternative names
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--connector-ip CONNECTOR_IP</command></term>
<listitem>
<para>
IP address for this device's transport connector. It
must correspond to the IP address of the interface
used for tenant traffic on the NSX gateway node.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--client-certificate CERT_DATA</command></term>
<listitem>
<para>
PEM certificate used by the NSX gateway transport node
to authenticate with the NSX controller.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--client-certificate-file CERT_FILE</command></term>
<listitem>
<para>
File containing the PEM certificate used by the NSX
gateway transport node to authenticate with the NSX
controller.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_ipsec-site-connection-delete">
<title>neutron ipsec-site-connection-delete</title>
<screen><computeroutput>usage: neutron ipsec-site-connection-delete [-h] [--request-format {json}]
IPSEC_SITE_CONNECTION</computeroutput></screen>
<para>
Delete a given IPsec site connection.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>IPSEC_SITE_CONNECTION</command></term>
<listitem>
<para>
ID or name of ipsec_site_connection to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_ipsec-site-connection-show">
<title>neutron ipsec-site-connection-show</title>
<screen><computeroutput>usage: neutron ipsec-site-connection-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D]
[-F FIELD]
IPSEC_SITE_CONNECTION</computeroutput></screen>
<para>
Show information of a given IPsec site connection.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>IPSEC_SITE_CONNECTION</command></term>
<listitem>
<para>
ID or name of ipsec_site_connection to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_ipsec-site-connection-update">
<title>neutron ipsec-site-connection-update</title>
<screen><computeroutput>usage: neutron ipsec-site-connection-update [-h] [--request-format {json}]
[--dpd action=ACTION,interval=INTERVAL,timeout=TIMEOUT]
[--local-ep-group LOCAL_EP_GROUP]
[--peer-ep-group PEER_EP_GROUP]
IPSEC_SITE_CONNECTION</computeroutput></screen>
<para>
Update a given IPsec site connection.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>IPSEC_SITE_CONNECTION</command></term>
<listitem>
<para>
ID or name of ipsec_site_connection to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--dpd</command></term>
<listitem>
<para>
action=ACTION,interval=INTERVAL,timeout=TIMEOUT
Ipsec connection. Dead Peer Detection attributes.
'action'-hold,clear,disabled,restart,restart-by-peer.
'interval' and 'timeout' are non negative integers.
'interval' should be less than 'timeout' value.
'action', default:hold 'interval', default:30,
'timeout', default:120.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--local-ep-group LOCAL_EP_GROUP</command></term>
<listitem>
<para>
Local endpoint group ID/name with subnet(s) for IPSec
connection.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--peer-ep-group PEER_EP_GROUP</command></term>
<listitem>
<para>
Peer endpoint group ID/name with CIDR(s) for IPsec
connection.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_l3-agent-list-hosting-router">
<title>neutron l3-agent-list-hosting-router</title>
<screen><computeroutput>usage: neutron l3-agent-list-hosting-router [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D]
[-F FIELD]
router</computeroutput></screen>
<para>
List L3 agents hosting a router.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>router</command></term>
<listitem>
<para>
Router to query.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_l3-agent-router-add">
<title>neutron l3-agent-router-add</title>
<screen><computeroutput>usage: neutron l3-agent-router-add [-h] [--request-format {json}]
l3_agent router</computeroutput></screen>
<para>
Add a router to a L3 agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>l3_agent</command></term>
<listitem>
<para>
ID of the L3 agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router</command></term>
<listitem>
<para>
Router to add.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_l3-agent-router-remove">
<title>neutron l3-agent-router-remove</title>
<screen><computeroutput>usage: neutron l3-agent-router-remove [-h] [--request-format {json}]
l3_agent router</computeroutput></screen>
<para>
Remove a router from a L3 agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>l3_agent</command></term>
<listitem>
<para>
ID of the L3 agent.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>router</command></term>
<listitem>
<para>
Router to remove.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-agent-hosting-pool">
<title>neutron lb-agent-hosting-pool</title>
<screen><computeroutput>usage: neutron lb-agent-hosting-pool [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D] [-F FIELD]
pool</computeroutput></screen>
<para>
Get loadbalancer agent hosting a pool. Deriving from ListCommand though server
will return only one agent to keep common output format for all agent
schedulers
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>pool</command></term>
<listitem>
<para>
Pool to query.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-healthmonitor-associate">
<title>neutron lb-healthmonitor-associate</title>
<screen><computeroutput>usage: neutron lb-healthmonitor-associate [-h] [--request-format {json}]
HEALTH_MONITOR_ID POOL</computeroutput></screen>
<para>
Create a mapping between a health monitor and a pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>HEALTH_MONITOR_ID</command></term>
<listitem>
<para>
Health monitor to associate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID of the pool to be associated with the health
monitor.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-healthmonitor-delete">
<title>neutron lb-healthmonitor-delete</title>
<screen><computeroutput>usage: neutron lb-healthmonitor-delete [-h] [--request-format {json}]
HEALTH_MONITOR</computeroutput></screen>
<para>
Delete a given health monitor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>HEALTH_MONITOR</command></term>
<listitem>
<para>
ID of health_monitor to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-healthmonitor-disassociate">
<title>neutron lb-healthmonitor-disassociate</title>
<screen><computeroutput>usage: neutron lb-healthmonitor-disassociate [-h] [--request-format {json}]
HEALTH_MONITOR_ID POOL</computeroutput></screen>
<para>
Remove a mapping from a health monitor to a pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>HEALTH_MONITOR_ID</command></term>
<listitem>
<para>
Health monitor to associate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID of the pool to be associated with the health
monitor.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-healthmonitor-show">
<title>neutron lb-healthmonitor-show</title>
<screen><computeroutput>usage: neutron lb-healthmonitor-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
HEALTH_MONITOR</computeroutput></screen>
<para>
Show information of a given health monitor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>HEALTH_MONITOR</command></term>
<listitem>
<para>
ID of health_monitor to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-healthmonitor-update">
<title>neutron lb-healthmonitor-update</title>
<screen><computeroutput>usage: neutron lb-healthmonitor-update [-h] [--request-format {json}]
HEALTH_MONITOR</computeroutput></screen>
<para>
Update a given health monitor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>HEALTH_MONITOR</command></term>
<listitem>
<para>
ID of health_monitor to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-member-create">
<title>neutron lb-member-create</title>
<screen><computeroutput>usage: neutron lb-member-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID] [--admin-state-down]
[--weight WEIGHT] --address ADDRESS
--protocol-port PROTOCOL_PORT
POOL</computeroutput></screen>
<para>
Create a member.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
Pool ID or name this vip belongs to.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--weight WEIGHT</command></term>
<listitem>
<para>
Weight of pool member in the pool (default:1,
[0..256]).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--address ADDRESS</command></term>
<listitem>
<para>
IP address of the pool member on the pool network.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--protocol-port PROTOCOL_PORT</command></term>
<listitem>
<para>
Port on which the pool member listens for requests or
connections.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-member-delete">
<title>neutron lb-member-delete</title>
<screen><computeroutput>usage: neutron lb-member-delete [-h] [--request-format {json}] MEMBER</computeroutput></screen>
<para>
Delete a given member.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>MEMBER</command></term>
<listitem>
<para>
ID or name of member to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-member-show">
<title>neutron lb-member-show</title>
<screen><computeroutput>usage: neutron lb-member-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
MEMBER</computeroutput></screen>
<para>
Show information of a given member.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>MEMBER</command></term>
<listitem>
<para>
ID of member to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-member-update">
<title>neutron lb-member-update</title>
<screen><computeroutput>usage: neutron lb-member-update [-h] [--request-format {json}] MEMBER</computeroutput></screen>
<para>
Update a given member.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>MEMBER</command></term>
<listitem>
<para>
ID or name of member to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-pool-delete">
<title>neutron lb-pool-delete</title>
<screen><computeroutput>usage: neutron lb-pool-delete [-h] [--request-format {json}] POOL</computeroutput></screen>
<para>
Delete a given pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of pool to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-pool-list-on-agent">
<title>neutron lb-pool-list-on-agent</title>
<screen><computeroutput>usage: neutron lb-pool-list-on-agent [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D] [-F FIELD]
lbaas_agent</computeroutput></screen>
<para>
List the pools on a loadbalancer agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>lbaas_agent</command></term>
<listitem>
<para>
ID of the loadbalancer agent to query.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-pool-show">
<title>neutron lb-pool-show</title>
<screen><computeroutput>usage: neutron lb-pool-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
POOL</computeroutput></screen>
<para>
Show information of a given pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of pool to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-pool-stats">
<title>neutron lb-pool-stats</title>
<screen><computeroutput>usage: neutron lb-pool-stats [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
POOL</computeroutput></screen>
<para>
Retrieve stats for a given pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of pool to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-pool-update">
<title>neutron lb-pool-update</title>
<screen><computeroutput>usage: neutron lb-pool-update [-h] [--request-format {json}] POOL</computeroutput></screen>
<para>
Update a given pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of pool to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-vip-create">
<title>neutron lb-vip-create</title>
<screen><computeroutput>usage: neutron lb-vip-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}]
[--tenant-id TENANT_ID] [--address ADDRESS]
[--admin-state-down]
[--connection-limit CONNECTION_LIMIT]
[--description DESCRIPTION] --name NAME
--protocol-port PROTOCOL_PORT --protocol
{TCP,HTTP,HTTPS} --subnet-id SUBNET
POOL</computeroutput></screen>
<para>
Create a vip.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
Pool ID or name this vip belongs to.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--address ADDRESS</command></term>
<listitem>
<para>
IP address of the vip.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--connection-limit CONNECTION_LIMIT</command></term>
<listitem>
<para>
The maximum number of connections per second allowed
for the vip. Positive integer or -1 for unlimited
(default).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description of the vip.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of the vip.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--protocol-port PROTOCOL_PORT</command></term>
<listitem>
<para>
TCP port on which to listen for client traffic that is
associated with the vip address.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--protocol {TCP,HTTP,HTTPS}</command></term>
<listitem>
<para>
Protocol for balancing.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--subnet-id SUBNET</command></term>
<listitem>
<para>
The subnet on which to allocate the vip address.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-vip-delete">
<title>neutron lb-vip-delete</title>
<screen><computeroutput>usage: neutron lb-vip-delete [-h] [--request-format {json}] VIP</computeroutput></screen>
<para>
Delete a given vip.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>VIP</command></term>
<listitem>
<para>
ID or name of vip to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-vip-show">
<title>neutron lb-vip-show</title>
<screen><computeroutput>usage: neutron lb-vip-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
VIP</computeroutput></screen>
<para>
Show information of a given vip.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>VIP</command></term>
<listitem>
<para>
ID or name of vip to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lb-vip-update">
<title>neutron lb-vip-update</title>
<screen><computeroutput>usage: neutron lb-vip-update [-h] [--request-format {json}] VIP</computeroutput></screen>
<para>
Update a given vip.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>VIP</command></term>
<listitem>
<para>
ID or name of vip to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-agent-hosting-loadbalancer">
<title>neutron lbaas-agent-hosting-loadbalancer</title>
<screen><computeroutput>usage: neutron lbaas-agent-hosting-loadbalancer [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D]
[-F FIELD]
loadbalancer</computeroutput></screen>
<para>
Get lbaas v2 agent hosting a loadbalancer. Deriving from ListCommand though
server will return only one agent to keep common output format for all agent
schedulers
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>loadbalancer</command></term>
<listitem>
<para>
LoadBalancer to query.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-healthmonitor-delete">
<title>neutron lbaas-healthmonitor-delete</title>
<screen><computeroutput>usage: neutron lbaas-healthmonitor-delete [-h] [--request-format {json}]
HEALTHMONITOR</computeroutput></screen>
<para>
LBaaS v2 Delete a given healthmonitor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>HEALTHMONITOR</command></term>
<listitem>
<para>
ID or name of healthmonitor to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-healthmonitor-show">
<title>neutron lbaas-healthmonitor-show</title>
<screen><computeroutput>usage: neutron lbaas-healthmonitor-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D]
[-F FIELD]
HEALTHMONITOR</computeroutput></screen>
<para>
LBaaS v2 Show information of a given healthmonitor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>HEALTHMONITOR</command></term>
<listitem>
<para>
ID or name of healthmonitor to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-healthmonitor-update">
<title>neutron lbaas-healthmonitor-update</title>
<screen><computeroutput>usage: neutron lbaas-healthmonitor-update [-h] [--request-format {json}]
[--name NAME]
HEALTHMONITOR</computeroutput></screen>
<para>
LBaaS v2 Update a given healthmonitor.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>HEALTHMONITOR</command></term>
<listitem>
<para>
ID or name of healthmonitor to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Updated name of the health monitor.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-listener-delete">
<title>neutron lbaas-listener-delete</title>
<screen><computeroutput>usage: neutron lbaas-listener-delete [-h] [--request-format {json}] LISTENER</computeroutput></screen>
<para>
LBaaS v2 Delete a given listener.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>LISTENER</command></term>
<listitem>
<para>
ID or name of listener to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-listener-show">
<title>neutron lbaas-listener-show</title>
<screen><computeroutput>usage: neutron lbaas-listener-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
LISTENER</computeroutput></screen>
<para>
LBaaS v2 Show information of a given listener.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>LISTENER</command></term>
<listitem>
<para>
ID or name of listener to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-listener-update">
<title>neutron lbaas-listener-update</title>
<screen><computeroutput>usage: neutron lbaas-listener-update [-h] [--request-format {json}] LISTENER</computeroutput></screen>
<para>
LBaaS v2 Update a given listener.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>LISTENER</command></term>
<listitem>
<para>
ID of listener to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-loadbalancer-create">
<title>neutron lbaas-loadbalancer-create</title>
<screen><computeroutput>usage: neutron lbaas-loadbalancer-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
[--admin-state-down] [--name NAME]
[--provider PROVIDER]
[--flavor FLAVOR]
[--vip-address VIP_ADDRESS]
VIP_SUBNET</computeroutput></screen>
<para>
LBaaS v2 Create a loadbalancer.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>VIP_SUBNET</command></term>
<listitem>
<para>
Load balancer VIP subnet.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description of the load balancer.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of the load balancer.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--provider PROVIDER</command></term>
<listitem>
<para>
Provider name of load balancer service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--flavor FLAVOR</command></term>
<listitem>
<para>
ID or name of flavor.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--vip-address VIP_ADDRESS</command></term>
<listitem>
<para>
VIP address for the load balancer.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-loadbalancer-delete">
<title>neutron lbaas-loadbalancer-delete</title>
<screen><computeroutput>usage: neutron lbaas-loadbalancer-delete [-h] [--request-format {json}]
LOADBALANCER</computeroutput></screen>
<para>
LBaaS v2 Delete a given loadbalancer.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>LOADBALANCER</command></term>
<listitem>
<para>
ID or name of loadbalancer to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-loadbalancer-list-on-agent">
<title>neutron lbaas-loadbalancer-list-on-agent</title>
<screen><computeroutput>usage: neutron lbaas-loadbalancer-list-on-agent [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D]
[-F FIELD]
lbaas_agent</computeroutput></screen>
<para>
List the loadbalancers on a loadbalancer v2 agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>lbaas_agent</command></term>
<listitem>
<para>
ID of the loadbalancer agent to query.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-loadbalancer-show">
<title>neutron lbaas-loadbalancer-show</title>
<screen><computeroutput>usage: neutron lbaas-loadbalancer-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D]
[-F FIELD]
LOADBALANCER</computeroutput></screen>
<para>
LBaaS v2 Show information of a given loadbalancer.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>LOADBALANCER</command></term>
<listitem>
<para>
ID or name of loadbalancer to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-loadbalancer-stats">
<title>neutron lbaas-loadbalancer-stats</title>
<screen><computeroutput>usage: neutron lbaas-loadbalancer-stats [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D]
[-F FIELD]
LOADBALANCER</computeroutput></screen>
<para>
Retrieve stats for a given loadbalancer.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>LOADBALANCER</command></term>
<listitem>
<para>
ID or name of loadbalancer to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-loadbalancer-update">
<title>neutron lbaas-loadbalancer-update</title>
<screen><computeroutput>usage: neutron lbaas-loadbalancer-update [-h] [--request-format {json}]
LOADBALANCER</computeroutput></screen>
<para>
LBaaS v2 Update a given loadbalancer.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>LOADBALANCER</command></term>
<listitem>
<para>
ID or name of loadbalancer to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-member-create">
<title>neutron lbaas-member-create</title>
<screen><computeroutput>usage: neutron lbaas-member-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--admin-state-down] [--weight WEIGHT]
[--name NAME] --subnet SUBNET --address
ADDRESS --protocol-port PROTOCOL_PORT
POOL</computeroutput></screen>
<para>
LBaaS v2 Create a member.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of the pool that this member belongs to.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--weight WEIGHT</command></term>
<listitem>
<para>
Weight of member in the pool (default:1, [0..256]).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of the member to be created.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--subnet SUBNET</command></term>
<listitem>
<para>
Subnet ID or name for the member.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--address ADDRESS</command></term>
<listitem>
<para>
IP address of the pool member in the pool.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--protocol-port PROTOCOL_PORT</command></term>
<listitem>
<para>
Port on which the pool member listens for requests or
connections.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-member-delete">
<title>neutron lbaas-member-delete</title>
<screen><computeroutput>usage: neutron lbaas-member-delete [-h] [--request-format {json}] MEMBER POOL</computeroutput></screen>
<para>
LBaaS v2 Delete a given member.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>MEMBER</command></term>
<listitem>
<para>
ID or name of member to delete.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of the pool that this member belongs to.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-member-list">
<title>neutron lbaas-member-list</title>
<screen><computeroutput>usage: neutron lbaas-member-list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D] [-F FIELD]
[-P SIZE] [--sort-key FIELD]
[--sort-dir {asc,desc}]
POOL</computeroutput></screen>
<para>
LBaaS v2 List members that belong to a given pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of the pool that this member belongs to.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-P SIZE, --page-size SIZE</command></term>
<listitem>
<para>
Specify retrieve unit of each request, then split one
request to several requests.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort-key FIELD</command></term>
<listitem>
<para>
Sorts the list by the specified fields in the
specified directions. You can repeat this option, but
you must specify an equal number of sort_dir and
sort_key values. Extra sort_dir options are ignored.
Missing sort_dir options use the default asc value.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort-dir {asc,desc}</command></term>
<listitem>
<para>
Sorts the list in the specified direction. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-member-show">
<title>neutron lbaas-member-show</title>
<screen><computeroutput>usage: neutron lbaas-member-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
MEMBER POOL</computeroutput></screen>
<para>
LBaaS v2 Show information of a given member.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>MEMBER</command></term>
<listitem>
<para>
ID or name of member to look up.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of the pool that this member belongs to.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-member-update">
<title>neutron lbaas-member-update</title>
<screen><computeroutput>usage: neutron lbaas-member-update [-h] [--request-format {json}]
[--admin-state-down] [--weight WEIGHT]
[--name NAME]
MEMBER POOL</computeroutput></screen>
<para>
LBaaS v2 Update a given member.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>MEMBER</command></term>
<listitem>
<para>
ID or name of member to update.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of the pool that this member belongs to
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--weight WEIGHT</command></term>
<listitem>
<para>
Weight of member in the pool (default:1, [0..256])
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Updated name of the member.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-pool-delete">
<title>neutron lbaas-pool-delete</title>
<screen><computeroutput>usage: neutron lbaas-pool-delete [-h] [--request-format {json}] POOL</computeroutput></screen>
<para>
LBaaS v2 Delete a given pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of pool to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-pool-show">
<title>neutron lbaas-pool-show</title>
<screen><computeroutput>usage: neutron lbaas-pool-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
POOL</computeroutput></screen>
<para>
LBaaS v2 Show information of a given pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of pool to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_lbaas-pool-update">
<title>neutron lbaas-pool-update</title>
<screen><computeroutput>usage: neutron lbaas-pool-update [-h] [--request-format {json}] POOL</computeroutput></screen>
<para>
LBaaS v2 Update a given pool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POOL</command></term>
<listitem>
<para>
ID or name of pool to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_meter-label-create">
<title>neutron meter-label-create</title>
<screen><computeroutput>usage: neutron meter-label-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION] [--shared]
NAME</computeroutput></screen>
<para>
Create a metering label for a given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of metering label to create.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description of metering label to create.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--shared</command></term>
<listitem>
<para>
Set the label as shared.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_meter-label-delete">
<title>neutron meter-label-delete</title>
<screen><computeroutput>usage: neutron meter-label-delete [-h] [--request-format {json}]
METERING_LABEL</computeroutput></screen>
<para>
Delete a given metering label.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>METERING_LABEL</command></term>
<listitem>
<para>
ID or name of metering_label to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_meter-label-rule-create">
<title>neutron meter-label-rule-create</title>
<screen><computeroutput>usage: neutron meter-label-rule-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--direction {ingress,egress}]
[--excluded]
LABEL REMOTE_IP_PREFIX</computeroutput></screen>
<para>
Create a metering label rule for a given label.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>LABEL</command></term>
<listitem>
<para>
Id or Name of the label.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>REMOTE_IP_PREFIX</command></term>
<listitem>
<para>
CIDR to match on.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--direction {ingress,egress}</command></term>
<listitem>
<para>
Direction of traffic, default: ingress.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--excluded</command></term>
<listitem>
<para>
Exclude this CIDR from the label, default: not
excluded.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_meter-label-rule-delete">
<title>neutron meter-label-rule-delete</title>
<screen><computeroutput>usage: neutron meter-label-rule-delete [-h] [--request-format {json}]
METERING_LABEL_RULE</computeroutput></screen>
<para>
Delete a given metering label.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>METERING_LABEL_RULE</command></term>
<listitem>
<para>
ID or name of metering_label_rule to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_meter-label-rule-show">
<title>neutron meter-label-rule-show</title>
<screen><computeroutput>usage: neutron meter-label-rule-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
METERING_LABEL_RULE</computeroutput></screen>
<para>
Show information of a given metering label rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>METERING_LABEL_RULE</command></term>
<listitem>
<para>
ID or name of metering_label_rule to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_meter-label-show">
<title>neutron meter-label-show</title>
<screen><computeroutput>usage: neutron meter-label-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
METERING_LABEL</computeroutput></screen>
<para>
Show information of a given metering label.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>METERING_LABEL</command></term>
<listitem>
<para>
ID or name of metering_label to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-create">
<title>neutron net-create</title>
<screen><computeroutput>usage: neutron net-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}]
[--tenant-id TENANT_ID] [--admin-state-down]
[--shared] [--provider:network_type &lt;network_type&gt;]
[--provider:physical_network &lt;physical_network_name&gt;]
[--provider:segmentation_id &lt;segmentation_id&gt;]
[--vlan-transparent {True,False}]
[--qos-policy QOS_POLICY]
[--availability-zone-hint AVAILABILITY_ZONE]
NAME</computeroutput></screen>
<para>
Create a network for a given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of network to create.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--shared</command></term>
<listitem>
<para>
Set the network as shared.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--provider:network_type &lt;network_type&gt;</command></term>
<listitem>
<para>
The physical mechanism by which the virtual network is
implemented.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--provider:physical_network &lt;physical_network_name&gt;</command></term>
<listitem>
<para>
Name of the physical network over which the virtual
network is implemented.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--provider:segmentation_id &lt;segmentation_id&gt;</command></term>
<listitem>
<para>
VLAN ID for VLAN networks or tunnel-id for GRE/VXLAN
networks.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--vlan-transparent {True,False}</command></term>
<listitem>
<para>
Create a vlan transparent network.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--qos-policy QOS_POLICY</command></term>
<listitem>
<para>
Attach QoS policy ID or name to the resource.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--availability-zone-hint AVAILABILITY_ZONE</command></term>
<listitem>
<para>
Availability Zone for the network (requires
availability zone extension, this option can be
repeated).
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-delete">
<title>neutron net-delete</title>
<screen><computeroutput>usage: neutron net-delete [-h] [--request-format {json}] NETWORK</computeroutput></screen>
<para>
Delete a given network.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NETWORK</command></term>
<listitem>
<para>
ID or name of network to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-gateway-connect">
<title>neutron net-gateway-connect</title>
<screen><computeroutput>usage: neutron net-gateway-connect [-h] [--request-format {json}]
[--segmentation-type SEGMENTATION_TYPE]
[--segmentation-id SEGMENTATION_ID]
NET-GATEWAY-ID NETWORK-ID</computeroutput></screen>
<para>
Add an internal network interface to a router.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NET-GATEWAY-ID</command></term>
<listitem>
<para>
ID of the network gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>NETWORK-ID</command></term>
<listitem>
<para>
ID of the internal network to connect on the gateway.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--segmentation-type SEGMENTATION_TYPE</command></term>
<listitem>
<para>
L2 segmentation strategy on the external side of the
gateway (e.g.: VLAN, FLAT).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--segmentation-id SEGMENTATION_ID</command></term>
<listitem>
<para>
Identifier for the L2 segment on the external side of
the gateway.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-gateway-create">
<title>neutron net-gateway-create</title>
<screen><computeroutput>usage: neutron net-gateway-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--device id=ID,interface_name=NAME_OR_ID]
NAME</computeroutput></screen>
<para>
Create a network gateway.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of network gateway to create.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--device</command></term>
<listitem>
<para>
id=ID,interface_name=NAME_OR_ID
Device info for this gateway. You can repeat this
option for multiple devices for HA gateways.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-gateway-delete">
<title>neutron net-gateway-delete</title>
<screen><computeroutput>usage: neutron net-gateway-delete [-h] [--request-format {json}]
NETWORK_GATEWAY</computeroutput></screen>
<para>
Delete a given network gateway.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NETWORK_GATEWAY</command></term>
<listitem>
<para>
ID or name of network_gateway to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-gateway-disconnect">
<title>neutron net-gateway-disconnect</title>
<screen><computeroutput>usage: neutron net-gateway-disconnect [-h] [--request-format {json}]
[--segmentation-type SEGMENTATION_TYPE]
[--segmentation-id SEGMENTATION_ID]
NET-GATEWAY-ID NETWORK-ID</computeroutput></screen>
<para>
Remove a network from a network gateway.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NET-GATEWAY-ID</command></term>
<listitem>
<para>
ID of the network gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>NETWORK-ID</command></term>
<listitem>
<para>
ID of the internal network to connect on the gateway.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--segmentation-type SEGMENTATION_TYPE</command></term>
<listitem>
<para>
L2 segmentation strategy on the external side of the
gateway (e.g.: VLAN, FLAT).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--segmentation-id SEGMENTATION_ID</command></term>
<listitem>
<para>
Identifier for the L2 segment on the external side of
the gateway.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-gateway-show">
<title>neutron net-gateway-show</title>
<screen><computeroutput>usage: neutron net-gateway-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
NETWORK_GATEWAY</computeroutput></screen>
<para>
Show information of a given network gateway.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NETWORK_GATEWAY</command></term>
<listitem>
<para>
ID or name of network_gateway to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-gateway-update">
<title>neutron net-gateway-update</title>
<screen><computeroutput>usage: neutron net-gateway-update [-h] [--request-format {json}]
NETWORK_GATEWAY</computeroutput></screen>
<para>
Update the name for a network gateway.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NETWORK_GATEWAY</command></term>
<listitem>
<para>
ID or name of network_gateway to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-list-on-dhcp-agent">
<title>neutron net-list-on-dhcp-agent</title>
<screen><computeroutput>usage: neutron net-list-on-dhcp-agent [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D]
[-F FIELD] [-P SIZE] [--sort-key FIELD]
[--sort-dir {asc,desc}]
dhcp_agent</computeroutput></screen>
<para>
List the networks on a DHCP agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>dhcp_agent</command></term>
<listitem>
<para>
ID of the DHCP agent.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-P SIZE, --page-size SIZE</command></term>
<listitem>
<para>
Specify retrieve unit of each request, then split one
request to several requests.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort-key FIELD</command></term>
<listitem>
<para>
Sorts the list by the specified fields in the
specified directions. You can repeat this option, but
you must specify an equal number of sort_dir and
sort_key values. Extra sort_dir options are ignored.
Missing sort_dir options use the default asc value.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort-dir {asc,desc}</command></term>
<listitem>
<para>
Sorts the list in the specified direction. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-show">
<title>neutron net-show</title>
<screen><computeroutput>usage: neutron net-show [-h] [-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
NETWORK</computeroutput></screen>
<para>
Show information of a given network.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NETWORK</command></term>
<listitem>
<para>
ID or name of network to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_net-update">
<title>neutron net-update</title>
<screen><computeroutput>usage: neutron net-update [-h] [--request-format {json}]
[--qos-policy QOS_POLICY | --no-qos-policy]
NETWORK</computeroutput></screen>
<para>
Update network's information.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NETWORK</command></term>
<listitem>
<para>
ID or name of network to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--qos-policy QOS_POLICY</command></term>
<listitem>
<para>
Attach QoS policy ID or name to the resource.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-qos-policy</command></term>
<listitem>
<para>
Detach QoS policy from the resource.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_port-create">
<title>neutron port-create</title>
<screen><computeroutput>usage: neutron port-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}]
[--tenant-id TENANT_ID] [--name NAME]
[--fixed-ip subnet_id=SUBNET,ip_address=IP_ADDR]
[--device-id DEVICE_ID]
[--device-owner DEVICE_OWNER] [--admin-state-down]
[--mac-address MAC_ADDRESS]
[--vnic-type &lt;direct | direct-physical | macvtap | normal | baremetal&gt;]
[--binding-profile BINDING_PROFILE]
[--security-group SECURITY_GROUP | --no-security-groups]
[--extra-dhcp-opt EXTRA_DHCP_OPTS]
[--qos-policy QOS_POLICY]
[--allowed-address-pair ip_address=IP_ADDR[,mac_address=MAC_ADDR]
| --no-allowed-address-pairs]
NETWORK</computeroutput></screen>
<para>
Create a port for a given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NETWORK</command></term>
<listitem>
<para>
Network ID or name this port belongs to.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of this port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--fixed-ip</command></term>
<listitem>
<para>
subnet_id=SUBNET,ip_address=IP_ADDR
Desired IP and/or subnet for this port:
subnet_id=&lt;name_or_id&gt;,ip_address=&lt;ip&gt;. You can repeat
this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--device-id DEVICE_ID</command></term>
<listitem>
<para>
Device ID of this port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--device-owner DEVICE_OWNER</command></term>
<listitem>
<para>
Device owner of this port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--mac-address MAC_ADDRESS</command></term>
<listitem>
<para>
MAC address of this port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--vnic-type &lt;direct | direct-physical | macvtap | normal | baremetal&gt;</command></term>
<listitem>
<para>
VNIC type for this port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--binding-profile BINDING_PROFILE</command></term>
<listitem>
<para>
Custom data to be passed as binding:profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--security-group SECURITY_GROUP</command></term>
<listitem>
<para>
Security group associated with the port. You can
repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-security-groups</command></term>
<listitem>
<para>
Associate no security groups with the port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--extra-dhcp-opt EXTRA_DHCP_OPTS</command></term>
<listitem>
<para>
Extra dhcp options to be assigned to this port: opt_na
me=&lt;dhcp_option_name&gt;,opt_value=&lt;value&gt;,ip_version={4,
6}. You can repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--qos-policy QOS_POLICY</command></term>
<listitem>
<para>
Attach QoS policy ID or name to the resource.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--allowed-address-pair</command></term>
<listitem>
<para>
ip_address=IP_ADDR[,mac_address=MAC_ADDR]
Allowed address pair associated with the port.You can
repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-allowed-address-pairs</command></term>
<listitem>
<para>
Associate no allowed address pairs with the port.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_port-delete">
<title>neutron port-delete</title>
<screen><computeroutput>usage: neutron port-delete [-h] [--request-format {json}] PORT</computeroutput></screen>
<para>
Delete a given port.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>PORT</command></term>
<listitem>
<para>
ID or name of port to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_port-show">
<title>neutron port-show</title>
<screen><computeroutput>usage: neutron port-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
PORT</computeroutput></screen>
<para>
Show information of a given port.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>PORT</command></term>
<listitem>
<para>
ID or name of port to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_port-update">
<title>neutron port-update</title>
<screen><computeroutput>usage: neutron port-update [-h] [--request-format {json}] [--name NAME]
[--fixed-ip subnet_id=SUBNET,ip_address=IP_ADDR]
[--device-id DEVICE_ID]
[--device-owner DEVICE_OWNER]
[--admin-state-up {True,False}]
[--security-group SECURITY_GROUP | --no-security-groups]
[--extra-dhcp-opt EXTRA_DHCP_OPTS]
[--qos-policy QOS_POLICY | --no-qos-policy]
[--allowed-address-pair ip_address=IP_ADDR[,mac_address=MAC_ADDR]
| --no-allowed-address-pairs]
PORT</computeroutput></screen>
<para>
Update port's information.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>PORT</command></term>
<listitem>
<para>
ID or name of port to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of this port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--fixed-ip</command></term>
<listitem>
<para>
subnet_id=SUBNET,ip_address=IP_ADDR
Desired IP and/or subnet for this port:
subnet_id=&lt;name_or_id&gt;,ip_address=&lt;ip&gt;. You can repeat
this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--device-id DEVICE_ID</command></term>
<listitem>
<para>
Device ID of this port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--device-owner DEVICE_OWNER</command></term>
<listitem>
<para>
Device owner of this port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-up {True,False}</command></term>
<listitem>
<para>
Set admin state up for the port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--security-group SECURITY_GROUP</command></term>
<listitem>
<para>
Security group associated with the port. You can
repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-security-groups</command></term>
<listitem>
<para>
Associate no security groups with the port.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--extra-dhcp-opt EXTRA_DHCP_OPTS</command></term>
<listitem>
<para>
Extra dhcp options to be assigned to this port: opt_na
me=&lt;dhcp_option_name&gt;,opt_value=&lt;value&gt;,ip_version={4,
6}. You can repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--qos-policy QOS_POLICY</command></term>
<listitem>
<para>
Attach QoS policy ID or name to the resource.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-qos-policy</command></term>
<listitem>
<para>
Detach QoS policy from the resource.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--allowed-address-pair</command></term>
<listitem>
<para>
ip_address=IP_ADDR[,mac_address=MAC_ADDR]
Allowed address pair associated with the port.You can
repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-allowed-address-pairs</command></term>
<listitem>
<para>
Associate no allowed address pairs with the port.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_qos-bandwidth-limit-rule-create">
<title>neutron qos-bandwidth-limit-rule-create</title>
<screen><computeroutput>usage: neutron qos-bandwidth-limit-rule-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--max-kbps MAX_KBPS]
[--max-burst-kbps MAX_BURST_KBPS]
QOS_POLICY</computeroutput></screen>
<para>
Create a qos bandwidth limit rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>QOS_POLICY</command></term>
<listitem>
<para>
ID or name of the QoS policy.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--max-kbps MAX_KBPS</command></term>
<listitem>
<para>
max bandwidth in kbps.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--max-burst-kbps MAX_BURST_KBPS</command></term>
<listitem>
<para>
max burst bandwidth in kbps.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_qos-bandwidth-limit-rule-delete">
<title>neutron qos-bandwidth-limit-rule-delete</title>
<screen><computeroutput>usage: neutron qos-bandwidth-limit-rule-delete [-h] [--request-format {json}]
BANDWIDTH_LIMIT_RULE QOS_POLICY</computeroutput></screen>
<para>
Delete a given qos bandwidth limit rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>BANDWIDTH_LIMIT_RULE</command></term>
<listitem>
<para>
ID of bandwidth_limit_rule to delete.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>QOS_POLICY</command></term>
<listitem>
<para>
ID or name of the QoS policy.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_qos-bandwidth-limit-rule-list">
<title>neutron qos-bandwidth-limit-rule-list</title>
<screen><computeroutput>usage: neutron qos-bandwidth-limit-rule-list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D]
[-F FIELD] [-P SIZE]
[--sort-key FIELD]
[--sort-dir {asc,desc}]
QOS_POLICY</computeroutput></screen>
<para>
List all qos bandwidth limit rules belonging to the specified policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>QOS_POLICY</command></term>
<listitem>
<para>
ID or name of the QoS policy.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-P SIZE, --page-size SIZE</command></term>
<listitem>
<para>
Specify retrieve unit of each request, then split one
request to several requests.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort-key FIELD</command></term>
<listitem>
<para>
Sorts the list by the specified fields in the
specified directions. You can repeat this option, but
you must specify an equal number of sort_dir and
sort_key values. Extra sort_dir options are ignored.
Missing sort_dir options use the default asc value.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort-dir {asc,desc}</command></term>
<listitem>
<para>
Sorts the list in the specified direction. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_qos-bandwidth-limit-rule-show">
<title>neutron qos-bandwidth-limit-rule-show</title>
<screen><computeroutput>usage: neutron qos-bandwidth-limit-rule-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN]
[--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D]
[-F FIELD]
BANDWIDTH_LIMIT_RULE QOS_POLICY</computeroutput></screen>
<para>
Show information about the given qos bandwidth limit rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>BANDWIDTH_LIMIT_RULE</command></term>
<listitem>
<para>
ID of bandwidth_limit_rule to look up.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>QOS_POLICY</command></term>
<listitem>
<para>
ID or name of the QoS policy.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_qos-bandwidth-limit-rule-update">
<title>neutron qos-bandwidth-limit-rule-update</title>
<screen><computeroutput>usage: neutron qos-bandwidth-limit-rule-update [-h] [--request-format {json}]
[--max-kbps MAX_KBPS]
[--max-burst-kbps MAX_BURST_KBPS]
BANDWIDTH_LIMIT_RULE QOS_POLICY</computeroutput></screen>
<para>
Update the given qos bandwidth limit rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>BANDWIDTH_LIMIT_RULE</command></term>
<listitem>
<para>
ID of bandwidth_limit_rule to update.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>QOS_POLICY</command></term>
<listitem>
<para>
ID or name of the QoS policy.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--max-kbps MAX_KBPS</command></term>
<listitem>
<para>
max bandwidth in kbps.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--max-burst-kbps MAX_BURST_KBPS</command></term>
<listitem>
<para>
max burst bandwidth in kbps.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_qos-policy-create">
<title>neutron qos-policy-create</title>
<screen><computeroutput>usage: neutron qos-policy-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION] [--shared]
NAME</computeroutput></screen>
<para>
Create a qos policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of QoS policy to create.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description of the QoS policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--shared</command></term>
<listitem>
<para>
Accessible by other tenants. Set shared to True
(default is False).
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_qos-policy-delete">
<title>neutron qos-policy-delete</title>
<screen><computeroutput>usage: neutron qos-policy-delete [-h] [--request-format {json}] POLICY</computeroutput></screen>
<para>
Delete a given qos policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POLICY</command></term>
<listitem>
<para>
ID or name of policy to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_qos-policy-show">
<title>neutron qos-policy-show</title>
<screen><computeroutput>usage: neutron qos-policy-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
POLICY</computeroutput></screen>
<para>
Show information of a given qos policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POLICY</command></term>
<listitem>
<para>
ID or name of policy to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_qos-policy-update">
<title>neutron qos-policy-update</title>
<screen><computeroutput>usage: neutron qos-policy-update [-h] [--request-format {json}] [--name NAME]
[--description DESCRIPTION] [--shared]
POLICY</computeroutput></screen>
<para>
Update a given qos policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>POLICY</command></term>
<listitem>
<para>
ID or name of policy to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of QoS policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description of the QoS policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--shared</command></term>
<listitem>
<para>
Accessible by other tenants. Set shared to True
(default is False).
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_queue-create">
<title>neutron queue-create</title>
<screen><computeroutput>usage: neutron queue-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}]
[--tenant-id TENANT_ID] [--min MIN] [--max MAX]
[--qos-marking QOS_MARKING] [--default DEFAULT]
[--dscp DSCP]
NAME</computeroutput></screen>
<para>
Create a queue.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of queue.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--min MIN</command></term>
<listitem>
<para>
Minimum rate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--max MAX</command></term>
<listitem>
<para>
Maximum rate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--qos-marking QOS_MARKING</command></term>
<listitem>
<para>
QOS marking as untrusted or trusted.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--default DEFAULT</command></term>
<listitem>
<para>
If true all created ports will be the size of this
queue, if queue is not specified
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--dscp DSCP</command></term>
<listitem>
<para>
Differentiated Services Code Point.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_queue-delete">
<title>neutron queue-delete</title>
<screen><computeroutput>usage: neutron queue-delete [-h] [--request-format {json}] QOS_QUEUE</computeroutput></screen>
<para>
Delete a given queue.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>QOS_QUEUE</command></term>
<listitem>
<para>
ID or name of qos_queue to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_queue-show">
<title>neutron queue-show</title>
<screen><computeroutput>usage: neutron queue-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
QOS_QUEUE</computeroutput></screen>
<para>
Show information of a given queue.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>QOS_QUEUE</command></term>
<listitem>
<para>
ID or name of qos_queue to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_rbac-create">
<title>neutron rbac-create</title>
<screen><computeroutput>usage: neutron rbac-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}]
[--tenant-id TENANT_ID] --type {network}
[--target-tenant TARGET_TENANT] --action
{access_as_external,access_as_shared}
RBAC_OBJECT</computeroutput></screen>
<para>
Create a RBAC policy for a given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>RBAC_OBJECT</command></term>
<listitem>
<para>
ID or name of the RBAC object.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--type {network}</command></term>
<listitem>
<para>
Type of the object that RBAC policy affects.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--target-tenant TARGET_TENANT</command></term>
<listitem>
<para>
ID of the tenant to which the RBAC policy will be
enforced.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--action {access_as_external,access_as_shared}</command></term>
<listitem>
<para>
Action for the RBAC policy.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_rbac-delete">
<title>neutron rbac-delete</title>
<screen><computeroutput>usage: neutron rbac-delete [-h] [--request-format {json}] RBAC_POLICY</computeroutput></screen>
<para>
Delete a RBAC policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>RBAC_POLICY</command></term>
<listitem>
<para>
ID of rbac_policy to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_rbac-show">
<title>neutron rbac-show</title>
<screen><computeroutput>usage: neutron rbac-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
RBAC_POLICY</computeroutput></screen>
<para>
Show information of a given RBAC policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>RBAC_POLICY</command></term>
<listitem>
<para>
ID of rbac_policy to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_rbac-update">
<title>neutron rbac-update</title>
<screen><computeroutput>usage: neutron rbac-update [-h] [--request-format {json}]
[--target-tenant TARGET_TENANT]
RBAC_POLICY</computeroutput></screen>
<para>
Update RBAC policy for given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>RBAC_POLICY</command></term>
<listitem>
<para>
ID of rbac_policy to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--target-tenant TARGET_TENANT</command></term>
<listitem>
<para>
ID of the tenant to which the RBAC policy will be
enforced.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-create">
<title>neutron router-create</title>
<screen><computeroutput>usage: neutron router-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}]
[--tenant-id TENANT_ID] [--admin-state-down]
[--distributed {True,False}] [--ha {True,False}]
[--availability-zone-hint AVAILABILITY_ZONE]
NAME</computeroutput></screen>
<para>
Create a router for a given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of router to create.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--distributed {True,False}</command></term>
<listitem>
<para>
Create a distributed router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ha {True,False}</command></term>
<listitem>
<para>
Create a highly available router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--availability-zone-hint AVAILABILITY_ZONE</command></term>
<listitem>
<para>
Availability Zone for the router (requires
availability zone extension, this option can be
repeated).
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-delete">
<title>neutron router-delete</title>
<screen><computeroutput>usage: neutron router-delete [-h] [--request-format {json}] ROUTER</computeroutput></screen>
<para>
Delete a given router.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ROUTER</command></term>
<listitem>
<para>
ID or name of router to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-gateway-clear">
<title>neutron router-gateway-clear</title>
<screen><computeroutput>usage: neutron router-gateway-clear [-h] [--request-format {json}] ROUTER</computeroutput></screen>
<para>
Remove an external network gateway from a router.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ROUTER</command></term>
<listitem>
<para>
ID or name of the router.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-gateway-set">
<title>neutron router-gateway-set</title>
<screen><computeroutput>usage: neutron router-gateway-set [-h] [--request-format {json}]
[--disable-snat] [--fixed-ip FIXED_IP]
ROUTER EXTERNAL-NETWORK</computeroutput></screen>
<para>
Set the external network gateway for a router.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ROUTER</command></term>
<listitem>
<para>
ID or name of the router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>EXTERNAL-NETWORK</command></term>
<listitem>
<para>
ID or name of the external network for the gateway.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable-snat</command></term>
<listitem>
<para>
Disable source NAT on the router gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--fixed-ip FIXED_IP</command></term>
<listitem>
<para>
Desired IP and/or subnet on external network:
subnet_id=&lt;name_or_id&gt;,ip_address=&lt;ip&gt;. You can repeat
this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-interface-add">
<title>neutron router-interface-add</title>
<screen><computeroutput>usage: neutron router-interface-add [-h] [--request-format {json}]
ROUTER INTERFACE</computeroutput></screen>
<para>
Add an internal network interface to a router.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ROUTER</command></term>
<listitem>
<para>
ID or name of the router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>INTERFACE</command></term>
<listitem>
<para>
The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-interface-delete">
<title>neutron router-interface-delete</title>
<screen><computeroutput>usage: neutron router-interface-delete [-h] [--request-format {json}]
ROUTER INTERFACE</computeroutput></screen>
<para>
Remove an internal network interface from a router.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ROUTER</command></term>
<listitem>
<para>
ID or name of the router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>INTERFACE</command></term>
<listitem>
<para>
The format is "SUBNET|subnet=SUBNET|port=PORT". Either
a subnet or port must be specified. Both ID and name
are accepted as SUBNET or PORT. Note that "subnet="
can be omitted when specifying a subnet.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-list-on-l3-agent">
<title>neutron router-list-on-l3-agent</title>
<screen><computeroutput>usage: neutron router-list-on-l3-agent [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D]
[-F FIELD]
l3_agent</computeroutput></screen>
<para>
List the routers on a L3 agent.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>l3_agent</command></term>
<listitem>
<para>
ID of the L3 agent to query.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-port-list">
<title>neutron router-port-list</title>
<screen><computeroutput>usage: neutron router-port-list [-h]
[-f {csv,html,json,json,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--request-format {json}] [-D] [-F FIELD]
[-P SIZE] [--sort-key FIELD]
[--sort-dir {asc,desc}]
router</computeroutput></screen>
<para>
List ports that belong to a given tenant, with specified router.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>router</command></term>
<listitem>
<para>
ID or name of router to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-P SIZE, --page-size SIZE</command></term>
<listitem>
<para>
Specify retrieve unit of each request, then split one
request to several requests.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort-key FIELD</command></term>
<listitem>
<para>
Sorts the list by the specified fields in the
specified directions. You can repeat this option, but
you must specify an equal number of sort_dir and
sort_key values. Extra sort_dir options are ignored.
Missing sort_dir options use the default asc value.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--sort-dir {asc,desc}</command></term>
<listitem>
<para>
Sorts the list in the specified direction. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-show">
<title>neutron router-show</title>
<screen><computeroutput>usage: neutron router-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
ROUTER</computeroutput></screen>
<para>
Show information of a given router.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ROUTER</command></term>
<listitem>
<para>
ID or name of router to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_router-update">
<title>neutron router-update</title>
<screen><computeroutput>usage: neutron router-update [-h] [--request-format {json}] [--name NAME]
[--admin-state-up {True,False}]
[--distributed {True,False}]
[--route destination=CIDR,nexthop=IP_ADDR | --no-routes]
ROUTER</computeroutput></screen>
<para>
Update router's information.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ROUTER</command></term>
<listitem>
<para>
ID or name of router to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of this router.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-up {True,False}</command></term>
<listitem>
<para>
Specify the administrative state of the router (True
meaning "Up")
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--distributed {True,False}</command></term>
<listitem>
<para>
True means this router should operate in distributed
mode.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--route</command></term>
<listitem>
<para>
destination=CIDR,nexthop=IP_ADDR
Route to associate with the router. You can repeat
this option.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-routes</command></term>
<listitem>
<para>
Remove routes associated with the router.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_security-group-create">
<title>neutron security-group-create</title>
<screen><computeroutput>usage: neutron security-group-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
NAME</computeroutput></screen>
<para>
Create a security group.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of security group.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description of security group.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_security-group-delete">
<title>neutron security-group-delete</title>
<screen><computeroutput>usage: neutron security-group-delete [-h] [--request-format {json}]
SECURITY_GROUP</computeroutput></screen>
<para>
Delete a given security group.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SECURITY_GROUP</command></term>
<listitem>
<para>
ID or name of security_group to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_security-group-rule-create">
<title>neutron security-group-rule-create</title>
<screen><computeroutput>usage: neutron security-group-rule-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--direction {ingress,egress}]
[--ethertype ETHERTYPE]
[--protocol PROTOCOL]
[--port-range-min PORT_RANGE_MIN]
[--port-range-max PORT_RANGE_MAX]
[--remote-ip-prefix REMOTE_IP_PREFIX]
[--remote-group-id REMOTE_GROUP]
SECURITY_GROUP</computeroutput></screen>
<para>
Create a security group rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SECURITY_GROUP</command></term>
<listitem>
<para>
Security group name or ID to add rule.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--direction {ingress,egress}</command></term>
<listitem>
<para>
Direction of traffic: ingress/egress.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ethertype ETHERTYPE</command></term>
<listitem>
<para>
IPv4/IPv6
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--protocol PROTOCOL</command></term>
<listitem>
<para>
Protocol of packet. Allowed values are [icmp, icmpv6,
tcp, udp] and integer representations [0-255]
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--port-range-min PORT_RANGE_MIN</command></term>
<listitem>
<para>
Starting port range. For ICMP it is type.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--port-range-max PORT_RANGE_MAX</command></term>
<listitem>
<para>
Ending port range. For ICMP it is code.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--remote-ip-prefix REMOTE_IP_PREFIX</command></term>
<listitem>
<para>
CIDR to match on.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--remote-group-id REMOTE_GROUP</command></term>
<listitem>
<para>
Remote security group name or ID to apply rule.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_security-group-rule-delete">
<title>neutron security-group-rule-delete</title>
<screen><computeroutput>usage: neutron security-group-rule-delete [-h] [--request-format {json}]
SECURITY_GROUP_RULE</computeroutput></screen>
<para>
Delete a given security group rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SECURITY_GROUP_RULE</command></term>
<listitem>
<para>
ID of security_group_rule to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_security-group-rule-show">
<title>neutron security-group-rule-show</title>
<screen><computeroutput>usage: neutron security-group-rule-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D]
[-F FIELD]
SECURITY_GROUP_RULE</computeroutput></screen>
<para>
Show information of a given security group rule.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SECURITY_GROUP_RULE</command></term>
<listitem>
<para>
ID of security_group_rule to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_security-group-show">
<title>neutron security-group-show</title>
<screen><computeroutput>usage: neutron security-group-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
SECURITY_GROUP</computeroutput></screen>
<para>
Show information of a given security group.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SECURITY_GROUP</command></term>
<listitem>
<para>
ID or name of security_group to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_security-group-update">
<title>neutron security-group-update</title>
<screen><computeroutput>usage: neutron security-group-update [-h] [--request-format {json}]
[--name NAME] [--description DESCRIPTION]
SECURITY_GROUP</computeroutput></screen>
<para>
Update a given security group.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SECURITY_GROUP</command></term>
<listitem>
<para>
ID or name of security_group to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of security group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description of security group.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_subnet-create">
<title>neutron subnet-create</title>
<screen><computeroutput>usage: neutron subnet-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}]
[--tenant-id TENANT_ID] [--name NAME]
[--gateway GATEWAY_IP | --no-gateway]
[--allocation-pool start=IP_ADDR,end=IP_ADDR]
[--host-route destination=CIDR,nexthop=IP_ADDR]
[--dns-nameserver DNS_NAMESERVER]
[--disable-dhcp] [--enable-dhcp]
[--ip-version {4,6}]
[--ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}]
[--ipv6-address-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}]
[--subnetpool SUBNETPOOL]
[--prefixlen PREFIX_LENGTH]
NETWORK [CIDR]</computeroutput></screen>
<para>
Create a subnet for a given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NETWORK</command></term>
<listitem>
<para>
Network ID or name this subnet belongs to.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>CIDR</command></term>
<listitem>
<para>
CIDR of subnet to create.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of this subnet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--gateway GATEWAY_IP</command></term>
<listitem>
<para>
Gateway IP of this subnet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-gateway</command></term>
<listitem>
<para>
No distribution of gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--allocation-pool</command></term>
<listitem>
<para>
start=IP_ADDR,end=IP_ADDR
Allocation pool IP addresses for this subnet (This
option can be repeated).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--host-route</command></term>
<listitem>
<para>
destination=CIDR,nexthop=IP_ADDR
Additional route (This option can be repeated).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--dns-nameserver DNS_NAMESERVER</command></term>
<listitem>
<para>
DNS name server for this subnet (This option can be
repeated).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable-dhcp</command></term>
<listitem>
<para>
Disable DHCP for this subnet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable-dhcp</command></term>
<listitem>
<para>
Enable DHCP for this subnet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ip-version {4,6} IP</command></term>
<listitem>
<para>
version to use, default is 4. Note that when
subnetpool is specified, IP version is determined from
the subnetpool and this option is ignored.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}</command></term>
<listitem>
<para>
IPv6 RA (Router Advertisement) mode.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ipv6-address-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}</command></term>
<listitem>
<para>
IPv6 address mode.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--subnetpool SUBNETPOOL</command></term>
<listitem>
<para>
ID or name of subnetpool from which this subnet will
obtain a CIDR.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--prefixlen PREFIX_LENGTH</command></term>
<listitem>
<para>
Prefix length for subnet allocation from subnetpool.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_subnet-delete">
<title>neutron subnet-delete</title>
<screen><computeroutput>usage: neutron subnet-delete [-h] [--request-format {json}] SUBNET</computeroutput></screen>
<para>
Delete a given subnet.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SUBNET</command></term>
<listitem>
<para>
ID or name of subnet to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_subnet-show">
<title>neutron subnet-show</title>
<screen><computeroutput>usage: neutron subnet-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;] [--noindent]
[--prefix PREFIX] [--request-format {json}] [-D]
[-F FIELD]
SUBNET</computeroutput></screen>
<para>
Show information of a given subnet.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SUBNET</command></term>
<listitem>
<para>
ID or name of subnet to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_subnet-update">
<title>neutron subnet-update</title>
<screen><computeroutput>usage: neutron subnet-update [-h] [--request-format {json}] [--name NAME]
[--gateway GATEWAY_IP | --no-gateway]
[--allocation-pool start=IP_ADDR,end=IP_ADDR]
[--host-route destination=CIDR,nexthop=IP_ADDR]
[--dns-nameserver DNS_NAMESERVER]
[--disable-dhcp] [--enable-dhcp]
SUBNET</computeroutput></screen>
<para>
Update subnet's information.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SUBNET</command></term>
<listitem>
<para>
ID or name of subnet to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of this subnet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--gateway GATEWAY_IP</command></term>
<listitem>
<para>
Gateway IP of this subnet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-gateway</command></term>
<listitem>
<para>
No distribution of gateway.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--allocation-pool</command></term>
<listitem>
<para>
start=IP_ADDR,end=IP_ADDR
Allocation pool IP addresses for this subnet (This
option can be repeated).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--host-route</command></term>
<listitem>
<para>
destination=CIDR,nexthop=IP_ADDR
Additional route (This option can be repeated).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--dns-nameserver DNS_NAMESERVER</command></term>
<listitem>
<para>
DNS name server for this subnet (This option can be
repeated).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--disable-dhcp</command></term>
<listitem>
<para>
Disable DHCP for this subnet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--enable-dhcp</command></term>
<listitem>
<para>
Enable DHCP for this subnet.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_subnetpool-create">
<title>neutron subnetpool-create</title>
<screen><computeroutput>usage: neutron subnetpool-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--min-prefixlen MIN_PREFIXLEN]
[--max-prefixlen MAX_PREFIXLEN]
[--default-prefixlen DEFAULT_PREFIXLEN]
[--pool-prefix PREFIXES] [--shared]
[--address-scope ADDRSCOPE]
name</computeroutput></screen>
<para>
Create a subnetpool for a given tenant.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>name</command></term>
<listitem>
<para>
Name of subnetpool to create.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--min-prefixlen MIN_PREFIXLEN</command></term>
<listitem>
<para>
Subnetpool minimum prefix length.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--max-prefixlen MAX_PREFIXLEN</command></term>
<listitem>
<para>
Subnetpool maximum prefix length.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--default-prefixlen DEFAULT_PREFIXLEN</command></term>
<listitem>
<para>
Subnetpool default prefix length.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--pool-prefix PREFIXES</command></term>
<listitem>
<para>
Subnetpool prefixes (This option can be repeated).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--shared</command></term>
<listitem>
<para>
Set the subnetpool as shared.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--address-scope ADDRSCOPE</command></term>
<listitem>
<para>
ID or name of the address scope with which the
subnetpool is associated. Prefixes must be unique
across address scopes
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_subnetpool-delete">
<title>neutron subnetpool-delete</title>
<screen><computeroutput>usage: neutron subnetpool-delete [-h] [--request-format {json}] SUBNETPOOL</computeroutput></screen>
<para>
Delete a given subnetpool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SUBNETPOOL</command></term>
<listitem>
<para>
ID or name of subnetpool to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_subnetpool-show">
<title>neutron subnetpool-show</title>
<screen><computeroutput>usage: neutron subnetpool-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
SUBNETPOOL</computeroutput></screen>
<para>
Show information of a given subnetpool.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SUBNETPOOL</command></term>
<listitem>
<para>
ID or name of subnetpool to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_subnetpool-update">
<title>neutron subnetpool-update</title>
<screen><computeroutput>usage: neutron subnetpool-update [-h] [--request-format {json}]
[--min-prefixlen MIN_PREFIXLEN]
[--max-prefixlen MAX_PREFIXLEN]
[--default-prefixlen DEFAULT_PREFIXLEN]
[--pool-prefix PREFIXES] [--name NAME]
[--address-scope ADDRSCOPE | --no-address-scope]
SUBNETPOOL</computeroutput></screen>
<para>
Update subnetpool's information.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>SUBNETPOOL</command></term>
<listitem>
<para>
ID or name of subnetpool to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--min-prefixlen MIN_PREFIXLEN</command></term>
<listitem>
<para>
Subnetpool minimum prefix length.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--max-prefixlen MAX_PREFIXLEN</command></term>
<listitem>
<para>
Subnetpool maximum prefix length.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--default-prefixlen DEFAULT_PREFIXLEN</command></term>
<listitem>
<para>
Subnetpool default prefix length.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--pool-prefix PREFIXES</command></term>
<listitem>
<para>
Subnetpool prefixes (This option can be repeated).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Name of subnetpool to update.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--address-scope ADDRSCOPE</command></term>
<listitem>
<para>
ID or name of the address scope with which the
subnetpool is associated. Prefixes must be unique
across address scopes
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--no-address-scope</command></term>
<listitem>
<para>
Detach subnetpool from the address scope
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-endpoint-group-delete">
<title>neutron vpn-endpoint-group-delete</title>
<screen><computeroutput>usage: neutron vpn-endpoint-group-delete [-h] [--request-format {json}]
ENDPOINT_GROUP</computeroutput></screen>
<para>
Delete a given VPN endpoint group.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ENDPOINT_GROUP</command></term>
<listitem>
<para>
ID or name of endpoint_group to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-endpoint-group-show">
<title>neutron vpn-endpoint-group-show</title>
<screen><computeroutput>usage: neutron vpn-endpoint-group-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D]
[-F FIELD]
ENDPOINT_GROUP</computeroutput></screen>
<para>
Show a specific VPN endpoint group.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ENDPOINT_GROUP</command></term>
<listitem>
<para>
ID or name of endpoint_group to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-endpoint-group-update">
<title>neutron vpn-endpoint-group-update</title>
<screen><computeroutput>usage: neutron vpn-endpoint-group-update [-h] [--request-format {json}]
[--name NAME]
[--description DESCRIPTION]
ENDPOINT_GROUP</computeroutput></screen>
<para>
Update a given VPN endpoint group.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ENDPOINT_GROUP</command></term>
<listitem>
<para>
ID or name of endpoint_group to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Set a name for the endpoint group.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Set a description for the endpoint group.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-ikepolicy-create">
<title>neutron vpn-ikepolicy-create</title>
<screen><computeroutput>usage: neutron vpn-ikepolicy-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
[--auth-algorithm {sha1}]
[--encryption-algorithm ENCRYPTION_ALGORITHM]
[--phase1-negotiation-mode {main}]
[--ike-version {v1,v2}]
[--pfs {group2,group5,group14}]
[--lifetime units=UNITS,value=VALUE]
NAME</computeroutput></screen>
<para>
Create an IKE policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of the IKE policy.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description of the IKE policy
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--auth-algorithm {sha1}</command></term>
<listitem>
<para>
Authentication algorithm in lowercase. Default:sha1
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--encryption-algorithm ENCRYPTION_ALGORITHM</command></term>
<listitem>
<para>
Encryption algorithm in lowercase, default:aes-128
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--phase1-negotiation-mode {main}</command></term>
<listitem>
<para>
IKE Phase1 negotiation mode in lowercase, default:main
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--ike-version {v1,v2}</command></term>
<listitem>
<para>
IKE version in lowercase, default:v1
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--pfs {group2,group5,group14}</command></term>
<listitem>
<para>
Perfect Forward Secrecy in lowercase, default:group5
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--lifetime</command></term>
<listitem>
<para>
units=UNITS,value=VALUE
IKE lifetime attributes. 'units'-seconds,
default:seconds. 'value'-non negative integer,
default:3600.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-ikepolicy-delete">
<title>neutron vpn-ikepolicy-delete</title>
<screen><computeroutput>usage: neutron vpn-ikepolicy-delete [-h] [--request-format {json}] IKEPOLICY</computeroutput></screen>
<para>
Delete a given IKE policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>IKEPOLICY</command></term>
<listitem>
<para>
ID or name of ikepolicy to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-ikepolicy-show">
<title>neutron vpn-ikepolicy-show</title>
<screen><computeroutput>usage: neutron vpn-ikepolicy-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
IKEPOLICY</computeroutput></screen>
<para>
Show information of a given IKE policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>IKEPOLICY</command></term>
<listitem>
<para>
ID or name of ikepolicy to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-ikepolicy-update">
<title>neutron vpn-ikepolicy-update</title>
<screen><computeroutput>usage: neutron vpn-ikepolicy-update [-h] [--request-format {json}]
[--lifetime units=UNITS,value=VALUE]
IKEPOLICY</computeroutput></screen>
<para>
Update a given IKE policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>IKEPOLICY</command></term>
<listitem>
<para>
ID or name of ikepolicy to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--lifetime</command></term>
<listitem>
<para>
units=UNITS,value=VALUE
IKE lifetime attributes. 'units'-seconds,
default:seconds. 'value'-non negative integer,
default:3600.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-ipsecpolicy-create">
<title>neutron vpn-ipsecpolicy-create</title>
<screen><computeroutput>usage: neutron vpn-ipsecpolicy-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID]
[--description DESCRIPTION]
[--transform-protocol {esp,ah,ah-esp}]
[--auth-algorithm {sha1}]
[--encryption-algorithm ENCRYPTION_ALGORITHM]
[--encapsulation-mode {tunnel,transport}]
[--pfs {group2,group5,group14}]
[--lifetime units=UNITS,value=VALUE]
NAME</computeroutput></screen>
<para>
Create an IPsec policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>NAME</command></term>
<listitem>
<para>
Name of the IPsec policy.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Description of the IPsec policy.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--transform-protocol {esp,ah,ah-esp}</command></term>
<listitem>
<para>
Transform protocol in lowercase, default:esp
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--auth-algorithm {sha1}</command></term>
<listitem>
<para>
Authentication algorithm in lowercase, default:sha1
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--encryption-algorithm ENCRYPTION_ALGORITHM</command></term>
<listitem>
<para>
Encryption algorithm in lowercase, default:aes-128
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--encapsulation-mode {tunnel,transport}</command></term>
<listitem>
<para>
Encapsulation mode in lowercase, default:tunnel
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--pfs {group2,group5,group14}</command></term>
<listitem>
<para>
Perfect Forward Secrecy in lowercase, default:group5
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--lifetime</command></term>
<listitem>
<para>
units=UNITS,value=VALUE
IPsec lifetime attributes. 'units'-seconds,
default:seconds. 'value'-non negative integer,
default:3600.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-ipsecpolicy-delete">
<title>neutron vpn-ipsecpolicy-delete</title>
<screen><computeroutput>usage: neutron vpn-ipsecpolicy-delete [-h] [--request-format {json}]
IPSECPOLICY</computeroutput></screen>
<para>
Delete a given IPsec policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>IPSECPOLICY</command></term>
<listitem>
<para>
ID or name of ipsecpolicy to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-ipsecpolicy-show">
<title>neutron vpn-ipsecpolicy-show</title>
<screen><computeroutput>usage: neutron vpn-ipsecpolicy-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
IPSECPOLICY</computeroutput></screen>
<para>
Show information of a given IPsec policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>IPSECPOLICY</command></term>
<listitem>
<para>
ID or name of ipsecpolicy to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-ipsecpolicy-update">
<title>neutron vpn-ipsecpolicy-update</title>
<screen><computeroutput>usage: neutron vpn-ipsecpolicy-update [-h] [--request-format {json}]
[--lifetime units=UNITS,value=VALUE]
IPSECPOLICY</computeroutput></screen>
<para>
Update a given IPsec policy.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>IPSECPOLICY</command></term>
<listitem>
<para>
ID or name of ipsecpolicy to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--lifetime</command></term>
<listitem>
<para>
units=UNITS,value=VALUE
IPsec lifetime attributes. 'units'-seconds,
default:seconds. 'value'-non negative integer,
default:3600.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-service-create">
<title>neutron vpn-service-create</title>
<screen><computeroutput>usage: neutron vpn-service-create [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID] [--admin-state-down]
[--name NAME] [--description DESCRIPTION]
ROUTER [SUBNET]</computeroutput></screen>
<para>
Create a VPN service.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>ROUTER</command></term>
<listitem>
<para>
Router unique identifier for the VPN service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>SUBNET</command></term>
<listitem>
<para>
[<emphasis>DEPRECATED</emphasis> in Mitaka] Unique identifier for the local
private subnet.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--tenant-id TENANT_ID</command></term>
<listitem>
<para>
The owner tenant ID.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--admin-state-down</command></term>
<listitem>
<para>
Set admin state up to false.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--name NAME</command></term>
<listitem>
<para>
Set a name for the VPN service.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--description DESCRIPTION</command></term>
<listitem>
<para>
Set a description for the VPN service.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-service-delete">
<title>neutron vpn-service-delete</title>
<screen><computeroutput>usage: neutron vpn-service-delete [-h] [--request-format {json}] VPNSERVICE</computeroutput></screen>
<para>
Delete a given VPN service.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>VPNSERVICE</command></term>
<listitem>
<para>
ID or name of vpnservice to delete.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-service-show">
<title>neutron vpn-service-show</title>
<screen><computeroutput>usage: neutron vpn-service-show [-h]
[-f {html,json,json,shell,table,value,yaml,yaml}]
[-c COLUMN] [--max-width &lt;integer&gt;]
[--noindent] [--prefix PREFIX]
[--request-format {json}] [-D] [-F FIELD]
VPNSERVICE</computeroutput></screen>
<para>
Show information of a given VPN service.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>VPNSERVICE</command></term>
<listitem>
<para>
ID or name of vpnservice to look up.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-D, --show-details</command></term>
<listitem>
<para>
Show detailed information.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>-F FIELD, --field FIELD</command></term>
<listitem>
<para>
Specify the field(s) to be returned by server. You can
repeat this option.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section xml:id="neutronclient_subcommand_vpn-service-update">
<title>neutron vpn-service-update</title>
<screen><computeroutput>usage: neutron vpn-service-update [-h] [--request-format {json}] VPNSERVICE</computeroutput></screen>
<para>
Update a given VPN service.
</para> <variablelist wordsize="10">
<title>Positional arguments</title>
<varlistentry>
<term><command>VPNSERVICE</command></term>
<listitem>
<para>
ID or name of vpnservice to update.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist wordsize="10">
<title>Optional arguments</title>
<varlistentry>
<term><command>-h, --help</command></term>
<listitem>
<para>
show this help message and exit
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><command>--request-format {json}</command></term>
<listitem>
<para>
<emphasis>DEPRECATED!</emphasis> Only JSON request format is supported.
</para>
</listitem>
</varlistentry>
</variablelist>
</section>
</chapter>