signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_status(self):
return self.__status<EOL>
Getter method for status, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/status (boolean) YANG Description: session status
f333688:c0:m6
def _set_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=YANGBool, is_leaf=True, yang_name="<STR_LIT:status>", rest_name="<STR_LIT:status>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_m...
Setter method for status, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_status is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_status() direc...
f333688:c0:m7
def _get_domain_name(self):
return self.__domain_name<EOL>
Getter method for domain_name, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/domain_name (string) YANG Description: domain name
f333688:c0:m9
def _set_domain_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for domain_name, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/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_...
f333688:c0:m10
def _get_ma_name(self):
return self.__ma_name<EOL>
Getter method for ma_name, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/ma_name (string) YANG Description: service name
f333688:c0:m12
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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for ma_name, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/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() di...
f333688:c0:m13
def _get_src_mep(self):
return self.__src_mep<EOL>
Getter method for src_mep, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/src_mep (uint16) YANG Description: source mep
f333688:c0:m15
def _set_src_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=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 src_mep, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/src_mep (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_src_mep is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_src_mep() di...
f333688:c0:m16
def _get_tgt_mep(self):
return self.__tgt_mep<EOL>
Getter method for tgt_mep, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/tgt_mep (uint16) YANG Description: target mep
f333688:c0:m18
def _set_tgt_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=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 tgt_mep, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/tgt_mep (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_tgt_mep is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tgt_mep() di...
f333688:c0:m19
def _get_cos(self):
return self.__cos<EOL>
Getter method for cos, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/cos (uint8) YANG Description: cos value
f333688:c0:m21
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=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 cos, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/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() directly. YANG Des...
f333688:c0:m22
def _get_start_time(self):
return self.__start_time<EOL>
Getter method for start_time, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/start_time (string) YANG Description: Start time
f333688:c0:m24
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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for start_time, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/start_time (string) 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 do so via calling thisObj._set_sta...
f333688:c0:m25
def _get_stop_time(self):
return self.__stop_time<EOL>
Getter method for stop_time, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/stop_time (string) YANG Description: Stop time
f333688:c0:m27
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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for stop_time, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/stop_time (string) 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 so via calling thisObj._set_stop_t...
f333688:c0:m28
def _get_session_index(self):
return self.__session_index<EOL>
Getter method for session_index, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/session_index (uint32) YANG Description: DM session index
f333688:c0:m30
def _set_session_index(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 session_index, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/session_index (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_session_index is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f333688:c0:m31
def _get_type(self):
return self.__type<EOL>
Getter method for type, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/type (boolean) YANG Description: session type
f333689:c0:m3
def _set_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT:type>", rest_name="<STR_LIT:type>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_modul...
Setter method for type, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/type (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_type() directly. Y...
f333689:c0:m4
def _get_status(self):
return self.__status<EOL>
Getter method for status, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/status (boolean) YANG Description: session status
f333689:c0:m6
def _set_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=YANGBool, is_leaf=True, yang_name="<STR_LIT:status>", rest_name="<STR_LIT:status>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_m...
Setter method for status, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_status is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_status() dire...
f333689:c0:m7
def _get_domain_name(self):
return self.__domain_name<EOL>
Getter method for domain_name, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/domain_name (string) YANG Description: domain name
f333689:c0:m9
def _set_domain_name(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for domain_name, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/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...
f333689:c0:m10
def _get_ma_name(self):
return self.__ma_name<EOL>
Getter method for ma_name, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/ma_name (string) YANG Description: service name
f333689:c0:m12
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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for ma_name, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/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...
f333689:c0:m13
def _get_src_mep(self):
return self.__src_mep<EOL>
Getter method for src_mep, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/src_mep (uint16) YANG Description: source mep
f333689:c0:m15
def _set_src_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=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 src_mep, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/src_mep (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_src_mep is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_src_mep() d...
f333689:c0:m16
def _get_tgt_mep(self):
return self.__tgt_mep<EOL>
Getter method for tgt_mep, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/tgt_mep (uint16) YANG Description: target mep
f333689:c0:m18
def _set_tgt_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=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 tgt_mep, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/tgt_mep (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_tgt_mep is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tgt_mep() d...
f333689:c0:m19
def _get_cos(self):
return self.__cos<EOL>
Getter method for cos, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/cos (uint8) YANG Description: cos value
f333689:c0:m21
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=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 cos, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/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() directly. YANG De...
f333689:c0:m22
def _get_start_time(self):
return self.__start_time<EOL>
Getter method for start_time, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/start_time (string) YANG Description: Start time
f333689:c0:m24
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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for start_time, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/start_time (string) 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 do so via calling thisObj._set_st...
f333689:c0:m25
def _get_stop_time(self):
return self.__stop_time<EOL>
Getter method for stop_time, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/stop_time (string) YANG Description: Stop time
f333689:c0:m27
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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for stop_time, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/stop_time (string) 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 so via calling thisObj._set_stop_...
f333689:c0:m28
def _get_start_type(self):
return self.__start_type<EOL>
Getter method for start_type, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/start_type (start-stop-type) YANG Description: Start type
f333689:c0:m33
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:1>}, u'<ST...
Setter method for start_type, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/start_type (start-stop-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 do so via calling thisOb...
f333689:c0:m34
def _get_stop_type(self):
return self.__stop_type<EOL>
Getter method for stop_type, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/stop_type (start-stop-type) YANG Description: Stop type
f333689:c0:m36
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:1>}, u'<ST...
Setter method for stop_type, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/stop_type (start-stop-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 via calling thisObj._...
f333689:c0:m37
def _get_tx_interval(self):
return self.__tx_interval<EOL>
Getter method for tx_interval, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/tx_interval (uint16) YANG Description: Transmission interval
f333689:c0:m39
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=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 tx_interval, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/tx_interval (uint16) 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 should do so via calling thisObj._set...
f333689:c0:m40
def _get_tx_frame_count(self):
return self.__tx_frame_count<EOL>
Getter method for tx_frame_count, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/tx_frame_count (uint16) YANG Description: Packets count sent per tx-interval
f333689:c0:m42
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=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 tx_frame_count, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/tx_frame_count (uint16) 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 so via calling thi...
f333689:c0:m43
def _get_meas_interval(self):
return self.__meas_interval<EOL>
Getter method for meas_interval, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/meas_interval (uint16) YANG Description: Measurement interval
f333689:c0:m45
def _set_meas_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=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 meas_interval, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/meas_interval (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_meas_interval is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f333689:c0:m46
def _get_session_index(self):
return self.__session_index<EOL>
Getter method for session_index, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/session_index (uint32) YANG Description: DM session index
f333689:c0:m48
def _set_session_index(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 session_index, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/session_index (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_session_index is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f333689:c0:m49
def _get_avg(self):
return self.__avg<EOL>
Getter method for avg, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/avg (uint32) YANG Description: Avg Threshold in Forward direction
f333689:c0:m51
def _set_avg(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 avg, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/avg (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_avg is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_avg() directly. YANG D...
f333689:c0:m52
def _get_max_(self):
return self.__max_<EOL>
Getter method for max_, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/max (uint32) YANG Description: Max Threshold in Forward direction
f333689:c0:m54
def _set_max_(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 max_, mapped from YANG variable /cfm_state/dmm/dmm_session_detail/max (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_max_ is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_max_() directly. YAN...
f333689:c0:m55
def _get_event(self):
return self.__event<EOL>
Getter method for event, mapped from YANG variable /cfm_state/cfm_y1731/action_profile/action_profile_event_actions/event (action-profile-event-type) YANG Description: Action Profile Event type
f333690:c0:m3
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=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:0>}, u'<ST...
Setter method for event, mapped from YANG variable /cfm_state/cfm_y1731/action_profile/action_profile_event_actions/event (action-profile-event-type) 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 shoul...
f333690:c0:m4
def _get_actions(self):
return self.__actions<EOL>
Getter method for actions, mapped from YANG variable /cfm_state/cfm_y1731/action_profile/action_profile_event_actions/actions (uint32) YANG Description: Actions associated with the event
f333690:c0:m6
def _set_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=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 actions, mapped from YANG variable /cfm_state/cfm_y1731/action_profile/action_profile_event_actions/actions (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_actions is considered as a private method. Backends looking to populate this variable should do so via c...
f333690:c0:m7
def _get_action_profile_name(self):
return self.__action_profile_name<EOL>
Getter method for action_profile_name, mapped from YANG variable /cfm_state/cfm_y1731/action_profile/action_profile_name (string) YANG Description: action profile name
f333691: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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for action_profile_name, mapped from YANG variable /cfm_state/cfm_y1731/action_profile/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 do s...
f333691:c0:m4
def _get_action_profile_event_actions(self):
return self.__action_profile_event_actions<EOL>
Getter method for action_profile_event_actions, mapped from YANG variable /cfm_state/cfm_y1731/action_profile/action_profile_event_actions (container) YANG Description: Action Profile Event type and associated actions
f333691:c0:m6
def _set_action_profile_event_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=action_profile_event_actions.action_profile_event_actions, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ext...
Setter method for action_profile_event_actions, mapped from YANG variable /cfm_state/cfm_y1731/action_profile/action_profile_event_actions (container) If this variable is read-only (config: false) in the source YANG file, then _set_action_profile_event_actions is considered as a private method. Backends looking to popu...
f333691:c0:m7
def _get_action_profile(self):
return self.__action_profile<EOL>
Getter method for action_profile, mapped from YANG variable /cfm_state/cfm_y1731/action_profile (list) YANG Description: CFM Action Profile Details
f333692:c0:m3
def _set_action_profile(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>",action_profile.action_profile, 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='<ST...
Setter method for action_profile, mapped from YANG variable /cfm_state/cfm_y1731/action_profile (list) If this variable is read-only (config: false) in the source YANG file, then _set_action_profile is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_actio...
f333692:c0:m4
def _get_type(self):
return self.__type<EOL>
Getter method for type, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/type (test-profile-type) YANG Description: Test Profile type
f333693:c0:m6
def _set_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for type, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/type (test-profile-type) If this variable is read-only (config: false) in the source YANG file, then _set_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_type() di...
f333693:c0:m7
def _get_cos(self):
return self.__cos<EOL>
Getter method for cos, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/cos (uint8) YANG Description: cos value
f333693:c0:m9
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=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 cos, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/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() directly. YANG De...
f333693:c0:m10
def _get_tx_interval(self):
return self.__tx_interval<EOL>
Getter method for tx_interval, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/tx_interval (uint16) YANG Description: TX Interval
f333693:c0:m12
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=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 tx_interval, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/tx_interval (uint16) 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 should do so via calling thisObj._set...
f333693:c0:m13
def _get_tx_frame_count(self):
return self.__tx_frame_count<EOL>
Getter method for tx_frame_count, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/tx_frame_count (uint16) YANG Description: TX Frame Count
f333693: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=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 tx_frame_count, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/tx_frame_count (uint16) 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 so via calling thi...
f333693:c0:m16
def _get_meas_interval(self):
return self.__meas_interval<EOL>
Getter method for meas_interval, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/meas_interval (uint16) YANG Description: Measurement Interval
f333693:c0:m18
def _set_meas_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=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 meas_interval, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/meas_interval (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_meas_interval is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f333693:c0:m19
def _get_fwd_avg(self):
return self.__fwd_avg<EOL>
Getter method for fwd_avg, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/fwd_avg (uint32) YANG Description: Avg Threshold in Forward direction
f333693:c0:m21
def _set_fwd_avg(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 fwd_avg, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/fwd_avg (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_fwd_avg is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_fwd_avg() d...
f333693:c0:m22
def _get_fwd_max(self):
return self.__fwd_max<EOL>
Getter method for fwd_max, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/fwd_max (uint32) YANG Description: Max Threshold in Forward direction
f333693:c0:m24
def _set_fwd_max(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 fwd_max, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/fwd_max (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_fwd_max is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_fwd_max() d...
f333693:c0:m25
def _get_bwd_avg(self):
return self.__bwd_avg<EOL>
Getter method for bwd_avg, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/bwd_avg (uint32) YANG Description: Avg Threshold in Backward direction
f333693:c0:m27
def _set_bwd_avg(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 bwd_avg, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/bwd_avg (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_bwd_avg is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_bwd_avg() d...
f333693:c0:m28
def _get_bwd_max(self):
return self.__bwd_max<EOL>
Getter method for bwd_max, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/bwd_max (uint32) YANG Description: Max Threshold in Backward direction
f333693:c0:m30
def _set_bwd_max(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 bwd_max, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/bwd_max (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_bwd_max is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_bwd_max() d...
f333693:c0:m31
def _get_start(self):
return self.__start<EOL>
Getter method for start, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/start (string) YANG Description: Start status
f333693:c0:m33
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=unicode, is_leaf=True, yang_name="<STR_LIT:start>", rest_name="<STR_LIT:start>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_modu...
Setter method for start, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/start (string) 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._set_start() directly....
f333693:c0:m34
def _get_stop(self):
return self.__stop<EOL>
Getter method for stop, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/stop (string) YANG Description: Stop status
f333693:c0:m36
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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for stop, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/stop (string) 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._set_stop() directly. YA...
f333693:c0:m37
def _get_packets(self):
return self.__packets<EOL>
Getter method for packets, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/packets (uint32) YANG Description: Number of packets to be sent in a burst
f333693:c0:m39
def _set_packets(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 packets, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/packets (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_packets is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_packets() d...
f333693:c0:m40
def _get_timeout(self):
return self.__timeout<EOL>
Getter method for timeout, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/timeout (uint8) YANG Description: Time interval within which reply is expected
f333693:c0:m42
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=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 timeout, mapped from YANG variable /cfm_state/cfm_y1731/test_profile/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 thisObj._set_timeout() di...
f333693:c0:m43
def _get_rmep_id(self):
return self.__rmep_id<EOL>
Getter method for rmep_id, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_id (uint16) YANG Description: rmep id
f333694:c0:m3
def _set_rmep_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=int, restriction_d...
Setter method for rmep_id, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_id (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_rmep_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_rmep...
f333694:c0:m4
def _get_rmep_mac(self):
return self.__rmep_mac<EOL>
Getter method for rmep_mac, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_mac (string) YANG Description: RMEP MAC
f333694:c0:m6
def _set_rmep_mac(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for rmep_mac, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_mac (string) If this variable is read-only (config: false) in the source YANG file, then _set_rmep_mac is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_r...
f333694:c0:m7
def _get_rmep_vlan(self):
return self.__rmep_vlan<EOL>
Getter method for rmep_vlan, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_vlan (uint32) YANG Description: RMEP VLAN Id
f333694:c0:m9
def _set_rmep_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=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 rmep_vlan, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_vlan (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_rmep_vlan is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f333694:c0:m10
def _get_rmep_inner_vlan(self):
return self.__rmep_inner_vlan<EOL>
Getter method for rmep_inner_vlan, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_inner_vlan (uint32) YANG Description: RMEP Inner VLAN Id
f333694:c0:m12
def _set_rmep_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=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 rmep_inner_vlan, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_inner_vlan (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_rmep_inner_vlan is considered as a private method. Backends looking to populate this variable should do so via c...
f333694:c0:m13
def _get_rmep_port(self):
return self.__rmep_port<EOL>
Getter method for rmep_port, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_port (string) YANG Description: RMEP Port
f333694:c0:m15
def _set_rmep_port(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for rmep_port, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_port (string) If this variable is read-only (config: false) in the source YANG file, then _set_rmep_port is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f333694:c0:m16
def _get_rmep_state(self):
return self.__rmep_state<EOL>
Getter method for rmep_state, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_state (uint8) YANG Description: RMEP State
f333694:c0:m18
def _set_rmep_state(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for rmep_state, mapped from YANG variable /cfm_state/cfm_detail/domain/ma/mep/rmep/rmep_state (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_rmep_state is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333694:c0:m19