signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/interface/interface_type (track-iftype)
f334061:c0:m3
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=RestrictedClassType(base_type=unicode, ...
Setter method for interface_type, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/interface/interface_type (track-iftype) 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 variabl...
f334061:c0:m4
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/interface/interface_name (track-ifname)
f334061: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=[RestrictedClassType(base_type=unicode, restrict...
Setter method for interface_name, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/interface/interface_name (track-ifname) 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 variabl...
f334061:c0:m7
def _get_track_priority(self):
return self.__track_priority<EOL>
Getter method for track_priority, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/interface/track_priority (uint8) YANG Description: Track Priority
f334061:c0:m9
def _set_track_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 track_priority, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/interface/track_priority (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_track_priority is considered as a private method. Backends looking to populate this variable shoul...
f334061:c0:m10
def _get_network_address(self):
return self.__network_address<EOL>
Getter method for network_address, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/network/network_address (common-def:ipv6-address-prefix) YANG Description: IPv6 global address
f334062:c0:m3
def _set_network_address(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 network_address, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/network/network_address (common-def:ipv6-address-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_network_address is considered as a private method. Backends looking to po...
f334062:c0:m4
def _get_network_priority(self):
return self.__network_priority<EOL>
Getter method for network_priority, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/network/network_priority (uint8)
f334062:c0:m6
def _set_network_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 network_priority, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/network/network_priority (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_network_priority is considered as a private method. Backends looking to populate this variable s...
f334062:c0:m7
def _get_network(self):
return self.__network<EOL>
Getter method for network, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/network (list)
f334063:c0:m3
def _set_network(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>",network.network, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', exten...
Setter method for network, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/network (list) If this variable is read-only (config: false) in the source YANG file, then _set_network is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f334063:c0:m4
def _get_interface(self):
return self.__interface<EOL>
Getter method for interface, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/interface (list)
f334063:c0:m6
def _set_interface(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>",interface.interface, 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>', e...
Setter method for interface, mapped from YANG variable /routing_system/interface/ve/ipv6/vrrpv3e/track/interface (list) If this variable is read-only (config: false) in the source YANG file, then _set_interface is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f334063:c0:m7
def _get_name(self):
return self.__name<EOL>
Getter method for name, mapped from YANG variable /routing_system/interface/ve/name (ve-type)
f334064: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=RestrictedClassTyp...
Setter method for name, mapped from YANG variable /routing_system/interface/ve/name (ve-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.
f334064:c0:m4
def _get_bfd(self):
return self.__bfd<EOL>
Getter method for bfd, mapped from YANG variable /routing_system/interface/ve/bfd (container) YANG Description: Create BFD session on this interface.
f334064:c0:m6
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 /routing_system/interface/ve/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 Des...
f334064:c0:m7
def _get_vrf(self):
return self.__vrf<EOL>
Getter method for vrf, mapped from YANG variable /routing_system/interface/ve/vrf (container)
f334064:c0:m9
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 /routing_system/interface/ve/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.
f334064:c0:m10
def _get_ip(self):
return self.__ip<EOL>
Getter method for ip, mapped from YANG variable /routing_system/interface/ve/ip (container)
f334064:c0:m12
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 /routing_system/interface/ve/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.
f334064:c0:m13
def _get_shutdown(self):
return self.__shutdown<EOL>
Getter method for shutdown, mapped from YANG variable /routing_system/interface/ve/shutdown (empty)
f334064:c0:m15
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 /routing_system/interface/ve/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() dir...
f334064:c0:m16
def _get_ipv6(self):
return self.__ipv6<EOL>
Getter method for ipv6, mapped from YANG variable /routing_system/interface/ve/ipv6 (container)
f334064:c0:m18
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 /routing_system/interface/ve/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.
f334064:c0:m19
def _get_vrrp(self):
return self.__vrrp<EOL>
Getter method for vrrp, mapped from YANG variable /routing_system/interface/ve/vrrp (list)
f334064:c0:m21
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 /routing_system/interface/ve/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.
f334064:c0:m22
def _get_vrrpe(self):
return self.__vrrpe<EOL>
Getter method for vrrpe, mapped from YANG variable /routing_system/interface/ve/vrrpe (list)
f334064:c0:m24
def _set_vrrpe(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>",vrrpe.vrrpe, 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>', extension...
Setter method for vrrpe, mapped from YANG variable /routing_system/interface/ve/vrrpe (list) If this variable is read-only (config: false) in the source YANG file, then _set_vrrpe is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrrpe() directly.
f334064:c0:m25
def _get_ip_acl_interface(self):
return self.__ip_acl_interface<EOL>
Getter method for ip_acl_interface, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface (container)
f334064:c0:m27
def _set_ip_acl_interface(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_acl_interface.ip_acl_interface, 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 ip_acl_interface, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface (container) If this variable is read-only (config: false) in the source YANG file, then _set_ip_acl_interface is considered as a private method. Backends looking to populate this variable should do so via calling...
f334064:c0:m28
def _get_ip_pbr_interface(self):
return self.__ip_pbr_interface<EOL>
Getter method for ip_pbr_interface, mapped from YANG variable /routing_system/interface/ve/ip_pbr_interface (container)
f334064:c0:m30
def _set_ip_pbr_interface(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_pbr_interface.ip_pbr_interface, 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 ip_pbr_interface, mapped from YANG variable /routing_system/interface/ve/ip_pbr_interface (container) If this variable is read-only (config: false) in the source YANG file, then _set_ip_pbr_interface is considered as a private method. Backends looking to populate this variable should do so via calling...
f334064:c0:m31
def _get_intf_isis(self):
return self.__intf_isis<EOL>
Getter method for intf_isis, mapped from YANG variable /routing_system/interface/ve/intf_isis (container)
f334064:c0:m33
def _set_intf_isis(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=intf_isis.intf_isis, is_container='<STR_LIT>', presence=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extension...
Setter method for intf_isis, mapped from YANG variable /routing_system/interface/ve/intf_isis (container) If this variable is read-only (config: false) in the source YANG file, then _set_intf_isis is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_intf_is...
f334064:c0:m34
def _get_qos(self):
return self.__qos<EOL>
Getter method for qos, mapped from YANG variable /routing_system/interface/ve/qos (container)
f334064:c0:m36
def _set_qos(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=qos.qos, 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 qos, mapped from YANG variable /routing_system/interface/ve/qos (container) If this variable is read-only (config: false) in the source YANG file, then _set_qos is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_qos() directly.
f334064:c0:m37
def _get_rpf(self):
return self.__rpf<EOL>
Getter method for rpf, mapped from YANG variable /routing_system/interface/ve/rpf (container) YANG Description: Reverse Path Forwarding configuration
f334064:c0:m39
def _set_rpf(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=rpf.rpf, 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 rpf, mapped from YANG variable /routing_system/interface/ve/rpf (container) If this variable is read-only (config: false) in the source YANG file, then _set_rpf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_rpf() directly. YANG Des...
f334064:c0:m40
def _get_min_tx(self):
return self.__min_tx<EOL>
Getter method for min_tx, mapped from YANG variable /routing_system/interface/ve/bfd/interval/min_tx (bfd-tx-interval-type) YANG Description: Configure BFD desired min transmit interval in milliseconds.
f334065:c0:m3
def _set_min_tx(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 min_tx, mapped from YANG variable /routing_system/interface/ve/bfd/interval/min_tx (bfd-tx-interval-type) If this variable is read-only (config: false) in the source YANG file, then _set_min_tx is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f334065:c0:m4
def _get_min_rx(self):
return self.__min_rx<EOL>
Getter method for min_rx, mapped from YANG variable /routing_system/interface/ve/bfd/interval/min_rx (bfd-rx-interval-type) YANG Description: Configure BFD required min receive interval in milliseconds.
f334065:c0:m6
def _set_min_rx(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 min_rx, mapped from YANG variable /routing_system/interface/ve/bfd/interval/min_rx (bfd-rx-interval-type) If this variable is read-only (config: false) in the source YANG file, then _set_min_rx is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f334065:c0:m7
def _get_multiplier(self):
return self.__multiplier<EOL>
Getter method for multiplier, mapped from YANG variable /routing_system/interface/ve/bfd/interval/multiplier (bfd-multiplier-type) YANG Description: Configure BFD detection time multiplier.
f334065:c0:m9
def _set_multiplier(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 multiplier, mapped from YANG variable /routing_system/interface/ve/bfd/interval/multiplier (bfd-multiplier-type) If this variable is read-only (config: false) in the source YANG file, then _set_multiplier is considered as a private method. Backends looking to populate this variable should do so via ca...
f334065:c0:m10
def _get_interval(self):
return self.__interval<EOL>
Getter method for interval, mapped from YANG variable /routing_system/interface/ve/bfd/interval (container) YANG Description: Configure BFD desired min transmit interval in milliseconds.
f334066:c0:m3
def _set_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=interval.interval, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for interval, mapped from YANG variable /routing_system/interface/ve/bfd/interval (container) If this variable is read-only (config: false) in the source YANG file, then _set_interval is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_interv...
f334066:c0:m4
def _get_bfd_shutdown(self):
return self.__bfd_shutdown<EOL>
Getter method for bfd_shutdown, mapped from YANG variable /routing_system/interface/ve/bfd/bfd_shutdown (empty) YANG Description: Administratively shutdown the BFD session.
f334066:c0:m6
def _set_bfd_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 bfd_shutdown, mapped from YANG variable /routing_system/interface/ve/bfd/bfd_shutdown (empty) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_shutdown is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._se...
f334066:c0:m7
def _get_ip_access_list(self):
return self.__ip_access_list<EOL>
Getter method for ip_access_list, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface/ip/access_group/ip_access_list (l3-acl-policy-name)
f334067:c0:m3
def _set_ip_access_list(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 ip_access_list, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface/ip/access_group/ip_access_list (l3-acl-policy-name) If this variable is read-only (config: false) in the source YANG file, then _set_ip_access_list is considered as a private method. Backends looking to populate th...
f334067:c0:m4
def _get_ip_direction(self):
return self.__ip_direction<EOL>
Getter method for ip_direction, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface/ip/access_group/ip_direction (enumeration)
f334067:c0:m6
def _set_ip_direction(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ...
Setter method for ip_direction, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface/ip/access_group/ip_direction (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_ip_direction is considered as a private method. Backends looking to populate this variable s...
f334067:c0:m7
def _get_traffic_type(self):
return self.__traffic_type<EOL>
Getter method for traffic_type, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface/ip/access_group/traffic_type (enumeration)
f334067:c0:m9
def _set_traffic_type(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:3>}, u'<ST...
Setter method for traffic_type, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface/ip/access_group/traffic_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_traffic_type is considered as a private method. Backends looking to populate this variable s...
f334067:c0:m10
def _get_access_group(self):
return self.__access_group<EOL>
Getter method for access_group, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface/ip/access_group (list)
f334068:c0:m3
def _set_access_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=YANGListType("<STR_LIT>",access_group.access_group, 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_LI...
Setter method for access_group, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface/ip/access_group (list) If this variable is read-only (config: false) in the source YANG file, then _set_access_group is considered as a private method. Backends looking to populate this variable should do so via call...
f334068:c0:m4
def _get_ip(self):
return self.__ip<EOL>
Getter method for ip, mapped from YANG variable /routing_system/interface/ve/ip_acl_interface/ip (container)
f334069:c0:m3
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 /routing_system/interface/ve/ip_acl_interface/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() direct...
f334069:c0:m4
def _get_basic(self):
return self.__basic<EOL>
Getter method for basic, mapped from YANG variable /routing_system/interface/ve/vrrpe/short_path_forwarding/basic (empty)
f334070:c0:m3
def _set_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=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 basic, mapped from YANG variable /routing_system/interface/ve/vrrpe/short_path_forwarding/basic (empty) If this variable is read-only (config: false) in the source YANG file, then _set_basic is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f334070:c0:m4
def _get_revert_priority(self):
return self.__revert_priority<EOL>
Getter method for revert_priority, mapped from YANG variable /routing_system/interface/ve/vrrpe/short_path_forwarding/revert_priority (uint8) YANG Description: Set revert priority
f334070:c0:m6
def _set_revert_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 revert_priority, mapped from YANG variable /routing_system/interface/ve/vrrpe/short_path_forwarding/revert_priority (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_revert_priority is considered as a private method. Backends looking to populate this variable sho...
f334070:c0:m7
def _get_virtual_ipaddr(self):
return self.__virtual_ipaddr<EOL>
Getter method for virtual_ipaddr, mapped from YANG variable /routing_system/interface/ve/vrrpe/virtual_ip/virtual_ipaddr (inet:ipv4-address) YANG Description: Virtual IPv4 address
f334071:c0:m3
def _set_virtual_ipaddr(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 virtual_ipaddr, mapped from YANG variable /routing_system/interface/ve/vrrpe/virtual_ip/virtual_ipaddr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_virtual_ipaddr is considered as a private method. Backends looking to populate this variable shoul...
f334071:c0:m4
def _get_vrid(self):
return self.__vrid<EOL>
Getter method for vrid, mapped from YANG variable /routing_system/interface/ve/vrrpe/vrid (vrrpe-vrid-type)
f334072: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 /routing_system/interface/ve/vrrpe/vrid (vrrpe-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() dir...
f334072:c0:m4
def _get_virtual_mac(self):
return self.__virtual_mac<EOL>
Getter method for virtual_mac, mapped from YANG variable /routing_system/interface/ve/vrrpe/virtual_mac (enumeration) YANG Description: Virtual MAC
f334072: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=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}},), is...
Setter method for virtual_mac, mapped from YANG variable /routing_system/interface/ve/vrrpe/virtual_mac (enumeration) 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 thisOb...
f334072:c0:m7
def _get_virtual_ip(self):
return self.__virtual_ip<EOL>
Getter method for virtual_ip, mapped from YANG variable /routing_system/interface/ve/vrrpe/virtual_ip (list)
f334072: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 /routing_system/interface/ve/vrrpe/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_vir...
f334072:c0:m10
def _get_track(self):
return self.__track<EOL>
Getter method for track, mapped from YANG variable /routing_system/interface/ve/vrrpe/track (container) YANG Description: Interface to be tracked
f334072: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 /routing_system/interface/ve/vrrpe/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() direc...
f334072:c0:m13
def _get_advertisement_interval(self):
return self.__advertisement_interval<EOL>
Getter method for advertisement_interval, mapped from YANG variable /routing_system/interface/ve/vrrpe/advertisement_interval (uint32) YANG Description: Ipv4 session advertisement interval
f334072:c0:m15
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 /routing_system/interface/ve/vrrpe/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 sho...
f334072:c0:m16
def _get_enable(self):
return self.__enable<EOL>
Getter method for enable, mapped from YANG variable /routing_system/interface/ve/vrrpe/enable (empty) YANG Description: Enable Session
f334072:c0:m18
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 /routing_system/interface/ve/vrrpe/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() direc...
f334072:c0:m19
def _get_hold_time(self):
return self.__hold_time<EOL>
Getter method for hold_time, mapped from YANG variable /routing_system/interface/ve/vrrpe/hold_time (uint32) YANG Description: Configure hold time for this session
f334072:c0:m21
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 /routing_system/interface/ve/vrrpe/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_hold...
f334072:c0:m22
def _get_preempt_mode(self):
return self.__preempt_mode<EOL>
Getter method for preempt_mode, mapped from YANG variable /routing_system/interface/ve/vrrpe/preempt_mode (empty) YANG Description: Set preempt mode for the session
f334072:c0:m24
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>': None, ...
Setter method for preempt_mode, mapped from YANG variable /routing_system/interface/ve/vrrpe/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 thisObj._...
f334072:c0:m25
def _get_arp(self):
return self.__arp<EOL>
Getter method for arp, mapped from YANG variable /routing_system/interface/ve/vrrpe/arp (container) YANG Description: Modify ARP requests
f334072:c0:m27
def _set_arp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=arp.arp, 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 arp, mapped from YANG variable /routing_system/interface/ve/vrrpe/arp (container) If this variable is read-only (config: false) in the source YANG file, then _set_arp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_arp() directly. YA...
f334072:c0:m28
def _get_priority(self):
return self.__priority<EOL>
Getter method for priority, mapped from YANG variable /routing_system/interface/ve/vrrpe/priority (uint8) YANG Description: Set router priority within virtual router
f334072: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>']}), default=RestrictedClassType...
Setter method for priority, mapped from YANG variable /routing_system/interface/ve/vrrpe/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_priority...
f334072:c0:m31
def _get_description(self):
return self.__description<EOL>
Getter method for description, mapped from YANG variable /routing_system/interface/ve/vrrpe/description (string) YANG Description: Interface specific description
f334072: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 /routing_system/interface/ve/vrrpe/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._se...
f334072:c0:m34
def _get_advertise_backup(self):
return self.__advertise_backup<EOL>
Getter method for advertise_backup, mapped from YANG variable /routing_system/interface/ve/vrrpe/advertise_backup (empty) YANG Description: Enable periodic backup advertisement messages
f334072:c0:m36
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>': None, ...
Setter method for advertise_backup, mapped from YANG variable /routing_system/interface/ve/vrrpe/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 calli...
f334072:c0:m37
def _get_vrrpe_garp_timer(self):
return self.__vrrpe_garp_timer<EOL>
Getter method for vrrpe_garp_timer, mapped from YANG variable /routing_system/interface/ve/vrrpe/vrrpe_garp_timer (uint32)
f334072:c0:m39
def _set_vrrpe_garp_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 vrrpe_garp_timer, mapped from YANG variable /routing_system/interface/ve/vrrpe/vrrpe_garp_timer (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vrrpe_garp_timer is considered as a private method. Backends looking to populate this variable should do so via call...
f334072:c0:m40
def _get_backup_advertisement_interval(self):
return self.__backup_advertisement_interval<EOL>
Getter method for backup_advertisement_interval, mapped from YANG variable /routing_system/interface/ve/vrrpe/backup_advertisement_interval (uint32) YANG Description: Set Backup advertisement interval
f334072:c0:m42
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>']}), default=RestrictedClassTy...
Setter method for backup_advertisement_interval, mapped from YANG variable /routing_system/interface/ve/vrrpe/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 popul...
f334072:c0:m43
def _get_short_path_forwarding(self):
return self.__short_path_forwarding<EOL>
Getter method for short_path_forwarding, mapped from YANG variable /routing_system/interface/ve/vrrpe/short_path_forwarding (container) YANG Description: Enable backup router to send traffic
f334072: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 /routing_system/interface/ve/vrrpe/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 sho...
f334072:c0:m46
def _get_advertisement_interval_scale(self):
return self.__advertisement_interval_scale<EOL>
Getter method for advertisement_interval_scale, mapped from YANG variable /routing_system/interface/ve/vrrpe/advertisement_interval_scale (uint32) YANG Description: Ipv4 session advertisement interval scale factor <1|2|5|10>
f334072:c0:m48
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 /routing_system/interface/ve/vrrpe/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 populate...
f334072:c0:m49
def _get_interface_type(self):
return self.__interface_type<EOL>
Getter method for interface_type, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/interface/interface_type (track-iftype)
f334073:c0:m3
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=RestrictedClassType(base_type=unicode, ...
Setter method for interface_type, mapped from YANG variable /routing_system/interface/ve/vrrpe/track/interface/interface_type (track-iftype) 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 shoul...
f334073:c0:m4