File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ type EndpointOper struct {
302
302
MacAddress string `json:"macAddress,omitempty"` //
303
303
Network string `json:"network,omitempty"` //
304
304
ServiceName string `json:"serviceName,omitempty"` //
305
+ VirtualPort string `json:"virtualPort,omitempty"` //
305
306
VtepIP string `json:"vtepIP,omitempty"` //
306
307
307
308
}
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ type EndpointOper struct {
108
108
MacAddress string `json:"macAddress,omitempty"` //
109
109
Network string `json:"network,omitempty"` //
110
110
ServiceName string `json:"serviceName,omitempty"` //
111
+ VirtualPort string `json:"virtualPort,omitempty"` //
111
112
VtepIP string `json:"vtepIP,omitempty"` //
112
113
113
114
}
Original file line number Diff line number Diff line change 49
49
},
50
50
"containerName" : {
51
51
"type" : " string"
52
- }
52
+ },
53
+ "virtualPort" : {
54
+ "type" : " string"
55
+ }
53
56
}
54
57
}
55
58
]
You can’t perform that action at this time.
0 commit comments