File tree 3 files changed +0
-6
lines changed
3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,6 @@ type NetworkOper struct {
484
484
AllocatedAddressesCount int `json:"allocatedAddressesCount,omitempty"` // Vlan/Vxlan Tag
485
485
AllocatedIPAddresses string `json:"allocatedIPAddresses,omitempty"` // allocated IP addresses
486
486
AvailableIPAddresses string `json:"availableIPAddresses,omitempty"` // Available IP addresses
487
- DnsServerIP string `json:"dnsServerIP,omitempty"` // dns IP for the network
488
487
Endpoints []EndpointOper `json:"endpoints,omitempty"`
489
488
ExternalPktTag int `json:"externalPktTag,omitempty"` // external packet tag
490
489
NumEndpoints int `json:"numEndpoints,omitempty"` // external packet tag
Original file line number Diff line number Diff line change @@ -278,7 +278,6 @@ type NetworkOper struct {
278
278
AllocatedAddressesCount int `json:"allocatedAddressesCount,omitempty"` // Vlan/Vxlan Tag
279
279
AllocatedIPAddresses string `json:"allocatedIPAddresses,omitempty"` // allocated IP addresses
280
280
AvailableIPAddresses string `json:"availableIPAddresses,omitempty"` // Available IP addresses
281
- DnsServerIP string `json:"dnsServerIP,omitempty"` // dns IP for the network
282
281
Endpoints []EndpointOper `json:"endpoints,omitempty"`
283
282
ExternalPktTag int `json:"externalPktTag,omitempty"` // external packet tag
284
283
NumEndpoints int `json:"numEndpoints,omitempty"` // external packet tag
Original file line number Diff line number Diff line change 89
89
"type" : " string" ,
90
90
"title" : " Available IP addresses"
91
91
},
92
- "dnsServerIP" : {
93
- "type" : " string" ,
94
- "title" : " dns IP for the network"
95
- },
96
92
"endpoints" : {
97
93
"type" : " array" ,
98
94
"items" : " endpoint" ,
You can’t perform that action at this time.
0 commit comments