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

Create

nectl qos ingress create

create a new Ingress QoS policy

Synopsis

create a new Ingress QoS policy for use in networks (CIR in bps, CBS in bytes)

nectl qos ingress create [flags]

Examples

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

Options

      --cbs uint    CBS of QoS (bytes)
      --cir uint    CIR of QoS (bps)
  -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