1 - pcloud private-connections

Manage Private Connection(s)

Synopsis

Commands to describe, list, and update Private Connections

pcloud private-connections [flags]

Options

  -h, --help   help for private-connections

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

2 - pcloud private-connections describe

Describe Private Connection

Synopsis

Describe Private Connection by Name or ID

pcloud private-connections describe [private_connect_name_or_id] [flags]

Options

  -h, --help   help for describe

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

3 - pcloud private-connections list

List Private Connections

Synopsis

List Private Connections

pcloud private-connections list [flags]

Options

  -h, --help   help for list

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

4 - pcloud private-connections update

Update Private Connection

Synopsis

Update Private Connection by Name or ID

You may:

  • name/rename your private connection
  • increase/decrease allocated bandwidth
  • enable/disable the private connection
pcloud private-connections update [name_or_id] [flags]

Options

  -b, --bandwidth string   When provided, update the bandwidth;
                           allowed values are:
                           [BPS_100M BPS_200M BPS_300M BPS_400M BPS_500M BPS_1G]
                           BPS is bits per second; 'M' is mega and 'G' is Giga
  -d, --disable            When provided, disable the Private Connection
  -e, --enable             When provided, enable the Private Connection
  -h, --help               help for update
  -n, --name string        When provided, update the name for this Private Connection

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO