signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_lsp_hop_avoid_local(self):
return self.__lsp_hop_avoid_local<EOL>
Getter method for lsp_hop_avoid_local, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_local (boolean) YANG Description: Avoid address type is local
f335342:c0:m30
def _set_lsp_hop_avoid_local(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for lsp_hop_avoid_local, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_local (boolean) If this variable is read-only (config: false) ...
f335342:c0:m31
def _get_lsp_hop_avoid_remote(self):
return self.__lsp_hop_avoid_remote<EOL>
Getter method for lsp_hop_avoid_remote, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_remote (boolean) YANG Description: Avoid address type is rem...
f335342:c0:m33
def _set_lsp_hop_avoid_remote(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for lsp_hop_avoid_remote, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_remote (boolean) If this variable is read-only (config: false...
f335342:c0:m34
def _get_hop(self):
return self.__hop<EOL>
Getter method for hop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop (list)
f335343:c0:m3
def _set_hop(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",hop.hop, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensions=No...
Setter method for hop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop (list) If this variable is read-only (config: false) in the source YANG file, then _set_hop ...
f335343:c0:m4
def _get_show_mpls_lsp_hop_list(self):
return self.__show_mpls_lsp_hop_list<EOL>
Getter method for show_mpls_lsp_hop_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list (container)
f335344:c0:m3
def _set_show_mpls_lsp_hop_list(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_lsp_hop_list.show_mpls_lsp_hop_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, reg...
Setter method for show_mpls_lsp_hop_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list (container) If this variable is read-only (config: false) in the source YANG ...
f335344:c0:m4
def _get_lsp_instances(self):
return self.__lsp_instances<EOL>
Getter method for lsp_instances, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances (list)
f335345:c0:m3
def _set_lsp_instances(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_instances.lsp_instances, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_...
Setter method for lsp_instances, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances (list) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_instances is considered as a private me...
f335345:c0:m4
def _get_lsp_backups(self):
return self.__lsp_backups<EOL>
Getter method for lsp_backups, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups (list)
f335346:c0:m3
def _set_lsp_backups(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_backups.lsp_backups, 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>...
Setter method for lsp_backups, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups (list) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_backups is considered as a private method. Bac...
f335346:c0:m4
def _get_lsp_backup_from_address(self):
return self.__lsp_backup_from_address<EOL>
Getter method for lsp_backup_from_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_from_address (inet:ipv4-address) YANG Description: Backup from address
f335347:c0:m3
def _set_lsp_backup_from_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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for lsp_backup_from_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_from_address (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_l...
f335347:c0:m4
def _get_lsp_backup_to_address(self):
return self.__lsp_backup_to_address<EOL>
Getter method for lsp_backup_to_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_to_address (inet:ipv4-address) YANG Description: Backup to address
f335347:c0:m6
def _set_lsp_backup_to_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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for lsp_backup_to_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_to_address (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_b...
f335347:c0:m7
def _get_lsp_backup_name(self):
return self.__lsp_backup_name<EOL>
Getter method for lsp_backup_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_name (string) YANG Description: Backup name
f335347:c0:m9
def _set_lsp_backup_name(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_backup_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_backup_name is considere...
f335347:c0:m10
def _get_lsp_backup_type_ingress(self):
return self.__lsp_backup_type_ingress<EOL>
Getter method for lsp_backup_type_ingress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_type_ingress (boolean) YANG Description: Backup type ingress
f335347:c0:m12
def _set_lsp_backup_type_ingress(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for lsp_backup_type_ingress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_type_ingress (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_backup_...
f335347:c0:m13
def _get_lsp_backup_type_transit(self):
return self.__lsp_backup_type_transit<EOL>
Getter method for lsp_backup_type_transit, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_type_transit (boolean) YANG Description: Backup type transit
f335347:c0:m15
def _set_lsp_backup_type_transit(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for lsp_backup_type_transit, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_type_transit (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_backup_...
f335347:c0:m16
def _get_lsp_backup_is_active(self):
return self.__lsp_backup_is_active<EOL>
Getter method for lsp_backup_is_active, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_is_active (boolean) YANG Description: Backup state is active or up
f335347:c0:m18
def _set_lsp_backup_is_active(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for lsp_backup_is_active, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_is_active (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_backup_is_act...
f335347:c0:m19
def _get_show_mpls_lsp_extensive_info(self):
return self.__show_mpls_lsp_extensive_info<EOL>
Getter method for show_mpls_lsp_extensive_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info (container)
f335348:c0:m3
def _set_show_mpls_lsp_extensive_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=show_mpls_lsp_extensive_info.show_mpls_lsp_extensive_info, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ext...
Setter method for show_mpls_lsp_extensive_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_extensive/output/lsp/show_mpls_lsp_extensive_info (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_mpls_lsp_extensive_info is considered as a private method. Ba...
f335348:c0:m4
def _get_ldp_fec_prefix_filtered(self):
return self.__ldp_fec_prefix_filtered<EOL>
Getter method for ldp_fec_prefix_filtered, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/input/ldp_fec_prefix_filtered (boolean) YANG Description: Filtered prefix FEC
f335349:c0:m3
def _set_ldp_fec_prefix_filtered(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for ldp_fec_prefix_filtered, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/input/ldp_fec_prefix_filtered (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_prefix_filtered is considered as a private method. Backends looking to...
f335349:c0:m4
def _get_ldp_fec_prefix_filtered_in(self):
return self.__ldp_fec_prefix_filtered_in<EOL>
Getter method for ldp_fec_prefix_filtered_in, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/input/ldp_fec_prefix_filtered_in (boolean) YANG Description: Inbound filtered prefix FEC
f335349:c0:m6
def _set_ldp_fec_prefix_filtered_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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for ldp_fec_prefix_filtered_in, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/input/ldp_fec_prefix_filtered_in (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_prefix_filtered_in is considered as a private method. Backends l...
f335349:c0:m7
def _get_ldp_fec_prefix_filtered_out(self):
return self.__ldp_fec_prefix_filtered_out<EOL>
Getter method for ldp_fec_prefix_filtered_out, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/input/ldp_fec_prefix_filtered_out (boolean) YANG Description: Outbound filtered prefix FEC
f335349:c0:m9
def _set_ldp_fec_prefix_filtered_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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for ldp_fec_prefix_filtered_out, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/input/ldp_fec_prefix_filtered_out (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_prefix_filtered_out is considered as a private method. Backend...
f335349:c0:m10
def _get_input(self):
return self.__input<EOL>
Getter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/input (input)
f335350:c0:m3
def _set_input(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=input.input, is_leaf=True, yang_name="<STR_LIT:input>", rest_name="<STR_LIT:input>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<ST...
Setter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/input (input) If this variable is read-only (config: false) in the source YANG file, then _set_input is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f335350:c0:m4
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output (output)
f335350:c0:m6
def _set_output(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=output.output, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<STR_LIT>', d...
Setter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output (output) If this variable is read-only (config: false) in the source YANG file, then _set_output is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f335350:c0:m7
def _get_ldp_tot_no_of_prefix_fec(self):
return self.__ldp_tot_no_of_prefix_fec<EOL>
Getter method for ldp_tot_no_of_prefix_fec, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_tot_no_of_prefix_fec (uint32) YANG Description: Total number of prefix FECs
f335351:c0:m3
def _set_ldp_tot_no_of_prefix_fec(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 ldp_tot_no_of_prefix_fec, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_tot_no_of_prefix_fec (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_tot_no_of_prefix_fec is considered as a private method. Backends looking...
f335351:c0:m4
def _get_ldp_tot_no_of_prefix_fec_installed(self):
return self.__ldp_tot_no_of_prefix_fec_installed<EOL>
Getter method for ldp_tot_no_of_prefix_fec_installed, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_tot_no_of_prefix_fec_installed (uint32) YANG Description: Total number of prefix FECs installed
f335351:c0:m6
def _set_ldp_tot_no_of_prefix_fec_installed(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 ldp_tot_no_of_prefix_fec_installed, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_tot_no_of_prefix_fec_installed (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_tot_no_of_prefix_fec_installed is considered as a pr...
f335351:c0:m7
def _get_ldp_tot_no_of_prefix_fec_filtered(self):
return self.__ldp_tot_no_of_prefix_fec_filtered<EOL>
Getter method for ldp_tot_no_of_prefix_fec_filtered, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_tot_no_of_prefix_fec_filtered (uint32) YANG Description: Total number of prefix FECs filtered(in/out)
f335351:c0:m9
def _set_ldp_tot_no_of_prefix_fec_filtered(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 ldp_tot_no_of_prefix_fec_filtered, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_tot_no_of_prefix_fec_filtered (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_tot_no_of_prefix_fec_filtered is considered as a priva...
f335351:c0:m10
def _get_ldp_tot_no_of_prefix_fec_lwd(self):
return self.__ldp_tot_no_of_prefix_fec_lwd<EOL>
Getter method for ldp_tot_no_of_prefix_fec_lwd, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_tot_no_of_prefix_fec_lwd (uint32) YANG Description: Total number of prefix FECs with LWD timer running
f335351:c0:m12
def _set_ldp_tot_no_of_prefix_fec_lwd(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 ldp_tot_no_of_prefix_fec_lwd, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_tot_no_of_prefix_fec_lwd (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_tot_no_of_prefix_fec_lwd is considered as a private method. Back...
f335351:c0:m13
def _get_ldp_fec_prefix_rec_list(self):
return self.__ldp_fec_prefix_rec_list<EOL>
Getter method for ldp_fec_prefix_rec_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list (list)
f335351:c0:m15
def _set_ldp_fec_prefix_rec_list(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",ldp_fec_prefix_rec_list.ldp_fec_prefix_rec_list, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_help...
Setter method for ldp_fec_prefix_rec_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list (list) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_prefix_rec_list is considered as a private method. Backends looking to p...
f335351:c0:m16
def _get_ldp_fec_out_intf(self):
return self.__ldp_fec_out_intf<EOL>
Getter method for ldp_fec_out_intf, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_out_intf_rec_list/ldp_fec_out_intf (string) YANG Description: Out-intf
f335352:c0:m3
def _set_ldp_fec_out_intf(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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for ldp_fec_out_intf, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_out_intf_rec_list/ldp_fec_out_intf (string) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_out_intf is considered as a privat...
f335352:c0:m4
def _get_ldp_fec_nexthop(self):
return self.__ldp_fec_nexthop<EOL>
Getter method for ldp_fec_nexthop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_out_intf_rec_list/ldp_fec_nexthop (inet:ipv4-address) YANG Description: Next-hop
f335352:c0:m6
def _set_ldp_fec_nexthop(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 ldp_fec_nexthop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_out_intf_rec_list/ldp_fec_nexthop (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_nexthop is considered as ...
f335352:c0:m7
def _get_ldp_fec_destination(self):
return self.__ldp_fec_destination<EOL>
Getter method for ldp_fec_destination, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_destination (inet:ipv4-address) YANG Description: Destination
f335353:c0:m3
def _set_ldp_fec_destination(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 ldp_fec_destination, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_destination (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_destination is considered as a private meth...
f335353:c0:m4
def _get_ldp_fec_state(self):
return self.__ldp_fec_state<EOL>
Getter method for ldp_fec_state, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_state (ldp-fec-state) YANG Description: State
f335353:c0:m6
def _set_ldp_fec_state(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT>}, u'<STR_...
Setter method for ldp_fec_state, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_state (ldp-fec-state) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_state is considered as a private method. Backends looking t...
f335353:c0:m7
def _get_ldp_fec_out_intf_rec_list(self):
return self.__ldp_fec_out_intf_rec_list<EOL>
Getter method for ldp_fec_out_intf_rec_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_out_intf_rec_list (list)
f335353:c0:m9
def _set_ldp_fec_out_intf_rec_list(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",ldp_fec_out_intf_rec_list.ldp_fec_out_intf_rec_list, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_...
Setter method for ldp_fec_out_intf_rec_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_out_intf_rec_list (list) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_out_intf_rec_list is considered as a private...
f335353:c0:m10
def _get_ldp_fec_ingress(self):
return self.__ldp_fec_ingress<EOL>
Getter method for ldp_fec_ingress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_ingress (yes-no) YANG Description: Ingress
f335353:c0:m12
def _set_ldp_fec_ingress(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:yes>': {'<STR_LIT:value>': <NUM_LIT:1>}, u...
Setter method for ldp_fec_ingress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_ingress (yes-no) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_ingress is considered as a private method. Backends looking to...
f335353:c0:m13
def _get_ldp_fec_egress(self):
return self.__ldp_fec_egress<EOL>
Getter method for ldp_fec_egress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_egress (yes-no) YANG Description: Egress
f335353:c0:m15
def _set_ldp_fec_egress(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:yes>': {'<STR_LIT:value>': <NUM_LIT:1>}, u...
Setter method for ldp_fec_egress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_egress (yes-no) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_egress is considered as a private method. Backends looking to po...
f335353:c0:m16
def _get_ldp_fec_filtered(self):
return self.__ldp_fec_filtered<EOL>
Getter method for ldp_fec_filtered, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_filtered (in-out) YANG Description: Filtered
f335353:c0:m18
def _set_ldp_fec_filtered(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:none>': {'<STR_LIT:value>': <NUM_LIT:0>}, ...
Setter method for ldp_fec_filtered, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_filtered (in-out) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_filtered is considered as a private method. Backends looking...
f335353:c0:m19
def _get_ldp_fec_lwd(self):
return self.__ldp_fec_lwd<EOL>
Getter method for ldp_fec_lwd, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_lwd (yes-no) YANG Description: LWD
f335353:c0:m21
def _set_ldp_fec_lwd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:yes>': {'<STR_LIT:value>': <NUM_LIT:1>}, u...
Setter method for ldp_fec_lwd, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_filtered/output/ldp_fec_prefix_rec_list/ldp_fec_lwd (yes-no) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_lwd is considered as a private method. Backends looking to populate th...
f335353:c0:m22
def _get_mpls_rsvp_neighbor_peer_ip_addr(self):
return self.__mpls_rsvp_neighbor_peer_ip_addr<EOL>
Getter method for mpls_rsvp_neighbor_peer_ip_addr, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/input/mpls_rsvp_neighbor_peer_ip_addr (inet:ipv4-address) YANG Description: MPLS RSVP Neighbor IP address
f335354:c0:m3
def _set_mpls_rsvp_neighbor_peer_ip_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=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 mpls_rsvp_neighbor_peer_ip_addr, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/input/mpls_rsvp_neighbor_peer_ip_addr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_neighbor_peer_ip_addr is considered as ...
f335354:c0:m4
def _get_input(self):
return self.__input<EOL>
Getter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/input (input)
f335355:c0:m3
def _set_input(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=input.input, is_leaf=True, yang_name="<STR_LIT:input>", rest_name="<STR_LIT:input>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<ST...
Setter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/input (input) If this variable is read-only (config: false) in the source YANG file, then _set_input is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f335355:c0:m4
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output (output)
f335355:c0:m6
def _set_output(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=output.output, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<STR_LIT>', d...
Setter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output (output) If this variable is read-only (config: false) in the source YANG file, then _set_output is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f335355:c0:m7
def _get_show_mpls_neighbor_brief(self):
return self.__show_mpls_neighbor_brief<EOL>
Getter method for show_mpls_neighbor_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief (container)
f335356:c0:m3
def _set_show_mpls_neighbor_brief(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_neighbor_brief.show_mpls_neighbor_brief, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods,...
Setter method for show_mpls_neighbor_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_mpls_neighbor_brief is considered as a ...
f335356:c0:m4
def _get_show_mpls_neighbor_detail(self):
return self.__show_mpls_neighbor_detail<EOL>
Getter method for show_mpls_neighbor_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail (container)
f335356:c0:m6
def _set_show_mpls_neighbor_detail(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_neighbor_detail.show_mpls_neighbor_detail, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethod...
Setter method for show_mpls_neighbor_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_mpls_neighbor_detail is considered as...
f335356:c0:m7
def _get_mpls_rsvp_neighbor_ip_addr(self):
return self.__mpls_rsvp_neighbor_ip_addr<EOL>
Getter method for mpls_rsvp_neighbor_ip_addr, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_ip_addr (inet:ipv4-address) YANG Description: MPLS RSVP Neighbor IP address
f335357:c0:m3
def _set_mpls_rsvp_neighbor_ip_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=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 mpls_rsvp_neighbor_ip_addr, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_ip_addr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rs...
f335357:c0:m4
def _get_mpls_rsvp_neighbor_interface(self):
return self.__mpls_rsvp_neighbor_interface<EOL>
Getter method for mpls_rsvp_neighbor_interface, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_interface (string) YANG Description: RSVP neighbor interface
f335357:c0:m6
def _set_mpls_rsvp_neighbor_interface(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_neighbor_interface, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_interface (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_neig...
f335357:c0:m7
def _get_mpls_rsvp_neighbor_status(self):
return self.__mpls_rsvp_neighbor_status<EOL>
Getter method for mpls_rsvp_neighbor_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_status (string) YANG Description: Status of MPLS RSVP neighbor
f335357:c0:m9
def _set_mpls_rsvp_neighbor_status(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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_neighbor_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_status (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_neighbor_s...
f335357:c0:m10
def _get_mpls_rsvp_neighbor_last_status_change(self):
return self.__mpls_rsvp_neighbor_last_status_change<EOL>
Getter method for mpls_rsvp_neighbor_last_status_change, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_last_status_change (string) YANG Description: Time since the status of RSVP neighbor last changed
f335357:c0:m12
def _set_mpls_rsvp_neighbor_last_status_change(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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_neighbor_last_status_change, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_last_status_change (string) If this variable is read-only (config: false) in the source YANG file, then _...
f335357:c0:m13
def _get_mpls_rsvp_neighbor_hello_tx(self):
return self.__mpls_rsvp_neighbor_hello_tx<EOL>
Getter method for mpls_rsvp_neighbor_hello_tx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_hello_tx (uint32) YANG Description: Number of RSVP Hello messages transmitted for the neighbor
f335357:c0:m15
def _set_mpls_rsvp_neighbor_hello_tx(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 mpls_rsvp_neighbor_hello_tx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_hello_tx (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_neighb...
f335357:c0:m16
def _get_mpls_rsvp_neighbor_hello_rx(self):
return self.__mpls_rsvp_neighbor_hello_rx<EOL>
Getter method for mpls_rsvp_neighbor_hello_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_hello_rx (uint32) YANG Description: Number of RSVP Hello messages received for the neighbor
f335357:c0:m18
def _set_mpls_rsvp_neighbor_hello_rx(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 mpls_rsvp_neighbor_hello_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_hello_rx (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp_neighb...
f335357:c0:m19
def _get_mpls_rsvp_neighbor_refresh_reduction_support(self):
return self.__mpls_rsvp_neighbor_refresh_reduction_support<EOL>
Getter method for mpls_rsvp_neighbor_refresh_reduction_support, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_refresh_reduction_support (boolean) YANG Description: Status of Refresh Reduction support for the...
f335357:c0:m21
def _set_mpls_rsvp_neighbor_refresh_reduction_support(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_rsvp_neighbor_refresh_reduction_support, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_refresh_reduction_support (boolean) If this variable is read-only (config: false) in the source YA...
f335357:c0:m22
def _get_mpls_rsvp_neighbor_msg_id_support(self):
return self.__mpls_rsvp_neighbor_msg_id_support<EOL>
Getter method for mpls_rsvp_neighbor_msg_id_support, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_msg_id_support (boolean) YANG Description: Status of Message ID support for the RSVP neighbor
f335357:c0:m24
def _set_mpls_rsvp_neighbor_msg_id_support(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=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for mpls_rsvp_neighbor_msg_id_support, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_brief/mpls_rsvp_neighbor_msg_id_support (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_mpl...
f335357:c0:m25
def _get_mpls_rsvp_neighbor_active_lsps(self):
return self.__mpls_rsvp_neighbor_active_lsps<EOL>
Getter method for mpls_rsvp_neighbor_active_lsps, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_active_lsps (uint32) YANG Description: Number of Active LSPs to or from the RSVP neighbor
f335358:c0:m3
def _set_mpls_rsvp_neighbor_active_lsps(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 mpls_rsvp_neighbor_active_lsps, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_active_lsps (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp...
f335358:c0:m4
def _get_mpls_rsvp_neighbor_hello_interval(self):
return self.__mpls_rsvp_neighbor_hello_interval<EOL>
Getter method for mpls_rsvp_neighbor_hello_interval, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_hello_interval (uint32) YANG Description: RSVP Hello interval for the RSVP neighbor
f335358:c0:m6
def _set_mpls_rsvp_neighbor_hello_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=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 mpls_rsvp_neighbor_hello_interval, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_hello_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mpl...
f335358:c0:m7
def _get_mpls_rsvp_neighbor_hello_tolerance(self):
return self.__mpls_rsvp_neighbor_hello_tolerance<EOL>
Getter method for mpls_rsvp_neighbor_hello_tolerance, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_hello_tolerance (uint32) YANG Description: RSVP Hello tolerance for the RSVP neighbor
f335358:c0:m9
def _set_mpls_rsvp_neighbor_hello_tolerance(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 mpls_rsvp_neighbor_hello_tolerance, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_hello_tolerance (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_m...
f335358:c0:m10
def _get_mpls_rsvp_neighbor_last_hello_rx(self):
return self.__mpls_rsvp_neighbor_last_hello_rx<EOL>
Getter method for mpls_rsvp_neighbor_last_hello_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_last_hello_rx (string) YANG Description: Time elapsed since the last Hello message was received
f335358:c0:m12
def _set_mpls_rsvp_neighbor_last_hello_rx(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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_neighbor_last_hello_rx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_last_hello_rx (string) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_...
f335358:c0:m13
def _get_mpls_rsvp_neighbor_next_hello_req_tx(self):
return self.__mpls_rsvp_neighbor_next_hello_req_tx<EOL>
Getter method for mpls_rsvp_neighbor_next_hello_req_tx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_next_hello_req_tx (string) YANG Description: Time remaining for the next Hello Request to be sent
f335358:c0:m15
def _set_mpls_rsvp_neighbor_next_hello_req_tx(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=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for mpls_rsvp_neighbor_next_hello_req_tx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp_neighbor_one_neighbor/output/mpls_rsvp_neighbor_detail/show_mpls_neighbor_detail/mpls_rsvp_neighbor_next_hello_req_tx (string) If this variable is read-only (config: false) in the source YANG file, then _s...
f335358:c0:m16