signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_prefix_list_direction_in(self):
return self.__prefix_list_direction_in<EOL>
Getter method for prefix_list_direction_in, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_in/prefix_list_direction_in (empty)
f334287:c0:m6
def _set_prefix_list_direction_in(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 prefix_list_direction_in, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_in/prefix_list_direction_in (empty) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_list_direction_in is considered as a private method. Backends looking t...
f334287:c0:m7
def _get_prefix_list_direction_out_prefix_name(self):
return self.__prefix_list_direction_out_prefix_name<EOL>
Getter method for prefix_list_direction_out_prefix_name, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_out/prefix_list_direction_out_prefix_name (ipv4-prefix-name-t)
f334288:c0:m3
def _set_prefix_list_direction_out_prefix_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=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_direction_out_prefix_name, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_out/prefix_list_direction_out_prefix_name (ipv4-prefix-name-t) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_list_direction_out_prefix_name ...
f334288:c0:m4
def _get_prefix_list_direction_out(self):
return self.__prefix_list_direction_out<EOL>
Getter method for prefix_list_direction_out, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_out/prefix_list_direction_out (empty)
f334288:c0:m6
def _set_prefix_list_direction_out(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 prefix_list_direction_out, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_out/prefix_list_direction_out (empty) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_list_direction_out is considered as a private method. Backends looki...
f334288:c0:m7
def _get_direction_in(self):
return self.__direction_in<EOL>
Getter method for direction_in, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_in (container)
f334289:c0:m3
def _set_direction_in(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=direction_in.direction_in, 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 direction_in, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_in (container) If this variable is read-only (config: false) in the source YANG file, then _set_direction_in is considered as a private method. Backends looking to populate this variable should do so via cal...
f334289:c0:m4
def _get_direction_out(self):
return self.__direction_out<EOL>
Getter method for direction_out, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_out (container)
f334289:c0:m6
def _set_direction_out(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=direction_out.direction_out, 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 direction_out, mapped from YANG variable /routing_system/router/ospf/area/prefix_list/direction_out (container) If this variable is read-only (config: false) in the source YANG file, then _set_direction_out is considered as a private method. Backends looking to populate this variable should do so via ...
f334289:c0:m7
def _get_area_id(self):
return self.__area_id<EOL>
Getter method for area_id, mapped from YANG variable /routing_system/router/ospf/area/area_id (ospf-area-id)
f334290:c0:m3
def _set_area_id(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 area_id, mapped from YANG variable /routing_system/router/ospf/area/area_id (ospf-area-id) If this variable is read-only (config: false) in the source YANG file, then _set_area_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_area_i...
f334290:c0:m4
def _get_normal(self):
return self.__normal<EOL>
Getter method for normal, mapped from YANG variable /routing_system/router/ospf/area/normal (empty)
f334290:c0:m6
def _set_normal(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 normal, mapped from YANG variable /routing_system/router/ospf/area/normal (empty) If this variable is read-only (config: false) in the source YANG file, then _set_normal is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_normal() directl...
f334290:c0:m7
def _get_nssa(self):
return self.__nssa<EOL>
Getter method for nssa, mapped from YANG variable /routing_system/router/ospf/area/nssa (container)
f334290:c0:m9
def _set_nssa(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=nssa.nssa, 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 nssa, mapped from YANG variable /routing_system/router/ospf/area/nssa (container) If this variable is read-only (config: false) in the source YANG file, then _set_nssa is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_nssa() directly.
f334290:c0:m10
def _get_stub(self):
return self.__stub<EOL>
Getter method for stub, mapped from YANG variable /routing_system/router/ospf/area/stub (container)
f334290:c0:m12
def _set_stub(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=stub.stub, 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 stub, mapped from YANG variable /routing_system/router/ospf/area/stub (container) If this variable is read-only (config: false) in the source YANG file, then _set_stub is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_stub() directly.
f334290:c0:m13
def _get_range(self):
return self.__range<EOL>
Getter method for range, mapped from YANG variable /routing_system/router/ospf/area/range (list)
f334290:c0:m15
def _set_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=YANGListType("<STR_LIT>",range.range, 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>', extension...
Setter method for range, mapped from YANG variable /routing_system/router/ospf/area/range (list) If this variable is read-only (config: false) in the source YANG file, then _set_range is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_range() directly.
f334290:c0:m16
def _get_prefix_list(self):
return self.__prefix_list<EOL>
Getter method for prefix_list, mapped from YANG variable /routing_system/router/ospf/area/prefix_list (container) YANG Description: either prefix list or distribution-list
f334290:c0:m18
def _set_prefix_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=prefix_list.prefix_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, exte...
Setter method for prefix_list, mapped from YANG variable /routing_system/router/ospf/area/prefix_list (container) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_list is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f334290:c0:m19
def _get_virtual_link(self):
return self.__virtual_link<EOL>
Getter method for virtual_link, mapped from YANG variable /routing_system/router/ospf/area/virtual_link (list)
f334290:c0:m21
def _set_virtual_link(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>",virtual_link.virtual_link, 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_LI...
Setter method for virtual_link, mapped from YANG variable /routing_system/router/ospf/area/virtual_link (list) If this variable is read-only (config: false) in the source YANG file, then _set_virtual_link is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334290:c0:m22
def _get_nssa_value(self):
return self.__nssa_value<EOL>
Getter method for nssa_value, mapped from YANG variable /routing_system/router/ospf/area/nssa/metric/nssa_value (big-metric)
f334291:c0:m3
def _set_nssa_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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for nssa_value, mapped from YANG variable /routing_system/router/ospf/area/nssa/metric/nssa_value (big-metric) If this variable is read-only (config: false) in the source YANG file, then _set_nssa_value is considered as a private method. Backends looking to populate this variable should do so via calling ...
f334291:c0:m4
def _get_no_summary1(self):
return self.__no_summary1<EOL>
Getter method for no_summary1, mapped from YANG variable /routing_system/router/ospf/area/nssa/metric/no_summary1 (empty)
f334291:c0:m6
def _set_no_summary1(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 no_summary1, mapped from YANG variable /routing_system/router/ospf/area/nssa/metric/no_summary1 (empty) If this variable is read-only (config: false) in the source YANG file, then _set_no_summary1 is considered as a private method. Backends looking to populate this variable should do so via calling th...
f334291:c0:m7
def _get_metric(self):
return self.__metric<EOL>
Getter method for metric, mapped from YANG variable /routing_system/router/ospf/area/nssa/metric (container)
f334292:c0:m3
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/router/ospf/area/nssa/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(...
f334292:c0:m4
def _get_default_information_originate(self):
return self.__default_information_originate<EOL>
Getter method for default_information_originate, mapped from YANG variable /routing_system/router/ospf/area/nssa/default_information_originate (empty)
f334292:c0:m6
def _set_default_information_originate(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 default_information_originate, mapped from YANG variable /routing_system/router/ospf/area/nssa/default_information_originate (empty) If this variable is read-only (config: false) in the source YANG file, then _set_default_information_originate is considered as a private method. Backends looking to pop...
f334292:c0:m7
def _get_adjacency(self):
return self.__adjacency<EOL>
Getter method for adjacency, mapped from YANG variable /routing_system/router/ospf/log/adjacency (container)
f334293:c0:m3
def _set_adjacency(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=adjacency.adjacency, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extension...
Setter method for adjacency, mapped from YANG variable /routing_system/router/ospf/log/adjacency (container) If this variable is read-only (config: false) in the source YANG file, then _set_adjacency is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_adja...
f334293:c0:m4
def _get_log_all(self):
return self.__log_all<EOL>
Getter method for log_all, mapped from YANG variable /routing_system/router/ospf/log/log_all (empty)
f334293:c0:m6
def _set_log_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>", 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>': No...
Setter method for log_all, mapped from YANG variable /routing_system/router/ospf/log/log_all (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log_all is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_log_all() dire...
f334293:c0:m7
def _get_bad_packet(self):
return self.__bad_packet<EOL>
Getter method for bad_packet, mapped from YANG variable /routing_system/router/ospf/log/bad_packet (container)
f334293:c0:m9
def _set_bad_packet(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bad_packet.bad_packet, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensi...
Setter method for bad_packet, mapped from YANG variable /routing_system/router/ospf/log/bad_packet (container) If this variable is read-only (config: false) in the source YANG file, then _set_bad_packet is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_b...
f334293:c0:m10
def _get_log_database(self):
return self.__log_database<EOL>
Getter method for log_database, mapped from YANG variable /routing_system/router/ospf/log/log_database (empty)
f334293:c0:m12
def _set_log_database(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 log_database, mapped from YANG variable /routing_system/router/ospf/log/log_database (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log_database is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334293:c0:m13
def _get_log_retransmit(self):
return self.__log_retransmit<EOL>
Getter method for log_retransmit, mapped from YANG variable /routing_system/router/ospf/log/log_retransmit (empty)
f334293:c0:m15
def _set_log_retransmit(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 log_retransmit, mapped from YANG variable /routing_system/router/ospf/log/log_retransmit (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log_retransmit is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f334293:c0:m16
def _get_dr_only(self):
return self.__dr_only<EOL>
Getter method for dr_only, mapped from YANG variable /routing_system/router/ospf/log/adjacency/dr_only (empty)
f334294:c0:m3
def _set_dr_only(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 dr_only, mapped from YANG variable /routing_system/router/ospf/log/adjacency/dr_only (empty) If this variable is read-only (config: false) in the source YANG file, then _set_dr_only is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dr_o...
f334294:c0:m4
def _get_log_checksum(self):
return self.__log_checksum<EOL>
Getter method for log_checksum, mapped from YANG variable /routing_system/router/ospf/log/bad_packet/log_checksum (empty)
f334295:c0:m3
def _set_log_checksum(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 log_checksum, mapped from YANG variable /routing_system/router/ospf/log/bad_packet/log_checksum (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log_checksum is considered as a private method. Backends looking to populate this variable should do so via calling t...
f334295:c0:m4
def _get_redist_value(self):
return self.__redist_value<EOL>
Getter method for redist_value, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/redist_value (uint32)
f334296:c0:m3
def _set_redist_value(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=RestrictedClassTyp...
Setter method for redist_value, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/redist_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_redist_value is considered as a private method. Backends looking to populate this variable should do so via calli...
f334296:c0:m4
def _get_route_option(self):
return self.__route_option<EOL>
Getter method for route_option, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/route_option (route-option-type)
f334296:c0:m6
def _set_route_option(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, ...
Setter method for route_option, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/route_option (route-option-type) If this variable is read-only (config: false) in the source YANG file, then _set_route_option is considered as a private method. Backends looking to populate this variable should do s...
f334296:c0:m7
def _get_address(self):
return self.__address<EOL>
Getter method for address, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/address (inet:ipv4-address)
f334296:c0:m9
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=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT:address>", rest_name="<STR_LIT:address>", parent=self, path_helper=self._path_helper, extme...
Setter method for address, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/address (inet:ipv4-address) 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 t...
f334296:c0:m10
def _get_mask(self):
return self.__mask<EOL>
Getter method for mask, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/mask (inet:ipv4-address)
f334296:c0:m12
def _set_mask(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 mask, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/mask (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_mask is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f334296:c0:m13
def _get_set_metric_val(self):
return self.__set_metric_val<EOL>
Getter method for set_metric_val, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/set_metric_val (uint32)
f334296:c0:m15
def _set_set_metric_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 set_metric_val, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/set_metric_val (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_set_metric_val is considered as a private method. Backends looking to populate this variable should do so via...
f334296:c0:m16
def _get_match_metric_val(self):
return self.__match_metric_val<EOL>
Getter method for match_metric_val, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/match_metric_val (uint32)
f334296:c0:m18
def _set_match_metric_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 match_metric_val, mapped from YANG variable /routing_system/router/ospf/deny/redistribute/match_metric_val (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_match_metric_val is considered as a private method. Backends looking to populate this variable should do ...
f334296:c0:m19
def _get_redistribute(self):
return self.__redistribute<EOL>
Getter method for redistribute, mapped from YANG variable /routing_system/router/ospf/deny/redistribute (list)
f334297:c0:m3
def _set_redistribute(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>",redistribute.redistribute, 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_LI...
Setter method for redistribute, mapped from YANG variable /routing_system/router/ospf/deny/redistribute (list) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334297:c0:m4
def _get_static_route_map(self):
return self.__static_route_map<EOL>
Getter method for static_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/static/static_route_map (common-def:name-string63)
f334298:c0:m3
def _set_static_route_map(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 static_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/static/static_route_map (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_map is considered as a private method. Backends looking to populate this...
f334298:c0:m4
def _get_connected_route_map(self):
return self.__connected_route_map<EOL>
Getter method for connected_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/connected/connected_route_map (common-def:name-string63)
f334299:c0:m3
def _set_connected_route_map(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 connected_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/connected/connected_route_map (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_connected_route_map is considered as a private method. Backends looking to p...
f334299:c0:m4
def _get_isis_level_one(self):
return self.__isis_level_one<EOL>
Getter method for isis_level_one, mapped from YANG variable /routing_system/router/ospf/redistribute/isis/isis_level_one (empty)
f334300:c0:m3
def _set_isis_level_one(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for isis_level_one, mapped from YANG variable /routing_system/router/ospf/redistribute/isis/isis_level_one (empty) If this variable is read-only (config: false) in the source YANG file, then _set_isis_level_one is considered as a private method. Backends looking to populate this variable should do so via ...
f334300:c0:m4
def _get_isis_level_two(self):
return self.__isis_level_two<EOL>
Getter method for isis_level_two, mapped from YANG variable /routing_system/router/ospf/redistribute/isis/isis_level_two (empty)
f334300:c0:m6
def _set_isis_level_two(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for isis_level_two, mapped from YANG variable /routing_system/router/ospf/redistribute/isis/isis_level_two (empty) If this variable is read-only (config: false) in the source YANG file, then _set_isis_level_two is considered as a private method. Backends looking to populate this variable should do so via ...
f334300:c0:m7
def _get_isis_level_one_and_two(self):
return self.__isis_level_one_and_two<EOL>
Getter method for isis_level_one_and_two, mapped from YANG variable /routing_system/router/ospf/redistribute/isis/isis_level_one_and_two (empty)
f334300:c0:m9
def _set_isis_level_one_and_two(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for isis_level_one_and_two, mapped from YANG variable /routing_system/router/ospf/redistribute/isis/isis_level_one_and_two (empty) If this variable is read-only (config: false) in the source YANG file, then _set_isis_level_one_and_two is considered as a private method. Backends looking to populate this va...
f334300:c0:m10
def _get_isis_route_map(self):
return self.__isis_route_map<EOL>
Getter method for isis_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/isis/isis_route_map (common-def:name-string63)
f334300:c0:m12
def _set_isis_route_map(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 isis_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/isis/isis_route_map (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_isis_route_map is considered as a private method. Backends looking to populate this variabl...
f334300:c0:m13
def _get_connected(self):
return self.__connected<EOL>
Getter method for connected, mapped from YANG variable /routing_system/router/ospf/redistribute/connected (container)
f334301:c0:m3
def _set_connected(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=connected.connected, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extension...
Setter method for connected, mapped from YANG variable /routing_system/router/ospf/redistribute/connected (container) If this variable is read-only (config: false) in the source YANG file, then _set_connected is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f334301:c0:m4
def _get_static(self):
return self.__static<EOL>
Getter method for static, mapped from YANG variable /routing_system/router/ospf/redistribute/static (container)
f334301:c0:m6
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=static.static, is_container='<STR_LIT>', presence=True, 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 static, mapped from YANG variable /routing_system/router/ospf/redistribute/static (container) 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 via calling thisObj._set_stat...
f334301:c0:m7
def _get_bgp(self):
return self.__bgp<EOL>
Getter method for bgp, mapped from YANG variable /routing_system/router/ospf/redistribute/bgp (container)
f334301:c0:m9
def _set_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=bgp.bgp, is_container='<STR_LIT>', presence=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_LI...
Setter method for bgp, mapped from YANG variable /routing_system/router/ospf/redistribute/bgp (container) If this variable is read-only (config: false) in the source YANG file, then _set_bgp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_bgp() directl...
f334301:c0:m10
def _get_redistribute_ospf(self):
return self.__redistribute_ospf<EOL>
Getter method for redistribute_ospf, mapped from YANG variable /routing_system/router/ospf/redistribute/redistribute_ospf (container)
f334301:c0:m12
def _set_redistribute_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=redistribute_ospf.redistribute_ospf, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths...
Setter method for redistribute_ospf, mapped from YANG variable /routing_system/router/ospf/redistribute/redistribute_ospf (container) If this variable is read-only (config: false) in the source YANG file, then _set_redistribute_ospf is considered as a private method. Backends looking to populate this variable should do...
f334301:c0:m13
def _get_isis(self):
return self.__isis<EOL>
Getter method for isis, mapped from YANG variable /routing_system/router/ospf/redistribute/isis (container)
f334301:c0:m15
def _set_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=isis.isis, 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 isis, mapped from YANG variable /routing_system/router/ospf/redistribute/isis (container) If this variable is read-only (config: false) in the source YANG file, then _set_isis is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_isis() dir...
f334301:c0:m16
def _get_ospf_route_map(self):
return self.__ospf_route_map<EOL>
Getter method for ospf_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/redistribute_ospf/ospf_route_map (common-def:name-string63)
f334302:c0:m3
def _set_ospf_route_map(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 ospf_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/redistribute_ospf/ospf_route_map (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_ospf_route_map is considered as a private method. Backends looking to populate...
f334302:c0:m4
def _get_bgp_route_map(self):
return self.__bgp_route_map<EOL>
Getter method for bgp_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/bgp/bgp_route_map (common-def:name-string63)
f334303:c0:m3
def _set_bgp_route_map(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 bgp_route_map, mapped from YANG variable /routing_system/router/ospf/redistribute/bgp/bgp_route_map (common-def:name-string63) If this variable is read-only (config: false) in the source YANG file, then _set_bgp_route_map is considered as a private method. Backends looking to populate this variable sh...
f334303:c0:m4
def _get_reference_bandwidth(self):
return self.__reference_bandwidth<EOL>
Getter method for reference_bandwidth, mapped from YANG variable /routing_system/router/ospf/auto_cost/reference_bandwidth (container)
f334304:c0:m3
def _set_reference_bandwidth(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=reference_bandwidth.reference_bandwidth, 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_...
Setter method for reference_bandwidth, mapped from YANG variable /routing_system/router/ospf/auto_cost/reference_bandwidth (container) If this variable is read-only (config: false) in the source YANG file, then _set_reference_bandwidth is considered as a private method. Backends looking to populate this variable should...
f334304:c0:m4
def _get_ref_bandwidth(self):
return self.__ref_bandwidth<EOL>
Getter method for ref_bandwidth, mapped from YANG variable /routing_system/router/ospf/auto_cost/reference_bandwidth/ref_bandwidth (band-width)
f334305:c0:m3
def _set_ref_bandwidth(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>']}), default=RestrictedClassTy...
Setter method for ref_bandwidth, mapped from YANG variable /routing_system/router/ospf/auto_cost/reference_bandwidth/ref_bandwidth (band-width) If this variable is read-only (config: false) in the source YANG file, then _set_ref_bandwidth is considered as a private method. Backends looking to populate this variable sho...
f334305:c0:m4
def _get_use_active_ports(self):
return self.__use_active_ports<EOL>
Getter method for use_active_ports, mapped from YANG variable /routing_system/router/ospf/auto_cost/reference_bandwidth/use_active_ports (empty)
f334305:c0:m6
def _set_use_active_ports(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 use_active_ports, mapped from YANG variable /routing_system/router/ospf/auto_cost/reference_bandwidth/use_active_ports (empty) If this variable is read-only (config: false) in the source YANG file, then _set_use_active_ports is considered as a private method. Backends looking to populate this variable...
f334305:c0:m7
def _get_bfd_enable(self):
return self.__bfd_enable<EOL>
Getter method for bfd_enable, mapped from YANG variable /routing_system/router/ospf/global_bfd/bfd_enable (empty)
f334306:c0:m3
def _set_bfd_enable(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 bfd_enable, mapped from YANG variable /routing_system/router/ospf/global_bfd/bfd_enable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_enable is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f334306:c0:m4
def _get_holdover_interval(self):
return self.__holdover_interval<EOL>
Getter method for holdover_interval, mapped from YANG variable /routing_system/router/ospf/global_bfd/holdover_interval (uint8) YANG Description: Holdover-interval is the time by which the BFD session DOWN notification to OSPF is delayed.If within that holdover time, the BFD session is UP then OSPF is not notified of ...
f334306:c0:m6
def _set_holdover_interval(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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for holdover_interval, mapped from YANG variable /routing_system/router/ospf/global_bfd/holdover_interval (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_holdover_interval is considered as a private method. Backends looking to populate this variable should do so vi...
f334306:c0:m7
def _get_redist_value(self):
return self.__redist_value<EOL>
Getter method for redist_value, mapped from YANG variable /routing_system/router/ospf/permit/redistribute/redist_value (uint32)
f334307:c0:m3
def _set_redist_value(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=RestrictedClassTyp...
Setter method for redist_value, mapped from YANG variable /routing_system/router/ospf/permit/redistribute/redist_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_redist_value is considered as a private method. Backends looking to populate this variable should do so via cal...
f334307:c0:m4
def _get_route_option(self):
return self.__route_option<EOL>
Getter method for route_option, mapped from YANG variable /routing_system/router/ospf/permit/redistribute/route_option (route-option-type)
f334307:c0:m6
def _set_route_option(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, ...
Setter method for route_option, mapped from YANG variable /routing_system/router/ospf/permit/redistribute/route_option (route-option-type) If this variable is read-only (config: false) in the source YANG file, then _set_route_option is considered as a private method. Backends looking to populate this variable should do...
f334307:c0:m7