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

Create

nectl qos egress create

create a new Egress QoS policy

Synopsis

create a new Egress QoS policy for use in networks

nectl qos egress create [flags]

Examples

  nectl qos egress create --cir <CIR> --cbs <CBS>
  nectl qos egress create --id <qos-id> --cir <CIR> --cbs <CBS>

Options

      --cbs uint    CBS of QoS
      --cir uint    CIR of QoS
  -h, --help        help for create
      --id string   ID of QoS

Options inherited from parent commands

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

SEE ALSO