@@ -280,4 +280,64 @@ private String extractJwtToken(String apiCredentials) {
280280 return null ;
281281 }
282282 }
283+ @ Override
284+ public org .apache .cloudstack .vnf .VnfConnectivityResult testVnfConnectivity (Object cmd ) throws com .cloud .exception .CloudException {
285+ // TODO: Implement testVnfConnectivity
286+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
287+ }
288+
289+ @ Override
290+ public org .apache .cloudstack .vnf .VnfReconciliationResult reconcileVnfNetwork (Object cmd ) throws com .cloud .exception .CloudException {
291+ // TODO: Implement reconcileVnfNetwork
292+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
293+ }
294+
295+ @ Override
296+ public String uploadVnfDictionary (Object cmd ) throws com .cloud .exception .CloudException {
297+ // TODO: Implement uploadVnfDictionary
298+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
299+ }
300+
301+ @ Override
302+ public java .util .List <org .apache .cloudstack .vnf .VnfDictionary > listVnfDictionaries (Object cmd ) throws com .cloud .exception .CloudException {
303+ // TODO: Implement listVnfDictionaries
304+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
305+ }
306+
307+ @ Override
308+ public String createFirewallRule (Object cmd ) throws com .cloud .exception .CloudException {
309+ // TODO: Implement createFirewallRule
310+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
311+ }
312+
313+ @ Override
314+ public String deleteVnfFirewallRule (Object cmd ) throws com .cloud .exception .CloudException {
315+ // TODO: Implement deleteVnfFirewallRule
316+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
317+ }
318+
319+ @ Override
320+ public String updateVnfFirewallRule (Object cmd ) throws com .cloud .exception .CloudException {
321+ // TODO: Implement updateVnfFirewallRule
322+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
323+ }
324+
325+ @ Override
326+ public String createVnfNATRule (Object cmd ) throws com .cloud .exception .CloudException {
327+ // TODO: Implement createVnfNATRule
328+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
329+ }
330+
331+ @ Override
332+ public org .apache .cloudstack .vnf .VnfConnectivityResult testConnectivity (Long vnfApplianceId ) throws com .cloud .exception .CloudException {
333+ // TODO: Implement testConnectivity
334+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
335+ }
336+
337+ @ Override
338+ public org .apache .cloudstack .vnf .VnfReconciliationResult reconcileNetwork (Long networkId ) throws com .cloud .exception .CloudException {
339+ // TODO: Implement reconcileNetwork
340+ throw new com .cloud .exception .CloudException ("Not yet implemented" );
341+ }
342+
283343}
0 commit comments