signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_ldp_transit_stats_byte_count(self):
return self.__ldp_transit_stats_byte_count<EOL>
Getter method for ldp_transit_stats_byte_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_statistics_ldp_transit/output/ldp_transit_stats_rec_list/ldp_transit_stats_byte_count (uint64) YANG Description: Byte Count
f335456:c0:m9
def _set_ldp_transit_stats_byte_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:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for ldp_transit_stats_byte_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_statistics_ldp_transit/output/ldp_transit_stats_rec_list/ldp_transit_stats_byte_count (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_transit_stats_byte_count is considered...
f335456:c0:m10
def _get_ldp_transit_stats_rate_kbps(self):
return self.__ldp_transit_stats_rate_kbps<EOL>
Getter method for ldp_transit_stats_rate_kbps, mapped from YANG variable /brocade_mpls_rpc/show_mpls_statistics_ldp_transit/output/ldp_transit_stats_rec_list/ldp_transit_stats_rate_kbps (uint64) YANG Description: Rate in Kbps
f335456:c0:m12
def _set_ldp_transit_stats_rate_kbps(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:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for ldp_transit_stats_rate_kbps, mapped from YANG variable /brocade_mpls_rpc/show_mpls_statistics_ldp_transit/output/ldp_transit_stats_rec_list/ldp_transit_stats_rate_kbps (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_transit_stats_rate_kbps is considered as...
f335456:c0:m13
def _get_ldp_transit_stats_rec_list(self):
return self.__ldp_transit_stats_rec_list<EOL>
Getter method for ldp_transit_stats_rec_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_statistics_ldp_transit/output/ldp_transit_stats_rec_list (list)
f335457:c0:m3
def _set_ldp_transit_stats_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_transit_stats_rec_list.ldp_transit_stats_rec_list, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._pat...
Setter method for ldp_transit_stats_rec_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_statistics_ldp_transit/output/ldp_transit_stats_rec_list (list) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_transit_stats_rec_list is considered as a private method. Backends look...
f335457:c0:m4
def _get_lsp(self):
return self.__lsp<EOL>
Getter method for lsp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp (string) YANG Description: Show all lsps in brief
f335458:c0:m3
def _set_lsp(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 lsp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp (string) If this variable is read-only (config: false) in the source YANG file, then _set_lsp is considered as a private method. Backends looking to populate this variable should do so via ca...
f335458:c0:m4
def _get_lsp_wide(self):
return self.__lsp_wide<EOL>
Getter method for lsp_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_wide (boolean) YANG Description: Show all lsps in brief and wide
f335458:c0:m6
def _set_lsp_wide(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_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_wide (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_wide is considered as a private method. Backends looking to populate this variable sho...
f335458:c0:m7
def _get_lsp_detail(self):
return self.__lsp_detail<EOL>
Getter method for lsp_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_detail (boolean) YANG Description: Show all lsps in detail
f335458:c0:m9
def _set_lsp_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=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_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_detail (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_detail is considered as a private method. Backends looking to populate this variab...
f335458:c0:m10
def _get_lsp_extensive(self):
return self.__lsp_extensive<EOL>
Getter method for lsp_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_extensive (boolean) YANG Description: Show all lsps in extensive
f335458:c0:m12
def _set_lsp_extensive(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_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_extensive (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_extensive is considered as a private method. Backends looking to populate th...
f335458:c0:m13
def _get_lsp_debug(self):
return self.__lsp_debug<EOL>
Getter method for lsp_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_debug (boolean) YANG Description: Show all lsps in extensive debug
f335458:c0:m15
def _set_lsp_debug(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_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_debug (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_debug is considered as a private method. Backends looking to populate this variable ...
f335458:c0:m16
def _get_lsp_name(self):
return self.__lsp_name<EOL>
Getter method for lsp_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_name (string) YANG Description: Show one lsp detailed info by name
f335458:c0:m18
def _set_lsp_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for lsp_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_name is considered as a private method. Backends looking to populate this variable shou...
f335458:c0:m19
def _get_lsp_name_extensive(self):
return self.__lsp_name_extensive<EOL>
Getter method for lsp_name_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_name_extensive (boolean) YANG Description: Show one lsp extensive info by name
f335458:c0:m21
def _set_lsp_name_extensive(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_name_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_name_extensive (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_name_extensive is considered as a private method. Backends looking...
f335458:c0:m22
def _get_lsp_name_debug(self):
return self.__lsp_name_debug<EOL>
Getter method for lsp_name_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_name_debug (boolean) YANG Description: Show one lsp extensive debug info by name
f335458:c0:m24
def _set_lsp_name_debug(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_name_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_name_debug (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_name_debug is considered as a private method. Backends looking to populate...
f335458:c0:m25
def _get_bypass_lsp(self):
return self.__bypass_lsp<EOL>
Getter method for bypass_lsp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp (string) YANG Description: Show all bypass-lsps in brief
f335458:c0:m27
def _set_bypass_lsp(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 bypass_lsp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp (string) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp is considered as a private method. Backends looking to populate this variabl...
f335458:c0:m28
def _get_bypass_lsp_wide(self):
return self.__bypass_lsp_wide<EOL>
Getter method for bypass_lsp_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_wide (boolean) YANG Description: Show all bypass-lsps in brief and wide
f335458:c0:m30
def _set_bypass_lsp_wide(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 bypass_lsp_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_wide (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_wide is considered as a private method. Backends looking to popul...
f335458:c0:m31
def _get_bypass_lsp_detail(self):
return self.__bypass_lsp_detail<EOL>
Getter method for bypass_lsp_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_detail (boolean) YANG Description: Show all bypass-lsps in detail
f335458:c0:m33
def _set_bypass_lsp_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=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 bypass_lsp_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_detail (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_detail is considered as a private method. Backends looking to...
f335458:c0:m34
def _get_bypass_lsp_extensive(self):
return self.__bypass_lsp_extensive<EOL>
Getter method for bypass_lsp_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_extensive (boolean) YANG Description: Show all bypass-lsps in extensive
f335458:c0:m36
def _set_bypass_lsp_extensive(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 bypass_lsp_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_extensive (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_extensive is considered as a private method. Backends l...
f335458:c0:m37
def _get_bypass_lsp_debug(self):
return self.__bypass_lsp_debug<EOL>
Getter method for bypass_lsp_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_debug (boolean) YANG Description: Show all bypass-lsps in extensive debug
f335458:c0:m39
def _set_bypass_lsp_debug(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 bypass_lsp_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_debug (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_debug is considered as a private method. Backends looking to po...
f335458:c0:m40
def _get_bypass_lsp_name(self):
return self.__bypass_lsp_name<EOL>
Getter method for bypass_lsp_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_name (string) YANG Description: Show one bypass-lsp detailed info by name
f335458:c0:m42
def _set_bypass_lsp_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for bypass_lsp_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_name is considered as a private method. Backends looking to popula...
f335458:c0:m43
def _get_bypass_lsp_name_extensive(self):
return self.__bypass_lsp_name_extensive<EOL>
Getter method for bypass_lsp_name_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_name_extensive (boolean) YANG Description: Show one bypass-lsp extensive info by name
f335458:c0:m45
def _set_bypass_lsp_name_extensive(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 bypass_lsp_name_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_name_extensive (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_name_extensive is considered as a private met...
f335458:c0:m46
def _get_bypass_lsp_name_debug(self):
return self.__bypass_lsp_name_debug<EOL>
Getter method for bypass_lsp_name_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_name_debug (boolean) YANG Description: Show one bypass-lsp extensive debug info by name
f335458:c0:m48
def _set_bypass_lsp_name_debug(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 bypass_lsp_name_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_name_debug (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_name_debug is considered as a private method. Backend...
f335458:c0:m49
def _get_bypass_lsp_static(self):
return self.__bypass_lsp_static<EOL>
Getter method for bypass_lsp_static, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static (string) YANG Description: Show all static bypass-lsps in brief
f335458:c0:m51
def _set_bypass_lsp_static(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 bypass_lsp_static, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static (string) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_static is considered as a private method. Backends looking to ...
f335458:c0:m52
def _get_bypass_lsp_static_wide(self):
return self.__bypass_lsp_static_wide<EOL>
Getter method for bypass_lsp_static_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_wide (boolean) YANG Description: Show all static bypass-lsps in brief and wide
f335458:c0:m54
def _set_bypass_lsp_static_wide(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 bypass_lsp_static_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_wide (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_static_wide is considered as a private method. Back...
f335458:c0:m55
def _get_bypass_lsp_static_detail(self):
return self.__bypass_lsp_static_detail<EOL>
Getter method for bypass_lsp_static_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_detail (boolean) YANG Description: Show all static bypass-lsps in detail
f335458:c0:m57
def _set_bypass_lsp_static_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=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 bypass_lsp_static_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_detail (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_static_detail is considered as a private method...
f335458:c0:m58
def _get_bypass_lsp_static_extensive(self):
return self.__bypass_lsp_static_extensive<EOL>
Getter method for bypass_lsp_static_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_extensive (boolean) YANG Description: Show all static bypass-lsps in extensive
f335458:c0:m60
def _set_bypass_lsp_static_extensive(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 bypass_lsp_static_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_extensive (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_static_extensive is considered as a priva...
f335458:c0:m61
def _get_bypass_lsp_static_debug(self):
return self.__bypass_lsp_static_debug<EOL>
Getter method for bypass_lsp_static_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_debug (boolean) YANG Description: Show all static bypass-lsps in extensive debug
f335458:c0:m63
def _set_bypass_lsp_static_debug(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 bypass_lsp_static_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_debug (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_static_debug is considered as a private method. B...
f335458:c0:m64
def _get_bypass_lsp_static_name(self):
return self.__bypass_lsp_static_name<EOL>
Getter method for bypass_lsp_static_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_name (string) YANG Description: Show one static bypass-lsp detailed info by name
f335458:c0:m66
def _set_bypass_lsp_static_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for bypass_lsp_static_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_static_name is considered as a private method. Backe...
f335458:c0:m67
def _get_bypass_lsp_static_name_extensive(self):
return self.__bypass_lsp_static_name_extensive<EOL>
Getter method for bypass_lsp_static_name_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_name_extensive (boolean) YANG Description: Show one static bypass-lsp extensive info by name
f335458:c0:m69
def _set_bypass_lsp_static_name_extensive(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 bypass_lsp_static_name_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_name_extensive (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_static_name_extensive is consid...
f335458:c0:m70
def _get_bypass_lsp_static_name_debug(self):
return self.__bypass_lsp_static_name_debug<EOL>
Getter method for bypass_lsp_static_name_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_name_debug (boolean) YANG Description: Show one static bypass-lsp extensive debug info by name
f335458:c0:m72
def _set_bypass_lsp_static_name_debug(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 bypass_lsp_static_name_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_static_name_debug (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_static_name_debug is considered as a pr...
f335458:c0:m73
def _get_bypass_lsp_dynamic(self):
return self.__bypass_lsp_dynamic<EOL>
Getter method for bypass_lsp_dynamic, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic (string) YANG Description: Show all dynamic bypass-lsps in brief
f335458:c0:m75
def _set_bypass_lsp_dynamic(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 bypass_lsp_dynamic, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic (string) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_dynamic is considered as a private method. Backends looking ...
f335458:c0:m76
def _get_bypass_lsp_dynamic_wide(self):
return self.__bypass_lsp_dynamic_wide<EOL>
Getter method for bypass_lsp_dynamic_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_wide (boolean) YANG Description: Show all dynamic bypass-lsps in brief and wide
f335458:c0:m78
def _set_bypass_lsp_dynamic_wide(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 bypass_lsp_dynamic_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_wide (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_dynamic_wide is considered as a private method. B...
f335458:c0:m79
def _get_bypass_lsp_dynamic_detail(self):
return self.__bypass_lsp_dynamic_detail<EOL>
Getter method for bypass_lsp_dynamic_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_detail (boolean) YANG Description: Show all dynamic bypass-lsps in detail
f335458:c0:m81
def _set_bypass_lsp_dynamic_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=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 bypass_lsp_dynamic_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_detail (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_dynamic_detail is considered as a private met...
f335458:c0:m82
def _get_bypass_lsp_dynamic_extensive(self):
return self.__bypass_lsp_dynamic_extensive<EOL>
Getter method for bypass_lsp_dynamic_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_extensive (boolean) YANG Description: Show all dynamic bypass-lsps in extensive
f335458:c0:m84
def _set_bypass_lsp_dynamic_extensive(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 bypass_lsp_dynamic_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_extensive (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_dynamic_extensive is considered as a pr...
f335458:c0:m85
def _get_bypass_lsp_dynamic_debug(self):
return self.__bypass_lsp_dynamic_debug<EOL>
Getter method for bypass_lsp_dynamic_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_debug (boolean) YANG Description: Show all dynamic bypass-lsps in extensive debug
f335458:c0:m87
def _set_bypass_lsp_dynamic_debug(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 bypass_lsp_dynamic_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_debug (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_dynamic_debug is considered as a private method...
f335458:c0:m88
def _get_bypass_lsp_dynamic_name(self):
return self.__bypass_lsp_dynamic_name<EOL>
Getter method for bypass_lsp_dynamic_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_name (string) YANG Description: Show one dynamic bypass-lsp detailed info by name
f335458:c0:m90
def _set_bypass_lsp_dynamic_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for bypass_lsp_dynamic_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_dynamic_name is considered as a private method. Ba...
f335458:c0:m91
def _get_bypass_lsp_dynamic_name_extensive(self):
return self.__bypass_lsp_dynamic_name_extensive<EOL>
Getter method for bypass_lsp_dynamic_name_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_name_extensive (boolean) YANG Description: Show one dynamic bypass-lsp extensive info by name
f335458:c0:m93
def _set_bypass_lsp_dynamic_name_extensive(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 bypass_lsp_dynamic_name_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_name_extensive (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_dynamic_name_extensive is con...
f335458:c0:m94
def _get_bypass_lsp_dynamic_name_debug(self):
return self.__bypass_lsp_dynamic_name_debug<EOL>
Getter method for bypass_lsp_dynamic_name_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_name_debug (boolean) YANG Description: Show one dynamic bypass-lsp extensive debug info by name
f335458:c0:m96
def _set_bypass_lsp_dynamic_name_debug(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 bypass_lsp_dynamic_name_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/bypass_lsp_dynamic_name_debug (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_bypass_lsp_dynamic_name_debug is considered as a...
f335458:c0:m97
def _get_lsp_input_lsp_name(self):
return self.__lsp_input_lsp_name<EOL>
Getter method for lsp_input_lsp_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_lsp_name (string) YANG Description: Lsp name for show lsp command
f335458:c0:m99
def _set_lsp_input_lsp_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for lsp_input_lsp_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_lsp_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_lsp_name is considered as a private method. Backends looking ...
f335458:c0:m100
def _get_lsp_input_bypass(self):
return self.__lsp_input_bypass<EOL>
Getter method for lsp_input_bypass, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_bypass (boolean) YANG Description: Lsp type is bypass show lsp command
f335458:c0:m102
def _set_lsp_input_bypass(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_input_bypass, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_bypass (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_bypass is considered as a private method. Backends looking to po...
f335458:c0:m103
def _get_lsp_input_dynamic(self):
return self.__lsp_input_dynamic<EOL>
Getter method for lsp_input_dynamic, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_dynamic (boolean) YANG Description: Lsp type is dynamically created show lsp command
f335458:c0:m105
def _set_lsp_input_dynamic(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_input_dynamic, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_dynamic (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_dynamic is considered as a private method. Backends looking to...
f335458:c0:m106
def _get_lsp_input_brief(self):
return self.__lsp_input_brief<EOL>
Getter method for lsp_input_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_brief (boolean) YANG Description: Lsp show type is brief
f335458:c0:m108
def _set_lsp_input_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=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_input_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_brief (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_brief is considered as a private method. Backends looking to popul...
f335458:c0:m109
def _get_lsp_input_wide(self):
return self.__lsp_input_wide<EOL>
Getter method for lsp_input_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_wide (boolean) YANG Description: Lsp show type is brief and wide
f335458:c0:m111
def _set_lsp_input_wide(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_input_wide, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_wide (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_wide is considered as a private method. Backends looking to populate...
f335458:c0:m112
def _get_lsp_input_detail(self):
return self.__lsp_input_detail<EOL>
Getter method for lsp_input_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_detail (boolean) YANG Description: Lsp show type is detail
f335458:c0:m114
def _set_lsp_input_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=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_input_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_detail (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_detail is considered as a private method. Backends looking to po...
f335458:c0:m115
def _get_lsp_input_extensive(self):
return self.__lsp_input_extensive<EOL>
Getter method for lsp_input_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_extensive (boolean) YANG Description: Lsp show type is extensive
f335458:c0:m117
def _set_lsp_input_extensive(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_input_extensive, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_extensive (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_extensive is considered as a private method. Backends look...
f335458:c0:m118
def _get_lsp_input_debug(self):
return self.__lsp_input_debug<EOL>
Getter method for lsp_input_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_debug (boolean) YANG Description: Lsp show type is debug
f335458:c0:m120
def _set_lsp_input_debug(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_input_debug, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_debug (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_debug is considered as a private method. Backends looking to popul...
f335458:c0:m121
def _get_lsp_input_one(self):
return self.__lsp_input_one<EOL>
Getter method for lsp_input_one, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_one (boolean) YANG Description: One Lsp show
f335458:c0:m123
def _set_lsp_input_one(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for lsp_input_one, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_one (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_one is considered as a private method. Backends looking to populate th...
f335458:c0:m124
def _get_lsp_input_all(self):
return self.__lsp_input_all<EOL>
Getter method for lsp_input_all, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_all (boolean) YANG Description: All Lsp show
f335458:c0:m126
def _set_lsp_input_all(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for lsp_input_all, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_all (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_all is considered as a private method. Backends looking to populate th...
f335458:c0:m127
def _get_lsp_input_more(self):
return self.__lsp_input_more<EOL>
Getter method for lsp_input_more, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_more (boolean) YANG Description: More Lsps to show
f335458:c0:m129
def _set_lsp_input_more(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_input_more, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info/lsp_input_more (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_input_more is considered as a private method. Backends looking to populate...
f335458:c0:m130
def _get_show_lsp_input_info(self):
return self.__show_lsp_input_info<EOL>
Getter method for show_lsp_input_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info (container)
f335459:c0:m3
def _set_show_lsp_input_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_lsp_input_info.show_lsp_input_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_...
Setter method for show_lsp_input_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input/show_lsp_input_info (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_lsp_input_info is considered as a private method. Backends looking to populate th...
f335459:c0:m4
def _get_input(self):
return self.__input<EOL>
Getter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/input (input)
f335460: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_bypass_lsp_name_debug/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_in...
f335460:c0:m4
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/output (output)
f335460: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_bypass_lsp_name_debug/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._se...
f335460:c0:m7
def _get_lsp_admin_group_include_all_group_id(self):
return self.__lsp_admin_group_include_all_group_id<EOL>
Getter method for lsp_admin_group_include_all_group_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/output/bypass_lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_common_info/lsp_config_frr_admin_groups/lsp_admin_group/lsp_admin_group_include_all/lsp_admin_group_include_all_group_id (uint3...
f335461:c0:m3
def _set_lsp_admin_group_include_all_group_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_...
Setter method for lsp_admin_group_include_all_group_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp_name_debug/output/bypass_lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_common_info/lsp_config_frr_admin_groups/lsp_admin_group/lsp_admin_group_include_all/lsp_admin_group_include_all_group_id (uint3...
f335461:c0:m4