X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=vimconn.py;h=ed259e43eba46bebdd03a4b6fd4085c0638dacf7;hb=ac1e379bcb9d68731df3b988cb622f69468d904a;hp=a9bd9be6c53fe50164db3dbac2758d293ec25594;hpb=b3d367468fb470724f4846bed34af7859e136524;p=osm%2FRO.git diff --git a/vimconn.py b/vimconn.py index a9bd9be6..ed259e43 100644 --- a/vimconn.py +++ b/vimconn.py @@ -232,6 +232,8 @@ class vimconnector(): 'id': (mandatory) VIM network id 'name': (mandatory) VIM network name 'status': (mandatory) can be 'ACTIVE', 'INACTIVE', 'DOWN', 'BUILD', 'ERROR', 'VIM_ERROR', 'OTHER' + 'network_type': (optional) can be 'vxlan', 'vlan' or 'flat' + 'segmentation_id': (optional) in case network_type is vlan or vxlan this field contains the segmentation id 'error_msg': (optional) text that explains the ERROR status other VIM specific fields: (optional) whenever possible using the same naming of filter_dict param List can be empty if no network map the filter_dict. Raise an exception only upon VIM connectivity,