signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_links_misalign(self):
return self.__links_misalign<EOL>
Getter method for links_misalign, mapped from YANG variable /sfm_state/links/links_misalign (uint32) YANG Description: SFM Links Misalign
f334870:c0:m21
def _set_links_misalign(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for links_misalign, mapped from YANG variable /sfm_state/links/links_misalign (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_links_misalign is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_links_m...
f334870:c0:m22
def _get_links_lock(self):
return self.__links_lock<EOL>
Getter method for links_lock, mapped from YANG variable /sfm_state/links/links_lock (uint32) YANG Description: SFM Links Signal Lock
f334870:c0:m24
def _set_links_lock(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for links_lock, mapped from YANG variable /sfm_state/links/links_lock (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_links_lock is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_links_lock() direct...
f334870:c0:m25
def _get_links_accept(self):
return self.__links_accept<EOL>
Getter method for links_accept, mapped from YANG variable /sfm_state/links/links_accept (uint32) YANG Description: SFM Links Signal Accept
f334870:c0:m27
def _set_links_accept(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for links_accept, mapped from YANG variable /sfm_state/links/links_accept (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_links_accept is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_links_accept(...
f334870:c0:m28
def _get_links_error(self):
return self.__links_error<EOL>
Getter method for links_error, mapped from YANG variable /sfm_state/links/links_error (uint32) YANG Description: SFM Links Error
f334870:c0:m30
def _set_links_error(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for links_error, mapped from YANG variable /sfm_state/links/links_error (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_links_error is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_links_error() di...
f334870:c0:m31
def _get_links_errorcount(self):
return self.__links_errorcount<EOL>
Getter method for links_errorcount, mapped from YANG variable /sfm_state/links/links_errorcount (uint32) YANG Description: SFM Links Error Count
f334870:c0:m33
def _set_links_errorcount(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for links_errorcount, mapped from YANG variable /sfm_state/links/links_errorcount (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_links_errorcount is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_l...
f334870:c0:m34
def _get_queue_sfmid(self):
return self.__queue_sfmid<EOL>
Getter method for queue_sfmid, mapped from YANG variable /sfm_state/queue/queue_sfmid (uint32) YANG Description: SFM Queue
f334871:c0:m3
def _set_queue_sfmid(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 queue_sfmid, mapped from YANG variable /sfm_state/queue/queue_sfmid (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_sfmid is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queue_sfmid() di...
f334871:c0:m4
def _get_queue_feid(self):
return self.__queue_feid<EOL>
Getter method for queue_feid, mapped from YANG variable /sfm_state/queue/queue_feid (uint32) YANG Description: SFM Queue
f334871:c0:m6
def _set_queue_feid(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 queue_feid, mapped from YANG variable /sfm_state/queue/queue_feid (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_feid is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queue_feid() direct...
f334871:c0:m7
def _get_queue_pipe(self):
return self.__queue_pipe<EOL>
Getter method for queue_pipe, mapped from YANG variable /sfm_state/queue/queue_pipe (uint32) YANG Description: SFM Queue Pipe
f334871:c0:m9
def _set_queue_pipe(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 queue_pipe, mapped from YANG variable /sfm_state/queue/queue_pipe (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_pipe is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queue_pipe() direct...
f334871:c0:m10
def _get_queue_dch_count(self):
return self.__queue_dch_count<EOL>
Getter method for queue_dch_count, mapped from YANG variable /sfm_state/queue/queue_dch_count (uint32) YANG Description: SFM Queue
f334871:c0:m12
def _set_queue_dch_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=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 queue_dch_count, mapped from YANG variable /sfm_state/queue/queue_dch_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_dch_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queu...
f334871:c0:m13
def _get_queue_dcm_count(self):
return self.__queue_dcm_count<EOL>
Getter method for queue_dcm_count, mapped from YANG variable /sfm_state/queue/queue_dcm_count (uint32) YANG Description: SFM Queue
f334871:c0:m15
def _set_queue_dcm_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=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 queue_dcm_count, mapped from YANG variable /sfm_state/queue/queue_dcm_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_dcm_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queu...
f334871:c0:m16
def _get_queue_dcl_count(self):
return self.__queue_dcl_count<EOL>
Getter method for queue_dcl_count, mapped from YANG variable /sfm_state/queue/queue_dcl_count (uint32) YANG Description: SFM Queue
f334871:c0:m18
def _set_queue_dcl_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=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 queue_dcl_count, mapped from YANG variable /sfm_state/queue/queue_dcl_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_dcl_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queu...
f334871:c0:m19
def _get_queue_dch_value(self):
return self.__queue_dch_value<EOL>
Getter method for queue_dch_value, mapped from YANG variable /sfm_state/queue/queue_dch_value (uint32) YANG Description: SFM DCH Value
f334871:c0:m21
def _set_queue_dch_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=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for queue_dch_value, mapped from YANG variable /sfm_state/queue/queue_dch_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_dch_value is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queu...
f334871:c0:m22
def _get_queue_dch_linkno(self):
return self.__queue_dch_linkno<EOL>
Getter method for queue_dch_linkno, mapped from YANG variable /sfm_state/queue/queue_dch_linkno (uint32) YANG Description: SFM DCH Link-No
f334871:c0:m24
def _set_queue_dch_linkno(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for queue_dch_linkno, mapped from YANG variable /sfm_state/queue/queue_dch_linkno (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_dch_linkno is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_q...
f334871:c0:m25
def _get_queue_dcm_value(self):
return self.__queue_dcm_value<EOL>
Getter method for queue_dcm_value, mapped from YANG variable /sfm_state/queue/queue_dcm_value (uint32) YANG Description: SFM DCM Value
f334871:c0:m27
def _set_queue_dcm_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=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for queue_dcm_value, mapped from YANG variable /sfm_state/queue/queue_dcm_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_dcm_value is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queu...
f334871:c0:m28
def _get_queue_dcm_linkno(self):
return self.__queue_dcm_linkno<EOL>
Getter method for queue_dcm_linkno, mapped from YANG variable /sfm_state/queue/queue_dcm_linkno (uint32) YANG Description: SFM DCM Link-No
f334871:c0:m30
def _set_queue_dcm_linkno(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for queue_dcm_linkno, mapped from YANG variable /sfm_state/queue/queue_dcm_linkno (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_dcm_linkno is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_q...
f334871:c0:m31
def _get_queue_dcl_value(self):
return self.__queue_dcl_value<EOL>
Getter method for queue_dcl_value, mapped from YANG variable /sfm_state/queue/queue_dcl_value (uint32) YANG Description: SFM DCL Value
f334871:c0:m33
def _set_queue_dcl_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=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for queue_dcl_value, mapped from YANG variable /sfm_state/queue/queue_dcl_value (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_dcl_value is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_queu...
f334871:c0:m34
def _get_queue_dcl_linkno(self):
return self.__queue_dcl_linkno<EOL>
Getter method for queue_dcl_linkno, mapped from YANG variable /sfm_state/queue/queue_dcl_linkno (uint32) YANG Description: SFM DCL Link-No
f334871:c0:m36
def _set_queue_dcl_linkno(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>)), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, pa...
Setter method for queue_dcl_linkno, mapped from YANG variable /sfm_state/queue/queue_dcl_linkno (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_queue_dcl_linkno is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_q...
f334871:c0:m37
def _get_serdesmode(self):
return self.__serdesmode<EOL>
Getter method for serdesmode, mapped from YANG variable /sfm_state/serdesmode/serdesmode (uint32) YANG Description: SFM Serdes Mode
f334872:c0:m3
def _set_serdesmode(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 serdesmode, mapped from YANG variable /sfm_state/serdesmode/serdesmode (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_serdesmode is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_serdesmode() d...
f334872:c0:m4
def _get_serdesmode_sfmid(self):
return self.__serdesmode_sfmid<EOL>
Getter method for serdesmode_sfmid, mapped from YANG variable /sfm_state/serdesmode/serdesmode_sfmid (uint32) YANG Description: SFM Serdes Mode
f334872:c0:m6
def _set_serdesmode_sfmid(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 serdesmode_sfmid, mapped from YANG variable /sfm_state/serdesmode/serdesmode_sfmid (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_serdesmode_sfmid is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f334872:c0:m7
def _get_serdesmode_feid(self):
return self.__serdesmode_feid<EOL>
Getter method for serdesmode_feid, mapped from YANG variable /sfm_state/serdesmode/serdesmode_feid (uint32) YANG Description: SFM Serdes Mode
f334872:c0:m9
def _set_serdesmode_feid(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 serdesmode_feid, mapped from YANG variable /sfm_state/serdesmode/serdesmode_feid (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_serdesmode_feid is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334872:c0:m10
def _get_vrf_name(self):
return self.__vrf_name<EOL>
Getter method for vrf_name, mapped from YANG variable /pim_global_state/interfaces/vrf_name (string) YANG Description: vrf name
f334873:c0:m3
def _set_vrf_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 vrf_name, mapped from YANG variable /pim_global_state/interfaces/vrf_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_vrf_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrf_name() di...
f334873:c0:m4
def _get_pim_interface_data(self):
return self.__pim_interface_data<EOL>
Getter method for pim_interface_data, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data (list) YANG Description: PIM interface information
f334873:c0:m6
def _set_pim_interface_data(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>",pim_interface_data.pim_interface_data, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_k...
Setter method for pim_interface_data, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data (list) If this variable is read-only (config: false) in the source YANG file, then _set_pim_interface_data is considered as a private method. Backends looking to populate this variable should do so via callin...
f334873:c0:m7
def _get_vrf_name(self):
return self.__vrf_name<EOL>
Getter method for vrf_name, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/vrf_name (string) YANG Description: vrf name
f334874:c0:m3
def _set_vrf_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 vrf_name, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/vrf_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_vrf_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f334874:c0:m4
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/interface_name (string) YANG Description: PIM interface name
f334874:c0:m6
def _set_interface_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 interface_name, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/interface_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_interface_name is considered as a private method. Backends looking to populate this variable should do so v...
f334874:c0:m7
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/interface_type (string) YANG Description: PIM interface type
f334874:c0:m9
def _set_interface_type(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 interface_type, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/interface_type (string) If this variable is read-only (config: false) in the source YANG file, then _set_interface_type is considered as a private method. Backends looking to populate this variable should do so v...
f334874:c0:m10
def _get_enable_status(self):
return self.__enable_status<EOL>
Getter method for enable_status, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/enable_status (boolean) YANG Description: PIM configuration enable status
f334874:c0:m12
def _set_enable_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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for enable_status, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/enable_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_enable_status is considered as a private method. Backends looking to populate this variable should do so via...
f334874:c0:m13
def _get_local_ip_addr(self):
return self.__local_ip_addr<EOL>
Getter method for local_ip_addr, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/local_ip_addr (inet:ipv4-address) YANG Description: Interface IP address
f334874:c0:m15
def _set_local_ip_addr(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 local_ip_addr, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/local_ip_addr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_local_ip_addr is considered as a private method. Backends looking to populate this variable should...
f334874:c0:m16
def _get_pim_version(self):
return self.__pim_version<EOL>
Getter method for pim_version, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/pim_version (uint8) YANG Description: PIM version configured on this interface
f334874:c0:m18
def _set_pim_version(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 pim_version, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/pim_version (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_pim_version is considered as a private method. Backends looking to populate this variable should do so via calling...
f334874:c0:m19
def _get_mode(self):
return self.__mode<EOL>
Getter method for mode, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/mode (string) YANG Description: PIM mode
f334874:c0:m21
def _set_mode(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 mode, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/mode (string) If this variable is read-only (config: false) in the source YANG file, then _set_mode is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mode()...
f334874:c0:m22
def _get_dr_info(self):
return self.__dr_info<EOL>
Getter method for dr_info, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/dr_info (string) YANG Description: DR information
f334874:c0:m24
def _set_dr_info(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 dr_info, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/dr_info (string) If this variable is read-only (config: false) in the source YANG file, then _set_dr_info is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f334874:c0:m25
def _get_ttl_threshold(self):
return self.__ttl_threshold<EOL>
Getter method for ttl_threshold, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/ttl_threshold (uint8) YANG Description: ttl threshold value
f334874:c0:m27
def _set_ttl_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=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 ttl_threshold, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/ttl_threshold (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_ttl_threshold is considered as a private method. Backends looking to populate this variable should do so via c...
f334874:c0:m28
def _get_multicast_boundry(self):
return self.__multicast_boundry<EOL>
Getter method for multicast_boundry, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/multicast_boundry (string) YANG Description: Multicast boundary configuration
f334874:c0:m30
def _set_multicast_boundry(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 multicast_boundry, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/multicast_boundry (string) If this variable is read-only (config: false) in the source YANG file, then _set_multicast_boundry is considered as a private method. Backends looking to populate this variable shoul...
f334874:c0:m31
def _get_dr_priority(self):
return self.__dr_priority<EOL>
Getter method for dr_priority, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/dr_priority (uint32) YANG Description: Interface DR priority
f334874:c0:m33
def _set_dr_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=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 dr_priority, mapped from YANG variable /pim_global_state/interfaces/pim_interface_data/dr_priority (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_dr_priority is considered as a private method. Backends looking to populate this variable should do so via callin...
f334874:c0:m34
def _get_vrf_name(self):
return self.__vrf_name<EOL>
Getter method for vrf_name, mapped from YANG variable /pim_global_state/vrf_name (string) YANG Description: vrf name
f334875:c0:m3
def _set_vrf_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 vrf_name, mapped from YANG variable /pim_global_state/vrf_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_vrf_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrf_name() directly. YA...
f334875:c0:m4
def _get_enable_status(self):
return self.__enable_status<EOL>
Getter method for enable_status, mapped from YANG variable /pim_global_state/enable_status (boolean) YANG Description: Global PIMSM configuration status
f334875:c0:m6
def _set_enable_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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for enable_status, mapped from YANG variable /pim_global_state/enable_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_enable_status is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_enable_s...
f334875:c0:m7
def _get_max_mcache(self):
return self.__max_mcache<EOL>
Getter method for max_mcache, mapped from YANG variable /pim_global_state/max_mcache (uint32) YANG Description: Maximum routes in Multicast Cache
f334875:c0:m9
def _set_max_mcache(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_mcache, mapped from YANG variable /pim_global_state/max_mcache (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_max_mcache is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_max_mcache() direc...
f334875:c0:m10
def _get_current_count(self):
return self.__current_count<EOL>
Getter method for current_count, mapped from YANG variable /pim_global_state/current_count (uint32) YANG Description: Present entry count
f334875:c0:m12
def _set_current_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=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 current_count, mapped from YANG variable /pim_global_state/current_count (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_current_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_current_c...
f334875:c0:m13
def _get_hello_interval(self):
return self.__hello_interval<EOL>
Getter method for hello_interval, mapped from YANG variable /pim_global_state/hello_interval (uint16) YANG Description: Interval to send Helloes to neighbors
f334875:c0:m15
def _set_hello_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 hello_interval, mapped from YANG variable /pim_global_state/hello_interval (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_hello_interval is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_hello_...
f334875:c0:m16
def _get_nbr_timeout(self):
return self.__nbr_timeout<EOL>
Getter method for nbr_timeout, mapped from YANG variable /pim_global_state/nbr_timeout (uint16) YANG Description: Neighbor Timeout value
f334875:c0:m18
def _set_nbr_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:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for nbr_timeout, mapped from YANG variable /pim_global_state/nbr_timeout (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_nbr_timeout is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_nbr_timeout() d...
f334875:c0:m19
def _get_jp_interval(self):
return self.__jp_interval<EOL>
Getter method for jp_interval, mapped from YANG variable /pim_global_state/jp_interval (uint32) YANG Description: Join Prune Interval value
f334875:c0:m21
def _set_jp_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=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 jp_interval, mapped from YANG variable /pim_global_state/jp_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_jp_interval is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_jp_interval() d...
f334875:c0:m22
def _get_inact_interval(self):
return self.__inact_interval<EOL>
Getter method for inact_interval, mapped from YANG variable /pim_global_state/inact_interval (uint16) YANG Description: Inactivity Interval value
f334875:c0:m24
def _set_inact_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 inact_interval, mapped from YANG variable /pim_global_state/inact_interval (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_inact_interval is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_inact_...
f334875:c0:m25
def _get_hw_drop_status(self):
return self.__hw_drop_status<EOL>
Getter method for hw_drop_status, mapped from YANG variable /pim_global_state/hw_drop_status (boolean) YANG Description: Hardware Drop Status
f334875:c0:m27
def _set_hw_drop_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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for hw_drop_status, mapped from YANG variable /pim_global_state/hw_drop_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_hw_drop_status is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_hw_dr...
f334875:c0:m28
def _get_prune_wait_interval(self):
return self.__prune_wait_interval<EOL>
Getter method for prune_wait_interval, mapped from YANG variable /pim_global_state/prune_wait_interval (uint8) YANG Description: Prune Wait Interval value
f334875:c0:m30
def _set_prune_wait_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:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for prune_wait_interval, mapped from YANG variable /pim_global_state/prune_wait_interval (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_prune_wait_interval is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f334875:c0:m31
def _get_reg_suppress_time(self):
return self.__reg_suppress_time<EOL>
Getter method for reg_suppress_time, mapped from YANG variable /pim_global_state/reg_suppress_time (uint16) YANG Description: Register Suppression Time
f334875:c0:m33
def _set_reg_suppress_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=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 reg_suppress_time, mapped from YANG variable /pim_global_state/reg_suppress_time (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_reg_suppress_time is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f334875:c0:m34
def _get_reg_probe_time(self):
return self.__reg_probe_time<EOL>
Getter method for reg_probe_time, mapped from YANG variable /pim_global_state/reg_probe_time (uint16) YANG Description: Register Probe Time
f334875:c0:m36
def _set_reg_probe_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=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 reg_probe_time, mapped from YANG variable /pim_global_state/reg_probe_time (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_reg_probe_time is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_reg_pr...
f334875:c0:m37
def _get_reg_stop_delay(self):
return self.__reg_stop_delay<EOL>
Getter method for reg_stop_delay, mapped from YANG variable /pim_global_state/reg_stop_delay (uint16) YANG Description: Register Stop delay time
f334875:c0:m39
def _set_reg_stop_delay(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 reg_stop_delay, mapped from YANG variable /pim_global_state/reg_stop_delay (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_reg_stop_delay is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_reg_st...
f334875:c0:m40
def _get_reg_suppress_interval(self):
return self.__reg_suppress_interval<EOL>
Getter method for reg_suppress_interval, mapped from YANG variable /pim_global_state/reg_suppress_interval (uint16) YANG Description: Register suppression Interval
f334875:c0:m42
def _set_reg_suppress_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 reg_suppress_interval, mapped from YANG variable /pim_global_state/reg_suppress_interval (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_reg_suppress_interval is considered as a private method. Backends looking to populate this variable should do so via callin...
f334875:c0:m43
def _get_ssm_status(self):
return self.__ssm_status<EOL>
Getter method for ssm_status, mapped from YANG variable /pim_global_state/ssm_status (boolean) YANG Description: PIM SSM enable status
f334875:c0:m45
def _set_ssm_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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for ssm_status, mapped from YANG variable /pim_global_state/ssm_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_ssm_status is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ssm_status() dire...
f334875:c0:m46
def _get_spt_threshold(self):
return self.__spt_threshold<EOL>
Getter method for spt_threshold, mapped from YANG variable /pim_global_state/spt_threshold (uint32) YANG Description: SPT Threshold value
f334875:c0:m48
def _set_spt_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=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 spt_threshold, mapped from YANG variable /pim_global_state/spt_threshold (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_spt_threshold is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_spt_thres...
f334875:c0:m49
def _get_ssm_default_prefix(self):
return self.__ssm_default_prefix<EOL>
Getter method for ssm_default_prefix, mapped from YANG variable /pim_global_state/ssm_default_prefix (string) YANG Description: ssm default IP prefix
f334875:c0:m51
def _set_ssm_default_prefix(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 ssm_default_prefix, mapped from YANG variable /pim_global_state/ssm_default_prefix (string) If this variable is read-only (config: false) in the source YANG file, then _set_ssm_default_prefix is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f334875:c0:m52