signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_fec_dm_state_dw(self): | return self.__fec_dm_state_dw<EOL> | Getter method for fec_dm_state_dw, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_downstream/fec_dm_state_dw (uint32)
YANG Description: prefix_fec_dm_state_dw | f336425:c0:m30 |
def _set_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, 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.__fec_dm_state_dw = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for fec_dm_state_dw, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_downstream/fec_dm_state_dw (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_fec_dm_state_dw is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_fec_dm_state_dw() directly.
YANG Description: prefix_fec_dm_state_dw | f336425:c0:m31 |
def _get_local_ldp_id(self): | return self.__local_ldp_id<EOL> | Getter method for local_ldp_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/local_ldp_id (inet:ipv4-address)
YANG Description: prefix_local_ldp_id_dw | f336426:c0:m3 |
def _set_local_ldp_id(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, 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, is_keyval=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.__local_ldp_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for local_ldp_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/local_ldp_id (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_local_ldp_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_local_ldp_id() directly.
YANG Description: prefix_local_ldp_id_dw | f336426:c0:m4 |
def _get_local_ldp_lblspc(self): | return self.__local_ldp_lblspc<EOL> | Getter method for local_ldp_lblspc, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/local_ldp_lblspc (uint32)
YANG Description: prefix_local_ldp_lblspc_dw | f336426:c0:m6 |
def _set_local_ldp_lblspc(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.__local_ldp_lblspc = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for local_ldp_lblspc, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/local_ldp_lblspc (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_local_ldp_lblspc is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_local_ldp_lblspc() directly.
YANG Description: prefix_local_ldp_lblspc_dw | f336426:c0:m7 |
def _get_peer_ldp_id(self): | return self.__peer_ldp_id<EOL> | Getter method for peer_ldp_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/peer_ldp_id (inet:ipv4-address)
YANG Description: prefix_peer_ldp_id_dw | f336426:c0:m9 |
def _set_peer_ldp_id(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._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.__peer_ldp_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for peer_ldp_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/peer_ldp_id (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_peer_ldp_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_peer_ldp_id() directly.
YANG Description: prefix_peer_ldp_id_dw | f336426:c0:m10 |
def _get_peer_ldp_lblspc(self): | return self.__peer_ldp_lblspc<EOL> | Getter method for peer_ldp_lblspc, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/peer_ldp_lblspc (uint32)
YANG Description: prefix_peer_ldp_lblspc_dw | f336426:c0:m12 |
def _set_peer_ldp_lblspc(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.__peer_ldp_lblspc = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for peer_ldp_lblspc, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/peer_ldp_lblspc (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_peer_ldp_lblspc is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_peer_ldp_lblspc() directly.
YANG Description: prefix_peer_ldp_lblspc_dw | f336426:c0:m13 |
def _get_label(self): | return self.__label<EOL> | Getter method for label, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/label (uint32)
YANG Description: prefix_label_dw | f336426:c0:m15 |
def _set_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:label>", rest_name="<STR_LIT:label>", 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.__label = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for label, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/label (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_label is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_label() directly.
YANG Description: prefix_label_dw | f336426:c0:m16 |
def _get_state(self): | return self.__state<EOL> | Getter method for state, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/state (string)
YANG Description: prefix state dw | f336426:c0:m18 |
def _set_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=unicode, is_leaf=True, yang_name="<STR_LIT:state>", rest_name="<STR_LIT:state>", 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.__state = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for state, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/state (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_state() directly.
YANG Description: prefix state dw | f336426:c0:m19 |
def _get_fec_filtered_state(self): | return self.__fec_filtered_state<EOL> | Getter method for fec_filtered_state, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/fec_filtered_state (uint32)
YANG Description: fec_prefix_fec_filtered_state_dw | f336426:c0:m21 |
def _set_fec_filtered_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=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.__fec_filtered_state = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for fec_filtered_state, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/fec_filtered_state (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_fec_filtered_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_fec_filtered_state() directly.
YANG Description: fec_prefix_fec_filtered_state_dw | f336426:c0:m22 |
def _get_fec_stale(self): | return self.__fec_stale<EOL> | Getter method for fec_stale, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/fec_stale (uint32)
YANG Description: prefix_fec_stale_dw | f336426:c0:m24 |
def _set_fec_stale(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.__fec_stale = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for fec_stale, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/fec_stale (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_fec_stale is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_fec_stale() directly.
YANG Description: prefix_fec_stale_dw | f336426:c0:m25 |
def _get_feccb(self): | return self.__feccb<EOL> | Getter method for feccb, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/feccb (uint32)
YANG Description: prefix_feccb_dw | f336426:c0:m27 |
def _set_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, 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.__feccb = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for feccb, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/feccb (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_feccb is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_feccb() directly.
YANG Description: prefix_feccb_dw | f336426:c0:m28 |
def _get_fec_dm_state_dw(self): | return self.__fec_dm_state_dw<EOL> | Getter method for fec_dm_state_dw, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/fec_dm_state_dw (uint32)
YANG Description: prefix_fec_dm_state_dw | f336426:c0:m30 |
def _set_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, 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.__fec_dm_state_dw = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for fec_dm_state_dw, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream/fec_dm_state_dw (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_fec_dm_state_dw is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_fec_dm_state_dw() directly.
YANG Description: prefix_fec_dm_state_dw | f336426:c0:m31 |
def _get_vc_id(self): | return self.__vc_id<EOL> | Getter method for vc_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_id (uint32)
YANG Description: vc_id | f336427:c0:m3 |
def _set_vc_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_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, is_keyval=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.__vc_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_id (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_id() directly.
YANG Description: vc_id | f336427:c0:m4 |
def _get_vc_feccb(self): | return self.__vc_feccb<EOL> | Getter method for vc_feccb, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_feccb (uint32)
YANG Description: vc_feccb | f336427:c0:m6 |
def _set_vc_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, 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.__vc_feccb = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_feccb, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_feccb (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_feccb is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_feccb() directly.
YANG Description: vc_feccb | f336427:c0:m7 |
def _get_vc_idx(self): | return self.__vc_idx<EOL> | Getter method for vc_idx, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_idx (uint32)
YANG Description: vc_idx | f336427:c0:m9 |
def _set_vc_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, 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.__vc_idx = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_idx, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_idx (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_idx is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_idx() directly.
YANG Description: vc_idx | f336427:c0:m10 |
def _get_vc_fec_type(self): | return self.__vc_fec_type<EOL> | Getter method for vc_fec_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_fec_type (uint32)
YANG Description: vc_fec_type | f336427:c0:m12 |
def _set_vc_fec_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, 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.__vc_fec_type = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_fec_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_fec_type (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_fec_type is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_fec_type() directly.
YANG Description: vc_fec_type | f336427:c0:m13 |
def _get_prefix_pend_notif(self): | return self.__prefix_pend_notif<EOL> | Getter method for prefix_pend_notif, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_pend_notif (string)
YANG Description: prefix_pend_notification | f336427:c0:m15 |
def _set_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=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.__prefix_pend_notif = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for prefix_pend_notif, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_pend_notif (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_prefix_pend_notif is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_prefix_pend_notif() directly.
YANG Description: prefix_pend_notification | f336427:c0:m16 |
def _get_prefix_state(self): | return self.__prefix_state<EOL> | Getter method for prefix_state, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_state (string)
YANG Description: state | f336427:c0:m18 |
def _set_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=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.__prefix_state = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for prefix_state, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_state (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_prefix_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_prefix_state() directly.
YANG Description: state | f336427:c0:m19 |
def _get_prefix_ingress(self): | return self.__prefix_ingress<EOL> | Getter method for prefix_ingress, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_ingress (string)
YANG Description: prefix_Ingress | f336427:c0:m21 |
def _set_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=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.__prefix_ingress = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for prefix_ingress, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_ingress (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_prefix_ingress is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_prefix_ingress() directly.
YANG Description: prefix_Ingress | f336427:c0:m22 |
def _get_prefix_egress(self): | return self.__prefix_egress<EOL> | Getter method for prefix_egress, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_egress (string)
YANG Description: prefix_Egress | f336427:c0:m24 |
def _set_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=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.__prefix_egress = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for prefix_egress, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_egress (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_prefix_egress is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_prefix_egress() directly.
YANG Description: prefix_Egress | f336427:c0:m25 |
def _get_prefix_um_dist_done(self): | return self.__prefix_um_dist_done<EOL> | Getter method for prefix_um_dist_done, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_um_dist_done (string)
YANG Description: prefix_um_dist_done | f336427:c0:m27 |
def _set_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=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.__prefix_um_dist_done = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for prefix_um_dist_done, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/prefix_um_dist_done (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_prefix_um_dist_done is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_prefix_um_dist_done() directly.
YANG Description: prefix_um_dist_done | f336427:c0:m28 |
def _get_vc_type(self): | return self.__vc_type<EOL> | Getter method for vc_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_type (uint32)
YANG Description: vc_type | f336427:c0:m30 |
def _set_vc_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, 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.__vc_type = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_type (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_type is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_type() directly.
YANG Description: vc_type | f336427:c0:m31 |
def _get_vc_grp_id(self): | return self.__vc_grp_id<EOL> | Getter method for vc_grp_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_grp_id (uint32)
YANG Description: vc_grp_id | f336427:c0:m33 |
def _set_vc_grp_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.__vc_grp_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_grp_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_grp_id (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_grp_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_grp_id() directly.
YANG Description: vc_grp_id | f336427:c0:m34 |
def _get_vc_local_mtu(self): | return self.__vc_local_mtu<EOL> | Getter method for vc_local_mtu, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_local_mtu (uint32)
YANG Description: vc_local_mtu | f336427:c0:m36 |
def _set_vc_local_mtu(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.__vc_local_mtu = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_local_mtu, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_local_mtu (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_local_mtu is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_local_mtu() directly.
YANG Description: vc_local_mtu | f336427:c0:m37 |
def _get_vc_remote_mtu(self): | return self.__vc_remote_mtu<EOL> | Getter method for vc_remote_mtu, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_remote_mtu (uint32)
YANG Description: vc_remote_mtu | f336427:c0:m39 |
def _set_vc_remote_mtu(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.__vc_remote_mtu = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_remote_mtu, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_remote_mtu (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_remote_mtu is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_remote_mtu() directly.
YANG Description: vc_remote_mtu | f336427:c0:m40 |
def _get_vc_mtu_enforcement(self): | return self.__vc_mtu_enforcement<EOL> | Getter method for vc_mtu_enforcement, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_mtu_enforcement (uint32)
YANG Description: vc_mtu_enforcement | f336427:c0:m42 |
def _set_vc_mtu_enforcement(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.__vc_mtu_enforcement = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_mtu_enforcement, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_mtu_enforcement (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_mtu_enforcement is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_mtu_enforcement() directly.
YANG Description: vc_mtu_enforcement | f336427:c0:m43 |
def _get_vc_agi(self): | return self.__vc_agi<EOL> | Getter method for vc_agi, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_agi (string)
YANG Description: vc_agi | f336427:c0:m45 |
def _set_vc_agi(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.__vc_agi = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_agi, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_agi (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_agi is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_agi() directly.
YANG Description: vc_agi | f336427:c0:m46 |
def _get_vc_downstream(self): | return self.__vc_downstream<EOL> | Getter method for vc_downstream, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_downstream (list) | f336427:c0:m48 |
def _set_vc_downstream(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>",vc_downstream.vc_downstream, 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={u'<STR_LIT>': {u'<STR_LIT>': u'<STR_LIT>'}}), is_container='<STR_LIT:list>', yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': u'<STR_LIT>'}}, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT:list>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT:list>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__vc_downstream = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_downstream, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_downstream (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_downstream is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_downstream() directly. | f336427:c0:m49 |
def _get_vc_upstream(self): | return self.__vc_upstream<EOL> | Getter method for vc_upstream, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream (list) | f336427:c0:m51 |
def _set_vc_upstream(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>",vc_upstream.vc_upstream, 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={u'<STR_LIT>': {u'<STR_LIT>': u'<STR_LIT>'}}), is_container='<STR_LIT:list>', yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': u'<STR_LIT>'}}, namespace='<STR_LIT>', defining_module='<STR_LIT>', yang_type='<STR_LIT:list>', is_config=False)<EOL><DEDENT>except (TypeError, ValueError):<EOL><INDENT>raise ValueError({<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>'<STR_LIT>': "<STR_LIT:list>",<EOL>'<STR_LIT>': """<STR_LIT>""",<EOL>})<EOL><DEDENT>self.__vc_upstream = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_upstream, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_vcid/vc_upstream (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_upstream is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_upstream() directly. | f336427:c0:m52 |
def _get_type(self): | return self.__type<EOL> | Getter method for type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/type (uint8)
YANG Description: type | f336428:c0:m3 |
def _set_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT:type>", rest_name="<STR_LIT:type>", 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.__type = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/type (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_type is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_type() directly.
YANG Description: type | f336428:c0:m4 |
def _get_prefix_len(self): | return self.__prefix_len<EOL> | Getter method for prefix_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/prefix_len (uint8)
YANG Description: prefix_len | f336428:c0:m6 |
def _set_prefix_len(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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.__prefix_len = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for prefix_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/prefix_len (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_prefix_len is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_prefix_len() directly.
YANG Description: prefix_len | f336428:c0:m7 |
def _get_inet_addr_type(self): | return self.__inet_addr_type<EOL> | Getter method for inet_addr_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/inet_addr_type (uint8)
YANG Description: inet_addr_type | f336428:c0:m9 |
def _set_inet_addr_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=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.__inet_addr_type = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for inet_addr_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/inet_addr_type (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_inet_addr_type is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_inet_addr_type() directly.
YANG Description: inet_addr_type | f336428:c0:m10 |
def _get_inet_addr_len(self): | return self.__inet_addr_len<EOL> | Getter method for inet_addr_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/inet_addr_len (uint8)
YANG Description: inet_addr_len | f336428:c0:m12 |
def _set_inet_addr_len(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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.__inet_addr_len = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for inet_addr_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/inet_addr_len (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_inet_addr_len is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_inet_addr_len() directly.
YANG Description: inet_addr_len | f336428:c0:m13 |
def _get_inet_addr(self): | return self.__inet_addr<EOL> | Getter method for inet_addr, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/inet_addr (string)
YANG Description: inet_addr | f336428:c0:m15 |
def _set_inet_addr(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.__inet_addr = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for inet_addr, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/inet_addr (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_inet_addr is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_inet_addr() directly.
YANG Description: inet_addr | f336428:c0:m16 |
def _get_vc_ldp_peer_id(self): | return self.__vc_ldp_peer_id<EOL> | Getter method for vc_ldp_peer_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_ldp_peer_id (string)
YANG Description: vc_ldp_peer_id | f336428:c0:m18 |
def _set_vc_ldp_peer_id(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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.__vc_ldp_peer_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_ldp_peer_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_ldp_peer_id (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_ldp_peer_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_ldp_peer_id() directly.
YANG Description: vc_ldp_peer_id | f336428:c0:m19 |
def _get_data_fec_type(self): | return self.__data_fec_type<EOL> | Getter method for data_fec_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/data_fec_type (uint8)
YANG Description: data_fec_type | f336428:c0:m21 |
def _set_data_fec_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=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.__data_fec_type = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for data_fec_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/data_fec_type (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_data_fec_type is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_data_fec_type() directly.
YANG Description: data_fec_type | f336428:c0:m22 |
def _get_vc_type(self): | return self.__vc_type<EOL> | Getter method for vc_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_type (uint16)
YANG Description: vc_type | f336428:c0:m24 |
def _set_vc_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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), 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.__vc_type = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_type, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_type (uint16)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_type is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_type() directly.
YANG Description: vc_type | f336428:c0:m25 |
def _get_vc_control_word_config(self): | return self.__vc_control_word_config<EOL> | Getter method for vc_control_word_config, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_control_word_config (uint8)
YANG Description: vc_control_word_config | f336428:c0:m27 |
def _set_vc_control_word_config(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.__vc_control_word_config = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_control_word_config, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_control_word_config (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_control_word_config is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_control_word_config() directly.
YANG Description: vc_control_word_config | f336428:c0:m28 |
def _get_vc_use_control_word(self): | return self.__vc_use_control_word<EOL> | Getter method for vc_use_control_word, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_use_control_word (uint8)
YANG Description: vc_use_control_word | f336428:c0:m30 |
def _set_vc_use_control_word(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.__vc_use_control_word = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_use_control_word, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_use_control_word (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_use_control_word is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_use_control_word() directly.
YANG Description: vc_use_control_word | f336428:c0:m31 |
def _get_vc_group_id(self): | return self.__vc_group_id<EOL> | Getter method for vc_group_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_group_id (uint32)
YANG Description: vc_group_id | f336428:c0:m33 |
def _set_vc_group_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.__vc_group_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_group_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_group_id (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_group_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_group_id() directly.
YANG Description: vc_group_id | f336428:c0:m34 |
def _get_vc_id(self): | return self.__vc_id<EOL> | Getter method for vc_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_id (uint32)
YANG Description: vc_id | f336428:c0:m36 |
def _set_vc_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.__vc_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_id (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_id() directly.
YANG Description: vc_id | f336428:c0:m37 |
def _get_vc_agi_offset(self): | return self.__vc_agi_offset<EOL> | Getter method for vc_agi_offset, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_agi_offset (uint8)
YANG Description: vc_agi_offset | f336428:c0:m39 |
def _set_vc_agi_offset(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.__vc_agi_offset = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_agi_offset, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_agi_offset (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_agi_offset is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_agi_offset() directly.
YANG Description: vc_agi_offset | f336428:c0:m40 |
def _get_vc_agi_len(self): | return self.__vc_agi_len<EOL> | Getter method for vc_agi_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_agi_len (uint8)
YANG Description: vc_agi_len | f336428:c0:m42 |
def _set_vc_agi_len(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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.__vc_agi_len = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_agi_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_agi_len (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_agi_len is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_agi_len() directly.
YANG Description: vc_agi_len | f336428:c0:m43 |
def _get_vc_saii_offset(self): | return self.__vc_saii_offset<EOL> | Getter method for vc_saii_offset, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_saii_offset (uint8)
YANG Description: vc_saii_offset | f336428:c0:m45 |
def _set_vc_saii_offset(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.__vc_saii_offset = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_saii_offset, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_saii_offset (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_saii_offset is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_saii_offset() directly.
YANG Description: vc_saii_offset | f336428:c0:m46 |
def _get_vc_saii_len(self): | return self.__vc_saii_len<EOL> | Getter method for vc_saii_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_saii_len (uint8)
YANG Description: vc_saii_len | f336428:c0:m48 |
def _set_vc_saii_len(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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.__vc_saii_len = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_saii_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_saii_len (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_saii_len is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_saii_len() directly.
YANG Description: vc_saii_len | f336428:c0:m49 |
def _get_vc_taii_offset(self): | return self.__vc_taii_offset<EOL> | Getter method for vc_taii_offset, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_taii_offset (uint8)
YANG Description: vc_taii_offset | f336428:c0:m51 |
def _set_vc_taii_offset(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.__vc_taii_offset = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_taii_offset, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_taii_offset (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_taii_offset is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_taii_offset() directly.
YANG Description: vc_taii_offset | f336428:c0:m52 |
def _get_vc_taii_len(self): | return self.__vc_taii_len<EOL> | Getter method for vc_taii_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_taii_len (uint8)
YANG Description: vc_taii_len | f336428:c0:m54 |
def _set_vc_taii_len(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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.__vc_taii_len = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_taii_len, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_taii_len (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_taii_len is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_taii_len() directly.
YANG Description: vc_taii_len | f336428:c0:m55 |
def _get_vc_gen_id_size(self): | return self.__vc_gen_id_size<EOL> | Getter method for vc_gen_id_size, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_gen_id_size (uint16)
YANG Description: vc_gen_id_size | f336428:c0:m57 |
def _set_vc_gen_id_size(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:16>), 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.__vc_gen_id_size = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_gen_id_size, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_gen_id_size (uint16)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_gen_id_size is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_gen_id_size() directly.
YANG Description: vc_gen_id_size | f336428:c0:m58 |
def _get_vc_gen_id(self): | return self.__vc_gen_id<EOL> | Getter method for vc_gen_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_gen_id (string)
YANG Description: vc_gen_id | f336428:c0:m60 |
def _set_vc_gen_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=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.__vc_gen_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for vc_gen_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/key/vc_gen_id (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_gen_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_gen_id() directly.
YANG Description: vc_gen_id | f336428:c0:m61 |
def _get_local_ldp_id(self): | return self.__local_ldp_id<EOL> | Getter method for local_ldp_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/prefix_prefix/prefix_downstream/local_ldp_id (inet:ipv4-address)
YANG Description: prefix_local_ldp_id_dw | f336429:c0:m3 |
def _set_local_ldp_id(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, 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, is_keyval=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.__local_ldp_id = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for local_ldp_id, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/prefix_prefix/prefix_downstream/local_ldp_id (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_local_ldp_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_local_ldp_id() directly.
YANG Description: prefix_local_ldp_id_dw | f336429:c0:m4 |
def _get_local_ldp_lblspc(self): | return self.__local_ldp_lblspc<EOL> | Getter method for local_ldp_lblspc, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/prefix_prefix/prefix_downstream/local_ldp_lblspc (uint32)
YANG Description: prefix_local_ldp_lblspc_dw | f336429:c0:m6 |
def _set_local_ldp_lblspc(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.__local_ldp_lblspc = t<EOL>if hasattr(self, '<STR_LIT>'):<EOL><INDENT>self._set()<EOL><DEDENT> | Setter method for local_ldp_lblspc, mapped from YANG variable /mpls_state/ldp/fec/ldp_fec_prefix_longer/prefix_prefix/prefix_downstream/local_ldp_lblspc (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_local_ldp_lblspc is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_local_ldp_lblspc() directly.
YANG Description: prefix_local_ldp_lblspc_dw | f336429:c0:m7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.