signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_use_v2_checksum(self):
return self.__use_v2_checksum<EOL>
Getter method for use_v2_checksum, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/use_v2_checksum (empty) YANG Description: Use v2 checksum
f336642:c0:m6
def _set_use_v2_checksum(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, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for use_v2_checksum, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/use_v2_checksum (empty) If this variable is read-only (config: false) in the source YANG file, then _set_use_v2_checksum is considered as a private method. Backends looking to populate this variable should do so via calli...
f336642:c0:m7
def _get_owner(self):
return self.__owner<EOL>
Getter method for owner, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/owner (container) YANG Description: IPv6 VRRP owner
f336642:c0:m9
def _set_owner(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=owner.owner, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for owner, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/owner (container) If this variable is read-only (config: false) in the source YANG file, then _set_owner is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_owner() di...
f336642:c0:m10
def _get_virtual_ip(self):
return self.__virtual_ip<EOL>
Getter method for virtual_ip, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/virtual_ip (list)
f336642:c0:m12
def _set_virtual_ip(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>",virtual_ip.virtual_ip, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>',...
Setter method for virtual_ip, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/virtual_ip (list) If this variable is read-only (config: false) in the source YANG file, then _set_virtual_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f336642:c0:m13
def _get_track(self):
return self.__track<EOL>
Getter method for track, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/track (container) YANG Description: Interface to be tracked
f336642:c0:m15
def _set_track(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=track.track, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for track, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/track (container) If this variable is read-only (config: false) in the source YANG file, then _set_track is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_track() di...
f336642:c0:m16
def _get_advertisement_interval(self):
return self.__advertisement_interval<EOL>
Getter method for advertisement_interval, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/advertisement_interval (uint32) YANG Description: Set advertisement interval
f336642:c0:m18
def _set_advertisement_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for advertisement_interval, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/advertisement_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_advertisement_interval is considered as a private method. Backends looking to populate this variable ...
f336642:c0:m19
def _get_enable(self):
return self.__enable<EOL>
Getter method for enable, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/enable (empty) YANG Description: Enable Session
f336642:c0:m21
def _set_enable(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, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for enable, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/enable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_enable is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_enable() di...
f336642:c0:m22
def _get_hold_time(self):
return self.__hold_time<EOL>
Getter method for hold_time, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/hold_time (uint32) YANG Description: Configure hold time for this session
f336642:c0:m24
def _set_hold_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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for hold_time, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/hold_time (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_hold_time is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_h...
f336642:c0:m25
def _get_preempt_mode(self):
return self.__preempt_mode<EOL>
Getter method for preempt_mode, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/preempt_mode (empty) YANG Description: Set preempt mode for the session
f336642:c0:m27
def _set_preempt_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=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, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for preempt_mode, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/preempt_mode (empty) If this variable is read-only (config: false) in the source YANG file, then _set_preempt_mode is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f336642:c0:m28
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/priority (uint8) YANG Description: Set router priority within virtual router
f336642:c0:m30
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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for priority, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/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...
f336642:c0:m31
def _get_description(self):
return self.__description<EOL>
Getter method for description, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/description (string) YANG Description: Interface specific description
f336642:c0:m33
def _set_description(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:description>", rest_name="<STR_LIT:description>", parent=self, path_helper=self._path_hel...
Setter method for description, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3_group/description (string) If this variable is read-only (config: false) in the source YANG file, then _set_description is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f336642:c0:m34
def _get_vmac(self):
return self.__vmac<EOL>
Getter method for vmac, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/virtual_mac/vmac (empty) YANG Description: Virtual MAC address
f336643:c0:m3
def _set_vmac(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, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for vmac, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/virtual_mac/vmac (empty) If this variable is read-only (config: false) in the source YANG file, then _set_vmac is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vmac...
f336643:c0:m4
def _get_vrid(self):
return self.__vrid<EOL>
Getter method for vrid, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/vrid (vrid-type)
f336644:c0:m3
def _set_vrid(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassTyp...
Setter method for vrid, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/vrid (vrid-type) If this variable is read-only (config: false) in the source YANG file, then _set_vrid is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrid() direc...
f336644:c0:m4
def _get_virtual_mac(self):
return self.__virtual_mac<EOL>
Getter method for virtual_mac, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/virtual_mac (container) YANG Description: Virtual MAC
f336644:c0:m6
def _set_virtual_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=virtual_mac.virtual_mac, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, exte...
Setter method for virtual_mac, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/virtual_mac (container) If this variable is read-only (config: false) in the source YANG file, then _set_virtual_mac is considered as a private method. Backends looking to populate this variable should do so via calling this...
f336644:c0:m7
def _get_virtual_ip(self):
return self.__virtual_ip<EOL>
Getter method for virtual_ip, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/virtual_ip (list)
f336644:c0:m9
def _set_virtual_ip(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>",virtual_ip.virtual_ip, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>',...
Setter method for virtual_ip, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/virtual_ip (list) If this variable is read-only (config: false) in the source YANG file, then _set_virtual_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f336644:c0:m10
def _get_track(self):
return self.__track<EOL>
Getter method for track, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/track (container) YANG Description: Interface to be tracked
f336644:c0:m12
def _set_track(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=track.track, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for track, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/track (container) If this variable is read-only (config: false) in the source YANG file, then _set_track is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_track() d...
f336644:c0:m13
def _get_enable(self):
return self.__enable<EOL>
Getter method for enable, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/enable (empty) YANG Description: Enable Session
f336644:c0:m15
def _set_enable(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, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for enable, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/enable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_enable is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_enable() d...
f336644:c0:m16
def _get_hold_time(self):
return self.__hold_time<EOL>
Getter method for hold_time, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/hold_time (uint32) YANG Description: Configure hold time for this session
f336644:c0:m18
def _set_hold_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=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for hold_time, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/hold_time (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_hold_time is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f336644:c0:m19
def _get_preempt_mode(self):
return self.__preempt_mode<EOL>
Getter method for preempt_mode, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/preempt_mode (empty) YANG Description: Set preempt mode for the session
f336644:c0:m21
def _set_preempt_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=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, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for preempt_mode, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/preempt_mode (empty) If this variable is read-only (config: false) in the source YANG file, then _set_preempt_mode is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f336644:c0:m22
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/priority (uint8) YANG Description: Set router priority within virtual router
f336644:c0:m24
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=RestrictedClassType(base_type=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:8>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<S...
Setter method for priority, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/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_prio...
f336644:c0:m25
def _get_description(self):
return self.__description<EOL>
Getter method for description, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/description (string) YANG Description: Interface specific description
f336644:c0:m27
def _set_description(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:description>", rest_name="<STR_LIT:description>", parent=self, path_helper=self._path_hel...
Setter method for description, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/description (string) If this variable is read-only (config: false) in the source YANG file, then _set_description is considered as a private method. Backends looking to populate this variable should do so via calling thisObj...
f336644:c0:m28
def _get_advertise_backup(self):
return self.__advertise_backup<EOL>
Getter method for advertise_backup, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/advertise_backup (empty) YANG Description: Enable periodic backup advertisement messages
f336644:c0:m30
def _set_advertise_backup(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, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for advertise_backup, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/advertise_backup (empty) If this variable is read-only (config: false) in the source YANG file, then _set_advertise_backup is considered as a private method. Backends looking to populate this variable should do so via c...
f336644:c0:m31
def _get_nd_advertisement_timer(self):
return self.__nd_advertisement_timer<EOL>
Getter method for nd_advertisement_timer, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/nd_advertisement_timer (uint32) YANG Description: Neighbor Discovery Advertisment Interval
f336644:c0:m33
def _set_nd_advertisement_timer(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for nd_advertisement_timer, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/nd_advertisement_timer (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_nd_advertisement_timer is considered as a private method. Backends looking to populate this variable...
f336644:c0:m34
def _get_advertisement_interval_scale(self):
return self.__advertisement_interval_scale<EOL>
Getter method for advertisement_interval_scale, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/advertisement_interval_scale (uint32) YANG Description: Ipv6 session advertisement interval scale factor <1|2|5|10>
f336644:c0:m36
def _set_advertisement_interval_scale(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for advertisement_interval_scale, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/advertisement_interval_scale (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_advertisement_interval_scale is considered as a private method. Backends looking to popu...
f336644:c0:m37
def _get_backup_advertisement_interval(self):
return self.__backup_advertisement_interval<EOL>
Getter method for backup_advertisement_interval, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/backup_advertisement_interval (uint32) YANG Description: Set Backup advertisement interval
f336644:c0:m39
def _set_backup_advertisement_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for backup_advertisement_interval, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/backup_advertisement_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_backup_advertisement_interval is considered as a private method. Backends looking to p...
f336644:c0:m40
def _get_vrrpe_advertisement_interval(self):
return self.__vrrpe_advertisement_interval<EOL>
Getter method for vrrpe_advertisement_interval, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/vrrpe_advertisement_interval (uint32) YANG Description: Set advertisement interval
f336644:c0:m42
def _set_vrrpe_advertisement_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for vrrpe_advertisement_interval, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/vrrpe_advertisement_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vrrpe_advertisement_interval is considered as a private method. Backends looking to popu...
f336644:c0:m43
def _get_short_path_forwarding(self):
return self.__short_path_forwarding<EOL>
Getter method for short_path_forwarding, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/short_path_forwarding (container) YANG Description: Enable backup router to send traffic
f336644:c0:m45
def _set_short_path_forwarding(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=short_path_forwarding.short_path_forwarding, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regis...
Setter method for short_path_forwarding, mapped from YANG variable /interface/ethernet/ipv6/vrrpv3e_group/short_path_forwarding (container) If this variable is read-only (config: false) in the source YANG file, then _set_short_path_forwarding is considered as a private method. Backends looking to populate this variable...
f336644:c0:m46
def _get_name(self):
return self.__name<EOL>
Getter method for name, mapped from YANG variable /interface/ethernet/name (interface-type)
f336645:c0:m3
def _set_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for name, mapped from YANG variable /interface/ethernet/name (interface-type) If this variable is read-only (config: false) in the source YANG file, then _set_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_name() directly.
f336645:c0:m4
def _get_long_distance_isl(self):
return self.__long_distance_isl<EOL>
Getter method for long_distance_isl, mapped from YANG variable /interface/ethernet/long_distance_isl (enumeration) YANG Description: Configure the link as long-distance-link
f336645:c0:m6
def _set_long_distance_isl(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT>}, u'<STR_...
Setter method for long_distance_isl, mapped from YANG variable /interface/ethernet/long_distance_isl (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_long_distance_isl is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f336645:c0:m7
def _get_cee(self):
return self.__cee<EOL>
Getter method for cee, mapped from YANG variable /interface/ethernet/cee (cee-map-name-type) YANG Description: The CEE map associated with this physical interface.
f336645:c0:m9
def _set_cee(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 cee, mapped from YANG variable /interface/ethernet/cee (cee-map-name-type) If this variable is read-only (config: false) in the source YANG file, then _set_cee is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cee() dire...
f336645:c0:m10
def _get_speed(self):
return self.__speed<EOL>
Getter method for speed, mapped from YANG variable /interface/ethernet/speed (enumeration) YANG Description: This leaf specifies the administratively configured bandwidth for this physical interface.
f336645:c0:m12
def _set_speed(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for speed, mapped from YANG variable /interface/ethernet/speed (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_speed is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_speed() di...
f336645:c0:m13
def _get_fec(self):
return self.__fec<EOL>
Getter method for fec, mapped from YANG variable /interface/ethernet/fec (container)
f336645:c0:m15
def _set_fec(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=fec.fec, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L...
Setter method for fec, mapped from YANG variable /interface/ethernet/fec (container) If this variable is read-only (config: false) in the source YANG file, then _set_fec is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_fec() directly.
f336645:c0:m16
def _get_ifindex(self):
return self.__ifindex<EOL>
Getter method for ifindex, mapped from YANG variable /interface/ethernet/ifindex (uint64)
f336645:c0:m18
def _set_ifindex(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:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for ifindex, mapped from YANG variable /interface/ethernet/ifindex (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_ifindex is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ifindex() directly.
f336645:c0:m19
def _get_description(self):
return self.__description<EOL>
Getter method for description, mapped from YANG variable /interface/ethernet/description (string)
f336645:c0:m21
def _set_description(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:description>", rest_name="<STR_LIT:description>", parent=self, path_helper=self._path_hel...
Setter method for description, mapped from YANG variable /interface/ethernet/description (string) If this variable is read-only (config: false) in the source YANG file, then _set_description is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_description()...
f336645:c0:m22
def _get_shutdown(self):
return self.__shutdown<EOL>
Getter method for shutdown, mapped from YANG variable /interface/ethernet/shutdown (empty)
f336645:c0:m24
def _set_shutdown(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, extensions={u'<STR_LIT>': {u'<STR_LIT>': None, ...
Setter method for shutdown, mapped from YANG variable /interface/ethernet/shutdown (empty) If this variable is read-only (config: false) in the source YANG file, then _set_shutdown is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_shutdown() directly.
f336645:c0:m25
def _get_channel_group(self):
return self.__channel_group<EOL>
Getter method for channel_group, mapped from YANG variable /interface/ethernet/channel_group (container) YANG Description: A container of configuration leaf elements for managing the channel-group membership.
f336645:c0:m27
def _set_channel_group(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=channel_group.channel_group, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ...
Setter method for channel_group, mapped from YANG variable /interface/ethernet/channel_group (container) If this variable is read-only (config: false) in the source YANG file, then _set_channel_group is considered as a private method. Backends looking to populate this variable should do so via calling t...
f336645:c0:m28
def _get_mtu(self):
return self.__mtu<EOL>
Getter method for mtu, mapped from YANG variable /interface/ethernet/mtu (mtu-type) YANG Description: The size of the largest packet which can be sent/ received on the interface, specified in bytes. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram...
f336645:c0:m30
def _set_mtu(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for mtu, mapped from YANG variable /interface/ethernet/mtu (mtu-type) If this variable is read-only (config: false) in the source YANG file, then _set_mtu is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mtu() directly. ...
f336645:c0:m31
def _get_switchport_basic(self):
return self.__switchport_basic<EOL>
Getter method for switchport_basic, mapped from YANG variable /interface/ethernet/switchport_basic (container)
f336645:c0:m33
def _set_switchport_basic(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=switchport_basic.switchport_basic, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=...
Setter method for switchport_basic, mapped from YANG variable /interface/ethernet/switchport_basic (container) If this variable is read-only (config: false) in the source YANG file, then _set_switchport_basic is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f336645:c0:m34
def _get_switchport(self):
return self.__switchport<EOL>
Getter method for switchport, mapped from YANG variable /interface/ethernet/switchport (container) YANG Description: The L2 switching characteristics of an interface.
f336645:c0:m36
def _set_switchport(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=switchport.switchport, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extens...
Setter method for switchport, mapped from YANG variable /interface/ethernet/switchport (container) If this variable is read-only (config: false) in the source YANG file, then _set_switchport is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_switchport() ...
f336645:c0:m37
def _get_ip(self):
return self.__ip<EOL>
Getter method for ip, mapped from YANG variable /interface/ethernet/ip (container) YANG Description: The IP configurations for an interface.
f336645:c0:m39
def _set_ip(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ip.ip, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT...
Setter method for ip, mapped from YANG variable /interface/ethernet/ip (container) If this variable is read-only (config: false) in the source YANG file, then _set_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ip() directly. YANG Description: The...
f336645:c0:m40
def _get_vrf(self):
return self.__vrf<EOL>
Getter method for vrf, mapped from YANG variable /interface/ethernet/vrf (container)
f336645:c0:m42
def _set_vrf(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=vrf.vrf, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L...
Setter method for vrf, mapped from YANG variable /interface/ethernet/vrf (container) If this variable is read-only (config: false) in the source YANG file, then _set_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrf() directly.
f336645:c0:m43
def _get_ipv6(self):
return self.__ipv6<EOL>
Getter method for ipv6, mapped from YANG variable /interface/ethernet/ipv6 (container) YANG Description: The IPv6 configurations for an interface.
f336645:c0:m45
def _set_ipv6(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipv6.ipv6, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for ipv6, mapped from YANG variable /interface/ethernet/ipv6 (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6 is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ipv6() directly. YANG Descript...
f336645:c0:m46
def _get_track(self):
return self.__track<EOL>
Getter method for track, mapped from YANG variable /interface/ethernet/track (container) YANG Description: Track interface
f336645:c0:m48
def _set_track(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=track.track, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for track, mapped from YANG variable /interface/ethernet/track (container) If this variable is read-only (config: false) in the source YANG file, then _set_track is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_track() directly. YANG Desc...
f336645:c0:m49
def _get_bfd(self):
return self.__bfd<EOL>
Getter method for bfd, mapped from YANG variable /interface/ethernet/bfd (container) YANG Description: Create BFD session on this interface.
f336645:c0:m51
def _set_bfd(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bfd.bfd, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L...
Setter method for bfd, mapped from YANG variable /interface/ethernet/bfd (container) If this variable is read-only (config: false) in the source YANG file, then _set_bfd is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_bfd() directly. YANG Description:...
f336645:c0:m52
def _get_tvf_domain(self):
return self.__tvf_domain<EOL>
Getter method for tvf_domain, mapped from YANG variable /interface/ethernet/tvf_domain (container)
f336645:c0:m54
def _set_tvf_domain(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=tvf_domain.tvf_domain, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extens...
Setter method for tvf_domain, mapped from YANG variable /interface/ethernet/tvf_domain (container) If this variable is read-only (config: false) in the source YANG file, then _set_tvf_domain is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_tvf_domain() ...
f336645:c0:m55
def _get_vepa(self):
return self.__vepa<EOL>
Getter method for vepa, mapped from YANG variable /interface/ethernet/vepa (container)
f336645:c0:m57
def _set_vepa(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=vepa.vepa, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for vepa, mapped from YANG variable /interface/ethernet/vepa (container) If this variable is read-only (config: false) in the source YANG file, then _set_vepa is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vepa() directly.
f336645:c0:m58
def _get_edge_loop_detection(self):
return self.__edge_loop_detection<EOL>
Getter method for edge_loop_detection, mapped from YANG variable /interface/ethernet/edge_loop_detection (container)
f336645:c0:m60
def _set_edge_loop_detection(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=edge_loop_detection.edge_loop_detection, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_...
Setter method for edge_loop_detection, mapped from YANG variable /interface/ethernet/edge_loop_detection (container) If this variable is read-only (config: false) in the source YANG file, then _set_edge_loop_detection is considered as a private method. Backends looking to populate this variable should do so via calling...
f336645:c0:m61
def _get_deny(self):
return self.__deny<EOL>
Getter method for deny, mapped from YANG variable /interface/ethernet/deny (container) YANG Description: Deny Traffic
f336645:c0:m63
def _set_deny(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=deny.deny, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR...
Setter method for deny, mapped from YANG variable /interface/ethernet/deny (container) If this variable is read-only (config: false) in the source YANG file, then _set_deny is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_deny() directly. YANG Descript...
f336645:c0:m64
def _get_priority_tag_enable(self):
return self.__priority_tag_enable<EOL>
Getter method for priority_tag_enable, mapped from YANG variable /interface/ethernet/priority_tag_enable (empty)
f336645:c0:m66
def _set_priority_tag_enable(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, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u...
Setter method for priority_tag_enable, mapped from YANG variable /interface/ethernet/priority_tag_enable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_priority_tag_enable is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f336645:c0:m67
def _get_mac(self):
return self.__mac<EOL>
Getter method for mac, mapped from YANG variable /interface/ethernet/mac (container)
f336645:c0:m69
def _set_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=mac.mac, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L...
Setter method for mac, mapped from YANG variable /interface/ethernet/mac (container) If this variable is read-only (config: false) in the source YANG file, then _set_mac is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mac() directly.
f336645:c0:m70
def _get_vrrp(self):
return self.__vrrp<EOL>
Getter method for vrrp, mapped from YANG variable /interface/ethernet/vrrp (list) YANG Description: Start VRRP configuration
f336645:c0:m72
def _set_vrrp(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>",vrrp.vrrp, 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=...
Setter method for vrrp, mapped from YANG variable /interface/ethernet/vrrp (list) If this variable is read-only (config: false) in the source YANG file, then _set_vrrp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrrp() directly. YANG Description: ...
f336645:c0:m73