此内容没有您所选择的语言版本。
8.244. neutron vpn-ikepolicy-update
usage: neutron vpn-ikepolicy-update [-h] [--request-format {json}] [--name NAME] [--description DESCRIPTION] [--auth-algorithm AUTH_ALGORITHM] [--encryption-algorithm ENCRYPTION_ALGORITHM] [--phase1-negotiation-mode {main}] [--ike-version {v1,v2}] [--pfs PFS] [--lifetime units=UNITS,value=VALUE] IKEPOLICY
Positional arguments
- IKEPOLICY
ID or name of IKE policy to update.
Optional arguments
- -h, --help
show this help message and exit
- --request-format {json}
DEPRECATED! Only JSON request format is supported.
- --name NAME
Updated name of the IKE policy.
- --description DESCRIPTION
Description of the IKE policy.
- --auth-algorithm AUTH_ALGORITHM
Authentication algorithm, default:sha1.
- --encryption-algorithm ENCRYPTION_ALGORITHM
Encryption algorithm, default:aes-128.
- --phase1-negotiation-mode {main}
IKE Phase1 negotiation mode, default:main.
- --ike-version {v1,v2}
IKE version for the policy, default:v1.
- --pfs PFS
Perfect Forward Secrecy, default:group5.
- --lifetime
units=UNITS,value=VALUE
IKE lifetime attributes. 'units'-seconds,
default:seconds. 'value'-non negative integer,
default:3600.