File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1512515125 "description" : " Create a new VPN connection in a private space." ,
1512615126 "href" : " /spaces/{(%23%2Fdefinitions%2Fspace%2Fdefinitions%2Fidentity)}/vpn-connections" ,
1512715127 "rel" : " create" ,
15128+ "schema" : {
15129+ "properties" : {
15130+ "name" : {
15131+ "$ref" : " #/definitions/vpn-connection/definitions/name"
15132+ },
15133+ "public_ip" : {
15134+ "$ref" : " #/definitions/vpn-connection/definitions/public_ip"
15135+ },
15136+ "routable_cidrs" : {
15137+ "$ref" : " #/definitions/vpn-connection/definitions/routable_cidrs"
15138+ }
15139+ },
15140+ "required" : [
15141+ " name" ,
15142+ " public_ip" ,
15143+ " routable_cidrs"
15144+ ],
15145+ "type" : [
15146+ " object"
15147+ ]
15148+ },
1512815149 "targetSchema" : {
1512915150 "$ref" : " #/definitions/vpn-connection"
1513015151 },
You can’t perform that action at this time.
0 commit comments