Sha256: a1739beee7a7d7dcb9848cfaab587a31412a6056b3f7e083f8e3dc16b2fa5df9
Contents?: true
Size: 1.3 KB
Versions: 3
Compression:
Stored size: 1.3 KB
Contents
# IpblockCreate 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. ```text knife ionoscloud ipblock create (options) ``` ## Available options: ### Required options: * size * location * 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 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) ionoscloud_url: --url URL the Ionoscloud API URL ``` ## Example ```text knife ionoscloud ipblock create --extra-config EXTRA_CONFIG_FILE_PATH --location LOCATION --size INT --name NAME --username USERNAME --password PASSWORD --url URL ```
Version data entries
3 entries across 3 versions & 1 rubygems