Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 62. region
This chapter describes the commands under the region
command.
62.1. region create Link kopierenLink in die Zwischenablage kopiert!
Create new region
Usage:
Value | Summary |
---|---|
<region-id> | New region id |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--parent-region <region-id> | Parent region id |
--description <description> | New region description |
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. |
62.2. region delete Link kopierenLink in die Zwischenablage kopiert!
Delete region(s)
Usage:
openstack region delete [-h] <region-id> [<region-id> ...]
openstack region delete [-h] <region-id> [<region-id> ...]
Value | Summary |
---|---|
<region-id> | Region id(s) to delete |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
62.3. region list Link kopierenLink in die Zwischenablage kopiert!
List regions
Usage:
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--parent-region <region-id> | Filter by parent region id |
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. |
62.4. region set Link kopierenLink in die Zwischenablage kopiert!
Set region properties
Usage:
openstack region set [-h] [--parent-region <region-id>] [--description <description>] <region-id>
openstack region set [-h] [--parent-region <region-id>]
[--description <description>]
<region-id>
Value | Summary |
---|---|
<region-id> | Region to modify |
Value | Summary |
---|---|
-h, --help | Show this help message and exit |
--parent-region <region-id> | New parent region id |
--description <description> | New region description |
62.5. region show Link kopierenLink in die Zwischenablage kopiert!
Display region details
Usage:
openstack region show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] <region-id>
openstack region show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<region-id>
Value | Summary |
---|---|
<region-id> | Region to display |
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. |