Reserves an IP block at a specified location that can be used by resources within any VDCs provisioned in that same location. An IP block consists of one or more static IP addresses. The IP block size (number of IP addresses) and location are required to reserve an IP block.
knife ionoscloud ipblock create (options)
Available options:
Required options:
size
location
ionoscloud_username
ionoscloud_password
location: --location LOCATION, -l LOCATION
location of the IP block (us/las, us/ewr, de/fra, de/fkb) (required)
size: --size INT, -S INT
the number of IP addresses to reserve (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)
extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH
path to the additional config file
Example
knife ionoscloud ipblock create --location LOCATION --size INT --name NAME --username USERNAME --password PASSWORD --extra-config EXTRA_CONFIG_FILE_PATH