Sha256: a9c31a03afdaf7cff28f92dbad9443d0f1309292f5131ef102b6b3d06b485c0b
Contents?: true
Size: 1.14 KB
Versions: 4
Compression:
Stored size: 1.14 KB
Contents
# IpfailoverRemove Remove IP Failover from LAN ```text knife ionoscloud ipfailover remove (options) ``` ## Available options: ### Required options: * datacenter\_id * lan\_id * ip * nic\_id * ionoscloud\_username * ionoscloud\_password ```text datacenter_id: --datacenter-id DATACENTER_ID, -D DATACENTER_ID name of the data center (required) lan_id: --lan-id LAN_ID, -l LAN_ID lan ID (required) ip: --ip IP, -i IP iP to be removed from the IP failover group (required) nic_id: --nic-id NIC_ID, -n NIC_ID nIC to be removed from the IP failover group (required) 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 ```text knife ionoscloud ipfailover remove --datacenter-id DATACENTER_ID --lan-id LAN_ID --ip IP --nic-id NIC_ID --username USERNAME --password PASSWORD --extra-config EXTRA_CONFIG_FILE_PATH ```
Version data entries
4 entries across 4 versions & 1 rubygems