signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_ldp_peer_brief(self):
return self.__ldp_peer_brief<EOL>
Getter method for ldp_peer_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/input/ldp_peer_brief (boolean) YANG Description: Brief information
f335194:c0:m3
def _set_ldp_peer_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 ldp_peer_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/input/ldp_peer_brief (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_brief is considered as a private method. Backends looking to populate this variable should do so v...
f335194:c0:m4
def _get_ldp_peer_detail(self):
return self.__ldp_peer_detail<EOL>
Getter method for ldp_peer_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/input/ldp_peer_detail (boolean) YANG Description: Detailed information
f335194:c0:m6
def _set_ldp_peer_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 ldp_peer_detail, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/input/ldp_peer_detail (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_detail is considered as a private method. Backends looking to populate this variable should do s...
f335194:c0:m7
def _get_ldp_peer_ip(self):
return self.__ldp_peer_ip<EOL>
Getter method for ldp_peer_ip, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/input/ldp_peer_ip (inet:ipv4-address) YANG Description: Peer IP Address
f335194:c0:m9
def _set_ldp_peer_ip(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 ldp_peer_ip, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/input/ldp_peer_ip (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_ip is considered as a private method. Backends looking to populate this variable should do so ...
f335194:c0:m10
def _get_ldp_peer_ip_lblspid(self):
return self.__ldp_peer_ip_lblspid<EOL>
Getter method for ldp_peer_ip_lblspid, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/input/ldp_peer_ip_lblspid (uint32) YANG Description: Peer label space id
f335194:c0:m12
def _set_ldp_peer_ip_lblspid(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_peer_ip_lblspid, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/input/ldp_peer_ip_lblspid (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_ip_lblspid is considered as a private method. Backends looking to populate this variable ...
f335194:c0:m13
def _get_input(self):
return self.__input<EOL>
Getter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/input (input)
f335195: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_peer_det/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_input() dir...
f335195:c0:m4
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output (output)
f335195: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_peer_det/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._set_output(...
f335195:c0:m7
def _get_ldp_peer_id(self):
return self.__ldp_peer_id<EOL>
Getter method for ldp_peer_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_id (inet:ipv4-address) YANG Description: Peer LDP ID
f335196:c0:m3
def _set_ldp_peer_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for ldp_peer_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_id (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_id is considered as a private method. Backends looking to populate t...
f335196:c0:m4
def _get_ldp_peer_lblspid(self):
return self.__ldp_peer_lblspid<EOL>
Getter method for ldp_peer_lblspid, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_lblspid (uint32) YANG Description: Peer LBL SPACE ID
f335196:c0:m6
def _set_ldp_peer_lblspid(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_peer_lblspid, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_lblspid (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_lblspid is considered as a private method. Backends looking to popula...
f335196:c0:m7
def _get_ldp_local_id(self):
return self.__ldp_local_id<EOL>
Getter method for ldp_local_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_local_id (inet:ipv4-address) YANG Description: Local LDP ID
f335196:c0:m9
def _set_ldp_local_id(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 ldp_local_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_local_id (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_local_id is considered as a private method. Backends looking to populat...
f335196:c0:m10
def _get_ldp_local_lblspid(self):
return self.__ldp_local_lblspid<EOL>
Getter method for ldp_local_lblspid, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_local_lblspid (uint32) YANG Description: Peer LBL SPACE ID
f335196:c0:m12
def _set_ldp_local_lblspid(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_local_lblspid, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_local_lblspid (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_local_lblspid is considered as a private method. Backends looking to pop...
f335196:c0:m13
def _get_ldp_peer_state(self):
return self.__ldp_peer_state<EOL>
Getter method for ldp_peer_state, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_state (ldp-state-name) YANG Description: Peer LDP state
f335196:c0:m15
def _set_ldp_peer_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:2>}, u'<ST...
Setter method for ldp_peer_state, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_state (ldp-state-name) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_state is considered as a private method. Backends looking to popu...
f335196:c0:m16
def _get_ldp_peer_session_status(self):
return self.__ldp_peer_session_status<EOL>
Getter method for ldp_peer_session_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_session_status (up-down) YANG Description: LDP session status
f335196:c0:m18
def _set_ldp_peer_session_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=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:0>}, u'<ST...
Setter method for ldp_peer_session_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_session_status (up-down) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_session_status is considered as a private method. Back...
f335196:c0:m19
def _get_ldp_entity_index(self):
return self.__ldp_entity_index<EOL>
Getter method for ldp_entity_index, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_entity_index (uint32) YANG Description: Entity Idx
f335196:c0:m21
def _set_ldp_entity_index(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_entity_index, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_entity_index (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_entity_index is considered as a private method. Backends looking to popula...
f335196:c0:m22
def _get_ldp_peer_targeted(self):
return self.__ldp_peer_targeted<EOL>
Getter method for ldp_peer_targeted, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_targeted (yes-no) YANG Description: Targeted
f335196:c0:m24
def _set_ldp_peer_targeted(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_peer_targeted, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_targeted (yes-no) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_targeted is considered as a private method. Backends looking to pop...
f335196:c0:m25
def _get_ldp_peer_targeted_adj_added(self):
return self.__ldp_peer_targeted_adj_added<EOL>
Getter method for ldp_peer_targeted_adj_added, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_targeted_adj_added (yes-no) YANG Description: Targeted adjacency added
f335196:c0:m27
def _set_ldp_peer_targeted_adj_added(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_peer_targeted_adj_added, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list/ldp_peer_targeted_adj_added (yes-no) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_targeted_adj_added is considered as a private m...
f335196:c0:m28
def _get_ldp_no_of_peers(self):
return self.__ldp_no_of_peers<EOL>
Getter method for ldp_no_of_peers, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_no_of_peers (uint32) YANG Description: Number of LDP peers
f335197:c0:m3
def _set_ldp_no_of_peers(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_no_of_peers, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_no_of_peers (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_no_of_peers is considered as a private method. Backends looking to populate this variable should do s...
f335197:c0:m4
def _get_ldp_no_of_operational_peers(self):
return self.__ldp_no_of_operational_peers<EOL>
Getter method for ldp_no_of_operational_peers, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_no_of_operational_peers (uint32) YANG Description: Number of LDP peers with operational session
f335197:c0:m6
def _set_ldp_no_of_operational_peers(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_no_of_operational_peers, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_no_of_operational_peers (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_no_of_operational_peers is considered as a private method. Backends looking t...
f335197:c0:m7
def _get_ldp_peer_detail_rec_list(self):
return self.__ldp_peer_detail_rec_list<EOL>
Getter method for ldp_peer_detail_rec_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list (list)
f335197:c0:m9
def _set_ldp_peer_detail_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_peer_detail_rec_list.ldp_peer_detail_rec_list, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_he...
Setter method for ldp_peer_detail_rec_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det/output/ldp_peer_detail_rec_list (list) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_peer_detail_rec_list is considered as a private method. Backends looking to populate ...
f335197:c0:m10
def _get_lsp(self):
return self.__lsp<EOL>
Getter method for lsp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_detail/input/show_lsp_input_info/lsp (string) YANG Description: Show all lsps in brief
f335198: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_lsp_name_detail/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 calling ...
f335198: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_lsp_name_detail/input/show_lsp_input_info/lsp_wide (boolean) YANG Description: Show all lsps in brief and wide
f335198: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_lsp_name_detail/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 should do...
f335198: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_lsp_name_detail/input/show_lsp_input_info/lsp_detail (boolean) YANG Description: Show all lsps in detail
f335198: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_lsp_name_detail/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 variable sho...
f335198: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_lsp_name_detail/input/show_lsp_input_info/lsp_extensive (boolean) YANG Description: Show all lsps in extensive
f335198: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_lsp_name_detail/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 this var...
f335198: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_lsp_name_detail/input/show_lsp_input_info/lsp_debug (boolean) YANG Description: Show all lsps in extensive debug
f335198: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_lsp_name_detail/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 should...
f335198: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_lsp_name_detail/input/show_lsp_input_info/lsp_name (string) YANG Description: Show one lsp detailed info by name
f335198: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_lsp_name_detail/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 should do ...
f335198: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_lsp_name_detail/input/show_lsp_input_info/lsp_name_extensive (boolean) YANG Description: Show one lsp extensive info by name
f335198: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_lsp_name_detail/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 to po...
f335198: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_lsp_name_detail/input/show_lsp_input_info/lsp_name_debug (boolean) YANG Description: Show one lsp extensive debug info by name
f335198: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_lsp_name_detail/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 this ...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp (string) YANG Description: Show all bypass-lsps in brief
f335198: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_lsp_name_detail/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 variable shou...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_wide (boolean) YANG Description: Show all bypass-lsps in brief and wide
f335198: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_lsp_name_detail/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 populate th...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_detail (boolean) YANG Description: Show all bypass-lsps in detail
f335198: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_lsp_name_detail/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 popul...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_extensive (boolean) YANG Description: Show all bypass-lsps in extensive
f335198: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_lsp_name_detail/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 looking...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_debug (boolean) YANG Description: Show all bypass-lsps in extensive debug
f335198: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_lsp_name_detail/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 populate...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_name (string) YANG Description: Show one bypass-lsp detailed info by name
f335198: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_lsp_name_detail/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 populate thi...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_name_extensive (boolean) YANG Description: Show one bypass-lsp extensive info by name
f335198: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_lsp_name_detail/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 method. B...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_name_debug (boolean) YANG Description: Show one bypass-lsp extensive debug info by name
f335198: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_lsp_name_detail/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. Backends look...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_static (string) YANG Description: Show all static bypass-lsps in brief
f335198: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_lsp_name_detail/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 popula...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_static_wide (boolean) YANG Description: Show all static bypass-lsps in brief and wide
f335198: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_lsp_name_detail/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. Backends l...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_static_detail (boolean) YANG Description: Show all static bypass-lsps in detail
f335198: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_lsp_name_detail/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. Back...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_static_extensive (boolean) YANG Description: Show all static bypass-lsps in extensive
f335198: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_lsp_name_detail/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 private met...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_static_debug (boolean) YANG Description: Show all static bypass-lsps in extensive debug
f335198: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_lsp_name_detail/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. Backend...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_static_name (string) YANG Description: Show one static bypass-lsp detailed info by name
f335198: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_lsp_name_detail/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. Backends lo...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_static_name_extensive (boolean) YANG Description: Show one static bypass-lsp extensive info by name
f335198: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_lsp_name_detail/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 considered a...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_static_name_debug (boolean) YANG Description: Show one static bypass-lsp extensive debug info by name
f335198: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_lsp_name_detail/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 private ...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_dynamic (string) YANG Description: Show all dynamic bypass-lsps in brief
f335198: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_lsp_name_detail/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 to pop...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_dynamic_wide (boolean) YANG Description: Show all dynamic bypass-lsps in brief and wide
f335198: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_lsp_name_detail/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. Backend...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_dynamic_detail (boolean) YANG Description: Show all dynamic bypass-lsps in detail
f335198: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_lsp_name_detail/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 method. B...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_dynamic_extensive (boolean) YANG Description: Show all dynamic bypass-lsps in extensive
f335198: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_lsp_name_detail/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 private ...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_dynamic_debug (boolean) YANG Description: Show all dynamic bypass-lsps in extensive debug
f335198: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_lsp_name_detail/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. Back...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_dynamic_name (string) YANG Description: Show one dynamic bypass-lsp detailed info by name
f335198: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_lsp_name_detail/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. Backends...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_dynamic_name_extensive (boolean) YANG Description: Show one dynamic bypass-lsp extensive info by name
f335198: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_lsp_name_detail/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 considere...
f335198: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_lsp_name_detail/input/show_lsp_input_info/bypass_lsp_dynamic_name_debug (boolean) YANG Description: Show one dynamic bypass-lsp extensive debug info by name
f335198: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_lsp_name_detail/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 priva...
f335198:c0:m97