signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_evpn_import(self): | return self.__evpn_import<EOL> | Getter method for evpn_import, mapped from YANG variable /vrf/address_family/ipv6/unicast/import/evpn_import (empty) | f335921:c0:m6 |
def _set_evpn_import(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 evpn_import, mapped from YANG variable /vrf/address_family/ipv6/unicast/import/evpn_import (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_evpn_import is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj... | f335921:c0:m7 |
def _get_unicast(self): | return self.__unicast<EOL> | Getter method for unicast, mapped from YANG variable /vrf/address_family/ipv6/unicast (container) | f335922:c0:m3 |
def _set_unicast(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicast.unicast, 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, extensions={u... | Setter method for unicast, mapped from YANG variable /vrf/address_family/ipv6/unicast (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_unicast is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_unicast() directl... | f335922:c0:m4 |
def _get_vrf_name(self): | return self.__vrf_name<EOL> | Getter method for vrf_name, mapped from YANG variable /vrf/vrf_name (common-def:vrf-name) | f335923: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=RestrictedClassType(base_type=unicode, restricti... | Setter method for vrf_name, mapped from YANG variable /vrf/vrf_name (common-def:vrf-name)
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. | f335923:c0:m4 |
def _get_route_distiniguisher(self): | return self.__route_distiniguisher<EOL> | Getter method for route_distiniguisher, mapped from YANG variable /vrf/route_distiniguisher (rd-type)
YANG Description: Route distinguisher represented in ASN:nn
format. | f335923:c0:m6 |
def _set_route_distiniguisher(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 route_distiniguisher, mapped from YANG variable /vrf/route_distiniguisher (rd-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_route_distiniguisher is considered as a private
method. Backends looking to populate this variable should
do so via calli... | f335923:c0:m7 |
def _get_vpn_statistics(self): | return self.__vpn_statistics<EOL> | Getter method for vpn_statistics, mapped from YANG variable /vrf/vpn_statistics (empty)
YANG Description: VPN Statistics | f335923:c0:m9 |
def _set_vpn_statistics(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 vpn_statistics, mapped from YANG variable /vrf/vpn_statistics (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_vpn_statistics is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vpn_statistics() dir... | f335923:c0:m10 |
def _get_evpn(self): | return self.__evpn<EOL> | Getter method for evpn, mapped from YANG variable /vrf/evpn (container) | f335923:c0:m12 |
def _set_evpn(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=evpn.evpn, 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 evpn, mapped from YANG variable /vrf/evpn (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_evpn is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_evpn() directly. | f335923:c0:m13 |
def _get_route_target(self): | return self.__route_target<EOL> | Getter method for route_target, mapped from YANG variable /vrf/route_target (list)
YANG Description: Target extended communities. This functionality is not supported
in NOS4.0.0 release | f335923:c0:m15 |
def _set_route_target(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>",route_target.route_target, 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 route_target, mapped from YANG variable /vrf/route_target (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_route_target is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_route_targe... | f335923:c0:m16 |
def _get_address_family(self): | return self.__address_family<EOL> | Getter method for address_family, mapped from YANG variable /vrf/address_family (container) | f335923:c0:m18 |
def _set_address_family(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=address_family.address_family, 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 address_family, mapped from YANG variable /vrf/address_family (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_address_family is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_address_family()... | f335923:c0:m19 |
def _get_ip(self): | return self.__ip<EOL> | Getter method for ip, mapped from YANG variable /vrf/ip (container) | f335923:c0:m21 |
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 /vrf/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. | f335923:c0:m22 |
def _get_ve(self): | return self.__ve<EOL> | Getter method for ve, mapped from YANG variable /vrf/evpn/irb/ve (interface:ve-type) | f335924:c0:m3 |
def _set_ve(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 ve, mapped from YANG variable /vrf/evpn/irb/ve (interface:ve-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_ve is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ve() directly. | f335924:c0:m4 |
def _get_cluster_gateway(self): | return self.__cluster_gateway<EOL> | Getter method for cluster_gateway, mapped from YANG variable /vrf/evpn/irb/cluster_gateway (empty) | f335924:c0:m6 |
def _set_cluster_gateway(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 cluster_gateway, mapped from YANG variable /vrf/evpn/irb/cluster_gateway (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_cluster_gateway is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cluster_... | f335924:c0:m7 |
def _get_irb(self): | return self.__irb<EOL> | Getter method for irb, mapped from YANG variable /vrf/evpn/irb (container) | f335925:c0:m3 |
def _set_irb(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=irb.irb, 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 irb, mapped from YANG variable /vrf/evpn/irb (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_irb is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_irb() directly. | f335925:c0:m4 |
def _get_suppress_nd_enable(self): | return self.__suppress_nd_enable<EOL> | Getter method for suppress_nd_enable, mapped from YANG variable /bridge_domain/suppress_nd/suppress_nd_enable (empty) | f335926:c0:m3 |
def _set_suppress_nd_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 suppress_nd_enable, mapped from YANG variable /bridge_domain/suppress_nd/suppress_nd_enable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_suppress_nd_enable is considered as a private
method. Backends looking to populate this variable should
do so via calling... | f335926:c0:m4 |
def _get_bd_pimv4_enable(self): | return self.__bd_pimv4_enable<EOL> | Getter method for bd_pimv4_enable, mapped from YANG variable /bridge_domain/ip/bd_pim/snooping/bd_pimv4_enable (empty) | f335927:c0:m3 |
def _set_bd_pimv4_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 bd_pimv4_enable, mapped from YANG variable /bridge_domain/ip/bd_pim/snooping/bd_pimv4_enable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_bd_pimv4_enable is considered as a private
method. Backends looking to populate this variable should
do so via calling t... | f335927:c0:m4 |
def _get_snooping(self): | return self.__snooping<EOL> | Getter method for snooping, mapped from YANG variable /bridge_domain/ip/bd_pim/snooping (container) | f335928:c0:m3 |
def _set_snooping(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=snooping.snooping, 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 snooping, mapped from YANG variable /bridge_domain/ip/bd_pim/snooping (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_snooping is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_snooping() dir... | f335928:c0:m4 |
def _get_igmps_mcast_address(self): | return self.__igmps_mcast_address<EOL> | Getter method for igmps_mcast_address, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group/igmps_mcast_address (inet:ipv4-address) | f335929:c0:m3 |
def _set_igmps_mcast_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 igmps_mcast_address, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group/igmps_mcast_address (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_mcast_address is considered as a private
method. Backends looking to po... | f335929:c0:m4 |
def _get_igmps_interface(self): | return self.__igmps_interface<EOL> | Getter method for igmps_interface, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group/igmps_interface (enumeration) | f335929:c0:m6 |
def _set_igmps_interface(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 igmps_interface, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group/igmps_interface (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_interface is considered as a private
method. Backends looking to populate this variab... | f335929:c0:m7 |
def _get_igmps_if_type(self): | return self.__igmps_if_type<EOL> | Getter method for igmps_if_type, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group/igmps_if_type (enumeration) | f335929:c0:m9 |
def _set_igmps_if_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 igmps_if_type, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group/igmps_if_type (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_if_type is considered as a private
method. Backends looking to populate this variable sho... | f335929:c0:m10 |
def _get_igmps_value(self): | return self.__igmps_value<EOL> | Getter method for igmps_value, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group/igmps_value (string-type) | f335929:c0:m12 |
def _set_igmps_value(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 igmps_value, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group/igmps_value (string-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_value is considered as a private
method. Backends looking to populate this variable should
do... | f335929:c0:m13 |
def _get_igmps_version(self): | return self.__igmps_version<EOL> | Getter method for igmps_version, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_version (igmps-version-type) | f335930:c0:m3 |
def _set_igmps_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=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 igmps_version, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_version (igmps-version-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_version is considered as a private
method. Backends looking to populate this variable should
do so vi... | f335930:c0:m4 |
def _get_igmps_last_member_query_interval(self): | return self.__igmps_last_member_query_interval<EOL> | Getter method for igmps_last_member_query_interval, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_last_member_query_interval (lmqt-type) | f335930:c0:m6 |
def _set_igmps_last_member_query_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 igmps_last_member_query_interval, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_last_member_query_interval (lmqt-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_last_member_query_interval is considered as a private
method. Backends l... | f335930:c0:m7 |
def _get_igmps_query_interval(self): | return self.__igmps_query_interval<EOL> | Getter method for igmps_query_interval, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_query_interval (qi-type) | f335930:c0:m9 |
def _set_igmps_query_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 igmps_query_interval, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_query_interval (qi-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_query_interval is considered as a private
method. Backends looking to populate this variable shoul... | f335930:c0:m10 |
def _get_igmps_query_max_response_time(self): | return self.__igmps_query_max_response_time<EOL> | Getter method for igmps_query_max_response_time, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_query_max_response_time (qmrt-type) | f335930:c0:m12 |
def _set_igmps_query_max_response_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>']}), default=RestrictedClassTy... | Setter method for igmps_query_max_response_time, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_query_max_response_time (qmrt-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_query_max_response_time is considered as a private
method. Backends looking to... | f335930:c0:m13 |
def _get_igmps_enable(self): | return self.__igmps_enable<EOL> | Getter method for igmps_enable, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_enable (empty) | f335930:c0:m15 |
def _set_igmps_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 igmps_enable, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_enable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_enable is considered as a private
method. Backends looking to populate this variable should
do so via calling thisOb... | f335930:c0:m16 |
def _get_igmps_fast_leave(self): | return self.__igmps_fast_leave<EOL> | Getter method for igmps_fast_leave, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_fast_leave (empty) | f335930:c0:m18 |
def _set_igmps_fast_leave(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 igmps_fast_leave, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_fast_leave (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_fast_leave is considered as a private
method. Backends looking to populate this variable should
do so via ca... | f335930:c0:m19 |
def _get_igmps_querier(self): | return self.__igmps_querier<EOL> | Getter method for igmps_querier, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_querier (container) | f335930:c0:m21 |
def _set_igmps_querier(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=igmps_querier.igmps_querier, 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 igmps_querier, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_querier (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_querier is considered as a private
method. Backends looking to populate this variable should
do so via calling... | f335930:c0:m22 |
def _get_igmps_mrouter(self): | return self.__igmps_mrouter<EOL> | Getter method for igmps_mrouter, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_mrouter (container) | f335930:c0:m24 |
def _set_igmps_mrouter(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=igmps_mrouter.igmps_mrouter, 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 igmps_mrouter, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_mrouter (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_mrouter is considered as a private
method. Backends looking to populate this variable should
do so via calling... | f335930:c0:m25 |
def _get_igmps_static_group(self): | return self.__igmps_static_group<EOL> | Getter method for igmps_static_group, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group (list) | f335930:c0:m27 |
def _set_igmps_static_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>",igmps_static_group.igmps_static_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_k... | Setter method for igmps_static_group, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_static_group (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_static_group is considered as a private
method. Backends looking to populate this variable should
do so v... | f335930:c0:m28 |
def _get_igmps_qenable(self): | return self.__igmps_qenable<EOL> | Getter method for igmps_qenable, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_querier/igmps_qenable (empty) | f335931:c0:m3 |
def _set_igmps_qenable(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 igmps_qenable, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_querier/igmps_qenable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_qenable is considered as a private
method. Backends looking to populate this variable should
do so v... | f335931:c0:m4 |
def _get_igmps_if_type(self): | return self.__igmps_if_type<EOL> | Getter method for igmps_if_type, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_mrouter/igmps_interface/igmps_if_type (enumeration) | f335932:c0:m3 |
def _set_igmps_if_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 igmps_if_type, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_mrouter/igmps_interface/igmps_if_type (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_if_type is considered as a private
method. Backends looking to populate this v... | f335932:c0:m4 |
def _get_igmps_value(self): | return self.__igmps_value<EOL> | Getter method for igmps_value, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_mrouter/igmps_interface/igmps_value (string-type) | f335932:c0:m6 |
def _set_igmps_value(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 igmps_value, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_mrouter/igmps_interface/igmps_value (string-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_value is considered as a private
method. Backends looking to populate this variabl... | f335932:c0:m7 |
def _get_igmps_interface(self): | return self.__igmps_interface<EOL> | Getter method for igmps_interface, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_mrouter/igmps_interface (list) | f335933:c0:m3 |
def _set_igmps_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>",igmps_interface.igmps_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='<... | Setter method for igmps_interface, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping/igmps_mrouter/igmps_interface (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_interface is considered as a private
method. Backends looking to populate this variable should
do... | f335933:c0:m4 |
def _get_snooping(self): | return self.__snooping<EOL> | Getter method for snooping, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping (container) | f335934:c0:m3 |
def _set_snooping(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=snooping.snooping, 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 snooping, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp/snooping (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_snooping is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_snooping()... | f335934:c0:m4 |
def _get_bd_pim(self): | return self.__bd_pim<EOL> | Getter method for bd_pim, mapped from YANG variable /bridge_domain/ip/bd_pim (container) | f335935:c0:m3 |
def _set_bd_pim(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bd_pim.bd_pim, 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'... | Setter method for bd_pim, mapped from YANG variable /bridge_domain/ip/bd_pim (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_bd_pim is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_bd_pim() directly. | f335935:c0:m4 |
def _get_bd_ip_igmp(self): | return self.__bd_ip_igmp<EOL> | Getter method for bd_ip_igmp, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp (container) | f335935:c0:m6 |
def _set_bd_ip_igmp(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bd_ip_igmp.bd_ip_igmp, 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 bd_ip_igmp, mapped from YANG variable /bridge_domain/ip/bd_ip_igmp (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_bd_ip_igmp is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_bd_ip_igmp() di... | f335935:c0:m7 |
def _get_suppress_arp_enable(self): | return self.__suppress_arp_enable<EOL> | Getter method for suppress_arp_enable, mapped from YANG variable /bridge_domain/suppress_arp/suppress_arp_enable (empty) | f335936:c0:m3 |
def _set_suppress_arp_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 suppress_arp_enable, mapped from YANG variable /bridge_domain/suppress_arp/suppress_arp_enable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_suppress_arp_enable is considered as a private
method. Backends looking to populate this variable should
do so via cal... | f335936:c0:m4 |
def _get_router_ve(self): | return self.__router_ve<EOL> | Getter method for router_ve, mapped from YANG variable /bridge_domain/router_interface/router_ve (interface:ve-type) | f335937:c0:m3 |
def _set_router_ve(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 router_ve, mapped from YANG variable /bridge_domain/router_interface/router_ve (interface:ve-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_router_ve is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._... | f335937:c0:m4 |
def _get_disallow_oar_ac(self): | return self.__disallow_oar_ac<EOL> | Getter method for disallow_oar_ac, mapped from YANG variable /bridge_domain/router_interface/disallow_oar_ac (empty) | f335937:c0:m6 |
def _set_disallow_oar_ac(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 disallow_oar_ac, mapped from YANG variable /bridge_domain/router_interface/disallow_oar_ac (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_disallow_oar_ac is considered as a private
method. Backends looking to populate this variable should
do so via calling thi... | f335937:c0:m7 |
def _get_bridge_domain_id(self): | return self.__bridge_domain_id<EOL> | Getter method for bridge_domain_id, mapped from YANG variable /bridge_domain/bridge_domain_id (bridge-domain-id-type)
YANG Description: The definition for specifying a bridge-domain identifier. | f335938:c0:m3 |
def _set_bridge_domain_id(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassTyp... | Setter method for bridge_domain_id, mapped from YANG variable /bridge_domain/bridge_domain_id (bridge-domain-id-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_bridge_domain_id is considered as a private
method. Backends looking to populate this variable should
do so via calling t... | f335938:c0:m4 |
def _get_bridge_domain_type(self): | return self.__bridge_domain_type<EOL> | Getter method for bridge_domain_type, mapped from YANG variable /bridge_domain/bridge_domain_type (enumeration)
YANG Description: This leaf specifies Bridge Domain Type. | f335938:c0:m6 |
def _set_bridge_domain_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 bridge_domain_type, mapped from YANG variable /bridge_domain/bridge_domain_type (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_bridge_domain_type is considered as a private
method. Backends looking to populate this variable should
do so via calling thisO... | f335938:c0:m7 |
def _get_vc_id_num(self): | return self.__vc_id_num<EOL> | Getter method for vc_id_num, mapped from YANG variable /bridge_domain/vc_id_num (uint32)
YANG Description: The leaf specifies the VC-ID under bridge-domain. | f335938:c0:m9 |
def _set_vc_id_num(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 vc_id_num, mapped from YANG variable /bridge_domain/vc_id_num (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_vc_id_num is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vc_id_num() directly.
Y... | f335938:c0:m10 |
def _get_description(self): | return self.__description<EOL> | Getter method for description, mapped from YANG variable /bridge_domain/description (string) | f335938:c0:m12 |
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 /bridge_domain/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() dire... | f335938:c0:m13 |
def _get_peer(self): | return self.__peer<EOL> | Getter method for peer, mapped from YANG variable /bridge_domain/peer (list) | f335938:c0:m15 |
def _set_peer(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>",peer.peer, 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 peer, mapped from YANG variable /bridge_domain/peer (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_peer is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_peer() directly. | f335938:c0:m16 |
def _get_statistics(self): | return self.__statistics<EOL> | Getter method for statistics, mapped from YANG variable /bridge_domain/statistics (empty)
YANG Description: Enable Statistics on Bridge-domain | f335938:c0:m18 |
def _set_statistics(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 statistics, mapped from YANG variable /bridge_domain/statistics (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_statistics is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_statistics() directly.... | f335938:c0:m19 |
def _get_router_interface(self): | return self.__router_interface<EOL> | Getter method for router_interface, mapped from YANG variable /bridge_domain/router_interface (list) | f335938:c0:m21 |
def _set_router_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>",router_interface.router_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=... | Setter method for router_interface, mapped from YANG variable /bridge_domain/router_interface (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_router_interface is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_route... | f335938:c0:m22 |
def _get_logical_interface(self): | return self.__logical_interface<EOL> | Getter method for logical_interface, mapped from YANG variable /bridge_domain/logical_interface (container) | f335938:c0:m24 |
def _set_logical_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=logical_interface.logical_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_path... | Setter method for logical_interface, mapped from YANG variable /bridge_domain/logical_interface (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_logical_interface is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._s... | f335938:c0:m25 |
def _get_pw_profile_name(self): | return self.__pw_profile_name<EOL> | Getter method for pw_profile_name, mapped from YANG variable /bridge_domain/pw_profile_name (common-def:name-string64)
YANG Description: Configure PW profile name | f335938:c0:m27 |
def _set_pw_profile_name(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 pw_profile_name, mapped from YANG variable /bridge_domain/pw_profile_name (common-def:name-string64)
If this variable is read-only (config: false) in the
source YANG file, then _set_pw_profile_name is considered as a private
method. Backends looking to populate this variable should
do so via calling t... | f335938:c0:m28 |
def _get_bpdu_drop_enable(self): | return self.__bpdu_drop_enable<EOL> | Getter method for bpdu_drop_enable, mapped from YANG variable /bridge_domain/bpdu_drop_enable (empty)
YANG Description: Drop forwarding L2 protocol BPDU packets on end-points | f335938:c0:m30 |
def _set_bpdu_drop_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>': None, ... | Setter method for bpdu_drop_enable, mapped from YANG variable /bridge_domain/bpdu_drop_enable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_bpdu_drop_enable is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_bpdu... | f335938:c0:m31 |
def _get_local_switching(self): | return self.__local_switching<EOL> | Getter method for local_switching, mapped from YANG variable /bridge_domain/local_switching (empty)
YANG Description: Enable local switching on Bridge-domain | f335938:c0:m33 |
def _set_local_switching(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 local_switching, mapped from YANG variable /bridge_domain/local_switching (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_local_switching is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_local_s... | f335938:c0:m34 |
def _get_ip(self): | return self.__ip<EOL> | Getter method for ip, mapped from YANG variable /bridge_domain/ip (container)
YANG Description: The IP configurations for an interface. | f335938:c0:m36 |
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 /bridge_domain/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 IP c... | f335938:c0:m37 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.