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 15125
15125
"description" : " Create a new VPN connection in a private space." ,
15126
15126
"href" : " /spaces/{(%23%2Fdefinitions%2Fspace%2Fdefinitions%2Fidentity)}/vpn-connections" ,
15127
15127
"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
+ },
15128
15149
"targetSchema" : {
15129
15150
"$ref" : " #/definitions/vpn-connection"
15130
15151
},
You can’t perform that action at this time.
0 commit comments