Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 4. address
			This chapter describes the commands under the address command.
		
4.1. address scope create Link kopierenLink in die Zwischenablage kopiert!
Usage:
Create a new Address Scope
| 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 | 
|---|---|
|   --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.  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  | 
4.2. address scope delete Link kopierenLink in die Zwischenablage kopiert!
Usage:
openstack address scope delete [-h]
                                    <address-scope> [<address-scope> ...]
openstack address scope delete [-h]
                                    <address-scope> [<address-scope> ...]
Delete address scope(s)
| Value | Summary | 
|---|---|
|   <address-scope>  |   Address scope(s) to delete (name or id)  | 
| Value | Summary | 
|---|---|
|   -h, --help  |   Show this help message and exit  | 
4.3. address scope list Link kopierenLink in die Zwischenablage kopiert!
Usage:
List address scopes
| 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 | 
|---|---|
|   --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.  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --quote {all,minimal,none,nonnumeric}  |   when to include quotes, defaults to nonnumeric  | 
4.4. address scope set Link kopierenLink in die Zwischenablage kopiert!
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>
Set address scope properties
| 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  | 
4.5. address scope show Link kopierenLink in die Zwischenablage kopiert!
Usage:
Display address scope details
| 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 | 
|---|---|
|   --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.  | 
| Value | Summary | 
|---|---|
|   --noindent  |   Whether to disable indenting the json  | 
| Value | Summary | 
|---|---|
|   --prefix PREFIX  |   Add a prefix to all variable names  |