signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_is_summary(self):
return self.__is_summary<EOL>
Getter method for is_summary, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/is_summary (boolean) YANG Description: Summary
f335685:c0:m21
def _set_is_summary(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, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for is_summary, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/is_summary (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_is_summary is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f335685:c0:m22
def _get_ipv6_dest_addr(self):
return self.__ipv6_dest_addr<EOL>
Getter method for ipv6_dest_addr, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/ipv6_dest_addr (string) YANG Description: Destination IPv6 Address
f335685:c0:m24
def _set_ipv6_dest_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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for ipv6_dest_addr, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/ipv6_dest_addr (string) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_dest_addr is considered as a private method. Backends looking to populate this variable should do so via call...
f335685:c0:m25
def _get_ipv6_prefix_len(self):
return self.__ipv6_prefix_len<EOL>
Getter method for ipv6_prefix_len, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/ipv6_prefix_len (uint8) YANG Description: Destination IPv6 Address
f335685:c0:m27
def _set_ipv6_prefix_len(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=int, restriction_d...
Setter method for ipv6_prefix_len, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/ipv6_prefix_len (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_prefix_len is considered as a private method. Backends looking to populate this variable should do so via ca...
f335685:c0:m28
def _get_nh_info(self):
return self.__nh_info<EOL>
Getter method for nh_info, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/nh_info (list) YANG Description: is-is route nexthop information
f335685:c0:m30
def _set_nh_info(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>",nh_info.nh_info, 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>', exten...
Setter method for nh_info, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/nh_info (list) If this variable is read-only (config: false) in the source YANG file, then _set_nh_info is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_nh_inf...
f335685:c0:m31
def _get_ipv6_nh_addr(self):
return self.__ipv6_nh_addr<EOL>
Getter method for ipv6_nh_addr, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/nh_info/ipv6_nh_addr (string) YANG Description: IPv6 nexthop address
f335686:c0:m3
def _set_ipv6_nh_addr(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, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for ipv6_nh_addr, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/nh_info/ipv6_nh_addr (string) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_nh_addr is considered as a private method. Backends looking to populate this variable should do so via ca...
f335686:c0:m4
def _get_outgoing_intf_type(self):
return self.__outgoing_intf_type<EOL>
Getter method for outgoing_intf_type, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/nh_info/outgoing_intf_type (isis-interface-type) YANG Description: Outgoing interface name
f335686:c0:m6
def _set_outgoing_intf_type(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 outgoing_intf_type, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/nh_info/outgoing_intf_type (isis-interface-type) If this variable is read-only (config: false) in the source YANG file, then _set_outgoing_intf_type is considered as a private method. Backends looking to populate th...
f335686:c0:m7
def _get_outgoing_intf_number(self):
return self.__outgoing_intf_number<EOL>
Getter method for outgoing_intf_number, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/nh_info/outgoing_intf_number (string) YANG Description: Interface Number
f335686:c0:m9
def _set_outgoing_intf_number(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 outgoing_intf_number, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry/nh_info/outgoing_intf_number (string) If this variable is read-only (config: false) in the source YANG file, then _set_outgoing_intf_number is considered as a private method. Backends looking to populate this vari...
f335686:c0:m10
def _get_level1_route_count(self):
return self.__level1_route_count<EOL>
Getter method for level1_route_count, mapped from YANG variable /isis_state/ipv6_routes/level1_route_count (uint32) YANG Description: Number of Level-1 Routes
f335687:c0:m3
def _set_level1_route_count(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 level1_route_count, mapped from YANG variable /isis_state/ipv6_routes/level1_route_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_level1_route_count is considered as a private method. Backends looking to populate this variable should do so via calling t...
f335687:c0:m4
def _get_level2_route_count(self):
return self.__level2_route_count<EOL>
Getter method for level2_route_count, mapped from YANG variable /isis_state/ipv6_routes/level2_route_count (uint32) YANG Description: Number of Level-1 Routes
f335687:c0:m6
def _set_level2_route_count(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 level2_route_count, mapped from YANG variable /isis_state/ipv6_routes/level2_route_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_level2_route_count is considered as a private method. Backends looking to populate this variable should do so via calling t...
f335687:c0:m7
def _get_ecmp_route_count(self):
return self.__ecmp_route_count<EOL>
Getter method for ecmp_route_count, mapped from YANG variable /isis_state/ipv6_routes/ecmp_route_count (uint32) YANG Description: Equal-cost multi-path Routes
f335687:c0:m9
def _set_ecmp_route_count(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 ecmp_route_count, mapped from YANG variable /isis_state/ipv6_routes/ecmp_route_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ecmp_route_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f335687:c0:m10
def _get_total_routes_count(self):
return self.__total_routes_count<EOL>
Getter method for total_routes_count, mapped from YANG variable /isis_state/ipv6_routes/total_routes_count (uint32) YANG Description: Total number of IPv6 ISIS routes
f335687:c0:m12
def _set_total_routes_count(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 total_routes_count, mapped from YANG variable /isis_state/ipv6_routes/total_routes_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_total_routes_count is considered as a private method. Backends looking to populate this variable should do so via calling t...
f335687:c0:m13
def _get_ipv6_route_entry(self):
return self.__ipv6_route_entry<EOL>
Getter method for ipv6_route_entry, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry (list) YANG Description: ISIS IPv6 Route Entry
f335687:c0:m15
def _set_ipv6_route_entry(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>",ipv6_route_entry.ipv6_route_entry, 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 ipv6_route_entry, mapped from YANG variable /isis_state/ipv6_routes/ipv6_route_entry (list) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_route_entry is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f335687:c0:m16
def _get_type(self):
return self.__type<EOL>
Getter method for type, mapped from YANG variable /isis_state/database/lsp_entry/lsp_tlv_entry/type (uint32) YANG Description: LSP TLV Type
f335688:c0:m3
def _set_type(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=long, restriction_...
Setter method for type, mapped from YANG variable /isis_state/database/lsp_entry/lsp_tlv_entry/type (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_type() di...
f335688:c0:m4
def _get_length(self):
return self.__length<EOL>
Getter method for length, mapped from YANG variable /isis_state/database/lsp_entry/lsp_tlv_entry/length (uint32) YANG Description: LSP TLV Length
f335688:c0:m6
def _set_length(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 length, mapped from YANG variable /isis_state/database/lsp_entry/lsp_tlv_entry/length (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_length is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_len...
f335688:c0:m7
def _get_value(self):
return self.__value<EOL>
Getter method for value, mapped from YANG variable /isis_state/database/lsp_entry/lsp_tlv_entry/value (binary) YANG Description: LSP TLV Value
f335688:c0:m9
def _set_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=TypedListType(allowed_type=bitarray), is_leaf=False, yang_name="<STR_LIT:value>", rest_name="<STR_LIT:value>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namesp...
Setter method for value, mapped from YANG variable /isis_state/database/lsp_entry/lsp_tlv_entry/value (binary) If this variable is read-only (config: false) in the source YANG file, then _set_value is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_value(...
f335688:c0:m10
def _get_lsp_level(self):
return self.__lsp_level<EOL>
Getter method for lsp_level, mapped from YANG variable /isis_state/database/lsp_entry/lsp_level (uint32) YANG Description: IS-Level
f335689:c0:m3
def _set_lsp_level(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=long, restriction_...
Setter method for lsp_level, mapped from YANG variable /isis_state/database/lsp_entry/lsp_level (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lsp_leve...
f335689:c0:m4
def _get_lsp_id(self):
return self.__lsp_id<EOL>
Getter method for lsp_id, mapped from YANG variable /isis_state/database/lsp_entry/lsp_id (string) YANG Description: LSP ID
f335689:c0:m6
def _set_lsp_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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for lsp_id, mapped from YANG variable /isis_state/database/lsp_entry/lsp_id (string) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lsp_id() directly...
f335689:c0:m7
def _get_lsp_seq_no(self):
return self.__lsp_seq_no<EOL>
Getter method for lsp_seq_no, mapped from YANG variable /isis_state/database/lsp_entry/lsp_seq_no (uint32) YANG Description: Seq No
f335689:c0:m9
def _set_lsp_seq_no(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 lsp_seq_no, mapped from YANG variable /isis_state/database/lsp_entry/lsp_seq_no (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_seq_no is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lsp_s...
f335689:c0:m10
def _get_lsp_checksum(self):
return self.__lsp_checksum<EOL>
Getter method for lsp_checksum, mapped from YANG variable /isis_state/database/lsp_entry/lsp_checksum (uint16) YANG Description: Checksum
f335689:c0:m12
def _set_lsp_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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for lsp_checksum, mapped from YANG variable /isis_state/database/lsp_entry/lsp_checksum (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_checksum is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f335689:c0:m13
def _get_lsp_holdtime(self):
return self.__lsp_holdtime<EOL>
Getter method for lsp_holdtime, mapped from YANG variable /isis_state/database/lsp_entry/lsp_holdtime (uint32) YANG Description: HoldTime
f335689:c0:m15
def _set_lsp_holdtime(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 lsp_holdtime, mapped from YANG variable /isis_state/database/lsp_entry/lsp_holdtime (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_holdtime is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f335689:c0:m16
def _get_lsp_att(self):
return self.__lsp_att<EOL>
Getter method for lsp_att, mapped from YANG variable /isis_state/database/lsp_entry/lsp_att (uint32) YANG Description: ATT
f335689:c0:m18
def _set_lsp_att(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 lsp_att, mapped from YANG variable /isis_state/database/lsp_entry/lsp_att (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_att is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lsp_att() dire...
f335689:c0:m19
def _get_lsp_p(self):
return self.__lsp_p<EOL>
Getter method for lsp_p, mapped from YANG variable /isis_state/database/lsp_entry/lsp_p (uint32) YANG Description: LSP Flag P
f335689:c0:m21
def _set_lsp_p(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 lsp_p, mapped from YANG variable /isis_state/database/lsp_entry/lsp_p (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_p is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lsp_p() directly. Y...
f335689:c0:m22
def _get_lsp_ol(self):
return self.__lsp_ol<EOL>
Getter method for lsp_ol, mapped from YANG variable /isis_state/database/lsp_entry/lsp_ol (uint32) YANG Description: LSP OL
f335689:c0:m24
def _set_lsp_ol(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 lsp_ol, mapped from YANG variable /isis_state/database/lsp_entry/lsp_ol (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_ol is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lsp_ol() directly...
f335689:c0:m25
def _get_lsp_tlv_entry(self):
return self.__lsp_tlv_entry<EOL>
Getter method for lsp_tlv_entry, mapped from YANG variable /isis_state/database/lsp_entry/lsp_tlv_entry (list) YANG Description: ISIS LSP TLV
f335689:c0:m27
def _set_lsp_tlv_entry(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:type>",lsp_tlv_entry.lsp_tlv_entry, 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 lsp_tlv_entry, mapped from YANG variable /isis_state/database/lsp_entry/lsp_tlv_entry (list) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_tlv_entry is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f335689:c0:m28
def _get_isis_operation(self):
return self.__isis_operation<EOL>
Getter method for isis_operation, mapped from YANG variable /isis_state/database/isis_operation (boolean) YANG Description: IS-IS Operational State
f335690:c0:m3
def _set_isis_operation(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, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for isis_operation, mapped from YANG variable /isis_state/database/isis_operation (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_isis_operation is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_is...
f335690:c0:m4
def _get_level(self):
return self.__level<EOL>
Getter method for level, mapped from YANG variable /isis_state/database/level (uint32) YANG Description: IS-Level
f335690:c0:m6
def _set_level(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=long, restriction_...
Setter method for level, mapped from YANG variable /isis_state/database/level (uint32) 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() directly. YANG Descri...
f335690:c0:m7
def _get_lsp_level1_count(self):
return self.__lsp_level1_count<EOL>
Getter method for lsp_level1_count, mapped from YANG variable /isis_state/database/lsp_level1_count (uint32) YANG Description: LSP Level1 Count
f335690:c0:m9
def _set_lsp_level1_count(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 lsp_level1_count, mapped from YANG variable /isis_state/database/lsp_level1_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f335690:c0:m10
def _get_lsp_level2_count(self):
return self.__lsp_level2_count<EOL>
Getter method for lsp_level2_count, mapped from YANG variable /isis_state/database/lsp_level2_count (uint32) YANG Description: LSP Level2 Count
f335690:c0:m12
def _set_lsp_level2_count(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 lsp_level2_count, mapped from YANG variable /isis_state/database/lsp_level2_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f335690:c0:m13
def _get_lsp_level1_loading(self):
return self.__lsp_level1_loading<EOL>
Getter method for lsp_level1_loading, mapped from YANG variable /isis_state/database/lsp_level1_loading (uint32) YANG Description: LSP Level Loading Count
f335690:c0:m15
def _set_lsp_level1_loading(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 lsp_level1_loading, mapped from YANG variable /isis_state/database/lsp_level1_loading (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_loading is considered as a private method. Backends looking to populate this variable should do so via calling this...
f335690:c0:m16
def _get_lsp_level2_loading(self):
return self.__lsp_level2_loading<EOL>
Getter method for lsp_level2_loading, mapped from YANG variable /isis_state/database/lsp_level2_loading (uint32) YANG Description: LSP Level2 Loading Count
f335690:c0:m18
def _set_lsp_level2_loading(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 lsp_level2_loading, mapped from YANG variable /isis_state/database/lsp_level2_loading (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_loading is considered as a private method. Backends looking to populate this variable should do so via calling this...
f335690:c0:m19
def _get_lsp_level1_fragments(self):
return self.__lsp_level1_fragments<EOL>
Getter method for lsp_level1_fragments, mapped from YANG variable /isis_state/database/lsp_level1_fragments (uint32) YANG Description: LSP Level1 Fragments Count
f335690:c0:m21
def _set_lsp_level1_fragments(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 lsp_level1_fragments, mapped from YANG variable /isis_state/database/lsp_level1_fragments (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_fragments is considered as a private method. Backends looking to populate this variable should do so via callin...
f335690:c0:m22
def _get_lsp_level2_fragments(self):
return self.__lsp_level2_fragments<EOL>
Getter method for lsp_level2_fragments, mapped from YANG variable /isis_state/database/lsp_level2_fragments (uint32) YANG Description: LSP Level2 Fragments Count
f335690:c0:m24
def _set_lsp_level2_fragments(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 lsp_level2_fragments, mapped from YANG variable /isis_state/database/lsp_level2_fragments (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_fragments is considered as a private method. Backends looking to populate this variable should do so via callin...
f335690:c0:m25
def _get_lsp_level1_pseudo(self):
return self.__lsp_level1_pseudo<EOL>
Getter method for lsp_level1_pseudo, mapped from YANG variable /isis_state/database/lsp_level1_pseudo (uint32) YANG Description: LSP Level1 Pseudo Count
f335690:c0:m27
def _set_lsp_level1_pseudo(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 lsp_level1_pseudo, mapped from YANG variable /isis_state/database/lsp_level1_pseudo (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_pseudo is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f335690:c0:m28
def _get_lsp_level2_pseudo(self):
return self.__lsp_level2_pseudo<EOL>
Getter method for lsp_level2_pseudo, mapped from YANG variable /isis_state/database/lsp_level2_pseudo (uint32) YANG Description: LSP Level2 Pseudo Count
f335690:c0:m30
def _set_lsp_level2_pseudo(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 lsp_level2_pseudo, mapped from YANG variable /isis_state/database/lsp_level2_pseudo (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_pseudo is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f335690:c0:m31
def _get_lsp_level1_pseudo_fragments(self):
return self.__lsp_level1_pseudo_fragments<EOL>
Getter method for lsp_level1_pseudo_fragments, mapped from YANG variable /isis_state/database/lsp_level1_pseudo_fragments (uint32) YANG Description: LSP Level1 Pseudo Framgents Count
f335690:c0:m33
def _set_lsp_level1_pseudo_fragments(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 lsp_level1_pseudo_fragments, mapped from YANG variable /isis_state/database/lsp_level1_pseudo_fragments (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_pseudo_fragments is considered as a private method. Backends looking to populate this variable sh...
f335690:c0:m34
def _get_lsp_level2_pseudo_fragments(self):
return self.__lsp_level2_pseudo_fragments<EOL>
Getter method for lsp_level2_pseudo_fragments, mapped from YANG variable /isis_state/database/lsp_level2_pseudo_fragments (uint32) YANG Description: LSP Level2 Pseudo Framgents Count
f335690:c0:m36
def _set_lsp_level2_pseudo_fragments(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 lsp_level2_pseudo_fragments, mapped from YANG variable /isis_state/database/lsp_level2_pseudo_fragments (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_pseudo_fragments is considered as a private method. Backends looking to populate this variable sh...
f335690:c0:m37
def _get_lsp_level1_my_count(self):
return self.__lsp_level1_my_count<EOL>
Getter method for lsp_level1_my_count, mapped from YANG variable /isis_state/database/lsp_level1_my_count (uint32) YANG Description: LSP Level1 My Count
f335690:c0:m39
def _set_lsp_level1_my_count(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 lsp_level1_my_count, mapped from YANG variable /isis_state/database/lsp_level1_my_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_my_count is considered as a private method. Backends looking to populate this variable should do so via calling t...
f335690:c0:m40
def _get_lsp_level2_my_count(self):
return self.__lsp_level2_my_count<EOL>
Getter method for lsp_level2_my_count, mapped from YANG variable /isis_state/database/lsp_level2_my_count (uint32) YANG Description: LSP Level2 My Count
f335690:c0:m42
def _set_lsp_level2_my_count(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 lsp_level2_my_count, mapped from YANG variable /isis_state/database/lsp_level2_my_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_my_count is considered as a private method. Backends looking to populate this variable should do so via calling t...
f335690:c0:m43
def _get_lsp_level1_my_lsp_fragments(self):
return self.__lsp_level1_my_lsp_fragments<EOL>
Getter method for lsp_level1_my_lsp_fragments, mapped from YANG variable /isis_state/database/lsp_level1_my_lsp_fragments (uint32) YANG Description: LSP Level1 My Fragments Count
f335690:c0:m45
def _set_lsp_level1_my_lsp_fragments(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 lsp_level1_my_lsp_fragments, mapped from YANG variable /isis_state/database/lsp_level1_my_lsp_fragments (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_my_lsp_fragments is considered as a private method. Backends looking to populate this variable sh...
f335690:c0:m46
def _get_lsp_level2_my_lsp_fragments(self):
return self.__lsp_level2_my_lsp_fragments<EOL>
Getter method for lsp_level2_my_lsp_fragments, mapped from YANG variable /isis_state/database/lsp_level2_my_lsp_fragments (uint32) YANG Description: LSP Level2 My Framgents Count
f335690:c0:m48
def _set_lsp_level2_my_lsp_fragments(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 lsp_level2_my_lsp_fragments, mapped from YANG variable /isis_state/database/lsp_level2_my_lsp_fragments (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_my_lsp_fragments is considered as a private method. Backends looking to populate this variable sh...
f335690:c0:m49
def _get_lsp_level1_my_pseudo(self):
return self.__lsp_level1_my_pseudo<EOL>
Getter method for lsp_level1_my_pseudo, mapped from YANG variable /isis_state/database/lsp_level1_my_pseudo (uint32) YANG Description: LSP Level1 My Pseudo Count
f335690:c0:m51
def _set_lsp_level1_my_pseudo(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 lsp_level1_my_pseudo, mapped from YANG variable /isis_state/database/lsp_level1_my_pseudo (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_my_pseudo is considered as a private method. Backends looking to populate this variable should do so via callin...
f335690:c0:m52
def _get_lsp_level2_my_pseudo(self):
return self.__lsp_level2_my_pseudo<EOL>
Getter method for lsp_level2_my_pseudo, mapped from YANG variable /isis_state/database/lsp_level2_my_pseudo (uint32) YANG Description: LSP Level2 My Pseudo Count
f335690:c0:m54
def _set_lsp_level2_my_pseudo(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 lsp_level2_my_pseudo, mapped from YANG variable /isis_state/database/lsp_level2_my_pseudo (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_my_pseudo is considered as a private method. Backends looking to populate this variable should do so via callin...
f335690:c0:m55
def _get_lsp_level1_my_pseudo_fragments(self):
return self.__lsp_level1_my_pseudo_fragments<EOL>
Getter method for lsp_level1_my_pseudo_fragments, mapped from YANG variable /isis_state/database/lsp_level1_my_pseudo_fragments (uint32) YANG Description: LSP Level1 My Pseudo Framtents Count
f335690:c0:m57
def _set_lsp_level1_my_pseudo_fragments(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 lsp_level1_my_pseudo_fragments, mapped from YANG variable /isis_state/database/lsp_level1_my_pseudo_fragments (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_my_pseudo_fragments is considered as a private method. Backends looking to populate this va...
f335690:c0:m58
def _get_lsp_level2_my_pseudo_fragments(self):
return self.__lsp_level2_my_pseudo_fragments<EOL>
Getter method for lsp_level2_my_pseudo_fragments, mapped from YANG variable /isis_state/database/lsp_level2_my_pseudo_fragments (uint32) YANG Description: LSP Level2 My Pseudo Framtents Count
f335690:c0:m60
def _set_lsp_level2_my_pseudo_fragments(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 lsp_level2_my_pseudo_fragments, mapped from YANG variable /isis_state/database/lsp_level2_my_pseudo_fragments (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_my_pseudo_fragments is considered as a private method. Backends looking to populate this va...
f335690:c0:m61
def _get_lsp_level1_checksum(self):
return self.__lsp_level1_checksum<EOL>
Getter method for lsp_level1_checksum, mapped from YANG variable /isis_state/database/lsp_level1_checksum (uint32) YANG Description: LSP Level1 Sum of Checksum
f335690:c0:m63
def _set_lsp_level1_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=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 lsp_level1_checksum, mapped from YANG variable /isis_state/database/lsp_level1_checksum (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level1_checksum is considered as a private method. Backends looking to populate this variable should do so via calling t...
f335690:c0:m64
def _get_lsp_level2_checksum(self):
return self.__lsp_level2_checksum<EOL>
Getter method for lsp_level2_checksum, mapped from YANG variable /isis_state/database/lsp_level2_checksum (uint32) YANG Description: LSP Level2 Sum of Checksum
f335690:c0:m66
def _set_lsp_level2_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=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 lsp_level2_checksum, mapped from YANG variable /isis_state/database/lsp_level2_checksum (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_level2_checksum is considered as a private method. Backends looking to populate this variable should do so via calling t...
f335690:c0:m67
def _get_lsp_entry(self):
return self.__lsp_entry<EOL>
Getter method for lsp_entry, mapped from YANG variable /isis_state/database/lsp_entry (list) YANG Description: ISIS LSP MO
f335690:c0:m69
def _set_lsp_entry(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>",lsp_entry.lsp_entry, 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>', e...
Setter method for lsp_entry, mapped from YANG variable /isis_state/database/lsp_entry (list) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_entry is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lsp_entry() directly...
f335690:c0:m70
def _get_global_isis_info(self):
return self.__global_isis_info<EOL>
Getter method for global_isis_info, mapped from YANG variable /isis_state/global_isis_info (container) YANG Description: ISIS Global
f335691:c0:m3
def _set_global_isis_info(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_isis_info.global_isis_info, 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 global_isis_info, mapped from YANG variable /isis_state/global_isis_info (container) If this variable is read-only (config: false) in the source YANG file, then _set_global_isis_info is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_glo...
f335691:c0:m4
def _get_router_isis_config(self):
return self.__router_isis_config<EOL>
Getter method for router_isis_config, mapped from YANG variable /isis_state/router_isis_config (container) YANG Description: ISIS Global configuration summary
f335691:c0:m6
def _set_router_isis_config(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=router_isis_config.router_isis_config, 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_pa...
Setter method for router_isis_config, mapped from YANG variable /isis_state/router_isis_config (container) If this variable is read-only (config: false) in the source YANG file, then _set_router_isis_config is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f335691:c0:m7
def _get_host_table(self):
return self.__host_table<EOL>
Getter method for host_table, mapped from YANG variable /isis_state/host_table (container) YANG Description: The set of IS-IS Host names and Router ID
f335691:c0:m9
def _set_host_table(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=host_table.host_table, 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 host_table, mapped from YANG variable /isis_state/host_table (container) If this variable is read-only (config: false) in the source YANG file, then _set_host_table is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_host_table() directly...
f335691:c0:m10