|
343 | 343 | "id": "${COMMAND_NAME} sl subnet cancel IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet cancel 12345678 -f\n This command cancels subnet with ID 12345678 without asking for confirmation.", |
344 | 344 | "translation": "${COMMAND_NAME} sl subnet cancel IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet cancel 12345678 -f\n This command cancels subnet with ID 12345678 without asking for confirmation." |
345 | 345 | }, |
346 | | - { |
347 | | - "id": "${COMMAND_NAME} sl subnet create NETWORK QUANTITY VLAN_ID [OPTIONS]\n\t\n\tAdd a new subnet to your account. Valid quantities vary by type.\n\t\n\tType - Valid Quantities (IPv4)\n \tpublic - 4, 8, 16, 32\n \tprivate - 4, 8, 16, 32, 64\n\n \tType - Valid Quantities (IPv6)\n\tpublic - 64\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet create public 16 567 \n This command creates a public subnet with 16 IPv4 addresses and places it on vlan with ID 567.", |
348 | | - "translation": "${COMMAND_NAME} sl subnet create NETWORK QUANTITY VLAN_ID [OPTIONS]\n\t\n\tAdd a new subnet to your account. Valid quantities vary by type.\n\t\n\tType - Valid Quantities (IPv4)\n \tpublic - 4, 8, 16, 32\n \tprivate - 4, 8, 16, 32, 64\n\n \tType - Valid Quantities (IPv6)\n\tpublic - 64\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet create public 16 567 \n This command creates a public subnet with 16 IPv4 addresses and places it on vlan with ID 567." |
349 | | - }, |
350 | 346 | { |
351 | 347 | "id": "${COMMAND_NAME} sl subnet detail IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet detail 12345678 \n This command shows detailed information about subnet with ID 12345678, including virtual servers and hardware servers information.", |
352 | 348 | "translation": "${COMMAND_NAME} sl subnet detail IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet detail 12345678 \n This command shows detailed information about subnet with ID 12345678, including virtual servers and hardware servers information." |
|
403 | 399 | "id": "${COMMAND_NAME} sl user detail-edit IDENTIFIER [OPTIONS]\n\nEXAMPLE: \n ${COMMAND_NAME} sl user detail-edit USER_ID --template '{\"firstName\": \"Test\", \"lastName\": \"Testerson\"}'\n This command edit a users details.", |
404 | 400 | "translation": "${COMMAND_NAME} sl user detail-edit IDENTIFIER [OPTIONS]\n\nEXAMPLE: \n ${COMMAND_NAME} sl user detail-edit USER_ID --template '{\"firstName\": \"Test\", \"lastName\": \"Testerson\"}'\n This command edit a users details." |
405 | 401 | }, |
406 | | - { |
407 | | - "id": "${COMMAND_NAME} sl user edit-notifications [OPTIONS] NOTIFICATIONS\n\n\t\tNotification names should be enclosed in quotation marks. Examples:\n\t\t\tslcli user edit-notifications --enable 'Order Approved'\n\t\t\tslcli user edit-notifications --enable 'Order Approved' --enable 'Reload Complete'", |
408 | | - "translation": "${COMMAND_NAME} sl user edit-notifications [OPTIONS] NOTIFICATIONS\n\n\t\tNotification names should be enclosed in quotation marks. Examples:\n\t\t\tslcli user edit-notifications --enable 'Order Approved'\n\t\t\tslcli user edit-notifications --enable 'Order Approved' --enable 'Reload Complete'" |
409 | | - }, |
410 | 402 | { |
411 | 403 | "id": "${COMMAND_NAME} sl vlan cancel IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vlan cancel 12345678 -f\n This command cancels vlan with ID 12345678 without asking for confirmation.", |
412 | 404 | "translation": "${COMMAND_NAME} sl vlan cancel IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vlan cancel 12345678 -f\n This command cancels vlan with ID 12345678 without asking for confirmation." |
|
2583 | 2575 | "id": "Edit an SSH key", |
2584 | 2576 | "translation": "Edit an SSH key" |
2585 | 2577 | }, |
| 2578 | + { |
| 2579 | + "id": "Edit bandwidth pool.", |
| 2580 | + "translation": "Edit bandwidth pool." |
| 2581 | + }, |
2586 | 2582 | { |
2587 | 2583 | "id": "Edit by host record, such as www", |
2588 | 2584 | "translation": "Edit by host record, such as www" |
|
6283 | 6279 | "id": "Note: IOPS above 6,000 available only in: https://cloud.ibm.com/docs/BlockStorage?topic=BlockStorage-selectDC", |
6284 | 6280 | "translation": "Note: IOPS above 6,000 available only in: https://cloud.ibm.com/docs/BlockStorage?topic=BlockStorage-selectDC" |
6285 | 6281 | }, |
| 6282 | + { |
| 6283 | + "id": "Note: This virtual server will be rebooted once the upgrade order is placed.\nThe instance is halted until the upgrade transaction is completed. However for Network, no reboot is required.\n\nEXAMPLE:\n\t${COMMAND_NAME} sl vs upgrade 12345678 -c 8 -m 8192 --network 1000\n\tThis commands upgrades virtual server instance with ID 12345678 and set number of CPU cores to 8, memory to 8192M, network port speed to 1000 Mbps.", |
| 6284 | + "translation": "Note: This virtual server will be rebooted once the upgrade order is placed.\nThe instance is halted until the upgrade transaction is completed. However for Network, no reboot is required.\n\nEXAMPLE:\n\t${COMMAND_NAME} sl vs upgrade 12345678 -c 8 -m 8192 --network 1000\n\tThis commands upgrades virtual server instance with ID 12345678 and set number of CPU cores to 8, memory to 8192M, network port speed to 1000 Mbps." |
| 6285 | + }, |
6286 | 6286 | { |
6287 | 6287 | "id": "Notes", |
6288 | 6288 | "translation": "Notes" |
|
6291 | 6291 | "id": "Notes to set on the new snapshot", |
6292 | 6292 | "translation": "Notes to set on the new snapshot" |
6293 | 6293 | }, |
| 6294 | + { |
| 6295 | + "id": "Notification names should be enclosed in quotation marks.\nEXAMPLE:\n\tslcli user edit-notifications --enable 'Order Approved'\n\tslcli user edit-notifications --enable 'Order Approved' --enable 'Reload Complete'", |
| 6296 | + "translation": "Notification names should be enclosed in quotation marks.\nEXAMPLE:\n\tslcli user edit-notifications --enable 'Order Approved'\n\tslcli user edit-notifications --enable 'Order Approved' --enable 'Reload Complete'" |
| 6297 | + }, |
6294 | 6298 | { |
6295 | 6299 | "id": "Notify", |
6296 | 6300 | "translation": "Notify" |
|
9443 | 9447 | "id": "VPN password to set for this user.", |
9444 | 9448 | "translation": "VPN password to set for this user." |
9445 | 9449 | }, |
| 9450 | + { |
| 9451 | + "id": "Valid quantities vary by type.\n\t- public IPv4: 4, 8, 16, 32\n\t- private IPv4: 4, 8, 16, 32, 64\n\t- public IPv6: 64\n\nEXAMPLE:\n\t${COMMAND_NAME} sl subnet create public 16 567\n\tThis command creates a public subnet with 16 IPv4 addresses and places it on vlan with ID 567.", |
| 9452 | + "translation": "Valid quantities vary by type.\n\t- public IPv4: 4, 8, 16, 32\n\t- private IPv4: 4, 8, 16, 32, 64\n\t- public IPv6: 64\n\nEXAMPLE:\n\t${COMMAND_NAME} sl subnet create public 16 567\n\tThis command creates a public subnet with 16 IPv4 addresses and places it on vlan with ID 567." |
| 9453 | + }, |
9446 | 9454 | { |
9447 | 9455 | "id": "Value", |
9448 | 9456 | "translation": "Value" |
|
9947 | 9955 | "id": "drive", |
9948 | 9956 | "translation": "drive" |
9949 | 9957 | }, |
9950 | | - { |
9951 | | - "id": "Edit bandwidth pool.", |
9952 | | - "translation": "Edit bandwidth pool." |
9953 | | - }, |
9954 | 9958 | { |
9955 | 9959 | "id": "either [--label] or [--note] must be specified to edit SSH key.", |
9956 | 9960 | "translation": "either [--label] or [--note] must be specified to edit SSH key." |
|
0 commit comments