signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_lsp_out_interface_name(self):
return self.__lsp_out_interface_name<EOL>
Getter method for lsp_out_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp/output/bypass_lsp/show_mpls_lsp_basic_info/lsp_out_interface_name (string) YANG Description: LSP outgoing interface name
f335096:c0:m39
def _set_lsp_out_interface_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_out_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp/output/bypass_lsp/show_mpls_lsp_basic_info/lsp_out_interface_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_lsp_out_interface_name is considered as a private method....
f335096:c0:m40
def _get_show_mpls_lsp_basic_info(self):
return self.__show_mpls_lsp_basic_info<EOL>
Getter method for show_mpls_lsp_basic_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp/output/bypass_lsp/show_mpls_lsp_basic_info (container)
f335097:c0:m3
def _set_show_mpls_lsp_basic_info(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_lsp_basic_info.show_mpls_lsp_basic_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,...
Setter method for show_mpls_lsp_basic_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp/output/bypass_lsp/show_mpls_lsp_basic_info (container) If this variable is read-only (config: false) in the source YANG file, then _set_show_mpls_lsp_basic_info is considered as a private method. Backends lookin...
f335097:c0:m4
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/output/bypass_lsp (container)
f335098:c0:m3
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=bypass_lsp.bypass_lsp, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, exten...
Setter method for bypass_lsp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_bypass_lsp/output/bypass_lsp (container) 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 should do so via calling ...
f335098:c0:m4
def _get_prefix_address_and_len(self):
return self.__prefix_address_and_len<EOL>
Getter method for prefix_address_and_len, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/input/prefix_address_and_len (mpls-ipv4-prefix)
f335099:c0:m3
def _set_prefix_address_and_len(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for prefix_address_and_len, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/input/prefix_address_and_len (mpls-ipv4-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_address_and_len is considered as a private method. Backends looking to populate th...
f335099:c0:m4
def _get_prefix_address(self):
return self.__prefix_address<EOL>
Getter method for prefix_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/input/prefix_address (mpls-ipv4-address)
f335099:c0:m6
def _set_prefix_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for prefix_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/input/prefix_address (mpls-ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_address is considered as a private method. Backends looking to populate this variable should do s...
f335099:c0:m7
def _get_subnet_mask(self):
return self.__subnet_mask<EOL>
Getter method for subnet_mask, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/input/subnet_mask (mpls-ipv4-subnet-mask)
f335099:c0:m9
def _set_subnet_mask(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for subnet_mask, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/input/subnet_mask (mpls-ipv4-subnet-mask) If this variable is read-only (config: false) in the source YANG file, then _set_subnet_mask is considered as a private method. Backends looking to populate this variable should do so via...
f335099:c0:m10
def _get_longer(self):
return self.__longer<EOL>
Getter method for longer, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/input/longer (boolean)
f335099:c0:m12
def _set_longer(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 longer, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/input/longer (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_longer is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_longer(...
f335099:c0:m13
def _get_input(self):
return self.__input<EOL>
Getter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/input (input)
f335100: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_route/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() directly.
f335100:c0:m4
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output (output)
f335100: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_route/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() direc...
f335100:c0:m7
def _get_number_route_entry(self):
return self.__number_route_entry<EOL>
Getter method for number_route_entry, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/number_route_entry (uint32)
f335101:c0:m3
def _set_number_route_entry(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 number_route_entry, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/number_route_entry (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_number_route_entry is considered as a private method. Backends looking to populate this variable should do...
f335101:c0:m4
def _get_route_entry_list(self):
return self.__route_entry_list<EOL>
Getter method for route_entry_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list (list)
f335101:c0:m6
def _set_route_entry_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(False,route_entry_list.route_entry_list, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_...
Setter method for route_entry_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list (list) If this variable is read-only (config: false) in the source YANG file, then _set_route_entry_list is considered as a private method. Backends looking to populate this variable should do so via ...
f335101:c0:m7
def _get_entry_number(self):
return self.__entry_number<EOL>
Getter method for entry_number, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/entry_number (uint32)
f335102:c0:m3
def _set_entry_number(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 entry_number, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/entry_number (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_entry_number is considered as a private method. Backends looking to populate this variable should do ...
f335102:c0:m4
def _get_dest_prefix(self):
return self.__dest_prefix<EOL>
Getter method for dest_prefix, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/dest_prefix (mpls-ipv4-address)
f335102:c0:m6
def _set_dest_prefix(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 dest_prefix, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/dest_prefix (mpls-ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_dest_prefix is considered as a private method. Backends looking to populate this variable sh...
f335102:c0:m7
def _get_prefix_length(self):
return self.__prefix_length<EOL>
Getter method for prefix_length, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/prefix_length (uint32)
f335102:c0:m9
def _set_prefix_length(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for prefix_length, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/prefix_length (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_prefix_length is considered as a private method. Backends looking to populate this variable should ...
f335102:c0:m10
def _get_gateway(self):
return self.__gateway<EOL>
Getter method for gateway, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/gateway (mpls-ipv4-address)
f335102:c0:m12
def _set_gateway(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 gateway, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/gateway (mpls-ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_gateway is considered as a private method. Backends looking to populate this variable should do so v...
f335102:c0:m13
def _get_vif_index(self):
return self.__vif_index<EOL>
Getter method for vif_index, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/vif_index (uint32)
f335102:c0:m15
def _set_vif_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 vif_index, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/vif_index (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vif_index is considered as a private method. Backends looking to populate this variable should do so via ca...
f335102:c0:m16
def _get_out_interface_name(self):
return self.__out_interface_name<EOL>
Getter method for out_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/out_interface_name (string)
f335102:c0:m18
def _set_out_interface_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 out_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/out_interface_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_out_interface_name is considered as a private method. Backends looking to populate this v...
f335102:c0:m19
def _get_out_label(self):
return self.__out_label<EOL>
Getter method for out_label, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/out_label (uint32)
f335102:c0:m21
def _set_out_label(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 out_label, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/out_label (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_out_label is considered as a private method. Backends looking to populate this variable should do so via ca...
f335102:c0:m22
def _get_protocol(self):
return self.__protocol<EOL>
Getter method for protocol, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/protocol (string)
f335102:c0:m24
def _set_protocol(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 protocol, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/protocol (string) If this variable is read-only (config: false) in the source YANG file, then _set_protocol is considered as a private method. Backends looking to populate this variable should do so via calli...
f335102:c0:m25
def _get_metric(self):
return self.__metric<EOL>
Getter method for metric, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/metric (uint32)
f335102:c0:m27
def _set_metric(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 metric, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_metric is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f335102:c0:m28
def _get_use_count(self):
return self.__use_count<EOL>
Getter method for use_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/use_count (uint32)
f335102:c0:m30
def _set_use_count(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for use_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_route/output/route_entry_list/use_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_use_count is considered as a private method. Backends looking to populate this variable should do so via ca...
f335102:c0:m31
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output (output)
f335103:c0:m3
def _set_output(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=output.output, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<STR_LIT>', d...
Setter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/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() direct...
f335103:c0:m4
def _get_mpls_rsvp(self):
return self.__mpls_rsvp<EOL>
Getter method for mpls_rsvp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp (container)
f335104:c0:m3
def _set_mpls_rsvp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=mpls_rsvp.mpls_rsvp, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensi...
Setter method for mpls_rsvp, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp (container) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_rsvp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f335104:c0:m4
def _get_rsvp_protocol_status(self):
return self.__rsvp_protocol_status<EOL>
Getter method for rsvp_protocol_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_protocol_status (boolean) YANG Description: Status of RSVP protocol
f335105:c0:m3
def _set_rsvp_protocol_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=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 rsvp_protocol_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_protocol_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_rsvp_protocol_status is considered as a private method. Backends looking to populate this va...
f335105:c0:m4
def _get_rsvp_refresh_interval(self):
return self.__rsvp_refresh_interval<EOL>
Getter method for rsvp_refresh_interval, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_refresh_interval (uint32) YANG Description: RSVP Refresh Interval (R)
f335105:c0:m6
def _set_rsvp_refresh_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for rsvp_refresh_interval, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_refresh_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_rsvp_refresh_interval is considered as a private method. Backends looking to populate this ...
f335105:c0:m7
def _get_rsvp_refresh_multiple(self):
return self.__rsvp_refresh_multiple<EOL>
Getter method for rsvp_refresh_multiple, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_refresh_multiple (uint32) YANG Description: RSVP Refresh Multiple (K)
f335105:c0:m9
def _set_rsvp_refresh_multiple(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 rsvp_refresh_multiple, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_refresh_multiple (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_rsvp_refresh_multiple is considered as a private method. Backends looking to populate this ...
f335105:c0:m10
def _get_rsvp_transport_address(self):
return self.__rsvp_transport_address<EOL>
Getter method for rsvp_transport_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_transport_address (inet:ipv4-address) YANG Description: RSVP Transport Address
f335105:c0:m12
def _set_rsvp_transport_address(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for rsvp_transport_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_transport_address (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_rsvp_transport_address is considered as a private method. Backends looking to ...
f335105:c0:m13
def _get_rsvp_message_id_epoch(self):
return self.__rsvp_message_id_epoch<EOL>
Getter method for rsvp_message_id_epoch, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_message_id_epoch (uint32) YANG Description: MsgId Epoch
f335105:c0:m15
def _set_rsvp_message_id_epoch(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for rsvp_message_id_epoch, mapped from YANG variable /brocade_mpls_rpc/show_mpls_rsvp/output/mpls_rsvp/rsvp_message_id_epoch (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_rsvp_message_id_epoch is considered as a private method. Backends looking to populate this ...
f335105:c0:m16
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_rec/input/ldp_peer_brief (boolean) YANG Description: Brief information
f335106: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_rec/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 ...
f335106: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_rec/input/ldp_peer_detail (boolean) YANG Description: Detailed information
f335106: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_rec/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 ...
f335106: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_rec/input/ldp_peer_ip (inet:ipv4-address) YANG Description: Peer IP Address
f335106: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_rec/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...
f335106: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_rec/input/ldp_peer_ip_lblspid (uint32) YANG Description: Peer label space id
f335106: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_rec/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 varia...
f335106: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_rec/input (input)
f335107: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_rec/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()...
f335107: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_rec/output (output)
f335107: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_rec/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_out...
f335107: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_rec/output/ldp_peer_id (inet:ipv4-address) YANG Description: Peer LDP ID
f335108:c0:m3
def _set_ldp_peer_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_peer_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_peer_det_rec/output/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 this variable should d...
f335108: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_rec/output/ldp_peer_lblspid (uint32) YANG Description: Peer LBL SPACE ID
f335108: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_rec/output/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 populate this variable shou...
f335108: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_rec/output/ldp_local_id (inet:ipv4-address) YANG Description: Local LDP ID
f335108: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_rec/output/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 populate this variable shoul...
f335108: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_rec/output/ldp_local_lblspid (uint32) YANG Description: Peer LBL SPACE ID
f335108: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_rec/output/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 populate this variable s...
f335108: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_rec/output/ldp_peer_state (ldp-state-name) YANG Description: Peer LDP state
f335108: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_rec/output/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 populate this variable sh...
f335108: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_rec/output/ldp_peer_session_status (up-down) YANG Description: LDP session status
f335108: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_rec/output/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. Backends looking to popul...
f335108: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_rec/output/ldp_entity_index (uint32) YANG Description: Entity Idx
f335108: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_rec/output/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 populate this variable shou...
f335108: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_rec/output/ldp_peer_targeted (yes-no) YANG Description: Targeted
f335108: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_rec/output/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 populate this variable s...
f335108: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_rec/output/ldp_peer_targeted_adj_added (yes-no) YANG Description: Targeted adjacency added
f335108: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_rec/output/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 method. Backends looki...
f335108:c0:m28
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output (output)
f335109:c0:m3
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/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() directl...
f335109:c0:m4
def _get_ldp_initialized(self):
return self.__ldp_initialized<EOL>
Getter method for ldp_initialized, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/ldp_initialized (boolean) YANG Description: LDP initialized
f335110:c0:m3
def _set_ldp_initialized(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_initialized, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/ldp_initialized (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_initialized is considered as a private method. Backends looking to populate this variable should do so via ca...
f335110:c0:m4
def _get_lsr_id(self):
return self.__lsr_id<EOL>
Getter method for lsr_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/lsr_id (inet:ipv4-address) YANG Description: LDP LSR ID
f335110:c0:m6
def _set_lsr_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 lsr_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/lsr_id (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_lsr_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f335110:c0:m7
def _get_lsr_id_configured(self):
return self.__lsr_id_configured<EOL>
Getter method for lsr_id_configured, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/lsr_id_configured (boolean) YANG Description: LSR ID configured
f335110:c0:m9
def _set_lsr_id_configured(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 lsr_id_configured, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/lsr_id_configured (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_lsr_id_configured is considered as a private method. Backends looking to populate this variable should do so ...
f335110:c0:m10
def _get_loopback(self):
return self.__loopback<EOL>
Getter method for loopback, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/loopback (uint8) YANG Description: Loopback used
f335110:c0:m12
def _set_loopback(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for loopback, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/loopback (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_loopback is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_loop...
f335110:c0:m13
def _get_hello_interval_link(self):
return self.__hello_interval_link<EOL>
Getter method for hello_interval_link, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/hello_interval_link (uint32) YANG Description: Global link hello interval
f335110:c0:m15
def _set_hello_interval_link(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 hello_interval_link, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/hello_interval_link (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_hello_interval_link is considered as a private method. Backends looking to populate this variable should d...
f335110:c0:m16
def _get_hello_interval_target(self):
return self.__hello_interval_target<EOL>
Getter method for hello_interval_target, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/hello_interval_target (uint32) YANG Description: Target hello interval
f335110:c0:m18
def _set_hello_interval_target(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 hello_interval_target, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp/output/hello_interval_target (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_hello_interval_target is considered as a private method. Backends looking to populate this variable sh...
f335110:c0:m19