Este contenido no está disponible en el idioma seleccionado.
Chapter 5. address
This chapter describes the commands under the address
command.
5.1. address scope create Copiar enlaceEnlace copiado en el portapapeles!
Create a new Address Scope
Usage:
Value | Summary |
---|---|
<name> | New address scope name |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--ip-version {4,6} | Ip version (default is 4) |
--project <project> | Owner’s project (name or id) |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--share | Share the address scope between projects |
--no-share | Do not share the address scope between projects (default) |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
5.2. address scope delete Copiar enlaceEnlace copiado en el portapapeles!
Delete address scope(s)
Usage:
openstack address scope delete [-h] <address-scope> [<address-scope> ...]
openstack address scope delete [-h]
<address-scope> [<address-scope> ...]
Value | Summary |
---|---|
<address-scope> | Address scope(s) to delete (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
5.3. address scope list Copiar enlaceEnlace copiado en el portapapeles!
List address scopes
Usage:
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--name <name> | List only address scopes of given name in output |
--ip-version <ip-version> | List address scopes of given ip version networks (4 or 6) |
--project <project> | List address scopes according to their project (name or ID) |
--project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
--share | List address scopes shared between projects |
--no-share | List address scopes not shared between projects |
Value | Summary |
---|---|
-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
--sort-column SORT_COLUMN | Specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
Value | Summary |
---|---|
--quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |
5.4. address scope set Copiar enlaceEnlace copiado en el portapapeles!
Set address scope properties
Usage:
openstack address scope set [-h] [--name <name>] [--share | --no-share] <address-scope>
openstack address scope set [-h] [--name <name>] [--share | --no-share]
<address-scope>
Value | Summary |
---|---|
<address-scope> | Address scope to modify (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--name <name> | Set address scope name |
--share | Share the address scope between projects |
--no-share | Do not share the address scope between projects |
5.5. address scope show Copiar enlaceEnlace copiado en el portapapeles!
Display address scope details
Usage:
openstack address scope show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] <address-scope>
openstack address scope show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<address-scope>
Value | Summary |
---|---|
<address-scope> | Address scope to display (name or id) |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
Value | Summary |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
-c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
Value | Summary |
---|---|
--noindent | Whether to disable indenting the json |
Value | Summary |
---|---|
--prefix PREFIX | Add a prefix to all variable names |
Value | Summary |
---|---|
--max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
--fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
--print-empty | Print empty table if there is no data to show. |