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

Vlans

nectl network storage update vlans

Update VLANs to a Storage network

nectl network storage update vlans [flags]

Examples

  nectl network storage update vlans --id <uuid> --add 10-20 --remove 100,200

Options

  -a, --add string      List of VLAN IDs (comma separated)
  -h, --help            help for vlans
      --id string       Storage Network ID (required)
  -r, --remove string   List of VLAN IDs (comma separated)

Options inherited from parent commands

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

SEE ALSO