signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_neighbor(self): | return self.__neighbor<EOL> | Getter method for neighbor, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/neighbor (container) | f334453:c0:m30 |
def _set_neighbor(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=neighbor.neighbor, 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 neighbor, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/neighbor (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_neighbor is considered as a private
method. Backends looking to populate this variable sho... | f334453:c0:m31 |
def _get_maximum_paths(self): | return self.__maximum_paths<EOL> | Getter method for maximum_paths, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths (container) | f334453:c0:m33 |
def _set_maximum_paths(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=maximum_paths.maximum_paths, 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 maximum_paths, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_maximum_paths is considered as a private
method. Backends looking to populate th... | f334453:c0:m34 |
def _get_multipath(self): | return self.__multipath<EOL> | Getter method for multipath, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/multipath (container) | f334453:c0:m36 |
def _set_multipath(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=multipath.multipath, 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, extensio... | Setter method for multipath, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/multipath (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_multipath is considered as a private
method. Backends looking to populate this variable ... | f334453:c0:m37 |
def _get_always_propagate(self): | return self.__always_propagate<EOL> | Getter method for always_propagate, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/always_propagate (empty) | f334453:c0:m39 |
def _set_always_propagate(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 always_propagate, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/always_propagate (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_always_propagate is considered as a private
method. Backends looking to popula... | f334453:c0:m40 |
def _get_default_information_originate(self): | return self.__default_information_originate<EOL> | Getter method for default_information_originate, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/default_information_originate (empty) | f334453:c0:m42 |
def _set_default_information_originate(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 default_information_originate, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/default_information_originate (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_default_information_originate is considered as a pri... | f334453:c0:m43 |
def _get_rib_route_limit(self): | return self.__rib_route_limit<EOL> | Getter method for rib_route_limit, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/rib_route_limit (rib-route-number) | f334453:c0:m45 |
def _set_rib_route_limit(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 rib_route_limit, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/rib_route_limit (rib-route-number)
If this variable is read-only (config: false) in the
source YANG file, then _set_rib_route_limit is considered as a private
method. Backends looking t... | f334453:c0:m46 |
def _get_af_additional_paths(self): | return self.__af_additional_paths<EOL> | Getter method for af_additional_paths, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths (container) | f334453:c0:m48 |
def _set_af_additional_paths(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=af_additional_paths.af_additional_paths, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_... | Setter method for af_additional_paths, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_af_additional_paths is considered as a private
method. Backends look... | f334453:c0:m49 |
def _get_advertise_best_external(self): | return self.__advertise_best_external<EOL> | Getter method for advertise_best_external, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/advertise_best_external (empty) | f334453:c0:m51 |
def _set_advertise_best_external(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u... | Setter method for advertise_best_external, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/advertise_best_external (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_advertise_best_external is considered as a private
method. Backe... | f334453:c0:m52 |
def _get_client_to_client_reflection(self): | return self.__client_to_client_reflection<EOL> | Getter method for client_to_client_reflection, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/client_to_client_reflection (empty) | f334453:c0:m54 |
def _set_client_to_client_reflection(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 client_to_client_reflection, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/client_to_client_reflection (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_client_to_client_reflection is considered as a private
m... | f334453:c0:m55 |
def _get_dampening(self): | return self.__dampening<EOL> | Getter method for dampening, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/dampening (container) | f334453:c0:m57 |
def _set_dampening(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dampening.dampening, 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, extensio... | Setter method for dampening, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/dampening (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_dampening is considered as a private
method. Backends looking to populate this variable ... | f334453:c0:m58 |
def _get_default_metric(self): | return self.__default_metric<EOL> | Getter method for default_metric, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/default_metric (default-metric-number) | f334453:c0:m60 |
def _set_default_metric(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 default_metric, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/default_metric (default-metric-number)
If this variable is read-only (config: false) in the
source YANG file, then _set_default_metric is considered as a private
method. Backends looking... | f334453:c0:m61 |
def _get_next_hop_enable_default(self): | return self.__next_hop_enable_default<EOL> | Getter method for next_hop_enable_default, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/next_hop_enable_default (empty) | f334453:c0:m63 |
def _set_next_hop_enable_default(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 next_hop_enable_default, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/next_hop_enable_default (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_next_hop_enable_default is considered as a private
method. Backe... | f334453:c0:m64 |
def _get_table_map(self): | return self.__table_map<EOL> | Getter method for table_map, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/table_map (container) | f334453:c0:m66 |
def _set_table_map(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=table_map.table_map, 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, extensio... | Setter method for table_map, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/table_map (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_table_map is considered as a private
method. Backends looking to populate this variable ... | f334453:c0:m67 |
def _get_update_time(self): | return self.__update_time<EOL> | Getter method for update_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/update_time (update-time-type) | f334453:c0:m69 |
def _set_update_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 update_time, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/update_time (update-time-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_update_time is considered as a private
method. Backends looking to populate t... | f334453:c0:m70 |
def _get_load_sharing_value(self): | return self.__load_sharing_value<EOL> | Getter method for load_sharing_value, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths/load_sharing_value (uint32) | f334454:c0:m3 |
def _set_load_sharing_value(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 load_sharing_value, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths/load_sharing_value (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_load_sharing_value is considered as a private
method. Backe... | f334454:c0:m4 |
def _get_ebgp(self): | return self.__ebgp<EOL> | Getter method for ebgp, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths/ebgp (ebgp-paths) | f334454:c0:m6 |
def _set_ebgp(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 ebgp, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths/ebgp (ebgp-paths)
If this variable is read-only (config: false) in the
source YANG file, then _set_ebgp is considered as a private
method. Backends looking to populate this variable ... | f334454:c0:m7 |
def _get_ibgp(self): | return self.__ibgp<EOL> | Getter method for ibgp, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths/ibgp (ibgp-paths) | f334454:c0:m9 |
def _set_ibgp(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 ibgp, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths/ibgp (ibgp-paths)
If this variable is read-only (config: false) in the
source YANG file, then _set_ibgp is considered as a private
method. Backends looking to populate this variable ... | f334454:c0:m10 |
def _get_use_load_sharing(self): | return self.__use_load_sharing<EOL> | Getter method for use_load_sharing, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths/use_load_sharing (empty) | f334454:c0:m12 |
def _set_use_load_sharing(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 use_load_sharing, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/maximum_paths/use_load_sharing (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_use_load_sharing is considered as a private
method. Backends loo... | f334454:c0:m13 |
def _get_addpath_sel_best(self): | return self.__addpath_sel_best<EOL> | Getter method for addpath_sel_best, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_select/addpath_sel_best (uint8) | f334455:c0:m3 |
def _set_addpath_sel_best(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 addpath_sel_best, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_select/addpath_sel_best (uint8)
If this variable is read-only (config: false) in the
source YANG file, then _set_addpath_sel_best is considered as a private... | f334455:c0:m4 |
def _get_addpath_sel_groupbest(self): | return self.__addpath_sel_groupbest<EOL> | Getter method for addpath_sel_groupbest, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_select/addpath_sel_groupbest (empty) | f334455:c0:m6 |
def _set_addpath_sel_groupbest(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 addpath_sel_groupbest, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_select/addpath_sel_groupbest (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_addpath_sel_groupbest is consider... | f334455:c0:m7 |
def _get_addpath_sel_all(self): | return self.__addpath_sel_all<EOL> | Getter method for addpath_sel_all, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_select/addpath_sel_all (empty) | f334455:c0:m9 |
def _set_addpath_sel_all(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:all>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>... | Setter method for addpath_sel_all, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_select/addpath_sel_all (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_addpath_sel_all is considered as a private
me... | f334455:c0:m10 |
def _get_addpath_txrx(self): | return self.__addpath_txrx<EOL> | Getter method for addpath_txrx, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_txrx (container) | f334456:c0:m3 |
def _set_addpath_txrx(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=addpath_txrx.addpath_txrx, 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, ex... | Setter method for addpath_txrx, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_txrx (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_addpath_txrx is considered as a private
method. Backends looki... | f334456:c0:m4 |
def _get_addpath_select(self): | return self.__addpath_select<EOL> | Getter method for addpath_select, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_select (container) | f334456:c0:m6 |
def _set_addpath_select(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=addpath_select.addpath_select, 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 addpath_select, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_select (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_addpath_select is considered as a private
method. Backends... | f334456:c0:m7 |
def _get_addpath_send(self): | return self.__addpath_send<EOL> | Getter method for addpath_send, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_txrx/addpath_send (empty) | f334457:c0:m3 |
def _set_addpath_send(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 addpath_send, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_txrx/addpath_send (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_addpath_send is considered as a private
method. Backe... | f334457:c0:m4 |
def _get_addpath_receive(self): | return self.__addpath_receive<EOL> | Getter method for addpath_receive, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_txrx/addpath_receive (empty) | f334457:c0:m6 |
def _set_addpath_receive(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 addpath_receive, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/af_additional_paths/addpath_txrx/addpath_receive (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_addpath_receive is considered as a private
meth... | f334457:c0:m7 |
def _get_multipath_ebgp(self): | return self.__multipath_ebgp<EOL> | Getter method for multipath_ebgp, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/multipath/multipath_ebgp (empty) | f334458:c0:m3 |
def _set_multipath_ebgp(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 multipath_ebgp, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/multipath/multipath_ebgp (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_multipath_ebgp is considered as a private
method. Backends looking to po... | f334458:c0:m4 |
def _get_multipath_ibgp(self): | return self.__multipath_ibgp<EOL> | Getter method for multipath_ibgp, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/multipath/multipath_ibgp (empty) | f334458:c0:m6 |
def _set_multipath_ibgp(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 multipath_ibgp, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/multipath/multipath_ibgp (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_multipath_ibgp is considered as a private
method. Backends looking to po... | f334458:c0:m7 |
def _get_multi_as(self): | return self.__multi_as<EOL> | Getter method for multi_as, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/multipath/multi_as (empty) | f334458:c0:m9 |
def _set_multi_as(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 multi_as, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/multipath/multi_as (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_multi_as is considered as a private
method. Backends looking to populate this variab... | f334458:c0:m10 |
def _get_table_map_route_map(self): | return self.__table_map_route_map<EOL> | Getter method for table_map_route_map, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/table_map/table_map_route_map (rmap-type) | f334459:c0:m3 |
def _set_table_map_route_map(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._ex... | Setter method for table_map_route_map, mapped from YANG variable /routing_system/router/router_bgp/address_family/ipv4/ipv4_unicast/af_vrf/table_map/table_map_route_map (rmap-type)
If this variable is read-only (config: false) in the
source YANG file, then _set_table_map_route_map is considered as a private
method. Bac... | f334459:c0:m4 |
def _get_af_vpnv4_neighbor(self): | return self.__af_vpnv4_neighbor<EOL> | Getter method for af_vpnv4_neighbor, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor (list) | f334460:c0:m3 |
def _set_af_vpnv4_neighbor(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>",af_vpnv4_neighbor.af_vpnv4_neighbor, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_key... | Setter method for af_vpnv4_neighbor, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_af_vpnv4_neighbor is considered as a private
meth... | f334460:c0:m4 |
def _get_send_community_status(self): | return self.__send_community_status<EOL> | Getter method for send_community_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/send_community/send_community_status (empty) | f334461:c0:m3 |
def _set_send_community_status(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': u'<STR... | Setter method for send_community_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/send_community/send_community_status (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_send_co... | f334461:c0:m4 |
def _get_both(self): | return self.__both<EOL> | Getter method for both, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/send_community/both (empty) | f334461:c0:m6 |
def _set_both(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 both, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/send_community/both (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_both is considered as a private
method. B... | f334461:c0:m7 |
def _get_extended(self): | return self.__extended<EOL> | Getter method for extended, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/send_community/extended (empty) | f334461:c0:m9 |
def _set_extended(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 extended, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/send_community/extended (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_extended is considered as a priva... | f334461:c0:m10 |
def _get_standard(self): | return self.__standard<EOL> | Getter method for standard, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/send_community/standard (empty) | f334461:c0:m12 |
def _set_standard(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 standard, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/send_community/standard (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_standard is considered as a priva... | f334461:c0:m13 |
def _get_ext_community_receive(self): | return self.__ext_community_receive<EOL> | Getter method for ext_community_receive, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/extended_community/ext_community_receive (empty)
YANG Description: Capability to RECEIVE the ORF from thi... | f334462:c0:m3 |
def _set_ext_community_receive(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 ext_community_receive, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/extended_community/ext_community_receive (empty)
If this variable is read-only (config: false) in the
sour... | f334462:c0:m4 |
def _get_ext_community_send_vrf(self): | return self.__ext_community_send_vrf<EOL> | Getter method for ext_community_send_vrf, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/extended_community/ext_community_send_vrf (empty)
YANG Description: Capability to SEND the ORF (local VR... | f334462:c0:m6 |
def _set_ext_community_send_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=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 ext_community_send_vrf, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/extended_community/ext_community_send_vrf (empty)
If this variable is read-only (config: false) in the
so... | f334462:c0:m7 |
def _get_prefixlist_status(self): | return self.__prefixlist_status<EOL> | Getter method for prefixlist_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/prefix_list/prefixlist_status (empty)
YANG Description: This element will be set if either(or both) send,rece... | f334463:c0:m3 |
def _set_prefixlist_status(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': u'<STR... | Setter method for prefixlist_status, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/prefix_list/prefixlist_status (empty)
If this variable is read-only (config: false) in the
source YANG file, t... | f334463:c0:m4 |
def _get_prefixlist_send(self): | return self.__prefixlist_send<EOL> | Getter method for prefixlist_send, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/prefix_list/prefixlist_send (empty)
YANG Description: Capability to SEND the ORF to this neighbor | f334463:c0:m6 |
def _set_prefixlist_send(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 prefixlist_send, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/prefix_list/prefixlist_send (empty)
If this variable is read-only (config: false) in the
source YANG file, then ... | f334463:c0:m7 |
def _get_prefixlist_receive(self): | return self.__prefixlist_receive<EOL> | Getter method for prefixlist_receive, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/prefix_list/prefixlist_receive (empty)
YANG Description: Capability to RECEIVE the ORF from this neighbor | f334463:c0:m9 |
def _set_prefixlist_receive(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 prefixlist_receive, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/prefix_list/prefixlist_receive (empty)
If this variable is read-only (config: false) in the
source YANG file,... | f334463:c0:m10 |
def _get_prefix_list(self): | return self.__prefix_list<EOL> | Getter method for prefix_list, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/prefix_list (container) | f334464:c0:m3 |
def _set_prefix_list(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=prefix_list.prefix_list, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, exte... | Setter method for prefix_list, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/prefix_list (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_prefix_list... | f334464:c0:m4 |
def _get_extended_community(self): | return self.__extended_community<EOL> | Getter method for extended_community, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/extended_community (container) | f334464:c0:m6 |
def _set_extended_community(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=extended_community.extended_community, 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_pa... | Setter method for extended_community, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf/extended_community (container)
If this variable is read-only (config: false) in the
source YANG file, then _s... | f334464:c0:m7 |
def _get_orf(self): | return self.__orf<EOL> | Getter method for orf, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf (container) | f334465:c0:m3 |
def _set_orf(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=orf.orf, 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 orf, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/af_neighbor_capability/orf (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_orf is considered as a private
... | f334465:c0:m4 |
def _get_prefix_list_direction_in_prefix_name(self): | return self.__prefix_list_direction_in_prefix_name<EOL> | Getter method for prefix_list_direction_in_prefix_name, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_in/prefix_list_direction_in_prefix_name (nei-prefix-list-filter) | f334466:c0:m3 |
def _set_prefix_list_direction_in_prefix_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._ex... | Setter method for prefix_list_direction_in_prefix_name, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_in/prefix_list_direction_in_prefix_name (nei-prefix-list-filter)
If this variable is read-only (... | f334466:c0:m4 |
def _get_prefix_list_direction_in(self): | return self.__prefix_list_direction_in<EOL> | Getter method for prefix_list_direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_in/prefix_list_direction_in (empty) | f334466:c0:m6 |
def _set_prefix_list_direction_in(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 prefix_list_direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_in/prefix_list_direction_in (empty)
If this variable is read-only (config: false) in the
source YANG file, t... | f334466:c0:m7 |
def _get_prefix_list_direction_out_prefix_name(self): | return self.__prefix_list_direction_out_prefix_name<EOL> | Getter method for prefix_list_direction_out_prefix_name, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_out/prefix_list_direction_out_prefix_name (nei-prefix-list-filter) | f334467:c0:m3 |
def _set_prefix_list_direction_out_prefix_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._ex... | Setter method for prefix_list_direction_out_prefix_name, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_out/prefix_list_direction_out_prefix_name (nei-prefix-list-filter)
If this variable is read-onl... | f334467:c0:m4 |
def _get_prefix_list_direction_out(self): | return self.__prefix_list_direction_out<EOL> | Getter method for prefix_list_direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_out/prefix_list_direction_out (empty) | f334467:c0:m6 |
def _set_prefix_list_direction_out(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 prefix_list_direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_out/prefix_list_direction_out (empty)
If this variable is read-only (config: false) in the
source YANG file... | f334467:c0:m7 |
def _get_direction_in(self): | return self.__direction_in<EOL> | Getter method for direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_in (container) | f334468:c0:m3 |
def _set_direction_in(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=direction_in.direction_in, 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, ex... | Setter method for direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_in (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_direction_in is consider... | f334468:c0:m4 |
def _get_direction_out(self): | return self.__direction_out<EOL> | Getter method for direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_out (container) | f334468:c0:m6 |
def _set_direction_out(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=direction_out.direction_out, 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 direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/prefix_list/direction_out (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_direction_out is consi... | f334468:c0:m7 |
def _get_neighbor_route_map_direction_in(self): | return self.__neighbor_route_map_direction_in<EOL> | Getter method for neighbor_route_map_direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/neighbor_route_map/neighbor_route_map_direction_in (container) | f334469:c0:m3 |
def _set_neighbor_route_map_direction_in(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=neighbor_route_map_direction_in.neighbor_route_map_direction_in, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=sel... | Setter method for neighbor_route_map_direction_in, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/neighbor_route_map/neighbor_route_map_direction_in (container)
If this variable is read-only (config: false) in the
source ... | f334469:c0:m4 |
def _get_neighbor_route_map_direction_out(self): | return self.__neighbor_route_map_direction_out<EOL> | Getter method for neighbor_route_map_direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/neighbor_route_map/neighbor_route_map_direction_out (container) | f334469:c0:m6 |
def _set_neighbor_route_map_direction_out(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=neighbor_route_map_direction_out.neighbor_route_map_direction_out, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=s... | Setter method for neighbor_route_map_direction_out, mapped from YANG variable /routing_system/router/router_bgp/address_family/vpnv4/vpnv4_unicast/af_vpnv4_neighbor_address_holder/af_vpnv4_neighbor/neighbor_route_map/neighbor_route_map_direction_out (container)
If this variable is read-only (config: false) in the
sourc... | f334469:c0:m7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.