signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_peerReconectTime(self):
return self.__peerReconectTime<EOL>
Getter method for peerReconectTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/peerReconectTime (uint32) YANG Description: Peer Reconnect Time
f335162:c0:m84
def _set_peerReconectTime(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for peerReconectTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/peerReconectTime (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_peerReconectTime is considered as a private method. Backends looking to populate...
f335162:c0:m85
def _get_peerRecoveryTime(self):
return self.__peerRecoveryTime<EOL>
Getter method for peerRecoveryTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/peerRecoveryTime (uint32) YANG Description: Peer Recovery Time
f335162:c0:m87
def _set_peerRecoveryTime(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for peerRecoveryTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/peerRecoveryTime (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_peerRecoveryTime is considered as a private method. Backends looking to populate...
f335162:c0:m88
def _get_isInUse(self):
return self.__isInUse<EOL>
Getter method for isInUse, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/isInUse (boolean) YANG Description: GR In use
f335162:c0:m90
def _set_isInUse(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for isInUse, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/isInUse (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_isInUse is considered as a private method. Backends looking to populate this variable should do s...
f335162:c0:m91
def _get_reconnectOrRecovery(self):
return self.__reconnectOrRecovery<EOL>
Getter method for reconnectOrRecovery, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/reconnectOrRecovery (uint8) YANG Description: Is Reconnect/Recovery running
f335162:c0:m93
def _set_reconnectOrRecovery(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for reconnectOrRecovery, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/reconnectOrRecovery (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_reconnectOrRecovery is considered as a private method. Backends looking to ...
f335162:c0:m94
def _get_grTimeInUse(self):
return self.__grTimeInUse<EOL>
Getter method for grTimeInUse, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/grTimeInUse (uint32) YANG Description: Reconnect/Recovery Time in Use
f335162:c0:m96
def _set_grTimeInUse(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for grTimeInUse, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/grTimeInUse (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_grTimeInUse is considered as a private method. Backends looking to populate this variable ...
f335162:c0:m97
def _get_grTimeRemaining(self):
return self.__grTimeRemaining<EOL>
Getter method for grTimeRemaining, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/grTimeRemaining (uint32) YANG Description: Reconnect/Recovery Time Remaining
f335162:c0:m99
def _set_grTimeRemaining(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for grTimeRemaining, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/grTimeRemaining (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_grTimeRemaining is considered as a private method. Backends looking to populate th...
f335162:c0:m100
def _get_grState(self):
return self.__grState<EOL>
Getter method for grState, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/grState (string) YANG Description: GR FSM State
f335162:c0:m102
def _set_grState(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for grState, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/grState (string) If this variable is read-only (config: false) in the source YANG file, then _set_grState is considered as a private method. Backends looking to populate this variable should do so...
f335162:c0:m103
def _get_localEolUnrecognizedNotification(self):
return self.__localEolUnrecognizedNotification<EOL>
Getter method for localEolUnrecognizedNotification, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/localEolUnrecognizedNotification (boolean) YANG Description: EOL Local Unrecognized Notification Capability
f335162:c0:m105
def _set_localEolUnrecognizedNotification(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for localEolUnrecognizedNotification, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/localEolUnrecognizedNotification (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_localEolUnrecognizedNotification is considered ...
f335162:c0:m106
def _get_remoteEolUnrecognizedNotification(self):
return self.__remoteEolUnrecognizedNotification<EOL>
Getter method for remoteEolUnrecognizedNotification, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/remoteEolUnrecognizedNotification (boolean) YANG Description: EOL Remote Unrecognized Notification Capability
f335162:c0:m108
def _set_remoteEolUnrecognizedNotification(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for remoteEolUnrecognizedNotification, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/remoteEolUnrecognizedNotification (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_remoteEolUnrecognizedNotification is consider...
f335162:c0:m109
def _get_doesSessionSupportEol(self):
return self.__doesSessionSupportEol<EOL>
Getter method for doesSessionSupportEol, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/doesSessionSupportEol (boolean) YANG Description: Does session support EOL
f335162:c0:m111
def _set_doesSessionSupportEol(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for doesSessionSupportEol, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/doesSessionSupportEol (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_doesSessionSupportEol is considered as a private method. Backends loo...
f335162:c0:m112
def _get_localState(self):
return self.__localState<EOL>
Getter method for localState, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/localState (boolean) YANG Description: Local State
f335162:c0:m114
def _set_localState(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for localState, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/localState (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_localState is considered as a private method. Backends looking to populate this variable sh...
f335162:c0:m115
def _get_remoteState(self):
return self.__remoteState<EOL>
Getter method for remoteState, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/remoteState (boolean) YANG Description: Remote State
f335162:c0:m117
def _set_remoteState(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_L...
Setter method for remoteState, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/remoteState (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_remoteState is considered as a private method. Backends looking to populate this variable...
f335162:c0:m118
def _get_eolNotificationTime(self):
return self.__eolNotificationTime<EOL>
Getter method for eolNotificationTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolNotificationTime (uint32) YANG Description: EOL Notification Time
f335162:c0:m120
def _set_eolNotificationTime(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for eolNotificationTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolNotificationTime (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_eolNotificationTime is considered as a private method. Backends looking to...
f335162:c0:m121
def _get_eolNotificationTimeRemaining(self):
return self.__eolNotificationTimeRemaining<EOL>
Getter method for eolNotificationTimeRemaining, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolNotificationTimeRemaining (uint32) YANG Description: EOL Notification Time Remaining
f335162:c0:m123
def _set_eolNotificationTimeRemaining(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for eolNotificationTimeRemaining, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolNotificationTimeRemaining (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_eolNotificationTimeRemaining is considered as a private ...
f335162:c0:m124
def _get_eolTxLabelSilenceTime(self):
return self.__eolTxLabelSilenceTime<EOL>
Getter method for eolTxLabelSilenceTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolTxLabelSilenceTime (uint32) YANG Description: EOL Tx Label Silence Time
f335162:c0:m126
def _set_eolTxLabelSilenceTime(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for eolTxLabelSilenceTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolTxLabelSilenceTime (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_eolTxLabelSilenceTime is considered as a private method. Backends look...
f335162:c0:m127
def _get_eolTxLabelSilenceTimeRunning(self):
return self.__eolTxLabelSilenceTimeRunning<EOL>
Getter method for eolTxLabelSilenceTimeRunning, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolTxLabelSilenceTimeRunning (uint32) YANG Description: EOL Tx Label Silence Time Running
f335162:c0:m129
def _set_eolTxLabelSilenceTimeRunning(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for eolTxLabelSilenceTimeRunning, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolTxLabelSilenceTimeRunning (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_eolTxLabelSilenceTimeRunning is considered as a private ...
f335162:c0:m130
def _get_eolRxLabelSilenceTime(self):
return self.__eolRxLabelSilenceTime<EOL>
Getter method for eolRxLabelSilenceTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolRxLabelSilenceTime (uint32) YANG Description: EOL Rx Label Silence Time
f335162:c0:m132
def _set_eolRxLabelSilenceTime(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for eolRxLabelSilenceTime, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolRxLabelSilenceTime (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_eolRxLabelSilenceTime is considered as a private method. Backends look...
f335162:c0:m133
def _get_eolRxLabelSilenceTimeRunning(self):
return self.__eolRxLabelSilenceTimeRunning<EOL>
Getter method for eolRxLabelSilenceTimeRunning, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolRxLabelSilenceTimeRunning (uint32) YANG Description: EOL Rx Label Silence Time Running
f335162:c0:m135
def _set_eolRxLabelSilenceTimeRunning(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for eolRxLabelSilenceTimeRunning, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/eolRxLabelSilenceTimeRunning (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_eolRxLabelSilenceTimeRunning is considered as a private ...
f335162:c0:m136
def _get_interfaces(self):
return self.__interfaces<EOL>
Getter method for interfaces, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/interfaces (list)
f335162:c0:m138
def _set_interfaces(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>",interfaces.interfaces, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>',...
Setter method for interfaces, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/interfaces (list) If this variable is read-only (config: false) in the source YANG file, then _set_interfaces is considered as a private method. Backends looking to populate this variable shoul...
f335162:c0:m139
def _get_addresses(self):
return self.__addresses<EOL>
Getter method for addresses, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/addresses (list)
f335162:c0:m141
def _set_addresses(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:address>",addresses.addresses, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_...
Setter method for addresses, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/addresses (list) If this variable is read-only (config: false) in the source YANG file, then _set_addresses is considered as a private method. Backends looking to populate this variable should d...
f335162:c0:m142
def _get_inboundFecsFiltered(self):
return self.__inboundFecsFiltered<EOL>
Getter method for inboundFecsFiltered, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/inboundFecsFiltered (list)
f335162:c0:m144
def _set_inboundFecsFiltered(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:label>",inboundFecsFiltered.inboundFecsFiltered, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper...
Setter method for inboundFecsFiltered, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/inboundFecsFiltered (list) If this variable is read-only (config: false) in the source YANG file, then _set_inboundFecsFiltered is considered as a private method. Backends looking to p...
f335162:c0:m145
def _get_outboundFecsFiltered(self):
return self.__outboundFecsFiltered<EOL>
Getter method for outboundFecsFiltered, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/outboundFecsFiltered (list)
f335162:c0:m147
def _set_outboundFecsFiltered(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>",outboundFecsFiltered.outboundFecsFiltered, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, ya...
Setter method for outboundFecsFiltered, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/outboundFecsFiltered (list) If this variable is read-only (config: false) in the source YANG file, then _set_outboundFecsFiltered is considered as a private method. Backends looking t...
f335162:c0:m148
def _get_debugHistory(self):
return self.__debugHistory<EOL>
Getter method for debugHistory, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/debugHistory (list)
f335162:c0:m150
def _set_debugHistory(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>",debugHistory.debugHistory, 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_LI...
Setter method for debugHistory, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/debugHistory (list) If this variable is read-only (config: false) in the source YANG file, then _set_debugHistory is considered as a private method. Backends looking to populate this variable...
f335162:c0:m151
def _get_label(self):
return self.__label<EOL>
Getter method for label, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/inboundFecsFiltered/label (uint32) YANG Description: Filtered label
f335163:c0:m3
def _set_label(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_...
Setter method for label, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/inboundFecsFiltered/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 variabl...
f335163:c0:m4
def _get_fecAddr(self):
return self.__fecAddr<EOL>
Getter method for fecAddr, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/inboundFecsFiltered/fecAddr (inet:ipv4-address) YANG Description: Filtered inbound FEC
f335163:c0:m6
def _set_fecAddr(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for fecAddr, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/inboundFecsFiltered/fecAddr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_fecAddr is considered as a private method. Backends looking to popu...
f335163:c0:m7
def _get_fecPrefixLen(self):
return self.__fecPrefixLen<EOL>
Getter method for fecPrefixLen, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/inboundFecsFiltered/fecPrefixLen (uint8) YANG Description: Filtered inbound FEC prefix len
f335163:c0:m9
def _set_fecPrefixLen(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for fecPrefixLen, mapped from YANG variable /brocade_mpls_rpc/get_mpls_ldp_session_one/output/mpls_ldp_session_one/inboundFecsFiltered/fecPrefixLen (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_fecPrefixLen is considered as a private method. Backends looking to p...
f335163:c0:m10
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output (output)
f335164:c0:m3
def _set_output(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=output.output, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<STR_LIT>', d...
Setter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output (output) If this variable is read-only (config: false) in the source YANG file, then _set_output is considered as a private method. Backends looking to populate this variable should do so via calling th...
f335164:c0:m4
def _get_dbyp_interface_name(self):
return self.__dbyp_interface_name<EOL>
Getter method for dbyp_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_name (string) YANG Description: Dynamic Bypass Interface name
f335165:c0:m3
def _set_dbyp_interface_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for dbyp_interface_name, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_db...
f335165:c0:m4
def _get_dbyp_interface_active_status(self):
return self.__dbyp_interface_active_status<EOL>
Getter method for dbyp_interface_active_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_active_status (uint8) YANG Description: Active status for the dynamic bypass interface
f335165:c0:m6
def _set_dbyp_interface_active_status(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for dbyp_interface_active_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_active_status (uint8) If this variable is read-only (config: false) in the source YANG f...
f335165:c0:m7
def _get_dbyp_interface_admin_type(self):
return self.__dbyp_interface_admin_type<EOL>
Getter method for dbyp_interface_admin_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_admin_type (uint8) YANG Description: Admin type of the dynamic bypass interface
f335165:c0:m9
def _set_dbyp_interface_admin_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, ex...
Setter method for dbyp_interface_admin_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_admin_type (uint8) If this variable is read-only (config: false) in the source YANG file, t...
f335165:c0:m10
def _get_dbyp_interface_admin_status(self):
return self.__dbyp_interface_admin_status<EOL>
Getter method for dbyp_interface_admin_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_admin_status (uint8) YANG Description: Admin status of the dynamic bypass interface
f335165:c0:m12
def _set_dbyp_interface_admin_status(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for dbyp_interface_admin_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_admin_status (uint8) If this variable is read-only (config: false) in the source YANG fil...
f335165:c0:m13
def _get_dbyp_interface_count(self):
return self.__dbyp_interface_count<EOL>
Getter method for dbyp_interface_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_count (uint16) YANG Description: Dynamic bypass count of the interface
f335165:c0:m15
def _set_dbyp_interface_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=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, ex...
Setter method for dbyp_interface_count, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_count (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_...
f335165:c0:m16
def _get_dbyp_interface_merge_point(self):
return self.__dbyp_interface_merge_point<EOL>
Getter method for dbyp_interface_merge_point, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_merge_point (uint32) YANG Description: Dynamic Bypass merge point count of the interface
f335165:c0:m18
def _set_dbyp_interface_merge_point(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for dbyp_interface_merge_point, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief/dbyp_interface_merge_point (uint32) If this variable is read-only (config: false) in the source YANG file...
f335165:c0:m19
def _get_show_mpls_dynamic_bypass_interface_brief(self):
return self.__show_mpls_dynamic_bypass_interface_brief<EOL>
Getter method for show_mpls_dynamic_bypass_interface_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief (container)
f335166:c0:m3
def _set_show_mpls_dynamic_bypass_interface_brief(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=show_mpls_dynamic_bypass_interface_brief.show_mpls_dynamic_bypass_interface_brief, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_help...
Setter method for show_mpls_dynamic_bypass_interface_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief/show_mpls_dynamic_bypass_interface_brief (container) If this variable is read-only (config: false) in the source YANG file, then _se...
f335166:c0:m4
def _get_global_dbyp_status(self):
return self.__global_dbyp_status<EOL>
Getter method for global_dbyp_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/global_dbyp_status (uint8) YANG Description: Status of dynamic bypass
f335167:c0:m3
def _set_global_dbyp_status(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for global_dbyp_status, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/global_dbyp_status (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_global_dbyp_status is considered as a private method. Backends looking to populate...
f335167:c0:m4
def _get_mpls_dynamic_bypass_interface_brief(self):
return self.__mpls_dynamic_bypass_interface_brief<EOL>
Getter method for mpls_dynamic_bypass_interface_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief (container)
f335167:c0:m6
def _set_mpls_dynamic_bypass_interface_brief(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=mpls_dynamic_bypass_interface_brief.mpls_dynamic_bypass_interface_brief, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmet...
Setter method for mpls_dynamic_bypass_interface_brief, mapped from YANG variable /brocade_mpls_rpc/show_mpls_dynamic_bypass_interface_brief/output/mpls_dynamic_bypass_interface_brief (container) If this variable is read-only (config: false) in the source YANG file, then _set_mpls_dynamic_bypass_interface_brief is consi...
f335167:c0:m7
def _get_ldp_fec_vc_id(self):
return self.__ldp_fec_vc_id<EOL>
Getter method for ldp_fec_vc_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/input/ldp_fec_vc_id (uint32) YANG Description: VC-ID
f335168:c0:m3
def _set_ldp_fec_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, ...
Setter method for ldp_fec_vc_id, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/input/ldp_fec_vc_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_id is considered as a private method. Backends looking to populate this variable should do so via ...
f335168:c0:m4
def _get_input(self):
return self.__input<EOL>
Getter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/input (input)
f335169:c0:m3
def _set_input(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=input.input, is_leaf=True, yang_name="<STR_LIT:input>", rest_name="<STR_LIT:input>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<ST...
Setter method for input, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/input (input) If this variable is read-only (config: false) in the source YANG file, then _set_input is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_input() di...
f335169:c0:m4
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output (output)
f335169:c0:m6
def _set_output(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=output.output, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<STR_LIT>', d...
Setter method for output, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output (output) If this variable is read-only (config: false) in the source YANG file, then _set_output is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_output...
f335169:c0:m7
def _get_ldp_fec_vc_local_ldp_id_dw(self):
return self.__ldp_fec_vc_local_ldp_id_dw<EOL>
Getter method for ldp_fec_vc_local_ldp_id_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_local_ldp_id_dw (inet:ipv4-address) YANG Description: Local LDP ID
f335170:c0:m3
def _set_ldp_fec_vc_local_ldp_id_dw(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm...
Setter method for ldp_fec_vc_local_ldp_id_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_local_ldp_id_dw (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_local_ldp_id_dw is considered...
f335170:c0:m4
def _get_ldp_fec_vc_local_ldp_lblspc_dw(self):
return self.__ldp_fec_vc_local_ldp_lblspc_dw<EOL>
Getter method for ldp_fec_vc_local_ldp_lblspc_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_local_ldp_lblspc_dw (uint32) YANG Description: Local LDP Label Space
f335170:c0:m6
def _set_ldp_fec_vc_local_ldp_lblspc_dw(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for ldp_fec_vc_local_ldp_lblspc_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_local_ldp_lblspc_dw (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_local_ldp_lblspc_dw is considere...
f335170:c0:m7
def _get_ldp_fec_vc_peer_ldp_id_dw(self):
return self.__ldp_fec_vc_peer_ldp_id_dw<EOL>
Getter method for ldp_fec_vc_peer_ldp_id_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_peer_ldp_id_dw (inet:ipv4-address) YANG Description: Peer LDP ID
f335170:c0:m9
def _set_ldp_fec_vc_peer_ldp_id_dw(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for ldp_fec_vc_peer_ldp_id_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_peer_ldp_id_dw (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_peer_ldp_id_dw is considered as...
f335170:c0:m10
def _get_ldp_fec_vc_peer_ldp_lblspc_dw(self):
return self.__ldp_fec_vc_peer_ldp_lblspc_dw<EOL>
Getter method for ldp_fec_vc_peer_ldp_lblspc_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_peer_ldp_lblspc_dw (uint32) YANG Description: Peer LDP Label Space
f335170:c0:m12
def _set_ldp_fec_vc_peer_ldp_lblspc_dw(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for ldp_fec_vc_peer_ldp_lblspc_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_peer_ldp_lblspc_dw (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_peer_ldp_lblspc_dw is considered a...
f335170:c0:m13
def _get_ldp_fec_vc_label_dw(self):
return self.__ldp_fec_vc_label_dw<EOL>
Getter method for ldp_fec_vc_label_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_label_dw (uint32) YANG Description: Label
f335170:c0:m15
def _set_ldp_fec_vc_label_dw(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for ldp_fec_vc_label_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_label_dw (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_label_dw is considered as a private method. Backends l...
f335170:c0:m16
def _get_ldp_fec_vc_state_dw(self):
return self.__ldp_fec_vc_state_dw<EOL>
Getter method for ldp_fec_vc_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_state_dw (ldp-fec-state) YANG Description: State
f335170:c0:m18
def _set_ldp_fec_vc_state_dw(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT>}, u'<STR_...
Setter method for ldp_fec_vc_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_state_dw (ldp-fec-state) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_state_dw is considered as a private method. Bac...
f335170:c0:m19
def _get_ldp_fec_vc_feccb_dw(self):
return self.__ldp_fec_vc_feccb_dw<EOL>
Getter method for ldp_fec_vc_feccb_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_feccb_dw (uint32) YANG Description: CB
f335170:c0:m21
def _set_ldp_fec_vc_feccb_dw(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for ldp_fec_vc_feccb_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_feccb_dw (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_feccb_dw is considered as a private method. Backends l...
f335170:c0:m22
def _get_ldp_fec_vc_fec_dm_state_dw(self):
return self.__ldp_fec_vc_fec_dm_state_dw<EOL>
Getter method for ldp_fec_vc_fec_dm_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_fec_dm_state_dw (int32) YANG Description: DM State
f335170:c0:m24
def _set_ldp_fec_vc_fec_dm_state_dw(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for ldp_fec_vc_fec_dm_state_dw, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_downstream_rec_list/ldp_fec_vc_fec_dm_state_dw (int32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_fec_dm_state_dw is considered as a privat...
f335170:c0:m25
def _get_ldp_fec_vc_feccb(self):
return self.__ldp_fec_vc_feccb<EOL>
Getter method for ldp_fec_vc_feccb, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_feccb (uint32) YANG Description: FEC_CB
f335171:c0:m3
def _set_ldp_fec_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, ...
Setter method for ldp_fec_vc_feccb, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_feccb (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_feccb is considered as a private method. Backends looking to populate this variable should ...
f335171:c0:m4
def _get_ldp_fec_vc_idx(self):
return self.__ldp_fec_vc_idx<EOL>
Getter method for ldp_fec_vc_idx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_idx (uint32) YANG Description: idx
f335171:c0:m6
def _set_ldp_fec_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, ...
Setter method for ldp_fec_vc_idx, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_idx (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_idx is considered as a private method. Backends looking to populate this variable should do so ...
f335171:c0:m7
def _get_ldp_fec_vc_fec_type(self):
return self.__ldp_fec_vc_fec_type<EOL>
Getter method for ldp_fec_vc_fec_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_fec_type (uint32) YANG Description: type
f335171:c0:m9
def _set_ldp_fec_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, ...
Setter method for ldp_fec_vc_fec_type, mapped from YANG variable /brocade_mpls_rpc/show_mpls_ldp_fec_vc_id/output/ldp_fec_vc_fec_type (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ldp_fec_vc_fec_type is considered as a private method. Backends looking to populate this variabl...
f335171:c0:m10