signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_path_computed_by_interface_constraint(self): | return self.__path_computed_by_interface_constraint<EOL> | Getter method for path_computed_by_interface_constraint, mapped from YANG variable /mpls_state/lsp/instances/path_computed_by_interface_constraint (boolean)
YANG Description: lsp_path_computed_by_interface_constraint | f336456:c0:m267 |
def _set_path_computed_by_interface_constraint(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__path_computed_by_interface_constraint = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for path_computed_by_interface_constraint, mapped from YANG variable /mpls_state/lsp/instances/path_computed_by_interface_constraint (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_path_computed_by_interface_constraint is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_path_computed_by_interface_constraint() directly.
YANG Description: lsp_path_computed_by_interface_constraint | f336456:c0:m268 |
def _get_cspf_computation_mode(self): | return self.__cspf_computation_mode<EOL> | Getter method for cspf_computation_mode, mapped from YANG variable /mpls_state/lsp/instances/cspf_computation_mode (lsp-cspf-computation-mode)
YANG Description: lsp cspf computation mode | f336456:c0:m270 |
def _set_cspf_computation_mode(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:1>}, u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:7>}, u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:5>}, u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:4>}, u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:3>}, u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:6>}},), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__cspf_computation_mode = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for cspf_computation_mode, mapped from YANG variable /mpls_state/lsp/instances/cspf_computation_mode (lsp-cspf-computation-mode)
If this variable is read-only (config: false) in the
source YANG file, then _set_cspf_computation_mode is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cspf_computation_mode() directly.
YANG Description: lsp cspf computation mode | f336456:c0:m271 |
def _get_cspf_group_computation_mode_default(self): | return self.__cspf_group_computation_mode_default<EOL> | Getter method for cspf_group_computation_mode_default, mapped from YANG variable /mpls_state/lsp/instances/cspf_group_computation_mode_default (boolean)
YANG Description: lsp_cspf_group_computation_mode_default | f336456:c0:m273 |
def _set_cspf_group_computation_mode_default(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__cspf_group_computation_mode_default = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for cspf_group_computation_mode_default, mapped from YANG variable /mpls_state/lsp/instances/cspf_group_computation_mode_default (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_cspf_group_computation_mode_default is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cspf_group_computation_mode_default() directly.
YANG Description: lsp_cspf_group_computation_mode_default | f336456:c0:m274 |
def _get_cspf_group_computation_mode_add_penalty(self): | return self.__cspf_group_computation_mode_add_penalty<EOL> | Getter method for cspf_group_computation_mode_add_penalty, mapped from YANG variable /mpls_state/lsp/instances/cspf_group_computation_mode_add_penalty (boolean)
YANG Description: lsp_cspf_group_computation_mode_add_penalty | f336456:c0:m276 |
def _set_cspf_group_computation_mode_add_penalty(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__cspf_group_computation_mode_add_penalty = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for cspf_group_computation_mode_add_penalty, mapped from YANG variable /mpls_state/lsp/instances/cspf_group_computation_mode_add_penalty (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_cspf_group_computation_mode_add_penalty is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cspf_group_computation_mode_add_penalty() directly.
YANG Description: lsp_cspf_group_computation_mode_add_penalty | f336456:c0:m277 |
def _get_cspf_group_computation_mode_exclude_groups(self): | return self.__cspf_group_computation_mode_exclude_groups<EOL> | Getter method for cspf_group_computation_mode_exclude_groups, mapped from YANG variable /mpls_state/lsp/instances/cspf_group_computation_mode_exclude_groups (boolean)
YANG Description: lsp_cspf_group_computation_mode_exclude_groups | f336456:c0:m279 |
def _set_cspf_group_computation_mode_exclude_groups(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__cspf_group_computation_mode_exclude_groups = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for cspf_group_computation_mode_exclude_groups, mapped from YANG variable /mpls_state/lsp/instances/cspf_group_computation_mode_exclude_groups (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_cspf_group_computation_mode_exclude_groups is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cspf_group_computation_mode_exclude_groups() directly.
YANG Description: lsp_cspf_group_computation_mode_exclude_groups | f336456:c0:m280 |
def _get_cspf_group_computation_mode_high_cost(self): | return self.__cspf_group_computation_mode_high_cost<EOL> | Getter method for cspf_group_computation_mode_high_cost, mapped from YANG variable /mpls_state/lsp/instances/cspf_group_computation_mode_high_cost (boolean)
YANG Description: lsp_cspf_group_computation_mode_high_cost | f336456:c0:m282 |
def _set_cspf_group_computation_mode_high_cost(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__cspf_group_computation_mode_high_cost = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for cspf_group_computation_mode_high_cost, mapped from YANG variable /mpls_state/lsp/instances/cspf_group_computation_mode_high_cost (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_cspf_group_computation_mode_high_cost is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cspf_group_computation_mode_high_cost() directly.
YANG Description: lsp_cspf_group_computation_mode_high_cost | f336456:c0:m283 |
def _get_cspf_path_cost(self): | return self.__cspf_path_cost<EOL> | Getter method for cspf_path_cost, mapped from YANG variable /mpls_state/lsp/instances/cspf_path_cost (uint32)
YANG Description: lsp_cspf_path_cost | f336456:c0:m285 |
def _set_cspf_path_cost(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__cspf_path_cost = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for cspf_path_cost, mapped from YANG variable /mpls_state/lsp/instances/cspf_path_cost (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_cspf_path_cost is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cspf_path_cost() directly.
YANG Description: lsp_cspf_path_cost | f336456:c0:m286 |
def _get_cspf_path_area(self): | return self.__cspf_path_area<EOL> | Getter method for cspf_path_area, mapped from YANG variable /mpls_state/lsp/instances/cspf_path_area (uint32)
YANG Description: lsp_cspf_path_area | f336456:c0:m288 |
def _set_cspf_path_area(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__cspf_path_area = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for cspf_path_area, mapped from YANG variable /mpls_state/lsp/instances/cspf_path_area (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_cspf_path_area is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cspf_path_area() directly.
YANG Description: lsp_cspf_path_area | f336456:c0:m289 |
def _get_cspf_computation_error(self): | return self.__cspf_computation_error<EOL> | Getter method for cspf_computation_error, mapped from YANG variable /mpls_state/lsp/instances/cspf_computation_error (uint32)
YANG Description: lsp_cspf_computation_error | f336456:c0:m291 |
def _set_cspf_computation_error(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__cspf_computation_error = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for cspf_computation_error, mapped from YANG variable /mpls_state/lsp/instances/cspf_computation_error (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_cspf_computation_error is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cspf_computation_error() directly.
YANG Description: lsp_cspf_computation_error | f336456:c0:m292 |
def _get_cspf_exclude_hops_present(self): | return self.__cspf_exclude_hops_present<EOL> | Getter method for cspf_exclude_hops_present, mapped from YANG variable /mpls_state/lsp/instances/cspf_exclude_hops_present (boolean)
YANG Description: lsp_cspf_exclude_hops_present | f336456:c0:m294 |
def _set_cspf_exclude_hops_present(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__cspf_exclude_hops_present = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for cspf_exclude_hops_present, mapped from YANG variable /mpls_state/lsp/instances/cspf_exclude_hops_present (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_cspf_exclude_hops_present is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cspf_exclude_hops_present() directly.
YANG Description: lsp_cspf_exclude_hops_present | f336456:c0:m295 |
def _get_rsvp_session_present(self): | return self.__rsvp_session_present<EOL> | Getter method for rsvp_session_present, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_present (boolean)
YANG Description: lsp_rsvp_session_present | f336456:c0:m297 |
def _set_rsvp_session_present(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__rsvp_session_present = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for rsvp_session_present, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_present (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_rsvp_session_present is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_rsvp_session_present() directly.
YANG Description: lsp_rsvp_session_present | f336456:c0:m298 |
def _get_rsvp_session_state_up(self): | return self.__rsvp_session_state_up<EOL> | Getter method for rsvp_session_state_up, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_state_up (boolean)
YANG Description: lsp_rsvp_session_state_up | f336456:c0:m300 |
def _set_rsvp_session_state_up(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__rsvp_session_state_up = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for rsvp_session_state_up, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_state_up (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_rsvp_session_state_up is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_rsvp_session_state_up() directly.
YANG Description: lsp_rsvp_session_state_up | f336456:c0:m301 |
def _get_rsvp_session_state(self): | return self.__rsvp_session_state<EOL> | Getter method for rsvp_session_state, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_state (uint8)
YANG Description: lsp_rsvp_session_state | f336456:c0:m303 |
def _set_rsvp_session_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=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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__rsvp_session_state = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for rsvp_session_state, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_state (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_rsvp_session_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_rsvp_session_state() directly.
YANG Description: lsp_rsvp_session_state | f336456:c0:m304 |
def _get_rsvp_session_path_error_code(self): | return self.__rsvp_session_path_error_code<EOL> | Getter method for rsvp_session_path_error_code, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_path_error_code (uint32)
YANG Description: lsp_rsvp_session_path_error_code | f336456:c0:m306 |
def _set_rsvp_session_path_error_code(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__rsvp_session_path_error_code = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for rsvp_session_path_error_code, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_path_error_code (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_rsvp_session_path_error_code is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_rsvp_session_path_error_code() directly.
YANG Description: lsp_rsvp_session_path_error_code | f336456:c0:m307 |
def _get_rsvp_session_path_error_value(self): | return self.__rsvp_session_path_error_value<EOL> | Getter method for rsvp_session_path_error_value, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_path_error_value (uint32)
YANG Description: lsp_rsvp_session_path_error_value | f336456:c0:m309 |
def _set_rsvp_session_path_error_value(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__rsvp_session_path_error_value = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for rsvp_session_path_error_value, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_path_error_value (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_rsvp_session_path_error_value is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_rsvp_session_path_error_value() directly.
YANG Description: lsp_rsvp_session_path_error_value | f336456:c0:m310 |
def _get_rsvp_session_path_error_node_address(self): | return self.__rsvp_session_path_error_node_address<EOL> | Getter method for rsvp_session_path_error_node_address, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_path_error_node_address (inet:ipv4-address)
YANG Description: lsp_rsvp_session_path_error_node_address | f336456:c0:m312 |
def _set_rsvp_session_path_error_node_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._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__rsvp_session_path_error_node_address = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for rsvp_session_path_error_node_address, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_path_error_node_address (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_rsvp_session_path_error_node_address is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_rsvp_session_path_error_node_address() directly.
YANG Description: lsp_rsvp_session_path_error_node_address | f336456:c0:m313 |
def _get_rsvp_session_rro_hops_present(self): | return self.__rsvp_session_rro_hops_present<EOL> | Getter method for rsvp_session_rro_hops_present, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_rro_hops_present (boolean)
YANG Description: lsp_rsvp_session_rro_hops_present | f336456:c0:m315 |
def _set_rsvp_session_rro_hops_present(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__rsvp_session_rro_hops_present = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for rsvp_session_rro_hops_present, mapped from YANG variable /mpls_state/lsp/instances/rsvp_session_rro_hops_present (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_rsvp_session_rro_hops_present is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_rsvp_session_rro_hops_present() directly.
YANG Description: lsp_rsvp_session_rro_hops_present | f336456:c0:m316 |
def _get_config_exclude_interface_configured(self): | return self.__config_exclude_interface_configured<EOL> | Getter method for config_exclude_interface_configured, mapped from YANG variable /mpls_state/lsp/instances/config_exclude_interface_configured (boolean)
YANG Description: lsp_config_exclude_interface_configured | f336456:c0:m318 |
def _set_config_exclude_interface_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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_exclude_interface_configured = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_exclude_interface_configured, mapped from YANG variable /mpls_state/lsp/instances/config_exclude_interface_configured (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_exclude_interface_configured is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_exclude_interface_configured() directly.
YANG Description: lsp_config_exclude_interface_configured | f336456:c0:m319 |
def _get_maximum_bandwidth(self): | return self.__maximum_bandwidth<EOL> | Getter method for maximum_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/maximum_bandwidth (uint32)
YANG Description: lsp_maximum_bandwidth | f336456:c0:m321 |
def _set_maximum_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__maximum_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for maximum_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/maximum_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_maximum_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_maximum_bandwidth() directly.
YANG Description: lsp_maximum_bandwidth | f336456:c0:m322 |
def _get_unreserved_priority_0_bandwidth(self): | return self.__unreserved_priority_0_bandwidth<EOL> | Getter method for unreserved_priority_0_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_0_bandwidth (uint32)
YANG Description: lsp_unreserved_priority_0_bandwidth | f336456:c0:m324 |
def _set_unreserved_priority_0_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__unreserved_priority_0_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for unreserved_priority_0_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_0_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_unreserved_priority_0_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_unreserved_priority_0_bandwidth() directly.
YANG Description: lsp_unreserved_priority_0_bandwidth | f336456:c0:m325 |
def _get_unreserved_priority_1_bandwidth(self): | return self.__unreserved_priority_1_bandwidth<EOL> | Getter method for unreserved_priority_1_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_1_bandwidth (uint32)
YANG Description: lsp_unreserved_priority_1_bandwidth | f336456:c0:m327 |
def _set_unreserved_priority_1_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__unreserved_priority_1_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for unreserved_priority_1_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_1_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_unreserved_priority_1_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_unreserved_priority_1_bandwidth() directly.
YANG Description: lsp_unreserved_priority_1_bandwidth | f336456:c0:m328 |
def _get_unreserved_priority_2_bandwidth(self): | return self.__unreserved_priority_2_bandwidth<EOL> | Getter method for unreserved_priority_2_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_2_bandwidth (uint32)
YANG Description: lsp_unreserved_priority_2_bandwidth | f336456:c0:m330 |
def _set_unreserved_priority_2_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__unreserved_priority_2_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for unreserved_priority_2_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_2_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_unreserved_priority_2_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_unreserved_priority_2_bandwidth() directly.
YANG Description: lsp_unreserved_priority_2_bandwidth | f336456:c0:m331 |
def _get_unreserved_priority_3_bandwidth(self): | return self.__unreserved_priority_3_bandwidth<EOL> | Getter method for unreserved_priority_3_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_3_bandwidth (uint32)
YANG Description: lsp_unreserved_priority_3_bandwidth | f336456:c0:m333 |
def _set_unreserved_priority_3_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__unreserved_priority_3_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for unreserved_priority_3_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_3_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_unreserved_priority_3_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_unreserved_priority_3_bandwidth() directly.
YANG Description: lsp_unreserved_priority_3_bandwidth | f336456:c0:m334 |
def _get_unreserved_priority_4_bandwidth(self): | return self.__unreserved_priority_4_bandwidth<EOL> | Getter method for unreserved_priority_4_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_4_bandwidth (uint32)
YANG Description: lsp_unreserved_priority_4_bandwidth | f336456:c0:m336 |
def _set_unreserved_priority_4_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__unreserved_priority_4_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for unreserved_priority_4_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_4_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_unreserved_priority_4_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_unreserved_priority_4_bandwidth() directly.
YANG Description: lsp_unreserved_priority_4_bandwidth | f336456:c0:m337 |
def _get_unreserved_priority_5_bandwidth(self): | return self.__unreserved_priority_5_bandwidth<EOL> | Getter method for unreserved_priority_5_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_5_bandwidth (uint32)
YANG Description: lsp_unreserved_priority_5_bandwidth | f336456:c0:m339 |
def _set_unreserved_priority_5_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__unreserved_priority_5_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for unreserved_priority_5_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_5_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_unreserved_priority_5_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_unreserved_priority_5_bandwidth() directly.
YANG Description: lsp_unreserved_priority_5_bandwidth | f336456:c0:m340 |
def _get_unreserved_priority_6_bandwidth(self): | return self.__unreserved_priority_6_bandwidth<EOL> | Getter method for unreserved_priority_6_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_6_bandwidth (uint32)
YANG Description: lsp_unreserved_priority_6_bandwidth | f336456:c0:m342 |
def _set_unreserved_priority_6_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__unreserved_priority_6_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for unreserved_priority_6_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_6_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_unreserved_priority_6_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_unreserved_priority_6_bandwidth() directly.
YANG Description: lsp_unreserved_priority_6_bandwidth | f336456:c0:m343 |
def _get_unreserved_priority_7_bandwidth(self): | return self.__unreserved_priority_7_bandwidth<EOL> | Getter method for unreserved_priority_7_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_7_bandwidth (uint32)
YANG Description: lsp_unreserved_priority_7_bandwidth | f336456:c0:m345 |
def _set_unreserved_priority_7_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__unreserved_priority_7_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for unreserved_priority_7_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/unreserved_priority_7_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_unreserved_priority_7_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_unreserved_priority_7_bandwidth() directly.
YANG Description: lsp_unreserved_priority_7_bandwidth | f336456:c0:m346 |
def _get_config_frr_configured(self): | return self.__config_frr_configured<EOL> | Getter method for config_frr_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_configured (boolean)
YANG Description: lsp_config_frr_configured | f336456:c0:m348 |
def _set_config_frr_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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_configured = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_configured (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_configured is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_configured() directly.
YANG Description: lsp_config_frr_configured | f336456:c0:m349 |
def _get_config_frr_one_to_one(self): | return self.__config_frr_one_to_one<EOL> | Getter method for config_frr_one_to_one, mapped from YANG variable /mpls_state/lsp/instances/config_frr_one_to_one (boolean)
YANG Description: lsp_config_frr_one_to_one | f336456:c0:m351 |
def _set_config_frr_one_to_one(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_one_to_one = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_one_to_one, mapped from YANG variable /mpls_state/lsp/instances/config_frr_one_to_one (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_one_to_one is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_one_to_one() directly.
YANG Description: lsp_config_frr_one_to_one | f336456:c0:m352 |
def _get_config_frr_one_to_many(self): | return self.__config_frr_one_to_many<EOL> | Getter method for config_frr_one_to_many, mapped from YANG variable /mpls_state/lsp/instances/config_frr_one_to_many (boolean)
YANG Description: lsp_config_frr_one_to_many | f336456:c0:m354 |
def _set_config_frr_one_to_many(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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_one_to_many = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_one_to_many, mapped from YANG variable /mpls_state/lsp/instances/config_frr_one_to_many (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_one_to_many is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_one_to_many() directly.
YANG Description: lsp_config_frr_one_to_many | f336456:c0:m355 |
def _get_config_frr_priority_configured(self): | return self.__config_frr_priority_configured<EOL> | Getter method for config_frr_priority_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_priority_configured (boolean)
YANG Description: lsp_config_frr_priority_configured | f336456:c0:m357 |
def _set_config_frr_priority_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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_priority_configured = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_priority_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_priority_configured (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_priority_configured is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_priority_configured() directly.
YANG Description: lsp_config_frr_priority_configured | f336456:c0:m358 |
def _get_config_frr_setup_priority(self): | return self.__config_frr_setup_priority<EOL> | Getter method for config_frr_setup_priority, mapped from YANG variable /mpls_state/lsp/instances/config_frr_setup_priority (uint8)
YANG Description: lsp_config_frr_setup_priority | f336456:c0:m360 |
def _set_config_frr_setup_priority(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_setup_priority = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_setup_priority, mapped from YANG variable /mpls_state/lsp/instances/config_frr_setup_priority (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_setup_priority is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_setup_priority() directly.
YANG Description: lsp_config_frr_setup_priority | f336456:c0:m361 |
def _get_config_frr_holding_priority(self): | return self.__config_frr_holding_priority<EOL> | Getter method for config_frr_holding_priority, mapped from YANG variable /mpls_state/lsp/instances/config_frr_holding_priority (uint8)
YANG Description: lsp_config_frr_holding_priority | f336456:c0:m363 |
def _set_config_frr_holding_priority(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_holding_priority = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_holding_priority, mapped from YANG variable /mpls_state/lsp/instances/config_frr_holding_priority (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_holding_priority is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_holding_priority() directly.
YANG Description: lsp_config_frr_holding_priority | f336456:c0:m364 |
def _get_config_frr_hop_limit_configured(self): | return self.__config_frr_hop_limit_configured<EOL> | Getter method for config_frr_hop_limit_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_hop_limit_configured (boolean)
YANG Description: lsp_config_frr_hop_limit_configured | f336456:c0:m366 |
def _set_config_frr_hop_limit_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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_hop_limit_configured = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_hop_limit_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_hop_limit_configured (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_hop_limit_configured is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_hop_limit_configured() directly.
YANG Description: lsp_config_frr_hop_limit_configured | f336456:c0:m367 |
def _get_config_frr_hop_limit(self): | return self.__config_frr_hop_limit<EOL> | Getter method for config_frr_hop_limit, mapped from YANG variable /mpls_state/lsp/instances/config_frr_hop_limit (uint8)
YANG Description: lsp_config_frr_hop_limit | f336456:c0:m369 |
def _set_config_frr_hop_limit(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_hop_limit = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_hop_limit, mapped from YANG variable /mpls_state/lsp/instances/config_frr_hop_limit (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_hop_limit is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_hop_limit() directly.
YANG Description: lsp_config_frr_hop_limit | f336456:c0:m370 |
def _get_config_frr_bandwidth_configured(self): | return self.__config_frr_bandwidth_configured<EOL> | Getter method for config_frr_bandwidth_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_bandwidth_configured (boolean)
YANG Description: lsp_config_frr_bandwidth_configured | f336456:c0:m372 |
def _set_config_frr_bandwidth_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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_bandwidth_configured = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_bandwidth_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_bandwidth_configured (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_bandwidth_configured is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_bandwidth_configured() directly.
YANG Description: lsp_config_frr_bandwidth_configured | f336456:c0:m373 |
def _get_config_frr_bandwidth(self): | return self.__config_frr_bandwidth<EOL> | Getter method for config_frr_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/config_frr_bandwidth (uint32)
YANG Description: lsp_config_frr_bandwidth | f336456:c0:m375 |
def _set_config_frr_bandwidth(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_bandwidth = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_bandwidth, mapped from YANG variable /mpls_state/lsp/instances/config_frr_bandwidth (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_bandwidth is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_bandwidth() directly.
YANG Description: lsp_config_frr_bandwidth | f336456:c0:m376 |
def _get_config_frr_admin_group_configured(self): | return self.__config_frr_admin_group_configured<EOL> | Getter method for config_frr_admin_group_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_admin_group_configured (boolean)
YANG Description: lsp_config_frr_admin_group_configured | f336456:c0:m378 |
def _set_config_frr_admin_group_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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__config_frr_admin_group_configured = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for config_frr_admin_group_configured, mapped from YANG variable /mpls_state/lsp/instances/config_frr_admin_group_configured (boolean)
If this variable is read-only (config: false) in the
source YANG file, then _set_config_frr_admin_group_configured is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_config_frr_admin_group_configured() directly.
YANG Description: lsp_config_frr_admin_group_configured | f336456:c0:m379 |
def _get_reoptimize_ignore_count(self): | return self.__reoptimize_ignore_count<EOL> | Getter method for reoptimize_ignore_count, mapped from YANG variable /mpls_state/lsp/instances/reoptimize_ignore_count (uint32)
YANG Description: lsp_reoptimize_ignore_count | f336456:c0:m381 |
def _set_reoptimize_ignore_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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__reoptimize_ignore_count = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for reoptimize_ignore_count, mapped from YANG variable /mpls_state/lsp/instances/reoptimize_ignore_count (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_reoptimize_ignore_count is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_reoptimize_ignore_count() directly.
YANG Description: lsp_reoptimize_ignore_count | f336456:c0:m382 |
def _get_reoptimize_time_count(self): | return self.__reoptimize_time_count<EOL> | Getter method for reoptimize_time_count, mapped from YANG variable /mpls_state/lsp/instances/reoptimize_time_count (uint32)
YANG Description: lsp_reoptimize_time_count | f336456:c0:m384 |
def _set_reoptimize_time_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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__reoptimize_time_count = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for reoptimize_time_count, mapped from YANG variable /mpls_state/lsp/instances/reoptimize_time_count (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_reoptimize_time_count is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_reoptimize_time_count() directly.
YANG Description: lsp_reoptimize_time_count | f336456:c0:m385 |
def _get_instance_frr_configured(self): | return self.__instance_frr_configured<EOL> | Getter method for instance_frr_configured, mapped from YANG variable /mpls_state/lsp/instances/instance_frr_configured (uint32)
YANG Description: lsp_instance_frr_configured | f336456:c0:m387 |
def _set_instance_frr_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=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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_frr_configured = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_frr_configured, mapped from YANG variable /mpls_state/lsp/instances/instance_frr_configured (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_frr_configured is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_frr_configured() directly.
YANG Description: lsp_instance_frr_configured | f336456:c0:m388 |
def _get_instance_frr_up(self): | return self.__instance_frr_up<EOL> | Getter method for instance_frr_up, mapped from YANG variable /mpls_state/lsp/instances/instance_frr_up (uint32)
YANG Description: lsp_instance_frr_up | f336456:c0:m390 |
def _set_instance_frr_up(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_frr_up = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_frr_up, mapped from YANG variable /mpls_state/lsp/instances/instance_frr_up (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_frr_up is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_frr_up() directly.
YANG Description: lsp_instance_frr_up | f336456:c0:m391 |
def _get_instance_frr_active(self): | return self.__instance_frr_active<EOL> | Getter method for instance_frr_active, mapped from YANG variable /mpls_state/lsp/instances/instance_frr_active (uint32)
YANG Description: lsp_instance_frr_active | f336456:c0:m393 |
def _set_instance_frr_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=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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_frr_active = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_frr_active, mapped from YANG variable /mpls_state/lsp/instances/instance_frr_active (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_frr_active is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_frr_active() directly.
YANG Description: lsp_instance_frr_active | f336456:c0:m394 |
def _get_instance_out_port_id(self): | return self.__instance_out_port_id<EOL> | Getter method for instance_out_port_id, mapped from YANG variable /mpls_state/lsp/instances/instance_out_port_id (uint32)
YANG Description: lsp_instance_out_port_id | f336456:c0:m396 |
def _set_instance_out_port_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=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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_out_port_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_out_port_id, mapped from YANG variable /mpls_state/lsp/instances/instance_out_port_id (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_out_port_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_out_port_id() directly.
YANG Description: lsp_instance_out_port_id | f336456:c0:m397 |
def _get_instance_out_port_name(self): | return self.__instance_out_port_name<EOL> | Getter method for instance_out_port_name, mapped from YANG variable /mpls_state/lsp/instances/instance_out_port_name (string)
YANG Description: lsp_instance_out_port_name | f336456:c0:m399 |
def _set_instance_out_port_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=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT:string>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT:string>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_out_port_name = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_out_port_name, mapped from YANG variable /mpls_state/lsp/instances/instance_out_port_name (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_out_port_name is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_out_port_name() directly.
YANG Description: lsp_instance_out_port_name | f336456:c0:m400 |
def _get_instance_out_label(self): | return self.__instance_out_label<EOL> | Getter method for instance_out_label, mapped from YANG variable /mpls_state/lsp/instances/instance_out_label (uint32)
YANG Description: lsp_instance_out_label | f336456:c0:m402 |
def _set_instance_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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_out_label = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_out_label, mapped from YANG variable /mpls_state/lsp/instances/instance_out_label (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_out_label is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_out_label() directly.
YANG Description: lsp_instance_out_label | f336456:c0:m403 |
def _get_instance_revert_time(self): | return self.__instance_revert_time<EOL> | Getter method for instance_revert_time, mapped from YANG variable /mpls_state/lsp/instances/instance_revert_time (uint32)
YANG Description: lsp_instance_revert_time | f336456:c0:m405 |
def _set_instance_revert_time(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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_revert_time = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_revert_time, mapped from YANG variable /mpls_state/lsp/instances/instance_revert_time (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_revert_time is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_revert_time() directly.
YANG Description: lsp_instance_revert_time | f336456:c0:m406 |
def _get_instance_retry_count(self): | return self.__instance_retry_count<EOL> | Getter method for instance_retry_count, mapped from YANG variable /mpls_state/lsp/instances/instance_retry_count (uint32)
YANG Description: lsp_instance_retry_count | f336456:c0:m408 |
def _set_instance_retry_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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_retry_count = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_retry_count, mapped from YANG variable /mpls_state/lsp/instances/instance_retry_count (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_retry_count is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_retry_count() directly.
YANG Description: lsp_instance_retry_count | f336456:c0:m409 |
def _get_instance_up_down_count(self): | return self.__instance_up_down_count<EOL> | Getter method for instance_up_down_count, mapped from YANG variable /mpls_state/lsp/instances/instance_up_down_count (uint32)
YANG Description: lsp_instance_up_down_count | f336456:c0:m411 |
def _set_instance_up_down_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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_up_down_count = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_up_down_count, mapped from YANG variable /mpls_state/lsp/instances/instance_up_down_count (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_up_down_count is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_up_down_count() directly.
YANG Description: lsp_instance_up_down_count | f336456:c0:m412 |
def _get_instance_metric(self): | return self.__instance_metric<EOL> | Getter method for instance_metric, mapped from YANG variable /mpls_state/lsp/instances/instance_metric (uint8)
YANG Description: lsp_instance_metric | f336456:c0:m414 |
def _set_instance_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=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, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__instance_metric = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for instance_metric, mapped from YANG variable /mpls_state/lsp/instances/instance_metric (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance_metric is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance_metric() directly.
YANG Description: lsp_instance_metric | f336456:c0:m415 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.