docs/subcommands/compute-engine/natgateway_update.md in knife-ionoscloud-6.1.1 vs docs/subcommands/compute-engine/natgateway_update.md in knife-ionoscloud-6.1.2

- old
+ new

@@ -10,14 +10,15 @@ ### Required options: * datacenter\_id * natgateway\_id -* ionoscloud\_username -* ionoscloud\_password ```text + ionoscloud_url: --url URL + the Ionoscloud API URL + extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file datacenter_id: --datacenter-id DATACENTER_ID, -D DATACENTER_ID iD of the data center (required) @@ -33,19 +34,19 @@ lans: --lans LAN[,LAN,...] collection of LANs connected to the NAT gateway. IPs must contain valid subnet mask. If user will not provide any IP then system will generate an IP with /24 subnet. ionoscloud_username: --username USERNAME, -u USERNAME - your Ionoscloud username (required) + your Ionoscloud username ionoscloud_password: --password PASSWORD, -p PASSWORD - your Ionoscloud password (required) + your Ionoscloud password - ionoscloud_url: --url URL - the Ionoscloud API URL + ionoscloud_token: --token PASSWORD + your Ionoscloud access token ``` ## Example ```text -knife ionoscloud natgateway update --extra-config EXTRA_CONFIG_FILE_PATH --datacenter-id DATACENTER_ID --natgateway-id NATGATEWAY_ID --name NAME --ips IP[,IP,...] --lans LAN[,LAN,...] --username USERNAME --password PASSWORD --url URL +knife ionoscloud natgateway update --url URL --extra-config EXTRA_CONFIG_FILE_PATH --datacenter-id DATACENTER_ID --natgateway-id NATGATEWAY_ID --name NAME --ips IP[,IP,...] --lans LAN[,LAN,...] --username USERNAME --password PASSWORD --token PASSWORD ```