signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_ccm_up_actions(self):
return self.__ccm_up_actions<EOL>
Getter method for ccm_up_actions, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/ccm_up/ccm_up_actions (action-profile-bitmap)
f333880:c0:m3
def _set_ccm_up_actions(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:0>}, u'<ST...
Setter method for ccm_up_actions, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/ccm_up/ccm_up_actions (action-profile-bitmap) If this variable is read-only (config: false) in the source YANG file, then _set_ccm_up_actions is considered as a private method. Backends looking to populate this var...
f333880:c0:m4
def _get_ccm_up(self):
return self.__ccm_up<EOL>
Getter method for ccm_up, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/ccm_up (container)
f333881:c0:m3
def _set_ccm_up(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ccm_up.ccm_up, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'...
Setter method for ccm_up, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/ccm_up (container) If this variable is read-only (config: false) in the source YANG file, then _set_ccm_up is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f333881:c0:m4
def _get_ccm_down(self):
return self.__ccm_down<EOL>
Getter method for ccm_down, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/ccm_down (container)
f333881:c0:m6
def _set_ccm_down(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ccm_down.ccm_down, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for ccm_down, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/ccm_down (container) If this variable is read-only (config: false) in the source YANG file, then _set_ccm_down is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f333881:c0:m7
def _get_avg_threshold(self):
return self.__avg_threshold<EOL>
Getter method for avg_threshold, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/avg_threshold (container)
f333881:c0:m9
def _set_avg_threshold(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=avg_threshold.avg_threshold, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ...
Setter method for avg_threshold, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/avg_threshold (container) If this variable is read-only (config: false) in the source YANG file, then _set_avg_threshold is considered as a private method. Backends looking to populate this variable should do so via...
f333881:c0:m10
def _get_max_threshold(self):
return self.__max_threshold<EOL>
Getter method for max_threshold, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/max_threshold (container)
f333881:c0:m12
def _set_max_threshold(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=max_threshold.max_threshold, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ...
Setter method for max_threshold, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/max_threshold (container) If this variable is read-only (config: false) in the source YANG file, then _set_max_threshold is considered as a private method. Backends looking to populate this variable should do so via...
f333881:c0:m13
def _get_ccm_down_actions(self):
return self.__ccm_down_actions<EOL>
Getter method for ccm_down_actions, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/ccm_down/ccm_down_actions (action-profile-bitmap)
f333882:c0:m3
def _set_ccm_down_actions(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:0>}, u'<ST...
Setter method for ccm_down_actions, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event/ccm_down/ccm_down_actions (action-profile-bitmap) If this variable is read-only (config: false) in the source YANG file, then _set_ccm_down_actions is considered as a private method. Backends looking to populate ...
f333882:c0:m4
def _get_action_profile_name(self):
return self.__action_profile_name<EOL>
Getter method for action_profile_name, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/action_profile_name (string)
f333883:c0:m3
def _set_action_profile_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for action_profile_name, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/action_profile_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_action_profile_name is considered as a private method. Backends looking to populate this variable should ...
f333883:c0:m4
def _get_event(self):
return self.__event<EOL>
Getter method for event, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event (container)
f333883:c0:m6
def _set_event(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=event.event, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for event, mapped from YANG variable /protocol/cfm/y1731/action_profile_name/event (container) If this variable is read-only (config: false) in the source YANG file, then _set_event is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_event() ...
f333883:c0:m7
def _get_stop_type(self):
return self.__stop_type<EOL>
Getter method for stop_type, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/stop/stop_type (schedule-type)
f333884:c0:m3
def _set_stop_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=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for stop_type, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/stop/stop_type (schedule-type) If this variable is read-only (config: false) in the source YANG file, then _set_stop_type is considered as a private method. Backends looking to populate this variable should do so...
f333884:c0:m4
def _get_stop_time(self):
return self.__stop_time<EOL>
Getter method for stop_time, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/stop/stop_time (time-in-hhmmss)
f333884:c0:m6
def _set_stop_time(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 stop_time, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/stop/stop_time (time-in-hhmmss) If this variable is read-only (config: false) in the source YANG file, then _set_stop_time is considered as a private method. Backends looking to populate this variable should do s...
f333884:c0:m7
def _get_start_type(self):
return self.__start_type<EOL>
Getter method for start_type, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/start/start_type (schedule-type)
f333885:c0:m3
def _set_start_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=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for start_type, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/start/start_type (schedule-type) If this variable is read-only (config: false) in the source YANG file, then _set_start_type is considered as a private method. Backends looking to populate this variable should d...
f333885:c0:m4
def _get_start_time(self):
return self.__start_time<EOL>
Getter method for start_time, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/start/start_time (time-in-hhmmss)
f333885:c0:m6
def _set_start_time(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 start_time, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/start/start_time (time-in-hhmmss) If this variable is read-only (config: false) in the source YANG file, then _set_start_time is considered as a private method. Backends looking to populate this variable should ...
f333885:c0:m7
def _get_start_periodic(self):
return self.__start_periodic<EOL>
Getter method for start_periodic, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/start/start_periodic (y1731-start-periodic)
f333885:c0:m9
def _set_start_periodic(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}},), is...
Setter method for start_periodic, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/start/start_periodic (y1731-start-periodic) If this variable is read-only (config: false) in the source YANG file, then _set_start_periodic is considered as a private method. Backends looking to populate thi...
f333885:c0:m10
def _get_thr_avg_value(self):
return self.__thr_avg_value<EOL>
Getter method for thr_avg_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/dmm_threshold/thr_avg_value (uint32)
f333886:c0:m3
def _set_thr_avg_value(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for thr_avg_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/dmm_threshold/thr_avg_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_thr_avg_value is considered as a private method. Backends looking to populate this variabl...
f333886:c0:m4
def _get_thr_max_value(self):
return self.__thr_max_value<EOL>
Getter method for thr_max_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/dmm_threshold/thr_max_value (uint32)
f333886:c0:m6
def _set_thr_max_value(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for thr_max_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/dmm_threshold/thr_max_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_thr_max_value is considered as a private method. Backends looking to populate this variabl...
f333886:c0:m7
def _get_thr_fwd_avg_value(self):
return self.__thr_fwd_avg_value<EOL>
Getter method for thr_fwd_avg_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/forward/thr_fwd_avg_value (uint32)
f333887:c0:m3
def _set_thr_fwd_avg_value(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for thr_fwd_avg_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/forward/thr_fwd_avg_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_thr_fwd_avg_value is considered as a private method. Backends looking to p...
f333887:c0:m4
def _get_thr_fwd_max_value(self):
return self.__thr_fwd_max_value<EOL>
Getter method for thr_fwd_max_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/forward/thr_fwd_max_value (uint32)
f333887:c0:m6
def _set_thr_fwd_max_value(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for thr_fwd_max_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/forward/thr_fwd_max_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_thr_fwd_max_value is considered as a private method. Backends looking to p...
f333887:c0:m7
def _get_thr_bwd_avg_value(self):
return self.__thr_bwd_avg_value<EOL>
Getter method for thr_bwd_avg_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/backward/thr_bwd_avg_value (uint32)
f333888:c0:m3
def _set_thr_bwd_avg_value(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for thr_bwd_avg_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/backward/thr_bwd_avg_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_thr_bwd_avg_value is considered as a private method. Backends looking to ...
f333888:c0:m4
def _get_thr_bwd_max_value(self):
return self.__thr_bwd_max_value<EOL>
Getter method for thr_bwd_max_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/backward/thr_bwd_max_value (uint32)
f333888:c0:m6
def _set_thr_bwd_max_value(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for thr_bwd_max_value, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/backward/thr_bwd_max_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_thr_bwd_max_value is considered as a private method. Backends looking to ...
f333888:c0:m7
def _get_forward(self):
return self.__forward<EOL>
Getter method for forward, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/forward (container)
f333889:c0:m3
def _set_forward(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=forward.forward, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={...
Setter method for forward, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/forward (container) If this variable is read-only (config: false) in the source YANG file, then _set_forward is considered as a private method. Backends looking to populate this variable should do so ...
f333889:c0:m4
def _get_backward(self):
return self.__backward<EOL>
Getter method for backward, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/backward (container)
f333889:c0:m6
def _set_backward(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=backward.backward, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for backward, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold/backward (container) If this variable is read-only (config: false) in the source YANG file, then _set_backward is considered as a private method. Backends looking to populate this variable should do ...
f333889:c0:m7
def _get_direction(self):
return self.__direction<EOL>
Getter method for direction, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/direction (y1731-profile-direction)
f333890:c0:m3
def _set_direction(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for direction, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/direction (y1731-profile-direction) If this variable is read-only (config: false) in the source YANG file, then _set_direction is considered as a private method. Backends looking to populate this variable should ...
f333890:c0:m4
def _get_tx_interval(self):
return self.__tx_interval<EOL>
Getter method for tx_interval, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/tx_interval (y1731-profile-tx-interval)
f333890:c0:m6
def _set_tx_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:3>}, u'<ST...
Setter method for tx_interval, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/tx_interval (y1731-profile-tx-interval) If this variable is read-only (config: false) in the source YANG file, then _set_tx_interval is considered as a private method. Backends looking to populate this variable...
f333890:c0:m7
def _get_measurement_interval(self):
return self.__measurement_interval<EOL>
Getter method for measurement_interval, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/measurement_interval (uint32)
f333890:c0:m9
def _set_measurement_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for measurement_interval, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/measurement_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_measurement_interval is considered as a private method. Backends looking to populate this ...
f333890:c0:m10
def _get_cos(self):
return self.__cos<EOL>
Getter method for cos, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/cos (uint8)
f333890:c0:m12
def _set_cos(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassType...
Setter method for cos, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/cos (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_cos is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cos()...
f333890:c0:m13
def _get_tx_frame_count(self):
return self.__tx_frame_count<EOL>
Getter method for tx_frame_count, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/tx_frame_count (uint32)
f333890:c0:m15
def _set_tx_frame_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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for tx_frame_count, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/tx_frame_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_tx_frame_count is considered as a private method. Backends looking to populate this variable should do...
f333890:c0:m16
def _get_timeout(self):
return self.__timeout<EOL>
Getter method for timeout, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/timeout (uint8)
f333890:c0:m18
def _set_timeout(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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassType...
Setter method for timeout, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/timeout (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_timeout is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f333890:c0:m19
def _get_start(self):
return self.__start<EOL>
Getter method for start, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/start (container)
f333890:c0:m21
def _set_start(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=start.start, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:start>", rest_name="<STR_LIT:start>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, exte...
Setter method for start, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/start (container) If this variable is read-only (config: false) in the source YANG file, then _set_start is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f333890:c0:m22
def _get_stop(self):
return self.__stop<EOL>
Getter method for stop, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/stop (container)
f333890:c0:m24
def _set_stop(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=stop.stop, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for stop, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/stop (container) If this variable is read-only (config: false) in the source YANG file, then _set_stop is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f333890:c0:m25
def _get_slm_threshold(self):
return self.__slm_threshold<EOL>
Getter method for slm_threshold, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold (container)
f333890:c0:m27
def _set_slm_threshold(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=slm_threshold.slm_threshold, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ...
Setter method for slm_threshold, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/slm_threshold (container) If this variable is read-only (config: false) in the source YANG file, then _set_slm_threshold is considered as a private method. Backends looking to populate this variable should do...
f333890:c0:m28
def _get_dmm_threshold(self):
return self.__dmm_threshold<EOL>
Getter method for dmm_threshold, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/dmm_threshold (container)
f333890:c0:m30
def _set_dmm_threshold(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dmm_threshold.dmm_threshold, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ...
Setter method for dmm_threshold, mapped from YANG variable /protocol/cfm/y1731/test_profile/test_profile_params/dmm_threshold (container) If this variable is read-only (config: false) in the source YANG file, then _set_dmm_threshold is considered as a private method. Backends looking to populate this variable should do...
f333890:c0:m31
def _get_profile_type(self):
return self.__profile_type<EOL>
Getter method for profile_type, mapped from YANG variable /protocol/cfm/y1731/test_profile/profile_type (y1731-profile-type)
f333891:c0:m6
def _set_profile_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=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for profile_type, mapped from YANG variable /protocol/cfm/y1731/test_profile/profile_type (y1731-profile-type) If this variable is read-only (config: false) in the source YANG file, then _set_profile_type is considered as a private method. Backends looking to populate this variable should do so via callin...
f333891:c0:m7
def _get_domain_name(self):
return self.__domain_name<EOL>
Getter method for domain_name, mapped from YANG variable /protocol/cfm/domain_name/domain_name (string)
f333892:c0:m3
def _set_domain_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for domain_name, mapped from YANG variable /protocol/cfm/domain_name/domain_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_domain_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_domain_...
f333892:c0:m4
def _get_domain_level(self):
return self.__domain_level<EOL>
Getter method for domain_level, mapped from YANG variable /protocol/cfm/domain_name/domain_level (uint32)
f333892:c0:m6
def _set_domain_level(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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for domain_level, mapped from YANG variable /protocol/cfm/domain_name/domain_level (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_domain_level is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_doma...
f333892:c0:m7
def _get_ma_name(self):
return self.__ma_name<EOL>
Getter method for ma_name, mapped from YANG variable /protocol/cfm/domain_name/ma_name (list)
f333892:c0:m9
def _set_ma_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=YANGListType("<STR_LIT>",ma_name.ma_name, 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>', exten...
Setter method for ma_name, mapped from YANG variable /protocol/cfm/domain_name/ma_name (list) If this variable is read-only (config: false) in the source YANG file, then _set_ma_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ma_name() directly.
f333892:c0:m10
def _get_ma_name(self):
return self.__ma_name<EOL>
Getter method for ma_name, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_name (string)
f333893:c0:m3
def _set_ma_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for ma_name, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_ma_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ma_name() d...
f333893:c0:m4
def _get_ma_id(self):
return self.__ma_id<EOL>
Getter method for ma_id, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_id (uint32)
f333893:c0:m6
def _set_ma_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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for ma_id, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ma_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ma_id() directly.
f333893:c0:m7
def _get_ma_vlan_vid(self):
return self.__ma_vlan_vid<EOL>
Getter method for ma_vlan_vid, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_vlan_vid (uint32)
f333893:c0:m9
def _set_ma_vlan_vid(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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for ma_vlan_vid, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_vlan_vid (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ma_vlan_vid is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f333893:c0:m10
def _get_ma_bd_vid(self):
return self.__ma_bd_vid<EOL>
Getter method for ma_bd_vid, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_bd_vid (uint32)
f333893:c0:m12
def _set_ma_bd_vid(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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for ma_bd_vid, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_bd_vid (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ma_bd_vid is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ma_bd...
f333893:c0:m13
def _get_ma_priority(self):
return self.__ma_priority<EOL>
Getter method for ma_priority, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_priority (uint32)
f333893:c0:m15
def _set_ma_priority(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for ma_priority, mapped from YANG variable /protocol/cfm/domain_name/ma_name/ma_priority (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_ma_priority is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f333893:c0:m16
def _get_cfm_ma_sub_commands(self):
return self.__cfm_ma_sub_commands<EOL>
Getter method for cfm_ma_sub_commands, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands (container)
f333893:c0:m18
def _set_cfm_ma_sub_commands(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=cfm_ma_sub_commands.cfm_ma_sub_commands, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_...
Setter method for cfm_ma_sub_commands, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands (container) If this variable is read-only (config: false) in the source YANG file, then _set_cfm_ma_sub_commands is considered as a private method. Backends looking to populate this variable should do ...
f333893:c0:m19
def _get_tlv_type(self):
return self.__tlv_type<EOL>
Getter method for tlv_type, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/tlv_type (ccm-tlv-type)
f333894:c0:m3
def _set_tlv_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=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}},), is...
Setter method for tlv_type, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/tlv_type (ccm-tlv-type) If this variable is read-only (config: false) in the source YANG file, then _set_tlv_type is considered as a private method. Backends looking to populate this vari...
f333894:c0:m4
def _get_remote_mep(self):
return self.__remote_mep<EOL>
Getter method for remote_mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep (list)
f333894:c0:m6
def _set_remote_mep(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>",remote_mep.remote_mep, 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 remote_mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep (list) If this variable is read-only (config: false) in the source YANG file, then _set_remote_mep is considered as a private method. Backends looking to populate this variab...
f333894:c0:m7
def _get_mode(self):
return self.__mode<EOL>
Getter method for mode, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep/rmep_test_profile/mode (y1731-profile-mode)
f333895:c0:m6
def _set_mode(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, ...
Setter method for mode, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep/rmep_test_profile/mode (y1731-profile-mode) If this variable is read-only (config: false) in the source YANG file, then _set_mode is considered as a private method. Backends lookin...
f333895:c0:m7
def _get_remote_mep(self):
return self.__remote_mep<EOL>
Getter method for remote_mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep/remote_mep (uint32)
f333896:c0:m3
def _set_remote_mep(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=RestrictedClassTyp...
Setter method for remote_mep, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep/remote_mep (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_remote_mep is considered as a private method. Backends looking to populat...
f333896:c0:m4
def _get_action_profile_association(self):
return self.__action_profile_association<EOL>
Getter method for action_profile_association, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep/action_profile_association (string)
f333896:c0:m9
def _set_action_profile_association(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._ex...
Setter method for action_profile_association, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/cfm_mep_sub_commands/remote_mep/action_profile_association (string) If this variable is read-only (config: false) in the source YANG file, then _set_action_profile_association is considered ...
f333896:c0:m10
def _get_mep_id(self):
return self.__mep_id<EOL>
Getter method for mep_id, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_id (uint32)
f333897:c0:m3
def _set_mep_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=RestrictedClassTyp...
Setter method for mep_id, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_mep_id is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f333897:c0:m4
def _get_mep_down_up(self):
return self.__mep_down_up<EOL>
Getter method for mep_down_up, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_down_up (mep-down-up-type)
f333897:c0:m6
def _set_mep_down_up(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for mep_down_up, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/mep_down_up (mep-down-up-type) If this variable is read-only (config: false) in the source YANG file, then _set_mep_down_up is considered as a private method. Backends looking to populate this variable sho...
f333897:c0:m7
def _get_vlan(self):
return self.__vlan<EOL>
Getter method for vlan, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/vlan (uint32)
f333897:c0:m9
def _set_vlan(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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for vlan, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/vlan (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vlan is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333897:c0:m10
def _get_inner_vlan(self):
return self.__inner_vlan<EOL>
Getter method for inner_vlan, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/inner_vlan (uint32)
f333897:c0:m12
def _set_inner_vlan(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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for inner_vlan, mapped from YANG variable /protocol/cfm/domain_name/ma_name/cfm_ma_sub_commands/mep/inner_vlan (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_inner_vlan is considered as a private method. Backends looking to populate this variable should do so via...
f333897:c0:m13