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

Update

nectl network l3 nat load-balance update

Update Load Balance

nectl network l3 nat load-balance update [flags]

Examples

  nectl network l3 nat load-balance update \
    --network-uuid 8e59b0bb-f9b7-43c5-8dba-9ab511898b78 \
    --upstream 100.64.0.100 --downstream 192.168.0.100 --downstream 192.168.0.101

Options

      --downstream ipSlice    Downstream Load Balance IP address (default [])
  -h, --help                  help for update
      --network-uuid string   L3 network ID
      --replace               Replace existing Load Balance Downstream address
      --upstream ip           Virtual Load Balance IP address

Options inherited from parent commands

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

SEE ALSO