signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_next_vrf(self):
return self.__next_vrf<EOL>
Getter method for next_vrf, mapped from YANG variable /routing_system/route_map/content/set/ip/next_vrf (container)
f334150:c0:m15
def _set_next_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=next_vrf.next_vrf, 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_vrf, mapped from YANG variable /routing_system/route_map/content/set/ip/next_vrf (container) If this variable is read-only (config: false) in the source YANG file, then _set_next_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f334150:c0:m16
def _get_next_hop(self):
return self.__next_hop<EOL>
Getter method for next_hop, mapped from YANG variable /routing_system/route_map/content/set/ip/global/next_global_hop/next_hop (inet:ipv4-address) YANG Description: Next hop address
f334151:c0:m3
def _set_next_hop(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for next_hop, mapped from YANG variable /routing_system/route_map/content/set/ip/global/next_global_hop/next_hop (inet:ipv4-address) 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 shoul...
f334151:c0:m4
def _get_next_global_hop(self):
return self.__next_global_hop<EOL>
Getter method for next_global_hop, mapped from YANG variable /routing_system/route_map/content/set/ip/global/next_global_hop (list)
f334152:c0:m3
def _set_next_global_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=YANGListType("<STR_LIT>",next_global_hop.next_global_hop, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<...
Setter method for next_global_hop, mapped from YANG variable /routing_system/route_map/content/set/ip/global/next_global_hop (list) If this variable is read-only (config: false) in the source YANG file, then _set_next_global_hop is considered as a private method. Backends looking to populate this variable should do so ...
f334152:c0:m4
def _get_next_hop_addr(self):
return self.__next_hop_addr<EOL>
Getter method for next_hop_addr, mapped from YANG variable /routing_system/route_map/content/set/ip/next_hop/next_hop_list/next_hop_addr (inet:ipv4-address)
f334153:c0:m3
def _set_next_hop_addr(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for next_hop_addr, mapped from YANG variable /routing_system/route_map/content/set/ip/next_hop/next_hop_list/next_hop_addr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop_addr is considered as a private method. Backends looking to populate this...
f334153:c0:m4
def _get_peer_address(self):
return self.__peer_address<EOL>
Getter method for peer_address, mapped from YANG variable /routing_system/route_map/content/set/ip/next_hop/peer_address (empty) YANG Description: BGP peer IP address
f334154:c0:m3
def _set_peer_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=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 peer_address, mapped from YANG variable /routing_system/route_map/content/set/ip/next_hop/peer_address (empty) If this variable is read-only (config: false) in the source YANG file, then _set_peer_address is considered as a private method. Backends looking to populate this variable should do so via ca...
f334154:c0:m4
def _get_next_hop_list(self):
return self.__next_hop_list<EOL>
Getter method for next_hop_list, mapped from YANG variable /routing_system/route_map/content/set/ip/next_hop/next_hop_list (list)
f334154:c0:m6
def _set_next_hop_list(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",next_hop_list.next_hop_list, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_...
Setter method for next_hop_list, mapped from YANG variable /routing_system/route_map/content/set/ip/next_hop/next_hop_list (list) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop_list is considered as a private method. Backends looking to populate this variable should do so via ...
f334154:c0:m7
def _get_vrf(self):
return self.__vrf<EOL>
Getter method for vrf, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_vrf/next_vrf_list/vrf (string)
f334155:c0:m3
def _set_vrf(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>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>", re...
Setter method for vrf, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_vrf/next_vrf_list/vrf (string) 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 this...
f334155: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/set/ipv6/next_vrf/next_vrf_list/next_hop (inet:ipv6-address) YANG Description: Next hop address
f334155:c0:m6
def _set_next_hop(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for next_hop, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_vrf/next_vrf_list/next_hop (inet:ipv6-address) 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 sho...
f334155:c0:m7
def _get_next_vrf_list(self):
return self.__next_vrf_list<EOL>
Getter method for next_vrf_list, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_vrf/next_vrf_list (list)
f334156:c0:m3
def _set_next_vrf_list(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",next_vrf_list.next_vrf_list, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_...
Setter method for next_vrf_list, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_vrf/next_vrf_list (list) If this variable is read-only (config: false) in the source YANG file, then _set_next_vrf_list is considered as a private method. Backends looking to populate this variable should do so vi...
f334156:c0:m4
def _get_ipv6_null0(self):
return self.__ipv6_null0<EOL>
Getter method for ipv6_null0, mapped from YANG variable /routing_system/route_map/content/set/ipv6/interface/ipv6_null0 (empty)
f334157:c0:m3
def _set_ipv6_null0(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>': None, ...
Setter method for ipv6_null0, mapped from YANG variable /routing_system/route_map/content/set/ipv6/interface/ipv6_null0 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_null0 is considered as a private method. Backends looking to populate this variable should do so via calli...
f334157:c0:m4
def _get_interface(self):
return self.__interface<EOL>
Getter method for interface, mapped from YANG variable /routing_system/route_map/content/set/ipv6/interface (container) YANG Description: Interface
f334158:c0:m3
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/set/ipv6/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 thisOb...
f334158:c0:m4
def _get_global_(self):
return self.__global_<EOL>
Getter method for global_, mapped from YANG variable /routing_system/route_map/content/set/ipv6/global (container)
f334158:c0:m6
def _set_global_(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=global_.global_, 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 global_, mapped from YANG variable /routing_system/route_map/content/set/ipv6/global (container) If this variable is read-only (config: false) in the source YANG file, then _set_global_ is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f334158:c0:m7
def _get_next_ip(self):
return self.__next_ip<EOL>
Getter method for next_ip, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_ip (container)
f334158:c0:m9
def _set_next_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=next_ip.next_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={...
Setter method for next_ip, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_ip (container) If this variable is read-only (config: false) in the source YANG file, then _set_next_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334158:c0:m10
def _get_next_vrf(self):
return self.__next_vrf<EOL>
Getter method for next_vrf, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_vrf (container)
f334158:c0:m12
def _set_next_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=next_vrf.next_vrf, 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_vrf, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_vrf (container) If this variable is read-only (config: false) in the source YANG file, then _set_next_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f334158:c0:m13
def _get_next_hop(self):
return self.__next_hop<EOL>
Getter method for next_hop, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_ip/next_hop (list)
f334159:c0:m3
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=YANGListType("<STR_LIT>",next_hop.next_hop, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', ext...
Setter method for next_hop, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_ip/next_hop (list) 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 thisOb...
f334159: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/set/ipv6/next_ip/next_hop/next_hop (inet:ipv6-address) YANG Description: Next hop address
f334160:c0:m3
def _set_next_hop(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for next_hop, mapped from YANG variable /routing_system/route_map/content/set/ipv6/next_ip/next_hop/next_hop (inet:ipv6-address) 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...
f334160: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/set/ipv6/global/next_global_hop/next_hop (inet:ipv6-address) YANG Description: Next hop address
f334161:c0:m3
def _set_next_hop(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for next_hop, mapped from YANG variable /routing_system/route_map/content/set/ipv6/global/next_global_hop/next_hop (inet:ipv6-address) 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 sho...
f334161:c0:m4
def _get_next_global_hop(self):
return self.__next_global_hop<EOL>
Getter method for next_global_hop, mapped from YANG variable /routing_system/route_map/content/set/ipv6/global/next_global_hop (list)
f334162:c0:m3
def _set_next_global_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=YANGListType("<STR_LIT>",next_global_hop.next_global_hop, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<...
Setter method for next_global_hop, mapped from YANG variable /routing_system/route_map/content/set/ipv6/global/next_global_hop (list) If this variable is read-only (config: false) in the source YANG file, then _set_next_global_hop is considered as a private method. Backends looking to populate this variable should do s...
f334162:c0:m4
def _get_level(self):
return self.__level<EOL>
Getter method for level, mapped from YANG variable /routing_system/route_map/content/set/level (container)
f334163:c0:m3
def _set_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=level.level, 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=None,...
Setter method for level, mapped from YANG variable /routing_system/route_map/content/set/level (container) If this variable is read-only (config: false) in the source YANG file, then _set_level is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_level() di...
f334163:c0:m4
def _get_ip(self):
return self.__ip<EOL>
Getter method for ip, mapped from YANG variable /routing_system/route_map/content/set/ip (container) YANG Description: Internet Protocol (IP).
f334163:c0:m6
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/set/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. YAN...
f334163:c0:m7
def _get_ipv6(self):
return self.__ipv6<EOL>
Getter method for ipv6, mapped from YANG variable /routing_system/route_map/content/set/ipv6 (container) YANG Description: Internet Protocol (IPv6).
f334163:c0:m9
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/set/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() direct...
f334163:c0:m10
def _get_extcommunity(self):
return self.__extcommunity<EOL>
Getter method for extcommunity, mapped from YANG variable /routing_system/route_map/content/set/extcommunity (container) YANG Description: BGP extended community attribute
f334163:c0:m12
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/set/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 th...
f334163:c0:m13
def _get_community(self):
return self.__community<EOL>
Getter method for community, mapped from YANG variable /routing_system/route_map/content/set/community (container)
f334163:c0:m15
def _set_community(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=community.community, 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 community, mapped from YANG variable /routing_system/route_map/content/set/community (container) If this variable is read-only (config: false) in the source YANG file, then _set_community is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f334163:c0:m16
def _get_metric(self):
return self.__metric<EOL>
Getter method for metric, mapped from YANG variable /routing_system/route_map/content/set/metric (container) YANG Description: Route metric.
f334163:c0:m18
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/set/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_metric(...
f334163:c0:m19
def _get_distance(self):
return self.__distance<EOL>
Getter method for distance, mapped from YANG variable /routing_system/route_map/content/set/distance (container) YANG Description: Distance
f334163:c0:m21
def _set_distance(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=distance.distance, 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 distance, mapped from YANG variable /routing_system/route_map/content/set/distance (container) If this variable is read-only (config: false) in the source YANG file, then _set_distance is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_d...
f334163:c0:m22
def _get_route_type(self):
return self.__route_type<EOL>
Getter method for route_type, mapped from YANG variable /routing_system/route_map/content/set/route_type (container) YANG Description: Route type
f334163:c0:m24
def _set_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=route_type.route_type, 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 route_type, mapped from YANG variable /routing_system/route_map/content/set/route_type (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f334163:c0:m25
def _get_tag(self):
return self.__tag<EOL>
Getter method for tag, mapped from YANG variable /routing_system/route_map/content/set/tag (container) YANG Description: Route tag
f334163:c0:m27
def _set_tag(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=tag.tag, 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_L...
Setter method for tag, mapped from YANG variable /routing_system/route_map/content/set/tag (container) If this variable is read-only (config: false) in the source YANG file, then _set_tag is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tag() directly. ...
f334163:c0:m28
def _get_weight(self):
return self.__weight<EOL>
Getter method for weight, mapped from YANG variable /routing_system/route_map/content/set/weight (container) YANG Description: BGP weight for routing table
f334163:c0:m30
def _set_weight(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=weight.weight, 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 weight, mapped from YANG variable /routing_system/route_map/content/set/weight (container) If this variable is read-only (config: false) in the source YANG file, then _set_weight is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_weight(...
f334163:c0:m31
def _get_as_path(self):
return self.__as_path<EOL>
Getter method for as_path, mapped from YANG variable /routing_system/route_map/content/set/as_path (container) YANG Description: Prepend string for a BGP AS-path attribute
f334163:c0:m33
def _set_as_path(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=as_path.as_path, 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 as_path, mapped from YANG variable /routing_system/route_map/content/set/as_path (container) If this variable is read-only (config: false) in the source YANG file, then _set_as_path is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_as_p...
f334163:c0:m34
def _get_automatic_tag(self):
return self.__automatic_tag<EOL>
Getter method for automatic_tag, mapped from YANG variable /routing_system/route_map/content/set/automatic_tag (container) YANG Description: Automatically compute TAG value
f334163:c0:m36
def _set_automatic_tag(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=automatic_tag.automatic_tag, 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 automatic_tag, mapped from YANG variable /routing_system/route_map/content/set/automatic_tag (container) If this variable is read-only (config: false) in the source YANG file, then _set_automatic_tag is considered as a private method. Backends looking to populate this variable should do so via calling...
f334163:c0:m37
def _get_comm_list(self):
return self.__comm_list<EOL>
Getter method for comm_list, mapped from YANG variable /routing_system/route_map/content/set/comm_list (container) YANG Description: BGP community list for deletion
f334163:c0:m39
def _set_comm_list(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=comm_list.comm_list, 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 comm_list, mapped from YANG variable /routing_system/route_map/content/set/comm_list (container) If this variable is read-only (config: false) in the source YANG file, then _set_comm_list is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f334163:c0:m40
def _get_dampening(self):
return self.__dampening<EOL>
Getter method for dampening, mapped from YANG variable /routing_system/route_map/content/set/dampening (container) YANG Description: BGP route flap damping
f334163:c0:m42
def _set_dampening(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dampening.dampening, 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 dampening, mapped from YANG variable /routing_system/route_map/content/set/dampening (container) If this variable is read-only (config: false) in the source YANG file, then _set_dampening is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f334163:c0:m43
def _get_local_preference(self):
return self.__local_preference<EOL>
Getter method for local_preference, mapped from YANG variable /routing_system/route_map/content/set/local_preference (container) YANG Description: BGP local preference path attribute
f334163:c0:m45
def _set_local_preference(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=local_preference.local_preference, 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 local_preference, mapped from YANG variable /routing_system/route_map/content/set/local_preference (container) If this variable is read-only (config: false) in the source YANG file, then _set_local_preference is considered as a private method. Backends looking to populate this variable should do so vi...
f334163:c0:m46
def _get_origin(self):
return self.__origin<EOL>
Getter method for origin, mapped from YANG variable /routing_system/route_map/content/set/origin (container) YANG Description: BGP origin code
f334163:c0:m48
def _set_origin(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=origin.origin, 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 origin, mapped from YANG variable /routing_system/route_map/content/set/origin (container) If this variable is read-only (config: false) in the source YANG file, then _set_origin is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_origin(...
f334163:c0:m49
def _get_metric_type(self):
return self.__metric_type<EOL>
Getter method for metric_type, mapped from YANG variable /routing_system/route_map/content/set/metric_type (container) YANG Description: Type of metric for destination routing protocol
f334163:c0:m51
def _set_metric_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=metric_type.metric_type, 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, exte...
Setter method for metric_type, mapped from YANG variable /routing_system/route_map/content/set/metric_type (container) If this variable is read-only (config: false) in the source YANG file, then _set_metric_type is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f334163:c0:m52
def _get_set_isis_level(self):
return self.__set_isis_level<EOL>
Getter method for set_isis_level, mapped from YANG variable /routing_system/route_map/content/set/level/set_isis_level (enumeration)
f334164:c0:m3
def _set_set_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:3>}, u'<ST...
Setter method for set_isis_level, mapped from YANG variable /routing_system/route_map/content/set/level/set_isis_level (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_set_isis_level is considered as a private method. Backends looking to populate this variable should do so ...
f334164:c0:m4
def _get_local_preference_value(self):
return self.__local_preference_value<EOL>
Getter method for local_preference_value, mapped from YANG variable /routing_system/route_map/content/set/local_preference/local_preference_value (uint32)
f334165:c0:m3
def _set_local_preference_value(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 local_preference_value, mapped from YANG variable /routing_system/route_map/content/set/local_preference/local_preference_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_local_preference_value is considered as a private method. Backends looking to popula...
f334165:c0:m4
def _get_dist_rms(self):
return self.__dist_rms<EOL>
Getter method for dist_rms, mapped from YANG variable /routing_system/route_map/content/set/distance/dist_rms (distance-t)
f334166:c0:m3
def _set_dist_rms(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 dist_rms, mapped from YANG variable /routing_system/route_map/content/set/distance/dist_rms (distance-t) If this variable is read-only (config: false) in the source YANG file, then _set_dist_rms is considered as a private method. Backends looking to populate this variable should do so via calling this...
f334166:c0:m4
def _get_weight_value(self):
return self.__weight_value<EOL>
Getter method for weight_value, mapped from YANG variable /routing_system/route_map/content/set/weight/weight_value (uint32)
f334167:c0:m3
def _set_weight_value(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 weight_value, mapped from YANG variable /routing_system/route_map/content/set/weight/weight_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_weight_value is considered as a private method. Backends looking to populate this variable should do so via callin...
f334167:c0:m4
def _get_tag_empty(self):
return self.__tag_empty<EOL>
Getter method for tag_empty, mapped from YANG variable /routing_system/route_map/content/set/automatic_tag/tag_empty (empty)
f334168:c0:m3
def _set_tag_empty(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>': None}}...
Setter method for tag_empty, mapped from YANG variable /routing_system/route_map/content/set/automatic_tag/tag_empty (empty) If this variable is read-only (config: false) in the source YANG file, then _set_tag_empty is considered as a private method. Backends looking to populate this variable should do so via calling t...
f334168:c0:m4
def _get_external(self):
return self.__external<EOL>
Getter method for external, mapped from YANG variable /routing_system/route_map/content/set/metric_type/external (empty) YANG Description: IS-IS external metric
f334169:c0:m3
def _set_external(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 external, mapped from YANG variable /routing_system/route_map/content/set/metric_type/external (empty) If this variable is read-only (config: false) in the source YANG file, then _set_external is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f334169:c0:m4
def _get_internal(self):
return self.__internal<EOL>
Getter method for internal, mapped from YANG variable /routing_system/route_map/content/set/metric_type/internal (empty) YANG Description: IGP internal metric to BGP MED
f334169:c0:m6
def _set_internal(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 internal, mapped from YANG variable /routing_system/route_map/content/set/metric_type/internal (empty) If this variable is read-only (config: false) in the source YANG file, then _set_internal is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f334169:c0:m7
def _get_type_1(self):
return self.__type_1<EOL>
Getter method for type_1, mapped from YANG variable /routing_system/route_map/content/set/metric_type/type_1 (empty) YANG Description: OSPF external type 1 metric
f334169:c0:m9
def _set_type_1(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 type_1, mapped from YANG variable /routing_system/route_map/content/set/metric_type/type_1 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_type_1 is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334169:c0:m10
def _get_type_2(self):
return self.__type_2<EOL>
Getter method for type_2, mapped from YANG variable /routing_system/route_map/content/set/metric_type/type_2 (empty) YANG Description: OSPF external type 2 metric
f334169:c0:m12
def _set_type_2(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 type_2, mapped from YANG variable /routing_system/route_map/content/set/metric_type/type_2 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_type_2 is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334169:c0:m13
def _get_aspath_tag(self):
return self.__aspath_tag<EOL>
Getter method for aspath_tag, mapped from YANG variable /routing_system/route_map/content/set/as_path/aspath_tag (empty) YANG Description: Tag as an AS-path attribute
f334170:c0:m3
def _set_aspath_tag(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>': None, ...
Setter method for aspath_tag, mapped from YANG variable /routing_system/route_map/content/set/as_path/aspath_tag (empty) If this variable is read-only (config: false) in the source YANG file, then _set_aspath_tag is considered as a private method. Backends looking to populate this variable should do so via calling this...
f334170:c0:m4
def _get_prepend(self):
return self.__prepend<EOL>
Getter method for prepend, mapped from YANG variable /routing_system/route_map/content/set/as_path/prepend (string)
f334170:c0:m6
def _set_prepend(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 prepend, mapped from YANG variable /routing_system/route_map/content/set/as_path/prepend (string) If this variable is read-only (config: false) in the source YANG file, then _set_prepend is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334170:c0:m7
def _get_tag_rms(self):
return self.__tag_rms<EOL>
Getter method for tag_rms, mapped from YANG variable /routing_system/route_map/content/set/tag/tag_rms (tag-t)
f334171:c0:m3
def _set_tag_rms(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 tag_rms, mapped from YANG variable /routing_system/route_map/content/set/tag/tag_rms (tag-t) If this variable is read-only (config: false) in the source YANG file, then _set_tag_rms is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tag_...
f334171:c0:m4
def _get_continue_(self):
return self.__continue_<EOL>
Getter method for continue_, mapped from YANG variable /routing_system/route_map/content/continue_holder/continue (empty)
f334172:c0:m3
def _set_continue_(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 continue_, mapped from YANG variable /routing_system/route_map/content/continue_holder/continue (empty) If this variable is read-only (config: false) in the source YANG file, then _set_continue_ is considered as a private method. Backends looking to populate this variable should do so via calling this...
f334172:c0:m4
def _get_continue_val(self):
return self.__continue_val<EOL>
Getter method for continue_val, mapped from YANG variable /routing_system/route_map/content/continue_holder/continue_val (uint32)
f334172:c0:m6
def _set_continue_val(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 continue_val, mapped from YANG variable /routing_system/route_map/content/continue_holder/continue_val (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_continue_val is considered as a private method. Backends looking to populate this variable should do so via c...
f334172:c0:m7
def _get_match(self):
return self.__match<EOL>
Getter method for match, mapped from YANG variable /routing_system/route_map/content/match (container) YANG Description: Matches conditions.
f334173:c0:m3
def _set_match(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=match.match, 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'<S...
Setter method for match, mapped from YANG variable /routing_system/route_map/content/match (container) If this variable is read-only (config: false) in the source YANG file, then _set_match is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_match() direct...
f334173:c0:m4