Este conteúdo não está disponível no idioma selecionado.
Chapter 64. sfc
This chapter describes the commands under the sfc command.
64.1. sfc flow classifier create Copiar o linkLink copiado para a área de transferência!
Usage:
Create a flow classifier
| Value | Summary |
|---|---|
| <name> | Name of the flow classifier |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the flow classifier |
| --protocol <protocol> | IP protocol name. Protocol name should be as per IANA standard. |
| --ethertype {IPv4,IPv6} | L2 ethertype, default is IPv4 |
| --source-port <min-port>:<max-port> | Source protocol port (allowed range [1,65535]. Must be specified as a:b, where a=min-port and b=max-port) in the allowed range. |
| --destination-port <min-port>:<max-port> | Destination protocol port (allowed range [1,65535]. Must be specified as a:b, where a=min-port and b=max- port) in the allowed range. |
| --source-ip-prefix <source-ip-prefix> | Source IP address in CIDR notation |
| --destination-ip-prefix <destination-ip-prefix> | Destination IP address in CIDR notation |
| --logical-source-port <logical-source-port> | Neutron source port (name or ID) |
| --logical-destination-port <logical-destination-port> | Neutron destination port (name or ID) |
| --l7-parameters L7_PARAMETERS | Dictionary of L7 parameters. Currently, no value is supported for this option. |
| 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 |
This command is provided by the python-neutronclient plugin.
64.2. sfc flow classifier delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc flow classifier delete [-h] <flow-classifier>
openstack sfc flow classifier delete [-h] <flow-classifier>
Delete a given flow classifier
| Value | Summary |
|---|---|
| <flow-classifier> | Flow classifier to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.3. sfc flow classifier list Copiar o linkLink copiado para a área de transferência!
Usage:
List flow classifiers
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| 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 |
This command is provided by the python-neutronclient plugin.
64.4. sfc flow classifier set Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc flow classifier set [-h] [--name <name>]
[--description <description>]
<flow-classifier>
openstack sfc flow classifier set [-h] [--name <name>]
[--description <description>]
<flow-classifier>
Set flow classifier properties
| Value | Summary |
|---|---|
| <flow-classifier> | Flow classifier to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the flow classifier |
| --description <description> | Description for the flow classifier |
This command is provided by the python-neutronclient plugin.
64.5. sfc flow classifier show Copiar o linkLink copiado para a área de transferência!
Usage:
Display flow classifier details
| Value | Summary |
|---|---|
| <flow-classifier> | Flow classifier 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 |
This command is provided by the python-neutronclient plugin.
64.6. sfc port chain create Copiar o linkLink copiado para a área de transferência!
Usage:
Create a port chain
| Value | Summary |
|---|---|
| <name> | Name of the port chain |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the port chain |
| --flow-classifier <flow-classifier> | Add flow classifier (name or ID). This option can be repeated. |
| --chain-parameters correlation=<correlation-type>,symmetric=<boolean> | Dictionary of chain parameters. Supports correlation=(mpls |
| nsh) (default is mpls) and symmetric=(true | false). |
| --port-pair-group <port-pair-group> | Add port pair group (name or ID). This option can be repeated. |
| 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 |
This command is provided by the python-neutronclient plugin.
64.7. sfc port chain delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc port chain delete [-h] <port-chain>
openstack sfc port chain delete [-h] <port-chain>
Delete a given port chain
| Value | Summary |
|---|---|
| <port-chain> | Port chain to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.8. sfc port chain list Copiar o linkLink copiado para a área de transferência!
Usage:
List port chains
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| 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 |
This command is provided by the python-neutronclient plugin.
64.9. sfc port chain set Copiar o linkLink copiado para a área de transferência!
Usage:
Set port chain properties
| Value | Summary |
|---|---|
| <port-chain> | Port chain to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the port chain |
| --description <description> | Description for the port chain |
| --flow-classifier <flow-classifier> | Add flow classifier (name or ID). This option can be repeated. |
| --no-flow-classifier | Remove associated flow classifiers from the port chain |
| --port-pair-group <port-pair-group> | Add port pair group (name or ID). Current port pair groups order is kept, the added port pair group will be placed at the end of the port chain. This option can be repeated. |
| --no-port-pair-group | Remove associated port pair groups from the port chain. At least one --port-pair-group must be specified together. |
This command is provided by the python-neutronclient plugin.
64.10. sfc port chain show Copiar o linkLink copiado para a área de transferência!
Usage:
Display port chain details
| Value | Summary |
|---|---|
| <port-chain> | Port chain 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 |
This command is provided by the python-neutronclient plugin.
64.11. sfc port chain unset Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc port chain unset [-h]
[--flow-classifier <flow-classifier> | --all-flow-classifier]
[--port-pair-group <port-pair-group>]
<port-chain>
openstack sfc port chain unset [-h]
[--flow-classifier <flow-classifier> | --all-flow-classifier]
[--port-pair-group <port-pair-group>]
<port-chain>
Unset port chain properties
| Value | Summary |
|---|---|
| <port-chain> | Port chain to unset (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --flow-classifier <flow-classifier> | Remove flow classifier(s) from the port chain (name or ID). This option can be repeated. |
| --all-flow-classifier | Remove all flow classifiers from the port chain |
| --port-pair-group <port-pair-group> | Remove port pair group(s) from the port chain (name or ID). This option can be repeated. |
This command is provided by the python-neutronclient plugin.
64.12. sfc port pair create Copiar o linkLink copiado para a área de transferência!
Usage:
Create a port pair
| Value | Summary |
|---|---|
| <name> | Name of the port pair |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the port pair |
| --service-function-parameters correlation=<correlation-type>,weight=<weight> | Dictionary of service function parameters. Currently, correlation=(None |
| mpls | nsh) and weight are supported. Weight is an integer that influences the selection of a port pair within a port pair group for a flow. The higher the weight, the more flows will hash to the port pair. The default weight is 1. |
| --ingress <ingress> | Ingress neutron port (name or id) |
| --egress <egress> | Egress neutron port (name or id) |
| 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 |
This command is provided by the python-neutronclient plugin.
64.13. sfc port pair delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc port pair delete [-h] <port-pair>
openstack sfc port pair delete [-h] <port-pair>
Delete a given port pair
| Value | Summary |
|---|---|
| <port-pair> | Port pair to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.14. sfc port pair group create Copiar o linkLink copiado para a área de transferência!
Usage:
Create a port pair group
| Value | Summary |
|---|---|
| <name> | Name of the port pair group |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the port pair group |
| --port-pair <port-pair> | Port pair (name or ID). This option can be repeated. |
| --enable-tap | Port pairs of this port pair group are deployed as passive tap service function |
| --disable-tap | Port pairs of this port pair group are deployed as l3 service function (default) |
| --port-pair-group-parameters lb-fields=<lb-fields> | Dictionary of port pair group parameters. Currently only one parameter lb-fields is supported. <lb-fields> is a & separated list of load-balancing fields. |
| 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 |
This command is provided by the python-neutronclient plugin.
64.15. sfc port pair group delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc port pair group delete [-h] <port-pair-group>
openstack sfc port pair group delete [-h] <port-pair-group>
Delete a given port pair group
| Value | Summary |
|---|---|
| <port-pair-group> | Port pair group to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.16. sfc port pair group list Copiar o linkLink copiado para a área de transferência!
Usage:
List port pair group
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| 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 |
This command is provided by the python-neutronclient plugin.
64.17. sfc port pair group set Copiar o linkLink copiado para a área de transferência!
Usage:
Set port pair group properties
| Value | Summary |
|---|---|
| <port-pair-group> | Port pair group to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the port pair group |
| --description <description> | Description for the port pair group |
| --port-pair <port-pair> | Port pair (name or ID). This option can be repeated. |
| --no-port-pair | Remove all port pair from port pair group |
This command is provided by the python-neutronclient plugin.
64.18. sfc port pair group show Copiar o linkLink copiado para a área de transferência!
Usage:
Display port pair group details
| Value | Summary |
|---|---|
| <port-pair-group> | Port pair group 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 |
This command is provided by the python-neutronclient plugin.
64.19. sfc port pair group unset Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc port pair group unset [-h]
[--port-pair <port-pair> | --all-port-pair]
<port-pair-group>
openstack sfc port pair group unset [-h]
[--port-pair <port-pair> | --all-port-pair]
<port-pair-group>
Unset port pairs from port pair group
| Value | Summary |
|---|---|
| <port-pair-group> | Port pair group to unset (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --port-pair <port-pair> | Remove port pair(s) from the port pair group (name or ID). This option can be repeated. |
| --all-port-pair | Remove all port pairs from the port pair group |
This command is provided by the python-neutronclient plugin.
64.20. sfc port pair list Copiar o linkLink copiado para a área de transferência!
Usage:
List port pairs
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| 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 |
This command is provided by the python-neutronclient plugin.
64.21. sfc port pair set Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc port pair set [-h] [--name <name>]
[--description <description>]
<port-pair>
openstack sfc port pair set [-h] [--name <name>]
[--description <description>]
<port-pair>
Set port pair properties
| Value | Summary |
|---|---|
| <port-pair> | Port pair to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the port pair |
| --description <description> | Description for the port pair |
This command is provided by the python-neutronclient plugin.
64.22. sfc port pair show Copiar o linkLink copiado para a área de transferência!
Usage:
Display port pair details
| Value | Summary |
|---|---|
| <port-pair> | Port pair 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 |
This command is provided by the python-neutronclient plugin.
64.23. sfc service graph create Copiar o linkLink copiado para a área de transferência!
Usage:
Create a service graph.
| Value | Summary |
|---|---|
| <name> | Name of the service graph. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description DESCRIPTION | Description for the service graph. |
| --branching-point SRC_CHAIN:DST_CHAIN_1,DST_CHAIN_2,DST_CHAIN_N | Service graph branching point: the key is the source Port Chain while the value is a list of destination Port Chains. This option can be repeated. |
| 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 |
This command is provided by the python-neutronclient plugin.
64.24. sfc service graph delete Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc service graph delete [-h] <service-graph>
openstack sfc service graph delete [-h] <service-graph>
Delete a given service graph.
| Value | Summary |
|---|---|
| <service-graph> | Id or name of the service graph to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.25. sfc service graph list Copiar o linkLink copiado para a área de transferência!
Usage:
List service graphs
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| 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 |
This command is provided by the python-neutronclient plugin.
64.26. sfc service graph set Copiar o linkLink copiado para a área de transferência!
Usage:
openstack sfc service graph set [-h] [--name <name>]
[--description <description>]
<service-graph>
openstack sfc service graph set [-h] [--name <name>]
[--description <description>]
<service-graph>
Set service graph properties
| Value | Summary |
|---|---|
| <service-graph> | Service graph to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the service graph |
| --description <description> | Description for the service graph |
This command is provided by the python-neutronclient plugin.
64.27. sfc service graph show Copiar o linkLink copiado para a área de transferência!
Usage:
Show information of a given service graph.
| Value | Summary |
|---|---|
| <service-graph> | Id or name of the service graph 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 |
|---|---|
| --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 |
This command is provided by the python-neutronclient plugin.