signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_rmep_state(self):
return self.__rmep_state<EOL>
Getter method for rmep_state, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/mep/rmep/rmep_state (rmep-status) YANG Description: RMEP State
f336093: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=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:3>}, u'<ST...
Setter method for rmep_state, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/mep/rmep/rmep_state (rmep-status) 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 calli...
f336093:c0:m19
def _get_ma_name(self):
return self.__ma_name<EOL>
Getter method for ma_name, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/ma_name (string) YANG Description: ma name
f336094: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=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for ma_name, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/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...
f336094:c0:m4
def _get_ma_idx(self):
return self.__ma_idx<EOL>
Getter method for ma_idx, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/ma_idx (uint16) YANG Description: ma index
f336094:c0:m6
def _set_ma_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=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 ma_idx, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/ma_idx (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_ma_idx is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ma_idx() d...
f336094:c0:m7
def _get_ma_type(self):
return self.__ma_type<EOL>
Getter method for ma_type, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/ma_type (ma-types) YANG Description: Bridge Domain or VLAN MA
f336094:c0:m9
def _set_ma_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 ma_type, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/ma_type (ma-types) If this variable is read-only (config: false) in the source YANG file, then _set_ma_type is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ma_ty...
f336094:c0:m10
def _get_maid_format(self):
return self.__maid_format<EOL>
Getter method for maid_format, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/maid_format (maid-formats) YANG Description: Short or Long MA ID Format
f336094:c0:m12
def _set_maid_format(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 maid_format, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/maid_format (maid-formats) If this variable is read-only (config: false) in the source YANG file, then _set_maid_format is considered as a private method. Backends looking to populate this variable should do so via calling th...
f336094:c0:m13
def _get_ccm_interval(self):
return self.__ccm_interval<EOL>
Getter method for ccm_interval, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/ccm_interval (ccm-intervals) YANG Description: CCM Interval
f336094:c0:m15
def _set_ccm_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 ccm_interval, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/ccm_interval (ccm-intervals) If this variable is read-only (config: false) in the source YANG file, then _set_ccm_interval is considered as a private method. Backends looking to populate this variable should do so via callin...
f336094:c0:m16
def _get_vlan_id(self):
return self.__vlan_id<EOL>
Getter method for vlan_id, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/vlan_id (uint32) YANG Description: VLAN Id
f336094:c0:m18
def _set_vlan_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 vlan_id, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/vlan_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vlan_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vlan_id...
f336094:c0:m19
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/priority (uint8) YANG Description: ma priority
f336094:c0:m21
def _set_priority(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for priority, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/priority (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_priority is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_prior...
f336094:c0:m22
def _get_mep(self):
return self.__mep<EOL>
Getter method for mep, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/mep (list) YANG Description: MEP Details
f336094:c0:m24
def _set_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>",mep.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>', extensions={u...
Setter method for mep, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/mep (list) If this variable is read-only (config: false) in the source YANG file, then _set_mep is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mep() directly. YANG...
f336094:c0:m25
def _get_mip(self):
return self.__mip<EOL>
Getter method for mip, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/mip (list) YANG Description: MIP Details
f336094:c0:m27
def _set_mip(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>",mip.mip, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensions={u...
Setter method for mip, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma/mip (list) If this variable is read-only (config: false) in the source YANG file, then _set_mip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mip() directly. YANG...
f336094:c0:m28
def _get_md_name(self):
return self.__md_name<EOL>
Getter method for md_name, mapped from YANG variable /cfm_state/cfm_connectivity/domain/md_name (string) YANG Description: domain name
f336095:c0:m3
def _set_md_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 md_name, mapped from YANG variable /cfm_state/cfm_connectivity/domain/md_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_md_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_md_name() ...
f336095:c0:m4
def _get_md_idx(self):
return self.__md_idx<EOL>
Getter method for md_idx, mapped from YANG variable /cfm_state/cfm_connectivity/domain/md_idx (uint16) YANG Description: domain index
f336095:c0:m6
def _set_md_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=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 md_idx, mapped from YANG variable /cfm_state/cfm_connectivity/domain/md_idx (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_md_idx is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_md_idx() dire...
f336095:c0:m7
def _get_md_level(self):
return self.__md_level<EOL>
Getter method for md_level, mapped from YANG variable /cfm_state/cfm_connectivity/domain/md_level (uint8) YANG Description: domain level
f336095:c0:m9
def _set_md_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=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 md_level, mapped from YANG variable /cfm_state/cfm_connectivity/domain/md_level (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_md_level is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_md_level...
f336095:c0:m10
def _get_ma(self):
return self.__ma<EOL>
Getter method for ma, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma (list) YANG Description: CFM Ma Details
f336095:c0:m12
def _set_ma(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.ma, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', extensions={u'<...
Setter method for ma, mapped from YANG variable /cfm_state/cfm_connectivity/domain/ma (list) If this variable is read-only (config: false) in the source YANG file, then _set_ma is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ma() directly. YANG Descri...
f336095:c0:m13
def _get_type(self):
return self.__type<EOL>
Getter method for type, mapped from YANG variable /cfm_state/slm/slm_session_brief/type (y1731-session-type) YANG Description: session type
f336096:c0:m3
def _set_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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/slm/slm_session_brief/type (y1731-session-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...
f336096:c0:m4
def _get_status(self):
return self.__status<EOL>
Getter method for status, mapped from YANG variable /cfm_state/slm/slm_session_brief/status (y1731-session-status) YANG Description: session status
f336096: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=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for status, mapped from YANG variable /cfm_state/slm/slm_session_brief/status (y1731-session-status) 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_s...
f336096:c0:m7
def _get_domain_name(self):
return self.__domain_name<EOL>
Getter method for domain_name, mapped from YANG variable /cfm_state/slm/slm_session_brief/domain_name (string) YANG Description: domain name
f336096: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/slm/slm_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_...
f336096:c0:m10
def _get_ma_name(self):
return self.__ma_name<EOL>
Getter method for ma_name, mapped from YANG variable /cfm_state/slm/slm_session_brief/ma_name (string) YANG Description: service name
f336096: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/slm/slm_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...
f336096:c0:m13
def _get_src_mep(self):
return self.__src_mep<EOL>
Getter method for src_mep, mapped from YANG variable /cfm_state/slm/slm_session_brief/src_mep (uint16) YANG Description: source mep
f336096: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/slm/slm_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...
f336096:c0:m16
def _get_tgt_mep(self):
return self.__tgt_mep<EOL>
Getter method for tgt_mep, mapped from YANG variable /cfm_state/slm/slm_session_brief/tgt_mep (uint16) YANG Description: target mep
f336096: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/slm/slm_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...
f336096:c0:m19
def _get_cos(self):
return self.__cos<EOL>
Getter method for cos, mapped from YANG variable /cfm_state/slm/slm_session_brief/cos (uint8) YANG Description: cos value
f336096: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/slm/slm_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...
f336096:c0:m22
def _get_start_time(self):
return self.__start_time<EOL>
Getter method for start_time, mapped from YANG variable /cfm_state/slm/slm_session_brief/start_time (string) YANG Description: Start time
f336096: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/slm/slm_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...
f336096:c0:m25
def _get_stop_time(self):
return self.__stop_time<EOL>
Getter method for stop_time, mapped from YANG variable /cfm_state/slm/slm_session_brief/stop_time (string) YANG Description: Stop time
f336096: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/slm/slm_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...
f336096:c0:m28
def _get_session_index(self):
return self.__session_index<EOL>
Getter method for session_index, mapped from YANG variable /cfm_state/slm/slm_session_brief/session_index (uint32) YANG Description: SLM/DMM session index
f336096: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/slm/slm_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...
f336096:c0:m31
def _get_type(self):
return self.__type<EOL>
Getter method for type, mapped from YANG variable /cfm_state/slm/slm_session_detail/type (y1731-session-type) YANG Description: session type
f336097:c0:m3
def _set_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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/slm/slm_session_detail/type (y1731-session-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() d...
f336097:c0:m4
def _get_status(self):
return self.__status<EOL>
Getter method for status, mapped from YANG variable /cfm_state/slm/slm_session_detail/status (y1731-session-status) YANG Description: session status
f336097: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=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for status, mapped from YANG variable /cfm_state/slm/slm_session_detail/status (y1731-session-status) 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_...
f336097:c0:m7
def _get_domain_name(self):
return self.__domain_name<EOL>
Getter method for domain_name, mapped from YANG variable /cfm_state/slm/slm_session_detail/domain_name (string) YANG Description: domain name
f336097: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/slm/slm_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...
f336097:c0:m10
def _get_ma_name(self):
return self.__ma_name<EOL>
Getter method for ma_name, mapped from YANG variable /cfm_state/slm/slm_session_detail/ma_name (string) YANG Description: service name
f336097: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/slm/slm_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...
f336097:c0:m13
def _get_src_mep(self):
return self.__src_mep<EOL>
Getter method for src_mep, mapped from YANG variable /cfm_state/slm/slm_session_detail/src_mep (uint16) YANG Description: source mep
f336097: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/slm/slm_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...
f336097:c0:m16
def _get_tgt_mep(self):
return self.__tgt_mep<EOL>
Getter method for tgt_mep, mapped from YANG variable /cfm_state/slm/slm_session_detail/tgt_mep (uint16) YANG Description: target mep
f336097: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/slm/slm_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...
f336097:c0:m19
def _get_cos(self):
return self.__cos<EOL>
Getter method for cos, mapped from YANG variable /cfm_state/slm/slm_session_detail/cos (uint8) YANG Description: cos value
f336097: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/slm/slm_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...
f336097:c0:m22
def _get_start_time(self):
return self.__start_time<EOL>
Getter method for start_time, mapped from YANG variable /cfm_state/slm/slm_session_detail/start_time (string) YANG Description: Start time
f336097: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/slm/slm_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...
f336097:c0:m25
def _get_stop_time(self):
return self.__stop_time<EOL>
Getter method for stop_time, mapped from YANG variable /cfm_state/slm/slm_session_detail/stop_time (string) YANG Description: Stop time
f336097: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/slm/slm_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_...
f336097:c0:m28
def _get_start_type(self):
return self.__start_type<EOL>
Getter method for start_type, mapped from YANG variable /cfm_state/slm/slm_session_detail/start_type (start-stop-type) YANG Description: Start type
f336097: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:0>}, u'<ST...
Setter method for start_type, mapped from YANG variable /cfm_state/slm/slm_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...
f336097:c0:m34
def _get_stop_type(self):
return self.__stop_type<EOL>
Getter method for stop_type, mapped from YANG variable /cfm_state/slm/slm_session_detail/stop_type (start-stop-type) YANG Description: Stop type
f336097: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:0>}, u'<ST...
Setter method for stop_type, mapped from YANG variable /cfm_state/slm/slm_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._...
f336097:c0:m37
def _get_tx_interval(self):
return self.__tx_interval<EOL>
Getter method for tx_interval, mapped from YANG variable /cfm_state/slm/slm_session_detail/tx_interval (uint16) YANG Description: Transmission interval
f336097: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/slm/slm_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...
f336097: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/slm/slm_session_detail/tx_frame_count (uint16) YANG Description: Packets count sent per tx-interval
f336097: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/slm/slm_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...
f336097:c0:m43
def _get_meas_interval(self):
return self.__meas_interval<EOL>
Getter method for meas_interval, mapped from YANG variable /cfm_state/slm/slm_session_detail/meas_interval (uint16) YANG Description: Measurement interval
f336097: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/slm/slm_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...
f336097:c0:m46
def _get_session_index(self):
return self.__session_index<EOL>
Getter method for session_index, mapped from YANG variable /cfm_state/slm/slm_session_detail/session_index (uint32) YANG Description: SLM/DMM session index
f336097: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/slm/slm_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...
f336097:c0:m49
def _get_fwd_avg(self):
return self.__fwd_avg<EOL>
Getter method for fwd_avg, mapped from YANG variable /cfm_state/slm/slm_session_detail/fwd_avg (uint32) YANG Description: Avg Threshold in Forward direction
f336097:c0:m51
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/slm/slm_session_detail/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...
f336097:c0:m52
def _get_fwd_max(self):
return self.__fwd_max<EOL>
Getter method for fwd_max, mapped from YANG variable /cfm_state/slm/slm_session_detail/fwd_max (uint32) YANG Description: Max Threshold in Forward direction
f336097:c0:m54
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/slm/slm_session_detail/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...
f336097:c0:m55
def _get_bwd_avg(self):
return self.__bwd_avg<EOL>
Getter method for bwd_avg, mapped from YANG variable /cfm_state/slm/slm_session_detail/bwd_avg (uint32) YANG Description: Avg Threshold in Backward direction
f336097:c0:m57
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/slm/slm_session_detail/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...
f336097:c0:m58
def _get_bwd_max(self):
return self.__bwd_max<EOL>
Getter method for bwd_max, mapped from YANG variable /cfm_state/slm/slm_session_detail/bwd_max (uint32) YANG Description: Max Threshold in Backward direction
f336097:c0:m60
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/slm/slm_session_detail/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...
f336097:c0:m61
def _get_type(self):
return self.__type<EOL>
Getter method for type, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/type (y1731-session-type) YANG Description: session type
f336098:c0:m3
def _set_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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/dmm/dmm_session_brief/type (y1731-session-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...
f336098:c0:m4
def _get_status(self):
return self.__status<EOL>
Getter method for status, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/status (y1731-session-status) YANG Description: session status
f336098: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=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}, u'<ST...
Setter method for status, mapped from YANG variable /cfm_state/dmm/dmm_session_brief/status (y1731-session-status) 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_s...
f336098: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
f336098: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_...
f336098: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
f336098: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...
f336098: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
f336098: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...
f336098: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
f336098: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...
f336098: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
f336098: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...
f336098:c0:m22