Sha256: 94565c98a9081eef119fd4c3b496d6743aad8aefb03e0952221302189ae12b2a
Contents?: true
Size: 966 Bytes
Versions: 3
Compression:
Stored size: 966 Bytes
Contents
# IpblockUpdate Updates information about an IP Block. ```text knife ionoscloud ipblock update (options) ``` ## Available options: ### Required options: * ipblock\_id * ionoscloud\_username * ionoscloud\_password ```text extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file ipblock_id: --ipblock-id IPBLOCK_ID, -I IPBLOCK_ID iD of the IPBlock. (required) name: --name NAME, -n NAME name of the IP block ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) ionoscloud_url: --url URL the Ionoscloud API URL ``` ## Example ```text knife ionoscloud ipblock update --extra-config EXTRA_CONFIG_FILE_PATH --ipblock-id IPBLOCK_ID --name NAME --username USERNAME --password PASSWORD --url URL ```
Version data entries
3 entries across 3 versions & 1 rubygems