osc network vpn endpoint-group create
Creates a VPN endpoint group.
The endpoint group contains one or more endpoints of a specific type that you can use to create a VPN connections.
Normal response codes: 201
Error response codes: 400, 401
Usage: osc network vpn endpoint-group create [OPTIONS]
Options:
-
--description <DESCRIPTION>
— A human-readable description for the resource. Default is an empty string -
--endpoints <ENDPOINTS>
— List of endpoints of the same type, for the endpoint group. The values will depend on type -
--name <NAME>
— Human-readable name of the resource. Default is an empty string -
--tenant-id <TENANT_ID>
— The ID of the project -
--type <TYPE>
— The type of the endpoints in the group. A valid value issubnet
,cidr
,network
,router
, orvlan
. Onlysubnet
andcidr
are supported at this momentPossible values:
cidr
,network
,router
,subnet
,vlan