Sha256: 9293ece1c34dc54b78bc2951137e506d753a4bfd83172d7003e958501cc16c16
Contents?: true
Size: 1.94 KB
Versions: 3
Compression:
Stored size: 1.94 KB
Contents
# NetworkloadbalancerCreate Creates an Network Load Balancer within the datacenter. ```text knife ionoscloud networkloadbalancer create (options) ``` ## Available options: ### Required options: * datacenter\_id * name * listener\_lan * target\_lan * ips * 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 datacenter_id: --datacenter-id DATACENTER_ID, -D DATACENTER_ID name of the data center (required) name: --name NAME, -n NAME name of the load balancer (required) listener_lan: --listener-lan LISTENER_LAN_ID, -l LISTENER_LAN_ID id of the listening LAN. (inbound) (required) target_lan: --target-lan TARGET_LAN_ID, -t TARGET_LAN_ID id of the balanced private target LAN. (outbound) (required) ips: --ips IP[,IP,...], -i IP[,IP,...] collection of IP addresses of the Network Load Balancer. (inbound and outbound) IP of the listenerLan must be a customer reserved IP for the public load balancer and private IP for the private load balancer. (required) lb_private_ips: --private-ips IP[,IP,...] collection of private IP addresses with subnet mask of the Network Load Balancer. IPs must contain valid subnet mask. If user will not provide any IP then the system will generate one IP with /24 subnet. 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 networkloadbalancer create --extra-config EXTRA_CONFIG_FILE_PATH --datacenter-id DATACENTER_ID --name NAME --listener-lan LISTENER_LAN_ID --target-lan TARGET_LAN_ID --ips IP[,IP,...] --private-ips IP[,IP,...] --username USERNAME --password PASSWORD --url URL ```
Version data entries
3 entries across 3 versions & 1 rubygems