Перейти к содержанию

Create

nectl interface storage create

Create Storage interface

nectl interface storage create [flags]

Examples

  nectl interface storage create -n 9c4fe0e5-66ba-40d3-bda2-01233d157a56 \
    -a 10.0.0.1/24 -v 333 -m de:ad:be:ef:00:00

Options

  -a, --address string        IP address of the storage interface
  -h, --help                  help for create
      --id string             Storage interface ID (optional)
  -m, --mac string            MAC address of the storage interface
  -n, --network-uuid string   Storage network UUID
  -v, --vlan-id uint32        VLAN ID of the storage interface

Options inherited from parent commands

      --host string   gRPC server host (default "127.0.0.1")
      --port uint16   gRPC server port (default 30666)

SEE ALSO