Este contenido no está disponible en el idioma seleccionado.
Chapter 77. vpn
This chapter describes the commands under the vpn command.
77.1. vpn endpoint group create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create an endpoint group
| Value | Summary |
|---|---|
| <name> | Name for the endpoint group |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the endpoint group |
| --type TYPE | Type of endpoints in group (e.g. subnet, cidr) |
| --value ENDPOINTS | Endpoint(s) for the group. must all be of the same type. (--value) option can be repeated |
| --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. |
| 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.
77.2. vpn endpoint group delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack vpn endpoint group delete [-h]
<endpoint-group>
[<endpoint-group> ...]
openstack vpn endpoint group delete [-h]
<endpoint-group>
[<endpoint-group> ...]
Delete endpoint group(s)
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.3. vpn endpoint group list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List endpoint groups that belong to a given project
| 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.
77.4. vpn endpoint group set Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack vpn endpoint group set [-h] [--description <description>]
[--name <name>]
<endpoint-group>
openstack vpn endpoint group set [-h] [--description <description>]
[--name <name>]
<endpoint-group>
Set endpoint group properties
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the endpoint group |
| --name <name> | Set a name for the endpoint group |
This command is provided by the python-neutronclient plugin.
77.5. vpn endpoint group show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Display endpoint group details
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint 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.
77.6. vpn ike policy create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create an IKE policy
| Value | Summary |
|---|---|
| <name> | Name of the ike policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IKE policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm |
| --encryption-algorithm {aes-128,3des,aes-192,aes-256} | Encryption algorithm |
| --phase1-negotiation-mode {main} | IKE Phase1 negotiation mode |
| --ike-version {v1,v2} | IKE version for the policy |
| --pfs {group5,group2,group14} | Perfect Forward Secrecy |
| --lifetime units=UNITS,value=VALUE | IKE lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --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. |
| 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.
77.7. vpn ike policy delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack vpn ike policy delete [-h] <ike-policy> [<ike-policy> ...]
openstack vpn ike policy delete [-h] <ike-policy> [<ike-policy> ...]
Delete IKE policy (policies)
| Value | Summary |
|---|---|
| <ike-policy> | Ike policy to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.8. vpn ike policy list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List IKE policies that belong to a given project
| 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.
77.9. vpn ike policy set Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Set IKE policy properties
| Value | Summary |
|---|---|
| <ike-policy> | Ike policy to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IKE policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm |
| --encryption-algorithm {aes-128,3des,aes-192,aes-256} | Encryption algorithm |
| --phase1-negotiation-mode {main} | IKE Phase1 negotiation mode |
| --ike-version {v1,v2} | IKE version for the policy |
| --pfs {group5,group2,group14} | Perfect Forward Secrecy |
| --lifetime units=UNITS,value=VALUE | IKE lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --name <name> | Name of the ike policy |
This command is provided by the python-neutronclient plugin.
77.10. vpn ike policy show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Display IKE policy details
| Value | Summary |
|---|---|
| <ike-policy> | Ike policy 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.
77.11. vpn ipsec policy create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create an IPsec policy
| Value | Summary |
|---|---|
| <name> | Name of the ipsec policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IPsec policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm for IPsec policy |
| --encapsulation-mode {tunnel,transport} | Encapsulation mode for IPsec policy |
| --encryption-algorithm {3des,aes-128,aes-192,aes-256} | Encryption algorithm for IPsec policy |
| --lifetime units=UNITS,value=VALUE | IPsec lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --pfs {group2,group5,group14} | Perfect Forward Secrecy for IPsec policy |
| --transform-protocol {esp,ah,ah-esp} | Transform protocol for IPsec policy |
| --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. |
| 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.
77.12. vpn ipsec policy delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack vpn ipsec policy delete [-h]
<ipsec-policy> [<ipsec-policy> ...]
openstack vpn ipsec policy delete [-h]
<ipsec-policy> [<ipsec-policy> ...]
Delete IPsec policy(policies)
| Value | Summary |
|---|---|
| <ipsec-policy> | Ipsec policy to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.13. vpn ipsec policy list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List IPsec policies that belong to a given project
| 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.
77.14. vpn ipsec policy set Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Set IPsec policy properties
| Value | Summary |
|---|---|
| <ipsec-policy> | Ipsec policy to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IPsec policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm for IPsec policy |
| --encapsulation-mode {tunnel,transport} | Encapsulation mode for IPsec policy |
| --encryption-algorithm {3des,aes-128,aes-192,aes-256} | Encryption algorithm for IPsec policy |
| --lifetime units=UNITS,value=VALUE | IPsec lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --pfs {group2,group5,group14} | Perfect Forward Secrecy for IPsec policy |
| --transform-protocol {esp,ah,ah-esp} | Transform protocol for IPsec policy |
| --name <name> | Name of the ipsec policy |
This command is provided by the python-neutronclient plugin.
77.15. vpn ipsec policy show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Display IPsec policy details
| Value | Summary |
|---|---|
| <ipsec-policy> | Ipsec policy 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.
77.16. vpn ipsec site connection create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create an IPsec site connection
| Value | Summary |
|---|---|
| <name> | Set friendly name for the connection |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the connection |
| --dpd 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. |
| --mtu MTU | Mtu size for the connection |
| --initiator {bi-directional,response-only} | Initiator state |
| --peer-cidr PEER_CIDRS | Remote subnet(s) in CIDR format. Cannot be specified when using endpoint groups. Only applicable, if subnet provided for VPN service. |
| --local-endpoint-group LOCAL_ENDPOINT_GROUP | Local endpoint group (name or ID) with subnet(s) for IPsec connection |
| --peer-endpoint-group PEER_ENDPOINT_GROUP | Peer endpoint group (name or ID) with CIDR(s) for IPSec connection |
| --enable | Enable ipsec site connection |
| --disable | Disable ipsec site connection |
| --local-id LOCAL_ID | An id to be used instead of the external ip address for a virtual router |
| --peer-id PEER_ID | Peer router identity for authentication. can be IPv4/IPv6 address, e-mail address, key id, or FQDN |
| --peer-address PEER_ADDRESS | Peer gateway public IPv4/IPv6 address or FQDN |
| --psk PSK | Pre-shared key string. |
| --vpnservice VPNSERVICE | VPN service instance associated with this connection (name or ID) |
| --ikepolicy IKEPOLICY | IKE policy associated with this connection (name or ID) |
| --ipsecpolicy IPSECPOLICY | IPsec policy associated with this connection (name or ID) |
| --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. |
| 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.
77.17. vpn ipsec site connection delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack vpn ipsec site connection delete [-h]
<ipsec-site-connection>
[<ipsec-site-connection> ...]
openstack vpn ipsec site connection delete [-h]
<ipsec-site-connection>
[<ipsec-site-connection> ...]
Delete IPsec site connection(s)
| Value | Summary |
|---|---|
| <ipsec-site-connection> | IPsec site connection to delete (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.18. vpn ipsec site connection list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List IPsec site connections that belong to a given project
| 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.
77.19. vpn ipsec site connection set Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Set IPsec site connection properties
| Value | Summary |
|---|---|
| <ipsec-site-connection> | IPsec site connection to set (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the connection |
| --dpd 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. |
| --mtu MTU | Mtu size for the connection |
| --initiator {bi-directional,response-only} | Initiator state |
| --peer-cidr PEER_CIDRS | Remote subnet(s) in CIDR format. Cannot be specified when using endpoint groups. Only applicable, if subnet provided for VPN service. |
| --local-endpoint-group LOCAL_ENDPOINT_GROUP | Local endpoint group (name or ID) with subnet(s) for IPsec connection |
| --peer-endpoint-group PEER_ENDPOINT_GROUP | Peer endpoint group (name or ID) with CIDR(s) for IPSec connection |
| --enable | Enable ipsec site connection |
| --disable | Disable ipsec site connection |
| --local-id LOCAL_ID | An id to be used instead of the external ip address for a virtual router |
| --peer-id PEER_ID | Peer router identity for authentication. can be IPv4/IPv6 address, e-mail address, key id, or FQDN |
| --peer-address PEER_ADDRESS | Peer gateway public IPv4/IPv6 address or FQDN |
| --name <name> | Set friendly name for the connection |
This command is provided by the python-neutronclient plugin.
77.20. vpn ipsec site connection show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Show information of a given IPsec site connection
| Value | Summary |
|---|---|
| <ipsec-site-connection> | IPsec site connection 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.
77.21. vpn service create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create an VPN service
| Value | Summary |
|---|---|
| <name> | Name for the vpn service |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the VPN service |
| --subnet <subnet> | Local private subnet (name or id) |
| --flavor <flavor> | Flavor for the vpn service (name or id) |
| --enable | Enable vpn service |
| --disable | Disable vpn service |
| --router ROUTER | Router for the vpn service (name or id) |
| --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. |
| 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.
77.22. vpn service delete Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack vpn service delete [-h] <vpn-service> [<vpn-service> ...]
openstack vpn service delete [-h] <vpn-service> [<vpn-service> ...]
Delete VPN service(s)
| Value | Summary |
|---|---|
| <vpn-service> | Vpn service to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.23. vpn service list Copiar enlaceEnlace copiado en el portapapeles!
Usage:
List VPN services that belong to a given project
| 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.
77.24. vpn service set Copiar enlaceEnlace copiado en el portapapeles!
Usage:
openstack vpn service set [-h] [--description <description>]
[--subnet <subnet>] [--flavor <flavor>]
[--enable | --disable] [--name <name>]
<vpn-service>
openstack vpn service set [-h] [--description <description>]
[--subnet <subnet>] [--flavor <flavor>]
[--enable | --disable] [--name <name>]
<vpn-service>
Set VPN service properties
| Value | Summary |
|---|---|
| <vpn-service> | Vpn service to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the VPN service |
| --subnet <subnet> | Local private subnet (name or id) |
| --flavor <flavor> | Flavor for the vpn service (name or id) |
| --enable | Enable vpn service |
| --disable | Disable vpn service |
| --name <name> | Name for the vpn service |
This command is provided by the python-neutronclient plugin.
77.25. vpn service show Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Display VPN service details
| Value | Summary |
|---|---|
| <vpn-service> | Vpn service 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.