Add CNS api examples for create and delete HNS networks (#337)
* Add examples for create and delete hns network APIs
This commit is contained in:
Родитель
2dbc856ca1
Коммит
09dbe98c59
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"NetworkName": "hnsnw",
|
||||||
|
"NetworkType": "l2tunnel",
|
||||||
|
"Subnets": [
|
||||||
|
{
|
||||||
|
"AddressPrefix": "192.168.255.0/30",
|
||||||
|
"GatewayAddress": "192.168.255.1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"NetworkName": "hnsnw"
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче