upctl server network-interface modify
Modify a network interface
Examples
Options
| Option | Description |
|---|---|
--index |
Index of the interface to modify. Default: 0 |
--new-index |
New index to move the interface to. Default: 0 |
--bootable |
Whether to try booting through the interface. |
--source-ip-filtering |
Whether source IP filtering is enabled on the interface. Disabling it is allowed only for SDN private interfaces. |
--ip-addresses |
A comma-separated list of IP addresses, multiple can be declared Usage: --ip-address address=94.237.112.143,family=IPv4 Default: [] |
--help, -h |
help for modify Default: false |
Global options
| Option | Description |
|---|---|
--client-timeout, -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output, -o |
Output format. Valid values are human, json and yaml.Default: human |
Related commands
| Command | Description |
|---|---|
| upctl server network-interface | Manage network interface |