signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_set_(self):
return self.__set_<EOL>
Getter method for set_, mapped from YANG variable /routing_system/route_map/content/set (container) YANG Description: Set values.
f334173:c0:m6
def _set_set_(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=set_.set_, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for set_, mapped from YANG variable /routing_system/route_map/content/set (container) If this variable is read-only (config: false) in the source YANG file, then _set_set_ is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_set_() directly. ...
f334173:c0:m7
def _get_continue_holder(self):
return self.__continue_holder<EOL>
Getter method for continue_holder, mapped from YANG variable /routing_system/route_map/content/continue_holder (container)
f334173:c0:m9
def _set_continue_holder(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=continue_holder.continue_holder, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=Tr...
Setter method for continue_holder, mapped from YANG variable /routing_system/route_map/content/continue_holder (container) If this variable is read-only (config: false) in the source YANG file, then _set_continue_holder is considered as a private method. Backends looking to populate this variable should do so via calli...
f334173:c0:m10
def _get_metric_rmm(self):
return self.__metric_rmm<EOL>
Getter method for metric_rmm, mapped from YANG variable /routing_system/route_map/content/match/metric/metric_rmm (metric-t)
f334174:c0:m3
def _set_metric_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for metric_rmm, mapped from YANG variable /routing_system/route_map/content/match/metric/metric_rmm (metric-t) If this variable is read-only (config: false) in the source YANG file, then _set_metric_rmm is considered as a private method. Backends looking to populate this variable should do so via calling ...
f334174:c0:m4
def _get_route_type_rmm(self):
return self.__route_type_rmm<EOL>
Getter method for route_type_rmm, mapped from YANG variable /routing_system/route_map/content/match/route_type/route_type_rmm (match-route-type-t)
f334175:c0:m3
def _set_route_type_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for route_type_rmm, mapped from YANG variable /routing_system/route_map/content/match/route_type/route_type_rmm (match-route-type-t) If this variable is read-only (config: false) in the source YANG file, then _set_route_type_rmm is considered as a private method. Backends looking to populate this variable...
f334175:c0:m4
def _get_ethernet_rmm(self):
return self.__ethernet_rmm<EOL>
Getter method for ethernet_rmm, mapped from YANG variable /routing_system/route_map/content/match/interface/ethernet_rmm (interface:interface-type) YANG Description: Ethernet
f334176:c0:m3
def _set_ethernet_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']})), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=...
Setter method for ethernet_rmm, mapped from YANG variable /routing_system/route_map/content/match/interface/ethernet_rmm (interface:interface-type) If this variable is read-only (config: false) in the source YANG file, then _set_ethernet_rmm is considered as a private method. Backends looking to populate this variable ...
f334176:c0:m4
def _get_port_channel_rmm(self):
return self.__port_channel_rmm<EOL>
Getter method for port_channel_rmm, mapped from YANG variable /routing_system/route_map/content/match/interface/port_channel_rmm (interface:channel-group-type) YANG Description: Port_channel
f334176:c0:m6
def _set_port_channel_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']})...
Setter method for port_channel_rmm, mapped from YANG variable /routing_system/route_map/content/match/interface/port_channel_rmm (interface:channel-group-type) If this variable is read-only (config: false) in the source YANG file, then _set_port_channel_rmm is considered as a private method. Backends looking to populat...
f334176:c0:m7
def _get_vlan_rmm(self):
return self.__vlan_rmm<EOL>
Getter method for vlan_rmm, mapped from YANG variable /routing_system/route_map/content/match/interface/vlan_rmm (interface:vlan-type) YANG Description: Vlan
f334176:c0:m9
def _set_vlan_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']})...
Setter method for vlan_rmm, mapped from YANG variable /routing_system/route_map/content/match/interface/vlan_rmm (interface:vlan-type) If this variable is read-only (config: false) in the source YANG file, then _set_vlan_rmm is considered as a private method. Backends looking to populate this variable should do so via ...
f334176:c0:m10
def _get_loopback(self):
return self.__loopback<EOL>
Getter method for loopback, mapped from YANG variable /routing_system/route_map/content/match/interface/loopback (loopback-intf:intf-loopback-port-type) YANG Description: Loopback port
f334176:c0:m12
def _set_loopback(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']})...
Setter method for loopback, mapped from YANG variable /routing_system/route_map/content/match/interface/loopback (loopback-intf:intf-loopback-port-type) If this variable is read-only (config: false) in the source YANG file, then _set_loopback is considered as a private method. Backends looking to populate this variable...
f334176:c0:m13
def _get_ve(self):
return self.__ve<EOL>
Getter method for ve, mapped from YANG variable /routing_system/route_map/content/match/interface/ve (interface:ve-type) YANG Description: Virtual port
f334176:c0:m15
def _set_ve(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']})...
Setter method for ve, mapped from YANG variable /routing_system/route_map/content/match/interface/ve (interface:ve-type) If this variable is read-only (config: false) in the source YANG file, then _set_ve is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334176:c0:m16
def _get_community_access_list_name(self):
return self.__community_access_list_name<EOL>
Getter method for community_access_list_name, mapped from YANG variable /routing_system/route_map/content/match/community/community_access_list_name (match-community-list-name-t)
f334177:c0:m3
def _set_community_access_list_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, u...
Setter method for community_access_list_name, mapped from YANG variable /routing_system/route_map/content/match/community/community_access_list_name (match-community-list-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_community_access_list_name is considered as a private method...
f334177:c0:m4
def _get_range_start(self):
return self.__range_start<EOL>
Getter method for range_start, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/best_range/range_start (uint32) YANG Description: DECIMAL start-range <1-16>
f334178:c0:m3
def _set_range_start(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for range_start, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/best_range/range_start (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_range_start is considered as a private method. Backends looking to populate thi...
f334178:c0:m4
def _get_range_end(self):
return self.__range_end<EOL>
Getter method for range_end, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/best_range/range_end (uint32) YANG Description: DECIMAL end-range <1-16>
f334178:c0:m6
def _set_range_end(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for range_end, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/best_range/range_end (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_range_end is considered as a private method. Backends looking to populate this vari...
f334178:c0:m7
def _get_all(self):
return self.__all<EOL>
Getter method for all, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/all (empty) YANG Description: BGP Add-Path advertise all paths (Max 16)
f334179:c0:m3
def _set_all(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT:all>", rest_name="<STR_LIT:all>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>'...
Setter method for all, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/all (empty) If this variable is read-only (config: false) in the source YANG file, then _set_all is considered as a private method. Backends looking to populate this variable should do so via calling ...
f334179:c0:m4
def _get_best(self):
return self.__best<EOL>
Getter method for best, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/best (uint32) YANG Description: BGP Add-Path advertise best n paths
f334179:c0:m6
def _set_best(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for best, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/best (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_best is considered as a private method. Backends looking to populate this variable should do so via call...
f334179:c0:m7
def _get_best_range(self):
return self.__best_range<EOL>
Getter method for best_range, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/best_range (container) YANG Description: Best number range
f334179:c0:m9
def _set_best_range(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=best_range.best_range, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extens...
Setter method for best_range, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/best_range (container) If this variable is read-only (config: false) in the source YANG file, then _set_best_range is considered as a private method. Backends looking to populate this variable ...
f334179:c0:m10
def _get_group_best(self):
return self.__group_best<EOL>
Getter method for group_best, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/group_best (empty) YANG Description: BGP Add-Path advertise group-best path
f334179:c0:m12
def _set_group_best(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for group_best, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set/group_best (empty) If this variable is read-only (config: false) in the source YANG file, then _set_group_best is considered as a private method. Backends looking to populate this variable shou...
f334179:c0:m13
def _get_advertise_set(self):
return self.__advertise_set<EOL>
Getter method for advertise_set, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set (container) YANG Description: BGP Add-Path set
f334180:c0:m3
def _set_advertise_set(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=advertise_set.advertise_set, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ...
Setter method for advertise_set, mapped from YANG variable /routing_system/route_map/content/match/additional_paths/advertise_set (container) If this variable is read-only (config: false) in the source YANG file, then _set_advertise_set is considered as a private method. Backends looking to populate this variable shoul...
f334180:c0:m4
def _get_extcommunity_name(self):
return self.__extcommunity_name<EOL>
Getter method for extcommunity_name, mapped from YANG variable /routing_system/route_map/content/match/extcommunity/extcommunity_name (ip-extcommunity-list-name-t)
f334181:c0:m3
def _set_extcommunity_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u'...
Setter method for extcommunity_name, mapped from YANG variable /routing_system/route_map/content/match/extcommunity/extcommunity_name (ip-extcommunity-list-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_extcommunity_name is considered as a private method. Backends looking to po...
f334181:c0:m4
def _get_prefix_list_rmrs(self):
return self.__prefix_list_rmrs<EOL>
Getter method for prefix_list_rmrs, mapped from YANG variable /routing_system/route_map/content/match/ip/route_source/prefix_list_rmrs (string) YANG Description: IP prefix-list
f334182:c0:m3
def _set_prefix_list_rmrs(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for prefix_list_rmrs, mapped from YANG variable /routing_system/route_map/content/match/ip/route_source/prefix_list_rmrs (string) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_list_rmrs is considered as a private method. Backends looking to populate this variable ...
f334182:c0:m4
def _get_prefix_list_rmm(self):
return self.__prefix_list_rmm<EOL>
Getter method for prefix_list_rmm, mapped from YANG variable /routing_system/route_map/content/match/ip/address/prefix_list_rmm (ip-prefix-name-t) YANG Description: IP prefix-list
f334183:c0:m3
def _set_prefix_list_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for prefix_list_rmm, mapped from YANG variable /routing_system/route_map/content/match/ip/address/prefix_list_rmm (ip-prefix-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_list_rmm is considered as a private method. Backends looking to populate this variabl...
f334183:c0:m4
def _get_acl_rmm(self):
return self.__acl_rmm<EOL>
Getter method for acl_rmm, mapped from YANG variable /routing_system/route_map/content/match/ip/address/acl_rmm (ip-access-list:l3-acl-policy-name) YANG Description: IP ACL
f334183:c0:m6
def _set_acl_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for acl_rmm, mapped from YANG variable /routing_system/route_map/content/match/ip/address/acl_rmm (ip-access-list:l3-acl-policy-name) If this variable is read-only (config: false) in the source YANG file, then _set_acl_rmm is considered as a private method. Backends looking to populate this variable shoul...
f334183:c0:m7
def _get_address(self):
return self.__address<EOL>
Getter method for address, mapped from YANG variable /routing_system/route_map/content/match/ip/address (container) YANG Description: Route address
f334184:c0:m3
def _set_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=address.address, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:address>", rest_name="<STR_LIT:address>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=Tr...
Setter method for address, mapped from YANG variable /routing_system/route_map/content/match/ip/address (container) If this variable is read-only (config: false) in the source YANG file, then _set_address is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334184:c0:m4
def _get_next_hop(self):
return self.__next_hop<EOL>
Getter method for next_hop, mapped from YANG variable /routing_system/route_map/content/match/ip/next_hop (container) YANG Description: Route next hop address
f334184:c0:m6
def _set_next_hop(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=next_hop.next_hop, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for next_hop, mapped from YANG variable /routing_system/route_map/content/match/ip/next_hop (container) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f334184:c0:m7
def _get_route_source(self):
return self.__route_source<EOL>
Getter method for route_source, mapped from YANG variable /routing_system/route_map/content/match/ip/route_source (container) YANG Description: Source address of route
f334184:c0:m9
def _set_route_source(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_source.route_source, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for route_source, mapped from YANG variable /routing_system/route_map/content/match/ip/route_source (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_source is considered as a private method. Backends looking to populate this variable should do so via calli...
f334184:c0:m10
def _get_prefix_list_rmm_n(self):
return self.__prefix_list_rmm_n<EOL>
Getter method for prefix_list_rmm_n, mapped from YANG variable /routing_system/route_map/content/match/ip/next_hop/prefix_list_rmm_n (ip-prefix-name-t) YANG Description: IP prefix-list
f334185:c0:m3
def _set_prefix_list_rmm_n(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for prefix_list_rmm_n, mapped from YANG variable /routing_system/route_map/content/match/ip/next_hop/prefix_list_rmm_n (ip-prefix-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_list_rmm_n is considered as a private method. Backends looking to populate this ...
f334185:c0:m4
def _get_protocol_bgp(self):
return self.__protocol_bgp<EOL>
Getter method for protocol_bgp, mapped from YANG variable /routing_system/route_map/content/match/protocol/bgp_protocol_container/protocol_bgp (empty) YANG Description: BGP protocol.
f334186:c0:m3
def _set_protocol_bgp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for protocol_bgp, mapped from YANG variable /routing_system/route_map/content/match/protocol/bgp_protocol_container/protocol_bgp (empty) If this variable is read-only (config: false) in the source YANG file, then _set_protocol_bgp is considered as a private method. Backends looking to populate this variab...
f334186:c0:m4
def _get_bgp_route_type(self):
return self.__bgp_route_type<EOL>
Getter method for bgp_route_type, mapped from YANG variable /routing_system/route_map/content/match/protocol/bgp_protocol_container/bgp_route_type (enumeration)
f334186:c0:m6
def _set_bgp_route_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:3>}, u'<ST...
Setter method for bgp_route_type, mapped from YANG variable /routing_system/route_map/content/match/protocol/bgp_protocol_container/bgp_route_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_bgp_route_type is considered as a private method. Backends looking to populate...
f334186:c0:m7
def _get_protocol_ospf(self):
return self.__protocol_ospf<EOL>
Getter method for protocol_ospf, mapped from YANG variable /routing_system/route_map/content/match/protocol/ospf_protocol_container/protocol_ospf (empty) YANG Description: OSPF protocol.
f334187:c0:m3
def _set_protocol_ospf(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for protocol_ospf, mapped from YANG variable /routing_system/route_map/content/match/protocol/ospf_protocol_container/protocol_ospf (empty) If this variable is read-only (config: false) in the source YANG file, then _set_protocol_ospf is considered as a private method. Backends looking to populate this va...
f334187:c0:m4
def _get_ospf_route_type(self):
return self.__ospf_route_type<EOL>
Getter method for ospf_route_type, mapped from YANG variable /routing_system/route_map/content/match/protocol/ospf_protocol_container/ospf_route_type (enumeration)
f334187:c0:m6
def _set_ospf_route_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for ospf_route_type, mapped from YANG variable /routing_system/route_map/content/match/protocol/ospf_protocol_container/ospf_route_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_ospf_route_type is considered as a private method. Backends looking to popu...
f334187:c0:m7
def _get_static(self):
return self.__static<EOL>
Getter method for static, mapped from YANG variable /routing_system/route_map/content/match/protocol/protocol_static_container/static (empty) YANG Description: static
f334188:c0:m3
def _set_static(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for static, mapped from YANG variable /routing_system/route_map/content/match/protocol/protocol_static_container/static (empty) If this variable is read-only (config: false) in the source YANG file, then _set_static is considered as a private method. Backends looking to populate this variable should do so...
f334188:c0:m4
def _get_protocol_isis(self):
return self.__protocol_isis<EOL>
Getter method for protocol_isis, mapped from YANG variable /routing_system/route_map/content/match/protocol/isis_protocol_container/protocol_isis (empty) YANG Description: IS-IS protocol.
f334189:c0:m3
def _set_protocol_isis(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for protocol_isis, mapped from YANG variable /routing_system/route_map/content/match/protocol/isis_protocol_container/protocol_isis (empty) If this variable is read-only (config: false) in the source YANG file, then _set_protocol_isis is considered as a private method. Backends looking to populate this va...
f334189:c0:m4
def _get_match_isis_level(self):
return self.__match_isis_level<EOL>
Getter method for match_isis_level, mapped from YANG variable /routing_system/route_map/content/match/protocol/isis_protocol_container/match_isis_level (enumeration)
f334189:c0:m6
def _set_match_isis_level(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for match_isis_level, mapped from YANG variable /routing_system/route_map/content/match/protocol/isis_protocol_container/match_isis_level (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_match_isis_level is considered as a private method. Backends looking to p...
f334189:c0:m7
def _get_protocol_static_container(self):
return self.__protocol_static_container<EOL>
Getter method for protocol_static_container, mapped from YANG variable /routing_system/route_map/content/match/protocol/protocol_static_container (container)
f334190:c0:m3
def _set_protocol_static_container(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=protocol_static_container.protocol_static_container, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethod...
Setter method for protocol_static_container, mapped from YANG variable /routing_system/route_map/content/match/protocol/protocol_static_container (container) If this variable is read-only (config: false) in the source YANG file, then _set_protocol_static_container is considered as a private method. Backends looking to ...
f334190:c0:m4
def _get_bgp_protocol_container(self):
return self.__bgp_protocol_container<EOL>
Getter method for bgp_protocol_container, mapped from YANG variable /routing_system/route_map/content/match/protocol/bgp_protocol_container (container)
f334190:c0:m6
def _set_bgp_protocol_container(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bgp_protocol_container.bgp_protocol_container, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, reg...
Setter method for bgp_protocol_container, mapped from YANG variable /routing_system/route_map/content/match/protocol/bgp_protocol_container (container) If this variable is read-only (config: false) in the source YANG file, then _set_bgp_protocol_container is considered as a private method. Backends looking to populate ...
f334190:c0:m7
def _get_isis_protocol_container(self):
return self.__isis_protocol_container<EOL>
Getter method for isis_protocol_container, mapped from YANG variable /routing_system/route_map/content/match/protocol/isis_protocol_container (container)
f334190:c0:m9
def _set_isis_protocol_container(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=isis_protocol_container.isis_protocol_container, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, r...
Setter method for isis_protocol_container, mapped from YANG variable /routing_system/route_map/content/match/protocol/isis_protocol_container (container) If this variable is read-only (config: false) in the source YANG file, then _set_isis_protocol_container is considered as a private method. Backends looking to popula...
f334190:c0:m10
def _get_ospf_protocol_container(self):
return self.__ospf_protocol_container<EOL>
Getter method for ospf_protocol_container, mapped from YANG variable /routing_system/route_map/content/match/protocol/ospf_protocol_container (container)
f334190:c0:m12
def _set_ospf_protocol_container(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ospf_protocol_container.ospf_protocol_container, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, r...
Setter method for ospf_protocol_container, mapped from YANG variable /routing_system/route_map/content/match/protocol/ospf_protocol_container (container) If this variable is read-only (config: false) in the source YANG file, then _set_ospf_protocol_container is considered as a private method. Backends looking to popula...
f334190:c0:m13
def _get_ipv6_prefix_list_rmrs(self):
return self.__ipv6_prefix_list_rmrs<EOL>
Getter method for ipv6_prefix_list_rmrs, mapped from YANG variable /routing_system/route_map/content/match/ipv6/route_source/ipv6_prefix_list_rmrs (string) YANG Description: IPv6 prefix-list
f334191:c0:m3
def _set_ipv6_prefix_list_rmrs(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for ipv6_prefix_list_rmrs, mapped from YANG variable /routing_system/route_map/content/match/ipv6/route_source/ipv6_prefix_list_rmrs (string) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_prefix_list_rmrs is considered as a private method. Backends looking to popula...
f334191:c0:m4
def _get_ipv6_prefix_list_rmm(self):
return self.__ipv6_prefix_list_rmm<EOL>
Getter method for ipv6_prefix_list_rmm, mapped from YANG variable /routing_system/route_map/content/match/ipv6/address/ipv6_prefix_list_rmm (ipv6-prefix-name-t) YANG Description: IPv6 prefix-list
f334192:c0:m3
def _set_ipv6_prefix_list_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for ipv6_prefix_list_rmm, mapped from YANG variable /routing_system/route_map/content/match/ipv6/address/ipv6_prefix_list_rmm (ipv6-prefix-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_prefix_list_rmm is considered as a private method. Backends looking to po...
f334192:c0:m4
def _get_ipv6_acl_rmm(self):
return self.__ipv6_acl_rmm<EOL>
Getter method for ipv6_acl_rmm, mapped from YANG variable /routing_system/route_map/content/match/ipv6/address/ipv6_acl_rmm (ipv6-access-list:ipv6-l3-acl-policy-name) YANG Description: IPv6 ACL
f334192:c0:m6
def _set_ipv6_acl_rmm(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for ipv6_acl_rmm, mapped from YANG variable /routing_system/route_map/content/match/ipv6/address/ipv6_acl_rmm (ipv6-access-list:ipv6-l3-acl-policy-name) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_acl_rmm is considered as a private method. Backends looking to popu...
f334192:c0:m7
def _get_address(self):
return self.__address<EOL>
Getter method for address, mapped from YANG variable /routing_system/route_map/content/match/ipv6/address (container) YANG Description: Route address
f334193:c0:m3
def _set_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=address.address, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:address>", rest_name="<STR_LIT:address>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=Tr...
Setter method for address, mapped from YANG variable /routing_system/route_map/content/match/ipv6/address (container) If this variable is read-only (config: false) in the source YANG file, then _set_address is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f334193:c0:m4
def _get_next_hop(self):
return self.__next_hop<EOL>
Getter method for next_hop, mapped from YANG variable /routing_system/route_map/content/match/ipv6/next_hop (container) YANG Description: Route next hop address
f334193:c0:m6
def _set_next_hop(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=next_hop.next_hop, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for next_hop, mapped from YANG variable /routing_system/route_map/content/match/ipv6/next_hop (container) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f334193:c0:m7
def _get_route_source(self):
return self.__route_source<EOL>
Getter method for route_source, mapped from YANG variable /routing_system/route_map/content/match/ipv6/route_source (container) YANG Description: Source address of route
f334193:c0:m9
def _set_route_source(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_source.route_source, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for route_source, mapped from YANG variable /routing_system/route_map/content/match/ipv6/route_source (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_source is considered as a private method. Backends looking to populate this variable should do so via cal...
f334193:c0:m10
def _get_ipv6_prefix_list_rmm_n(self):
return self.__ipv6_prefix_list_rmm_n<EOL>
Getter method for ipv6_prefix_list_rmm_n, mapped from YANG variable /routing_system/route_map/content/match/ipv6/next_hop/ipv6_prefix_list_rmm_n (ipv6-prefix-name-t) YANG Description: IPv6 prefix-list
f334194:c0:m3
def _set_ipv6_prefix_list_rmm_n(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for ipv6_prefix_list_rmm_n, mapped from YANG variable /routing_system/route_map/content/match/ipv6/next_hop/ipv6_prefix_list_rmm_n (ipv6-prefix-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_prefix_list_rmm_n is considered as a private method. Backends lookin...
f334194:c0:m4
def _get_vrf(self):
return self.__vrf<EOL>
Getter method for vrf, mapped from YANG variable /routing_system/route_map/content/match/vrf (common-def:vrf-name) YANG Description: VRF name
f334195:c0:m3
def _set_vrf(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_...
Setter method for vrf, mapped from YANG variable /routing_system/route_map/content/match/vrf (common-def:vrf-name) If this variable is read-only (config: false) in the source YANG file, then _set_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrf(...
f334195:c0:m4
def _get_additional_paths(self):
return self.__additional_paths<EOL>
Getter method for additional_paths, mapped from YANG variable /routing_system/route_map/content/match/additional_paths (container)
f334195:c0:m6
def _set_additional_paths(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=additional_paths.additional_paths, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=...
Setter method for additional_paths, mapped from YANG variable /routing_system/route_map/content/match/additional_paths (container) If this variable is read-only (config: false) in the source YANG file, then _set_additional_paths is considered as a private method. Backends looking to populate this variable should do so ...
f334195:c0:m7
def _get_interface(self):
return self.__interface<EOL>
Getter method for interface, mapped from YANG variable /routing_system/route_map/content/match/interface (container) YANG Description: Interface name, maxinum 3 values in '[]'
f334195:c0:m9
def _set_interface(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=interface.interface, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensio...
Setter method for interface, mapped from YANG variable /routing_system/route_map/content/match/interface (container) If this variable is read-only (config: false) in the source YANG file, then _set_interface is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f334195:c0:m10
def _get_ipv6(self):
return self.__ipv6<EOL>
Getter method for ipv6, mapped from YANG variable /routing_system/route_map/content/match/ipv6 (container) YANG Description: Internet Protocol (IPv6).
f334195:c0:m12
def _set_ipv6(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipv6.ipv6, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for ipv6, mapped from YANG variable /routing_system/route_map/content/match/ipv6 (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6 is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ipv6() dire...
f334195:c0:m13
def _get_ip(self):
return self.__ip<EOL>
Getter method for ip, mapped from YANG variable /routing_system/route_map/content/match/ip (container) YANG Description: Internet Protocol (IP).
f334195:c0:m15
def _set_ip(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ip.ip, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT...
Setter method for ip, mapped from YANG variable /routing_system/route_map/content/match/ip (container) If this variable is read-only (config: false) in the source YANG file, then _set_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ip() directly. Y...
f334195:c0:m16
def _get_extcommunity(self):
return self.__extcommunity<EOL>
Getter method for extcommunity, mapped from YANG variable /routing_system/route_map/content/match/extcommunity (container) YANG Description: Match BGP/VPN extended community list
f334195:c0:m18
def _set_extcommunity(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=extcommunity.extcommunity, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for extcommunity, mapped from YANG variable /routing_system/route_map/content/match/extcommunity (container) If this variable is read-only (config: false) in the source YANG file, then _set_extcommunity is considered as a private method. Backends looking to populate this variable should do so via calling ...
f334195:c0:m19
def _get_metric(self):
return self.__metric<EOL>
Getter method for metric, mapped from YANG variable /routing_system/route_map/content/match/metric (container) YANG Description: metric, maximum 5 metric values in '[]'
f334195:c0:m21
def _set_metric(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=metric.metric, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'...
Setter method for metric, mapped from YANG variable /routing_system/route_map/content/match/metric (container) If this variable is read-only (config: false) in the source YANG file, then _set_metric is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_metri...
f334195:c0:m22