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

borders_add#

Add a new border (NAT gateway)

Usage#

                                                                                                                                                                                                                                                                                                           
 Usage: exordos network borders add [OPTIONS]                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                           

Options#

  • uuid:
    • Type: uuid
    • Default: none
    • Usage: -u --uuid

UUID of the border

  • name:
    • Type: text
    • Default: border
    • Usage: -n --name

Name of the border

  • description:
    • Type: text
    • Default: ``
    • Usage: -D --description

Description

  • project_id (REQUIRED):
    • Type: uuid
    • Default: sentinel.unset
    • Usage: -p --project-id

Project UUID

  • node:
    • Type: uuid
    • Default: none
    • Usage: --node

Target compute node (border_node); wins over --kind

  • kind:
    • Type: choice
    • Default: core_agent
    • Usage: -k --kind

core_agent: the core node's agent; core: a dedicated VM gateway

  • cpu:
    • Type: integer
    • Default: 1
    • Usage: --cpu

VM vCPUs (kind=core)

  • ram:
    • Type: integer
    • Default: 512
    • Usage: --ram

VM RAM MB (kind=core)

  • disk_size:
    • Type: integer
    • Default: 10
    • Usage: --disk-size

VM disk GB (kind=core)

  • snat_specs:
    • Type: text
    • Default: sentinel.unset
    • Usage: -s --snat

SNAT rule: (masquerade) or =

  • forward_specs:
    • Type: text
    • Default: sentinel.unset
    • Usage: -f --forward

DNAT forward: :::[@]

  • help:
    • Type: boolean
    • Default: false
    • Usage: --help

Show this message and exit.

CLI Help#

                                                                                                                                                                                                                                                                                                           
 Usage: exordos network borders add [OPTIONS]