signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_both(self):
return self.__both<EOL>
Getter method for both, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/both (list)
f334218:c0:m3
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=YANGListType("<STR_LIT>",both.both, 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 both, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/both (list) If this variable is read-only (config: false) in the source YANG file, then _set_both is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f334218:c0:m4
def _get_export(self):
return self.__export<EOL>
Getter method for export, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/export (list)
f334218:c0:m6
def _set_export(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>",export.export, 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>', extensi...
Setter method for export, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/export (list) If this variable is read-only (config: false) in the source YANG file, then _set_export is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f334218:c0:m7
def _get_import_(self):
return self.__import_<EOL>
Getter method for import_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/import (list)
f334218:c0:m9
def _set_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=YANGListType("<STR_LIT>",import_.import_, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', exten...
Setter method for import_, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/import (list) If this variable is read-only (config: false) in the source YANG file, then _set_import_ is considered as a private method. Backends looking to populate this variable should do so via calling t...
f334218:c0:m10
def _get_target_community(self):
return self.__target_community<EOL>
Getter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/import/target_community (rt-type) YANG Description: Target VPN Extended Community
f334219:c0:m3
def _set_target_community(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for target_community, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/import/target_community (rt-type) If this variable is read-only (config: false) in the source YANG file, then _set_target_community is considered as a private method. Backends looking to populate th...
f334219:c0:m4
def _get_ignore_as(self):
return self.__ignore_as<EOL>
Getter method for ignore_as, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/import/ignore_as (empty)
f334219:c0:m6
def _set_ignore_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 ignore_as, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_target/import/ignore_as (empty) If this variable is read-only (config: false) in the source YANG file, then _set_ignore_as is considered as a private method. Backends looking to populate this variable should do s...
f334219:c0:m7
def _get_duplicate_mac_timer_value(self):
return self.__duplicate_mac_timer_value<EOL>
Getter method for duplicate_mac_timer_value, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/duplicate_mac_timer/duplicate_mac_timer_value (dup-mac-timer)
f334220:c0:m3
def _set_duplicate_mac_timer_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 duplicate_mac_timer_value, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/duplicate_mac_timer/duplicate_mac_timer_value (dup-mac-timer) If this variable is read-only (config: false) in the source YANG file, then _set_duplicate_mac_timer_value is considered as a private method...
f334220:c0:m4
def _get_max_count(self):
return self.__max_count<EOL>
Getter method for max_count, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/duplicate_mac_timer/max_count (max-count) YANG Description: Max count.
f334220:c0:m6
def _set_max_count(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 max_count, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/duplicate_mac_timer/max_count (max-count) If this variable is read-only (config: false) in the source YANG file, then _set_max_count is considered as a private method. Backends looking to populate this variable should ...
f334220:c0:m7
def _get_auto(self):
return self.__auto<EOL>
Getter method for auto, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_distinguisher/auto (empty)
f334221:c0:m3
def _set_auto(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for auto, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance/route_distinguisher/auto (empty) If this variable is read-only (config: false) in the source YANG file, then _set_auto is considered as a private method. Backends looking to populate this variable should do so via calling t...
f334221:c0:m4
def _get_evpn_instance(self):
return self.__evpn_instance<EOL>
Getter method for evpn_instance, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance (list) YANG Description: EVPN instance config
f334222:c0:m3
def _set_evpn_instance(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>",evpn_instance.evpn_instance, 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_...
Setter method for evpn_instance, mapped from YANG variable /routing_system/evpn_config/evpn/evpn_instance (list) If this variable is read-only (config: false) in the source YANG file, then _set_evpn_instance is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f334222:c0:m4
def _get_acl_name(self):
return self.__acl_name<EOL>
Getter method for acl_name, mapped from YANG variable /routing_system/ip/receive/access_group/acl_name (l3-acl-policy-name)
f334223:c0:m3
def _set_acl_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 acl_name, mapped from YANG variable /routing_system/ip/receive/access_group/acl_name (l3-acl-policy-name) If this variable is read-only (config: false) in the source YANG file, then _set_acl_name is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f334223:c0:m4
def _get_access_group(self):
return self.__access_group<EOL>
Getter method for access_group, mapped from YANG variable /routing_system/ip/receive/access_group (list)
f334224:c0:m3
def _set_access_group(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",access_group.access_group, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LI...
Setter method for access_group, mapped from YANG variable /routing_system/ip/receive/access_group (list) If this variable is read-only (config: false) in the source YANG file, then _set_access_group is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_acces...
f334224:c0:m4
def _get_dhcp(self):
return self.__dhcp<EOL>
Getter method for dhcp, mapped from YANG variable /routing_system/ip/dhcp (container) YANG Description: DHCP Global Configuration
f334225:c0:m3
def _set_dhcp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dhcp.dhcp, 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 dhcp, mapped from YANG variable /routing_system/ip/dhcp (container) If this variable is read-only (config: false) in the source YANG file, then _set_dhcp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dhcp() directly. YANG Descripti...
f334225:c0:m4
def _get_receive(self):
return self.__receive<EOL>
Getter method for receive, mapped from YANG variable /routing_system/ip/receive (container)
f334225:c0:m6
def _set_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=receive.receive, 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 receive, mapped from YANG variable /routing_system/ip/receive (container) If this variable is read-only (config: false) in the source YANG file, then _set_receive is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_receive() directly.
f334225:c0:m7
def _get_relay(self):
return self.__relay<EOL>
Getter method for relay, mapped from YANG variable /routing_system/ip/dhcp/relay (container) YANG Description: IPv4 DHCP Relay Options
f334226:c0:m3
def _set_relay(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=relay.relay, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<S...
Setter method for relay, mapped from YANG variable /routing_system/ip/dhcp/relay (container) If this variable is read-only (config: false) in the source YANG file, then _set_relay is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_relay() directly. YANG ...
f334226:c0:m4
def _get_option(self):
return self.__option<EOL>
Getter method for option, mapped from YANG variable /routing_system/ip/dhcp/relay/information/option (empty) YANG Description: DHCP Relay Information Option
f334227:c0:m3
def _set_option(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 option, mapped from YANG variable /routing_system/ip/dhcp/relay/information/option (empty) If this variable is read-only (config: false) in the source YANG file, then _set_option is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_option(...
f334227:c0:m4
def _get_information(self):
return self.__information<EOL>
Getter method for information, mapped from YANG variable /routing_system/ip/dhcp/relay/information (container) YANG Description: DHCP Relay Information Option
f334228:c0:m3
def _set_information(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=information.information, 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 information, mapped from YANG variable /routing_system/ip/dhcp/relay/information (container) If this variable is read-only (config: false) in the source YANG file, then _set_information is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f334228:c0:m4
def _get_vrrp(self):
return self.__vrrp<EOL>
Getter method for vrrp, mapped from YANG variable /routing_system/protocol/hide_vrrp_holder/vrrp (empty) YANG Description: Virtual Router Redundacy Protocol (VRRP)
f334229:c0:m3
def _set_vrrp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=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 vrrp, mapped from YANG variable /routing_system/protocol/hide_vrrp_holder/vrrp (empty) If this variable is read-only (config: false) in the source YANG file, then _set_vrrp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vrrp() direct...
f334229:c0:m4
def _get_vrrp_extended(self):
return self.__vrrp_extended<EOL>
Getter method for vrrp_extended, mapped from YANG variable /routing_system/protocol/hide_vrrp_holder/vrrp_extended (empty) YANG Description: Virtual Router Redundacy Protocol Extended (VRRP-E)
f334229:c0:m6
def _set_vrrp_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>': None, ...
Setter method for vrrp_extended, mapped from YANG variable /routing_system/protocol/hide_vrrp_holder/vrrp_extended (empty) If this variable is read-only (config: false) in the source YANG file, then _set_vrrp_extended is considered as a private method. Backends looking to populate this variable should do so via calling...
f334229:c0:m7
def _get_hide_vrrp_holder(self):
return self.__hide_vrrp_holder<EOL>
Getter method for hide_vrrp_holder, mapped from YANG variable /routing_system/protocol/hide_vrrp_holder (container)
f334230:c0:m3
def _set_hide_vrrp_holder(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=hide_vrrp_holder.hide_vrrp_holder, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=...
Setter method for hide_vrrp_holder, mapped from YANG variable /routing_system/protocol/hide_vrrp_holder (container) If this variable is read-only (config: false) in the source YANG file, then _set_hide_vrrp_holder is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f334230:c0:m4
def _get_acl_name(self):
return self.__acl_name<EOL>
Getter method for acl_name, mapped from YANG variable /routing_system/ipv6/receive/access_group/acl_name (ipv6-l3-acl-policy-name)
f334231:c0:m3
def _set_acl_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 acl_name, mapped from YANG variable /routing_system/ipv6/receive/access_group/acl_name (ipv6-l3-acl-policy-name) If this variable is read-only (config: false) in the source YANG file, then _set_acl_name is considered as a private method. Backends looking to populate this variable should do so via call...
f334231:c0:m4
def _get_access_group(self):
return self.__access_group<EOL>
Getter method for access_group, mapped from YANG variable /routing_system/ipv6/receive/access_group (list)
f334232:c0:m3
def _set_access_group(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",access_group.access_group, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LI...
Setter method for access_group, mapped from YANG variable /routing_system/ipv6/receive/access_group (list) If this variable is read-only (config: false) in the source YANG file, then _set_access_group is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_acc...
f334232:c0:m4
def _get_router(self):
return self.__router<EOL>
Getter method for router, mapped from YANG variable /routing_system/ipv6/router (container) YANG Description: The ipv6 routing system.
f334233:c0:m3
def _set_router(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=router.router, 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 router, mapped from YANG variable /routing_system/ipv6/router (container) If this variable is read-only (config: false) in the source YANG file, then _set_router is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_router() directly. YANG...
f334233:c0:m4
def _get_receive(self):
return self.__receive<EOL>
Getter method for receive, mapped from YANG variable /routing_system/ipv6/receive (container)
f334233:c0:m6
def _set_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=receive.receive, 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 receive, mapped from YANG variable /routing_system/ipv6/receive (container) If this variable is read-only (config: false) in the source YANG file, then _set_receive is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_receive() directly.
f334233:c0:m7
def _get_graceful_restart_helper_disable(self):
return self.__graceful_restart_helper_disable<EOL>
Getter method for graceful_restart_helper_disable, mapped from YANG variable /routing_system/ipv6/router/ospf/graceful_restart/helper/graceful_restart_helper_disable (empty) YANG Description: Disable graceful restart helper capability
f334234:c0:m3
def _set_graceful_restart_helper_disable(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 graceful_restart_helper_disable, mapped from YANG variable /routing_system/ipv6/router/ospf/graceful_restart/helper/graceful_restart_helper_disable (empty) If this variable is read-only (config: false) in the source YANG file, then _set_graceful_restart_helper_disable is considered as a private method...
f334234:c0:m4
def _get_graceful_restart_helper_strict_lsa_checking(self):
return self.__graceful_restart_helper_strict_lsa_checking<EOL>
Getter method for graceful_restart_helper_strict_lsa_checking, mapped from YANG variable /routing_system/ipv6/router/ospf/graceful_restart/helper/graceful_restart_helper_strict_lsa_checking (empty) YANG Description: Set strict LSA checking
f334234:c0:m6
def _set_graceful_restart_helper_strict_lsa_checking(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 graceful_restart_helper_strict_lsa_checking, mapped from YANG variable /routing_system/ipv6/router/ospf/graceful_restart/helper/graceful_restart_helper_strict_lsa_checking (empty) If this variable is read-only (config: false) in the source YANG file, then _set_graceful_restart_helper_strict_lsa_checki...
f334234:c0:m7
def _get_helper(self):
return self.__helper<EOL>
Getter method for helper, mapped from YANG variable /routing_system/ipv6/router/ospf/graceful_restart/helper (container) YANG Description: Set graceful restart helper options
f334235:c0:m3
def _set_helper(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=helper.helper, 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 helper, mapped from YANG variable /routing_system/ipv6/router/ospf/graceful_restart/helper (container) If this variable is read-only (config: false) in the source YANG file, then _set_helper is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f334235:c0:m4
def _get_stub_area_no_summary(self):
return self.__stub_area_no_summary<EOL>
Getter method for stub_area_no_summary, mapped from YANG variable /routing_system/ipv6/router/ospf/area/stub/stub_area_no_summary (empty) YANG Description: Disables summary LSAs from being sent into the area.
f334236:c0:m3
def _set_stub_area_no_summary(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 stub_area_no_summary, mapped from YANG variable /routing_system/ipv6/router/ospf/area/stub/stub_area_no_summary (empty) If this variable is read-only (config: false) in the source YANG file, then _set_stub_area_no_summary is considered as a private method. Backends looking to populate this variable sh...
f334236:c0:m4
def _get_stub_area_metric(self):
return self.__stub_area_metric<EOL>
Getter method for stub_area_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/area/stub/stub_area_metric (uint32) YANG Description: Stub area's advertised route metricStub metric specifies an additional cost for using a route to or from this area.There is no default. Normal areas do not use the cost p...
f334236:c0:m6
def _set_stub_area_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 stub_area_metric, mapped from YANG variable /routing_system/ipv6/router/ospf/area/stub/stub_area_metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_stub_area_metric is considered as a private method. Backends looking to populate this variable should do so ...
f334236:c0:m7
def _get_hello_interval(self):
return self.__hello_interval<EOL>
Getter method for hello_interval, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/hello_interval (common-def:time-interval-sec) YANG Description: Time interval in seconds between HELLO packets
f334237:c0:m3
def _set_hello_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 hello_interval, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/hello_interval (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_hello_interval is considered as a private...
f334237:c0:m4
def _get_dead_interval(self):
return self.__dead_interval<EOL>
Getter method for dead_interval, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/dead_interval (common-def:time-interval-sec) YANG Description: Indicates the number of seconds that a neighbor router waits for a hello packetfrom the device before dec...
f334237:c0:m6
def _set_dead_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for dead_interval, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/dead_interval (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_dead_interval is considered as a private me...
f334237:c0:m7
def _get_hello_jitter(self):
return self.__hello_jitter<EOL>
Getter method for hello_jitter, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/hello_jitter (uint32) YANG Description: Allowed jitter between HELLO packets
f334237:c0:m9
def _set_hello_jitter(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 hello_jitter, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/hello_jitter (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_hello_jitter is considered as a private method. Backends looking to...
f334237:c0:m10
def _get_retransmit_interval(self):
return self.__retransmit_interval<EOL>
Getter method for retransmit_interval, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/retransmit_interval (common-def:time-interval-sec) YANG Description: The time between retransmissions of LSAs to adjacent routers for an interface.The value can b...
f334237:c0:m12
def _set_retransmit_interval(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="...
Setter method for retransmit_interval, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/retransmit_interval (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_retransmit_interval is consider...
f334237:c0:m13
def _get_transmit_delay(self):
return self.__transmit_delay<EOL>
Getter method for transmit_delay, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/transmit_delay (common-def:time-interval-sec) YANG Description: The time it takes to transmit Link State Update packets on this interface.The range is 0-3600 seconds. ...
f334237:c0:m15
def _set_transmit_delay(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=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 transmit_delay, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties/transmit_delay (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_transmit_delay is considered as a private...
f334237:c0:m16
def _get_link_interval_properties(self):
return self.__link_interval_properties<EOL>
Getter method for link_interval_properties, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties (container)
f334238:c0:m3
def _set_link_interval_properties(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=link_interval_properties.link_interval_properties, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods,...
Setter method for link_interval_properties, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/link_interval_properties (container) If this variable is read-only (config: false) in the source YANG file, then _set_link_interval_properties is considered as a private method. Backe...
f334238:c0:m4
def _get_authentication(self):
return self.__authentication<EOL>
Getter method for authentication, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication (container) YANG Description: Authentication of OSPF messages
f334238:c0:m6
def _set_authentication(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=authentication.authentication, 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 authentication, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication (container) If this variable is read-only (config: false) in the source YANG file, then _set_authentication is considered as a private method. Backends looking to populate this v...
f334238:c0:m7
def _get_spi(self):
return self.__spi<EOL>
Getter method for spi, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/spi (spi-value-type) YANG Description: Security Parameter IndexThe SPI value in combination with the destination IP address and security protocol uniquely identifies...
f334239:c0:m3
def _set_spi(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 spi, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/spi (spi-value-type) If this variable is read-only (config: false) in the source YANG file, then _set_spi is considered as a private method. Backends looking to popula...
f334239:c0:m4
def _get_ah(self):
return self.__ah<EOL>
Getter method for ah, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/ah (algorithm-type-ah) YANG Description: Specify the authentication algorithm to use.
f334239:c0:m6
def _set_ah(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for ah, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/ah (algorithm-type-ah) If this variable is read-only (config: false) in the source YANG file, then _set_ah is considered as a private method. Backends looking to popula...
f334239:c0:m7
def _get_ah_no_encrypt(self):
return self.__ah_no_encrypt<EOL>
Getter method for ah_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/ah_no_encrypt (empty) YANG Description: Do not encrypt the key
f334239:c0:m9
def _set_ah_no_encrypt(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for ah_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/ah_no_encrypt (empty) If this variable is read-only (config: false) in the source YANG file, then _set_ah_no_encrypt is considered as a private method. Backe...
f334239:c0:m10
def _get_ah_key(self):
return self.__ah_key<EOL>
Getter method for ah_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/ah_key (ipsec-authentication-hexkey-string) YANG Description: Key used for ah
f334239:c0:m12
def _set_ah_key(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:key>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_help...
Setter method for ah_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/ah_key (ipsec-authentication-hexkey-string) If this variable is read-only (config: false) in the source YANG file, then _set_ah_key is considered as a private metho...
f334239:c0:m13
def _get_esp(self):
return self.__esp<EOL>
Getter method for esp, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp (algorithm-type-esp) YANG Description: Specify Encapsulating Security Payload (ESP) as the protocol to provide packet-level security.
f334239:c0:m15
def _set_esp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:1>}},), is...
Setter method for esp, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp (algorithm-type-esp) If this variable is read-only (config: false) in the source YANG file, then _set_esp is considered as a private method. Backends looking to po...
f334239:c0:m16
def _get_esp_no_encrypt(self):
return self.__esp_no_encrypt<EOL>
Getter method for esp_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_no_encrypt (empty) YANG Description: Do not encrypt the key
f334239:c0:m18
def _set_esp_no_encrypt(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for esp_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_no_encrypt (empty) If this variable is read-only (config: false) in the source YANG file, then _set_esp_no_encrypt is considered as a private method. Ba...
f334239:c0:m19
def _get_esp_key(self):
return self.__esp_key<EOL>
Getter method for esp_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_key (ipsec-authentication-hexkey-string) YANG Description: Hexadecimal key string for ESP
f334239:c0:m21
def _set_esp_key(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=s...
Setter method for esp_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_key (ipsec-authentication-hexkey-string) If this variable is read-only (config: false) in the source YANG file, then _set_esp_key is considered as a private me...
f334239:c0:m22
def _get_esp_auth(self):
return self.__esp_auth<EOL>
Getter method for esp_auth, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_auth (algorithm-type-ah)
f334239:c0:m24
def _set_esp_auth(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_type="<STR_LIT>", restriction_arg={u'<STR_LIT>': {'<STR_LIT:value>': <NUM_LIT:2>}, u'<ST...
Setter method for esp_auth, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_auth (algorithm-type-ah) If this variable is read-only (config: false) in the source YANG file, then _set_esp_auth is considered as a private method. Backends...
f334239:c0:m25
def _get_esp_auth_no_encrypt(self):
return self.__esp_auth_no_encrypt<EOL>
Getter method for esp_auth_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_auth_no_encrypt (empty) YANG Description: Do not encrypt the key
f334239:c0:m27
def _set_esp_auth_no_encrypt(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, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions...
Setter method for esp_auth_no_encrypt, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_auth_no_encrypt (empty) If this variable is read-only (config: false) in the source YANG file, then _set_esp_auth_no_encrypt is considered as a pri...
f334239:c0:m28
def _get_esp_auth_key(self):
return self.__esp_auth_key<EOL>
Getter method for esp_auth_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_auth_key (ipsec-authentication-hexkey-string) YANG Description: Hexadecimal key string for authentication algorithm
f334239:c0:m30
def _set_esp_auth_key(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:key>", parent=self, choice=(u'<STR_LIT>', u'<STR_LIT>'), path_help...
Setter method for esp_auth_key, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config/esp_auth_key (ipsec-authentication-hexkey-string) If this variable is read-only (config: false) in the source YANG file, then _set_esp_auth_key is considered ...
f334239:c0:m31
def _get_ipsec_auth_key_config(self):
return self.__ipsec_auth_key_config<EOL>
Getter method for ipsec_auth_key_config, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config (container)
f334240:c0:m3
def _set_ipsec_auth_key_config(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipsec_auth_key_config.ipsec_auth_key_config, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regis...
Setter method for ipsec_auth_key_config, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties/authentication/ipsec_auth_key_config (container) If this variable is read-only (config: false) in the source YANG file, then _set_ipsec_auth_key_config is considered as a private method....
f334240:c0:m4
def _get_virtual_link_neighbor(self):
return self.__virtual_link_neighbor<EOL>
Getter method for virtual_link_neighbor, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/virtual_link_neighbor (inet:ipv4-address) YANG Description: The neighbor router is the router ID (IPv4 address) of the router that is physically connected to the backbone when assigned from the router ...
f334241:c0:m3
def _set_virtual_link_neighbor(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for virtual_link_neighbor, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/virtual_link_neighbor (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_virtual_link_neighbor is considered as a private method. Backends looking to po...
f334241:c0:m4
def _get_link_properties(self):
return self.__link_properties<EOL>
Getter method for link_properties, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties (container)
f334241:c0:m6
def _set_link_properties(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=link_properties.link_properties, 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=Tr...
Setter method for link_properties, mapped from YANG variable /routing_system/ipv6/router/ospf/area/virtual_link/link_properties (container) If this variable is read-only (config: false) in the source YANG file, then _set_link_properties is considered as a private method. Backends looking to populate this variable shoul...
f334241:c0:m7
def _get_area_id(self):
return self.__area_id<EOL>
Getter method for area_id, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_id (ospf:ospf-area-id)
f334242:c0:m3
def _set_area_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=unicode, restricti...
Setter method for area_id, mapped from YANG variable /routing_system/ipv6/router/ospf/area/area_id (ospf:ospf-area-id) If this variable is read-only (config: false) in the source YANG file, then _set_area_id is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f334242:c0:m4
def _get_normal(self):
return self.__normal<EOL>
Getter method for normal, mapped from YANG variable /routing_system/ipv6/router/ospf/area/normal (empty)
f334242:c0:m6
def _set_normal(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 normal, mapped from YANG variable /routing_system/ipv6/router/ospf/area/normal (empty) If this variable is read-only (config: false) in the source YANG file, then _set_normal is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_normal() di...
f334242:c0:m7