signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_lsp_admin_group_include_all_group_id(self): | return self.__lsp_admin_group_include_all_group_id<EOL> | Getter method for lsp_admin_group_include_all_group_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_include_all/lsp_admin_group_include_all_group_id (uint32... | f334938:c0:m3 |
def _set_lsp_admin_group_include_all_group_id(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_... | Setter method for lsp_admin_group_include_all_group_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_include_all/lsp_admin_group_include_all_group_id (uint32... | f334938:c0:m4 |
def _get_lsp_admin_group_exclude_any_group_id(self): | return self.__lsp_admin_group_exclude_any_group_id<EOL> | Getter method for lsp_admin_group_exclude_any_group_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_exclude_any/lsp_admin_group_exclude_any_group_id (uint32... | f334939:c0:m3 |
def _set_lsp_admin_group_exclude_any_group_id(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_... | Setter method for lsp_admin_group_exclude_any_group_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_exclude_any/lsp_admin_group_exclude_any_group_id (uint32... | f334939:c0:m4 |
def _get_lsp_admin_group_include_any_group_id(self): | return self.__lsp_admin_group_include_any_group_id<EOL> | Getter method for lsp_admin_group_include_any_group_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_include_any/lsp_admin_group_include_any_group_id (uint32... | f334940:c0:m3 |
def _set_lsp_admin_group_include_any_group_id(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_... | Setter method for lsp_admin_group_include_any_group_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_include_any/lsp_admin_group_include_any_group_id (uint32... | f334940:c0:m4 |
def _get_lsp_admin_group_exclude_any(self): | return self.__lsp_admin_group_exclude_any<EOL> | Getter method for lsp_admin_group_exclude_any, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_exclude_any (list) | f334941:c0:m3 |
def _set_lsp_admin_group_exclude_any(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",lsp_admin_group_exclude_any.lsp_admin_group_exclude_any, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._p... | Setter method for lsp_admin_group_exclude_any, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_exclude_any (list)
If this variable is read-only (config: false) ... | f334941:c0:m4 |
def _get_lsp_admin_group_include_any(self): | return self.__lsp_admin_group_include_any<EOL> | Getter method for lsp_admin_group_include_any, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_include_any (list) | f334941:c0:m6 |
def _set_lsp_admin_group_include_any(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",lsp_admin_group_include_any.lsp_admin_group_include_any, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._p... | Setter method for lsp_admin_group_include_any, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_include_any (list)
If this variable is read-only (config: false) ... | f334941:c0:m7 |
def _get_lsp_admin_group_include_all(self): | return self.__lsp_admin_group_include_all<EOL> | Getter method for lsp_admin_group_include_all, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_include_all (list) | f334941:c0:m9 |
def _set_lsp_admin_group_include_all(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",lsp_admin_group_include_all.lsp_admin_group_include_all, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._p... | Setter method for lsp_admin_group_include_all, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group/lsp_admin_group_include_all (list)
If this variable is read-only (config: false) ... | f334941:c0:m10 |
def _get_lsp_admin_group(self): | return self.__lsp_admin_group<EOL> | Getter method for lsp_admin_group, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group (container) | f334942:c0:m3 |
def _set_lsp_admin_group(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=lsp_admin_group.lsp_admin_group, 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=Fa... | Setter method for lsp_admin_group, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_config_admin_groups/lsp_admin_group (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_... | f334942:c0:m4 |
def _get_lsp_hop_address(self): | return self.__lsp_hop_address<EOL> | Getter method for lsp_hop_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_address (inet:ipv4-address)
YANG Description: Hop IP address | f334943:c0:m3 |
def _set_lsp_hop_address(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 lsp_hop_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_address (inet:ipv4-address)
If this variable is read-only (config: false) in... | f334943:c0:m4 |
def _get_lsp_hop_strict_hop(self): | return self.__lsp_hop_strict_hop<EOL> | Getter method for lsp_hop_strict_hop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_strict_hop (boolean)
YANG Description: CSPF path Strict hop | f334943:c0:m6 |
def _set_lsp_hop_strict_hop(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_strict_hop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_strict_hop (boolean)
If this variable is read-only (config: false) in the... | f334943:c0:m7 |
def _get_lsp_hop_loose_hop(self): | return self.__lsp_hop_loose_hop<EOL> | Getter method for lsp_hop_loose_hop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_loose_hop (boolean)
YANG Description: CSPF path Loose hop | f334943:c0:m9 |
def _set_lsp_hop_loose_hop(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_loose_hop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_loose_hop (boolean)
If this variable is read-only (config: false) in the
s... | f334943:c0:m10 |
def _get_lsp_hop_is_router_id(self): | return self.__lsp_hop_is_router_id<EOL> | Getter method for lsp_hop_is_router_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_is_router_id (boolean)
YANG Description: Hop is a router id hop | f334943:c0:m12 |
def _set_lsp_hop_is_router_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=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_is_router_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_is_router_id (boolean)
If this variable is read-only (config: false) in... | f334943:c0:m13 |
def _get_lsp_hop_has_protection(self): | return self.__lsp_hop_has_protection<EOL> | Getter method for lsp_hop_has_protection, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_has_protection (boolean)
YANG Description: RRO hop Protection availa... | f334943:c0:m15 |
def _set_lsp_hop_has_protection(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_has_protection, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_has_protection (boolean)
If this variable is read-only (config: false... | f334943:c0:m16 |
def _get_lsp_hop_has_node_protection(self): | return self.__lsp_hop_has_node_protection<EOL> | Getter method for lsp_hop_has_node_protection, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_has_node_protection (boolean)
YANG Description: RRO hop Node Pr... | f334943:c0:m18 |
def _set_lsp_hop_has_node_protection(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_has_node_protection, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_has_node_protection (boolean)
If this variable is read-only (con... | f334943:c0:m19 |
def _get_lsp_hop_has_bandwidth_protection(self): | return self.__lsp_hop_has_bandwidth_protection<EOL> | Getter method for lsp_hop_has_bandwidth_protection, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_has_bandwidth_protection (boolean)
YANG Description: RRO h... | f334943:c0:m21 |
def _set_lsp_hop_has_bandwidth_protection(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_has_bandwidth_protection, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_has_bandwidth_protection (boolean)
If this variable is read... | f334943:c0:m22 |
def _get_lsp_hop_has_protection_in_use(self): | return self.__lsp_hop_has_protection_in_use<EOL> | Getter method for lsp_hop_has_protection_in_use, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_has_protection_in_use (boolean)
YANG Description: RRO hop pro... | f334943:c0:m24 |
def _set_lsp_hop_has_protection_in_use(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_has_protection_in_use, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_has_protection_in_use (boolean)
If this variable is read-only ... | f334943:c0:m25 |
def _get_lsp_hop_avoid_node(self): | return self.__lsp_hop_avoid_node<EOL> | Getter method for lsp_hop_avoid_node, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_node (boolean)
YANG Description: Avoid address type is node | f334943:c0:m27 |
def _set_lsp_hop_avoid_node(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_avoid_node, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_node (boolean)
If this variable is read-only (config: false) in the... | f334943:c0:m28 |
def _get_lsp_hop_avoid_local(self): | return self.__lsp_hop_avoid_local<EOL> | Getter method for lsp_hop_avoid_local, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_local (boolean)
YANG Description: Avoid address type is local | f334943:c0:m30 |
def _set_lsp_hop_avoid_local(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_avoid_local, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_local (boolean)
If this variable is read-only (config: false) in t... | f334943:c0:m31 |
def _get_lsp_hop_avoid_remote(self): | return self.__lsp_hop_avoid_remote<EOL> | Getter method for lsp_hop_avoid_remote, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_remote (boolean)
YANG Description: Avoid address type is remote | f334943:c0:m33 |
def _set_lsp_hop_avoid_remote(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_hop_avoid_remote, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop/lsp_hop_avoid_remote (boolean)
If this variable is read-only (config: false) in... | f334943:c0:m34 |
def _get_hop(self): | return self.__hop<EOL> | Getter method for hop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop (list) | f334944:c0:m3 |
def _set_hop(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",hop.hop, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensions=No... | Setter method for hop, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list/hop (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_hop is c... | f334944:c0:m4 |
def _get_show_mpls_lsp_hop_list(self): | return self.__show_mpls_lsp_hop_list<EOL> | Getter method for show_mpls_lsp_hop_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list (container) | f334945:c0:m3 |
def _set_show_mpls_lsp_hop_list(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_lsp_hop_list.show_mpls_lsp_hop_list, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, reg... | Setter method for show_mpls_lsp_hop_list, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances/lsp_cspf_exclude_hops/show_mpls_lsp_hop_list (container)
If this variable is read-only (config: false) in the
source YANG file... | f334945:c0:m4 |
def _get_lsp_instances(self): | return self.__lsp_instances<EOL> | Getter method for lsp_instances, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances (list) | f334946:c0:m3 |
def _set_lsp_instances(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",lsp_instances.lsp_instances, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_... | Setter method for lsp_instances, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_instances_info/lsp_instances (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_lsp_instances is considered as a private
method... | f334946:c0:m4 |
def _get_lsp_backups(self): | return self.__lsp_backups<EOL> | Getter method for lsp_backups, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups (list) | f334947:c0:m3 |
def _set_lsp_backups(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",lsp_backups.lsp_backups, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>... | Setter method for lsp_backups, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_lsp_backups is considered as a private
method. Backend... | f334947:c0:m4 |
def _get_lsp_backup_from_address(self): | return self.__lsp_backup_from_address<EOL> | Getter method for lsp_backup_from_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_from_address (inet:ipv4-address)
YANG Description: Backup from address | f334948:c0:m3 |
def _set_lsp_backup_from_address(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm... | Setter method for lsp_backup_from_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_from_address (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_lsp_b... | f334948:c0:m4 |
def _get_lsp_backup_to_address(self): | return self.__lsp_backup_to_address<EOL> | Getter method for lsp_backup_to_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_to_address (inet:ipv4-address)
YANG Description: Backup to address | f334948:c0:m6 |
def _set_lsp_backup_to_address(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm... | Setter method for lsp_backup_to_address, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_to_address (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_lsp_backu... | f334948:c0:m7 |
def _get_lsp_backup_name(self): | return self.__lsp_backup_name<EOL> | Getter method for lsp_backup_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_name (string)
YANG Description: Backup name | f334948:c0:m9 |
def _set_lsp_backup_name(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", re... | Setter method for lsp_backup_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_lsp_backup_name is considered as... | f334948:c0:m10 |
def _get_lsp_backup_type_ingress(self): | return self.__lsp_backup_type_ingress<EOL> | Getter method for lsp_backup_type_ingress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_type_ingress (boolean)
YANG Description: Backup type ingress | f334948:c0:m12 |
def _set_lsp_backup_type_ingress(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_backup_type_ingress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_type_ingress (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_lsp_backup_type... | f334948:c0:m13 |
def _get_lsp_backup_type_transit(self): | return self.__lsp_backup_type_transit<EOL> | Getter method for lsp_backup_type_transit, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_type_transit (boolean)
YANG Description: Backup type transit | f334948:c0:m15 |
def _set_lsp_backup_type_transit(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_backup_type_transit, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_type_transit (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_lsp_backup_type... | f334948:c0:m16 |
def _get_lsp_backup_is_active(self): | return self.__lsp_backup_is_active<EOL> | Getter method for lsp_backup_is_active, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_is_active (boolean)
YANG Description: Backup state is active or up | f334948:c0:m18 |
def _set_lsp_backup_is_active(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L... | Setter method for lsp_backup_is_active, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info/show_mpls_lsp_backup_info/lsp_backups/lsp_backup_is_active (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_lsp_backup_is_active ... | f334948:c0:m19 |
def _get_show_mpls_lsp_extensive_info(self): | return self.__show_mpls_lsp_extensive_info<EOL> | Getter method for show_mpls_lsp_extensive_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info (container) | f334949:c0:m3 |
def _set_show_mpls_lsp_extensive_info(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_lsp_extensive_info.show_mpls_lsp_extensive_info, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ext... | Setter method for show_mpls_lsp_extensive_info, mapped from YANG variable /brocade_mpls_rpc/show_mpls_lsp_name_debug/output/lsp/show_mpls_lsp_extensive_info (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_show_mpls_lsp_extensive_info is considered as a private
method. Backen... | f334949:c0:m4 |
def _get_ldp_fec_prefix(self): | return self.__ldp_fec_prefix<EOL> | Getter method for ldp_fec_prefix, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/input/ldp_fec_prefix (inet:ipv4-prefix)
YANG Description: IP address/Subnet mask length | f334950:c0:m3 |
def _set_ldp_fec_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 ldp_fec_prefix, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/input/ldp_fec_prefix (inet:ipv4-prefix)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix is considered as a private
method. Backends looking to populate this varia... | f334950:c0:m4 |
def _get_input(self): | return self.__input<EOL> | Getter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/input (input) | f334951:c0:m3 |
def _set_input(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=input.input, is_leaf=True, yang_name="<STR_LIT:input>", rest_name="<STR_LIT:input>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<ST... | Setter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/input (input)
If this variable is read-only (config: false) in the
source YANG file, then _set_input is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_in... | f334951:c0:m4 |
def _get_output(self): | return self.__output<EOL> | Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output (output) | f334951:c0:m6 |
def _set_output(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=output.output, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<STR_LIT>', d... | Setter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output (output)
If this variable is read-only (config: false) in the
source YANG file, then _set_output is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._se... | f334951:c0:m7 |
def _get_ldp_fec_prefix_local_ldp_id_dw(self): | return self.__ldp_fec_prefix_local_ldp_id_dw<EOL> | Getter method for ldp_fec_prefix_local_ldp_id_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_local_ldp_id_dw (inet:ipv4-address)
YANG Description: Local LDP ID | f334952:c0:m3 |
def _set_ldp_fec_prefix_local_ldp_id_dw(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_fec_prefix_local_ldp_id_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_local_ldp_id_dw (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_local... | f334952:c0:m4 |
def _get_ldp_fec_prefix_local_ldp_lblspc_dw(self): | return self.__ldp_fec_prefix_local_ldp_lblspc_dw<EOL> | Getter method for ldp_fec_prefix_local_ldp_lblspc_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_local_ldp_lblspc_dw (uint32)
YANG Description: Local LDP Label Space | f334952:c0:m6 |
def _set_ldp_fec_prefix_local_ldp_lblspc_dw(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_fec_prefix_local_ldp_lblspc_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_local_ldp_lblspc_dw (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_local_ld... | f334952:c0:m7 |
def _get_ldp_fec_prefix_peer_ldp_id_dw(self): | return self.__ldp_fec_prefix_peer_ldp_id_dw<EOL> | Getter method for ldp_fec_prefix_peer_ldp_id_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_peer_ldp_id_dw (inet:ipv4-address)
YANG Description: Peer LDP ID | f334952:c0:m9 |
def _set_ldp_fec_prefix_peer_ldp_id_dw(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti... | Setter method for ldp_fec_prefix_peer_ldp_id_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_peer_ldp_id_dw (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_peer_ld... | f334952:c0:m10 |
def _get_ldp_fec_prefix_peer_ldp_lblspc_dw(self): | return self.__ldp_fec_prefix_peer_ldp_lblspc_dw<EOL> | Getter method for ldp_fec_prefix_peer_ldp_lblspc_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_peer_ldp_lblspc_dw (uint32)
YANG Description: Peer LDP Label Space | f334952:c0:m12 |
def _set_ldp_fec_prefix_peer_ldp_lblspc_dw(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_fec_prefix_peer_ldp_lblspc_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_peer_ldp_lblspc_dw (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_peer_ldp_l... | f334952:c0:m13 |
def _get_ldp_fec_prefix_label_dw(self): | return self.__ldp_fec_prefix_label_dw<EOL> | Getter method for ldp_fec_prefix_label_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_label_dw (uint32)
YANG Description: Label | f334952:c0:m15 |
def _set_ldp_fec_prefix_label_dw(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_fec_prefix_label_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_label_dw (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_label_dw is considered as a pr... | f334952:c0:m16 |
def _get_ldp_fec_prefix_state_dw(self): | return self.__ldp_fec_prefix_state_dw<EOL> | Getter method for ldp_fec_prefix_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_state_dw (ldp-fec-state)
YANG Description: State | f334952:c0:m18 |
def _set_ldp_fec_prefix_state_dw(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT>}, u'<STR_... | Setter method for ldp_fec_prefix_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_state_dw (ldp-fec-state)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_state_dw is considered ... | f334952:c0:m19 |
def _get_ldp_fec_prefix_fec_filtered_state_dw(self): | return self.__ldp_fec_prefix_fec_filtered_state_dw<EOL> | Getter method for ldp_fec_prefix_fec_filtered_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_fec_filtered_state_dw (yes-no)
YANG Description: FEC filtered State | f334952:c0:m21 |
def _set_ldp_fec_prefix_fec_filtered_state_dw(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:yes>': {'<STR_LIT:value>': <NUM_LIT:1>}, u... | Setter method for ldp_fec_prefix_fec_filtered_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_fec_filtered_state_dw (yes-no)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_fec_... | f334952:c0:m22 |
def _get_ldp_fec_prefix_fec_stale_dw(self): | return self.__ldp_fec_prefix_fec_stale_dw<EOL> | Getter method for ldp_fec_prefix_fec_stale_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_fec_stale_dw (yes-no)
YANG Description: DM Stale | f334952:c0:m24 |
def _set_ldp_fec_prefix_fec_stale_dw(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:yes>': {'<STR_LIT:value>': <NUM_LIT:1>}, u... | Setter method for ldp_fec_prefix_fec_stale_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_fec_stale_dw (yes-no)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_fec_stale_dw is consid... | f334952:c0:m25 |
def _get_ldp_fec_prefix_feccb_dw(self): | return self.__ldp_fec_prefix_feccb_dw<EOL> | Getter method for ldp_fec_prefix_feccb_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_feccb_dw (uint32)
YANG Description: CB | f334952:c0:m27 |
def _set_ldp_fec_prefix_feccb_dw(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_fec_prefix_feccb_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_feccb_dw (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_feccb_dw is considered as a pr... | f334952:c0:m28 |
def _get_ldp_fec_prefix_fec_dm_state_dw(self): | return self.__ldp_fec_prefix_fec_dm_state_dw<EOL> | Getter method for ldp_fec_prefix_fec_dm_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_fec_dm_state_dw (int32)
YANG Description: DM State | f334952:c0:m30 |
def _set_ldp_fec_prefix_fec_dm_state_dw(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_fec_prefix_fec_dm_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_downstream_rec_list/ldp_fec_prefix_fec_dm_state_dw (int32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_fec_dm_state_dw i... | f334952:c0:m31 |
def _get_ldp_fec_prefix_feccb(self): | return self.__ldp_fec_prefix_feccb<EOL> | Getter method for ldp_fec_prefix_feccb, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_feccb (uint32)
YANG Description: FEC_CB | f334953:c0:m3 |
def _set_ldp_fec_prefix_feccb(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_fec_prefix_feccb, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_feccb (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_feccb is considered as a private
method. Backends looking to populate t... | f334953:c0:m4 |
def _get_ldp_fec_prefix_idx(self): | return self.__ldp_fec_prefix_idx<EOL> | Getter method for ldp_fec_prefix_idx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_idx (uint32)
YANG Description: idx | f334953:c0:m6 |
def _set_ldp_fec_prefix_idx(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_fec_prefix_idx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_idx (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_idx is considered as a private
method. Backends looking to populate this va... | f334953:c0:m7 |
def _get_ldp_fec_prefix_type(self): | return self.__ldp_fec_prefix_type<EOL> | Getter method for ldp_fec_prefix_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_type (uint32)
YANG Description: type | f334953:c0:m9 |
def _set_ldp_fec_prefix_type(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_fec_prefix_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_type (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_type is considered as a private
method. Backends looking to populate this... | f334953:c0:m10 |
def _get_ldp_fec_prefix_pend_notif(self): | return self.__ldp_fec_prefix_pend_notif<EOL> | Getter method for ldp_fec_prefix_pend_notif, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_pend_notif (ldp-fec-pend-notify)
YANG Description: pend_notif | f334953:c0:m12 |
def _set_ldp_fec_prefix_pend_notif(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:none>': {'<STR_LIT:value>': <NUM_LIT:0>}, ... | Setter method for ldp_fec_prefix_pend_notif, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_pend_notif (ldp-fec-pend-notify)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_pend_notif is considered as a private
method. Ba... | f334953:c0:m13 |
def _get_ldp_fec_prefix_state(self): | return self.__ldp_fec_prefix_state<EOL> | Getter method for ldp_fec_prefix_state, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_state (ldp-fec-state)
YANG Description: State | f334953:c0:m15 |
def _set_ldp_fec_prefix_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT>}, u'<STR_... | Setter method for ldp_fec_prefix_state, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_state (ldp-fec-state)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_state is considered as a private
method. Backends looking to pop... | f334953:c0:m16 |
def _get_ldp_fec_prefix_Ingress(self): | return self.__ldp_fec_prefix_Ingress<EOL> | Getter method for ldp_fec_prefix_Ingress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_Ingress (yes-no)
YANG Description: Ingr | f334953:c0:m18 |
def _set_ldp_fec_prefix_Ingress(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:yes>': {'<STR_LIT:value>': <NUM_LIT:1>}, u... | Setter method for ldp_fec_prefix_Ingress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_Ingress (yes-no)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_Ingress is considered as a private
method. Backends looking to popu... | f334953:c0:m19 |
def _get_ldp_fec_prefix_Egress(self): | return self.__ldp_fec_prefix_Egress<EOL> | Getter method for ldp_fec_prefix_Egress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_Egress (yes-no)
YANG Description: Egr | f334953:c0:m21 |
def _set_ldp_fec_prefix_Egress(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:yes>': {'<STR_LIT:value>': <NUM_LIT:1>}, u... | Setter method for ldp_fec_prefix_Egress, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_Egress (yes-no)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_Egress is considered as a private
method. Backends looking to populat... | f334953:c0:m22 |
def _get_ldp_fec_prefix_um_dist_done(self): | return self.__ldp_fec_prefix_um_dist_done<EOL> | Getter method for ldp_fec_prefix_um_dist_done, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_um_dist_done (yes-no)
YANG Description: UM Dist. done | f334953:c0:m24 |
def _set_ldp_fec_prefix_um_dist_done(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT:yes>': {'<STR_LIT:value>': <NUM_LIT:1>}, u... | Setter method for ldp_fec_prefix_um_dist_done, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_prefix_prefix/output/ldp_fec_prefix_um_dist_done (yes-no)
If this variable is read-only (config: false) in the
source YANG file, then _set_ldp_fec_prefix_um_dist_done is considered as a private
method. Backends ... | f334953:c0:m25 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.