@@ -13,29 +13,29 @@ cloudcli server create [flags]
1313### Options
1414
1515```
16- --billingcycle string Servers' Billing Cycle. (hourly | monthly) (optional, default: hourly) (default "hourly")
17- --cpu string CPU count and type. (optional, default: 1B) (default "1B")
18- --dailybackup string Set Daily Backup (yes | no). (optional, default: no) (default "no")
16+ --name string Server name (a-zA-Z0-9()_-). (must be at least 4 characters long, mandatory)
1917 --datacenter string Server datacenter (EU, US-NY2, AS.. see server options subcommand). (mandatory)
18+ --image string Server image name or image ID (see server options subcommand). (mandatory)
19+ --cpu string CPU count and type. (optional, default: 1B) (default "1B")
20+ --ram string Size of server ram in MiB. (optional, default: 1024) (default "1024")
2021 --disk stringArray Configure Persistent Disks, Up to 4 disks allowed. (at least 1 is mandatory)
2122 --disk id=ID,size=SIZE --disk <DISK2>..
2223 ID: first disk # is 0. (optional, default is auto-incremented starting from 0)
2324 SIZE: in GiB. (optional, defaults to one 20GB disk) (default ["id=0,size=20"])
24- -h, --help help for create
25- --image string Server image name or image ID (see server options subcommand). (mandatory)
26- --managed string Set Managed Hosting Services (yes | no). (optional, default: no) (default "no")
27- --monthlypackage string Monthly billing cycle package (see server options subcommand). (optional in monthly billing cycle, default: t5000) (default "t5000")
28- --name string Server name (a-zA-Z0-9()_-). (must be at least 4 characters long, mandatory)
2925 --network stringArray Configure networking, up to 4 networks allowed. (at least 1 is mandatory)
3026 --network id=ID,name=NAME,ip=IP --network <NETWORK2>..
3127 ID: first network # is 0. (optional, default is auto-incremented starting from 0)
3228 NAME: Set the network VLAN name, set 'wan' for wan interface, otherwise, set the name of an existing lan. (mandatory)
3329 IP: Set the IP address of the server’s network interface. Set 'auto' for auto allocation. (mandatory) (default ["id=0,name=wan,ip=auto"])
3430 --password string Server password (a-z, A-Z, 0-9, !@#$^&*()~). (must be 10-20 characters long with at least 1 capital letter, 1 small letter and 1 digit, mandatory)
35- --poweronaftercreate string Power on server after server created. (optional, default: yes) (default "yes")
31+ --dailybackup string Set Daily Backup (yes | no). (optional, default: no) (default "no")
32+ --managed string Set Managed Hosting Services (yes | no). (optional, default: no) (default "no")
3633 --quantity string Number of servers to create, up to 50 servers. (optional, default: 1) (default "1")
37- --ram string Size of server ram in MiB. (optional, default: 1024) (default "1024")
34+ --billingcycle string Servers' Billing Cycle. (hourly | monthly) (optional, default: hourly) (default "hourly")
35+ --monthlypackage string Monthly billing cycle package (see server options subcommand). (optional in monthly billing cycle, default: t5000) (default "t5000")
36+ --poweronaftercreate string Power on server after server created. (optional, default: yes) (default "yes")
3837 --wait Wait for command execution to finish only then exit cli.
38+ -h, --help help for create
3939```
4040
4141### Options inherited from parent commands
@@ -55,4 +55,4 @@ cloudcli server create [flags]
5555
5656* [ cloudcli server] ( cloudcli_server.md ) - Server management
5757
58- ###### Auto generated by spf13/cobra on 24-Jun -2019
58+ ###### Auto generated by spf13/cobra on 21-Jul -2019
0 commit comments