signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_bfd_ipv6_static_route_src(self):
return self.__bfd_ipv6_static_route_src<EOL>
Getter method for bfd_ipv6_static_route_src, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_static_route_src (inet:ipv6-address)
f333908:c0:m6
def _set_bfd_ipv6_static_route_src(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 bfd_ipv6_static_route_src, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_static_route_src (inet:ipv6-address) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_ipv6_static_route_src is considered as a private method. Backends looking...
f333908:c0:m7
def _get_bfd_ipv6_interval_attributes(self):
return self.__bfd_ipv6_interval_attributes<EOL>
Getter method for bfd_ipv6_interval_attributes, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_interval_attributes (container)
f333908:c0:m9
def _set_bfd_ipv6_interval_attributes(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bfd_ipv6_interval_attributes.bfd_ipv6_interval_attributes, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ext...
Setter method for bfd_ipv6_interval_attributes, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route/bfd_ipv6_interval_attributes (container) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_ipv6_interval_attributes is considered as a private method. Backends lookin...
f333908:c0:m10
def _get_bfd_ipv6_static_route(self):
return self.__bfd_ipv6_static_route<EOL>
Getter method for bfd_ipv6_static_route, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route (list)
f333909:c0:m3
def _set_bfd_ipv6_static_route(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>",bfd_ipv6_static_route.bfd_ipv6_static_route, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, ...
Setter method for bfd_ipv6_static_route, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_static_route (list) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_ipv6_static_route is considered as a private method. Backends looking to populate this variable should do so via cal...
f333909:c0:m4
def _get_bfd_ipv6_link_local_static_route(self):
return self.__bfd_ipv6_link_local_static_route<EOL>
Getter method for bfd_ipv6_link_local_static_route, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route (list)
f333909:c0:m6
def _set_bfd_ipv6_link_local_static_route(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>",bfd_ipv6_link_local_static_route.bfd_ipv6_link_local_static_route, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_help...
Setter method for bfd_ipv6_link_local_static_route, mapped from YANG variable /ipv6/route/static/bfd/bfd_ipv6_link_local_static_route (list) If this variable is read-only (config: false) in the source YANG file, then _set_bfd_ipv6_link_local_static_route is considered as a private method. Backends looking to populate t...
f333909:c0:m7
def _get_ipv6_holdover_interval(self):
return self.__ipv6_holdover_interval<EOL>
Getter method for ipv6_holdover_interval, mapped from YANG variable /ipv6/route/static/bfd/ipv6_holdover_interval (uint8)
f333909:c0:m9
def _set_ipv6_holdover_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=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 ipv6_holdover_interval, mapped from YANG variable /ipv6/route/static/bfd/ipv6_holdover_interval (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_holdover_interval is considered as a private method. Backends looking to populate this variable should do so via...
f333909:c0:m10
def _get_static_route_next_vrf_dest(self):
return self.__static_route_next_vrf_dest<EOL>
Getter method for static_route_next_vrf_dest, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/static_route_next_vrf_dest (inet:ipv6-prefix)
f333910:c0:m3
def _set_static_route_next_vrf_dest(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 static_route_next_vrf_dest, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/static_route_next_vrf_dest (inet:ipv6-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_next_vrf_dest is considered as a private method. Backends looking...
f333910:c0:m4
def _get_next_hop_vrf(self):
return self.__next_hop_vrf<EOL>
Getter method for next_hop_vrf, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/next_hop_vrf (common-def:vrf-name)
f333910:c0:m6
def _set_next_hop_vrf(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 next_hop_vrf, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/next_hop_vrf (common-def:vrf-name) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop_vrf is considered as a private method. Backends looking to populate this variable should do so...
f333910:c0:m7
def _get_link_local_next_hop(self):
return self.__link_local_next_hop<EOL>
Getter method for link_local_next_hop, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/link_local_next_hop (inet:ipv6-address)
f333910:c0:m9
def _set_link_local_next_hop(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 link_local_next_hop, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/link_local_next_hop (inet:ipv6-address) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_next_hop is considered as a private method. Backends looking to populate this va...
f333910:c0:m10
def _get_link_local_route_oif_type(self):
return self.__link_local_route_oif_type<EOL>
Getter method for link_local_route_oif_type, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/link_local_route_oif_type (enumeration)
f333910:c0:m12
def _set_link_local_route_oif_type(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ...
Setter method for link_local_route_oif_type, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/link_local_route_oif_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_route_oif_type is considered as a private method. Backends looking to popu...
f333910:c0:m13
def _get_link_local_route_oif_name(self):
return self.__link_local_route_oif_name<EOL>
Getter method for link_local_route_oif_name, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/link_local_route_oif_name (string)
f333910:c0:m15
def _set_link_local_route_oif_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 link_local_route_oif_name, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf/link_local_route_oif_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_route_oif_name is considered as a private method. Backends looking to populate ...
f333910:c0:m16
def _get_static_route_next_vrf_dest(self):
return self.__static_route_next_vrf_dest<EOL>
Getter method for static_route_next_vrf_dest, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf/static_route_next_vrf_dest (inet:ipv6-prefix)
f333911:c0:m3
def _set_static_route_next_vrf_dest(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 static_route_next_vrf_dest, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf/static_route_next_vrf_dest (inet:ipv6-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_next_vrf_dest is considered as a private method. Backends looking to p...
f333911:c0:m4
def _get_next_hop_vrf(self):
return self.__next_hop_vrf<EOL>
Getter method for next_hop_vrf, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf/next_hop_vrf (common-def:vrf-name)
f333911:c0:m6
def _set_next_hop_vrf(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 next_hop_vrf, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf/next_hop_vrf (common-def:vrf-name) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop_vrf is considered as a private method. Backends looking to populate this variable should do so via ...
f333911:c0:m7
def _get_static_route_oif_type(self):
return self.__static_route_oif_type<EOL>
Getter method for static_route_oif_type, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf/static_route_oif_type (enumeration)
f333911:c0:m9
def _set_static_route_oif_type(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ...
Setter method for static_route_oif_type, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf/static_route_oif_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_oif_type is considered as a private method. Backends looking to populate this variabl...
f333911:c0:m10
def _get_static_route_oif_name(self):
return self.__static_route_oif_name<EOL>
Getter method for static_route_oif_name, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf/static_route_oif_name (string)
f333911:c0:m12
def _set_static_route_oif_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 static_route_oif_name, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf/static_route_oif_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_oif_name is considered as a private method. Backends looking to populate this variable sho...
f333911:c0:m13
def _get_static_route_next_vrf_dest(self):
return self.__static_route_next_vrf_dest<EOL>
Getter method for static_route_next_vrf_dest, mapped from YANG variable /ipv6/route/static_route_nh_vrf/static_route_next_vrf_dest (inet:ipv6-prefix)
f333912:c0:m3
def _set_static_route_next_vrf_dest(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 static_route_next_vrf_dest, mapped from YANG variable /ipv6/route/static_route_nh_vrf/static_route_next_vrf_dest (inet:ipv6-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_next_vrf_dest is considered as a private method. Backends looking to populat...
f333912:c0:m4
def _get_next_hop_vrf(self):
return self.__next_hop_vrf<EOL>
Getter method for next_hop_vrf, mapped from YANG variable /ipv6/route/static_route_nh_vrf/next_hop_vrf (common-def:vrf-name)
f333912:c0:m6
def _set_next_hop_vrf(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 next_hop_vrf, mapped from YANG variable /ipv6/route/static_route_nh_vrf/next_hop_vrf (common-def:vrf-name) If this variable is read-only (config: false) in the source YANG file, then _set_next_hop_vrf is considered as a private method. Backends looking to populate this variable should do so via callin...
f333912:c0:m7
def _get_static_route_next_hop(self):
return self.__static_route_next_hop<EOL>
Getter method for static_route_next_hop, mapped from YANG variable /ipv6/route/static_route_nh_vrf/static_route_next_hop (inet:ipv6-address)
f333912:c0:m9
def _set_static_route_next_hop(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 static_route_next_hop, mapped from YANG variable /ipv6/route/static_route_nh_vrf/static_route_next_hop (inet:ipv6-address) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_next_hop is considered as a private method. Backends looking to populate this variabl...
f333912:c0:m10
def _get_metric(self):
return self.__metric<EOL>
Getter method for metric, mapped from YANG variable /ipv6/route/static_route_nh/route_attributes/metric (uint32)
f333913:c0:m3
def _set_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 metric, mapped from YANG variable /ipv6/route/static_route_nh/route_attributes/metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_metric is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_met...
f333913:c0:m4
def _get_distance(self):
return self.__distance<EOL>
Getter method for distance, mapped from YANG variable /ipv6/route/static_route_nh/route_attributes/distance (uint32)
f333913:c0:m6
def _set_distance(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 distance, mapped from YANG variable /ipv6/route/static_route_nh/route_attributes/distance (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_distance is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f333913:c0:m7
def _get_tag(self):
return self.__tag<EOL>
Getter method for tag, mapped from YANG variable /ipv6/route/static_route_nh/route_attributes/tag (uint32) YANG Description: Tag can be configured to filter the static routes for route redistribution. Default value is 0, indicating no tag.
f333913:c0:m9
def _set_tag(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for tag, mapped from YANG variable /ipv6/route/static_route_nh/route_attributes/tag (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_tag is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333913:c0:m10
def _get_static_route_dest(self):
return self.__static_route_dest<EOL>
Getter method for static_route_dest, mapped from YANG variable /ipv6/route/static_route_nh/static_route_dest (inet:ipv6-prefix)
f333914:c0:m3
def _set_static_route_dest(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 static_route_dest, mapped from YANG variable /ipv6/route/static_route_nh/static_route_dest (inet:ipv6-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_dest is considered as a private method. Backends looking to populate this variable should do so vi...
f333914:c0:m4
def _get_static_route_next_hop(self):
return self.__static_route_next_hop<EOL>
Getter method for static_route_next_hop, mapped from YANG variable /ipv6/route/static_route_nh/static_route_next_hop (inet:ipv6-address)
f333914:c0:m6
def _set_static_route_next_hop(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 static_route_next_hop, mapped from YANG variable /ipv6/route/static_route_nh/static_route_next_hop (inet:ipv6-address) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_next_hop is considered as a private method. Backends looking to populate this variable sh...
f333914:c0:m7
def _get_route_attributes(self):
return self.__route_attributes<EOL>
Getter method for route_attributes, mapped from YANG variable /ipv6/route/static_route_nh/route_attributes (container)
f333914:c0:m9
def _set_route_attributes(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_attributes.route_attributes, 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 route_attributes, mapped from YANG variable /ipv6/route/static_route_nh/route_attributes (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_attributes is considered as a private method. Backends looking to populate this variable should do so via calling ...
f333914:c0:m10
def _get_static_route_nh(self):
return self.__static_route_nh<EOL>
Getter method for static_route_nh, mapped from YANG variable /ipv6/route/static_route_nh (list)
f333915:c0:m3
def _set_static_route_nh(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>",static_route_nh.static_route_nh, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<...
Setter method for static_route_nh, mapped from YANG variable /ipv6/route/static_route_nh (list) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_nh is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_static_rout...
f333915:c0:m4
def _get_static_route_oif(self):
return self.__static_route_oif<EOL>
Getter method for static_route_oif, mapped from YANG variable /ipv6/route/static_route_oif (list)
f333915:c0:m6
def _set_static_route_oif(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>",static_route_oif.static_route_oif, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys=...
Setter method for static_route_oif, mapped from YANG variable /ipv6/route/static_route_oif (list) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_oif is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_static_r...
f333915:c0:m7
def _get_link_local_static_route_nh(self):
return self.__link_local_static_route_nh<EOL>
Getter method for link_local_static_route_nh, mapped from YANG variable /ipv6/route/link_local_static_route_nh (list)
f333915:c0:m9
def _set_link_local_static_route_nh(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>",link_local_static_route_nh.link_local_static_route_nh, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._pat...
Setter method for link_local_static_route_nh, mapped from YANG variable /ipv6/route/link_local_static_route_nh (list) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_static_route_nh is considered as a private method. Backends looking to populate this variable should do so via...
f333915:c0:m10
def _get_static_route_nh_vrf(self):
return self.__static_route_nh_vrf<EOL>
Getter method for static_route_nh_vrf, mapped from YANG variable /ipv6/route/static_route_nh_vrf (list)
f333915:c0:m12
def _set_static_route_nh_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=YANGListType("<STR_LIT>",static_route_nh_vrf.static_route_nh_vrf, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang...
Setter method for static_route_nh_vrf, mapped from YANG variable /ipv6/route/static_route_nh_vrf (list) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_nh_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f333915:c0:m13
def _get_link_local_static_route_nh_vrf(self):
return self.__link_local_static_route_nh_vrf<EOL>
Getter method for link_local_static_route_nh_vrf, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf (list)
f333915:c0:m15
def _set_link_local_static_route_nh_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=YANGListType("<STR_LIT>",link_local_static_route_nh_vrf.link_local_static_route_nh_vrf, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=s...
Setter method for link_local_static_route_nh_vrf, mapped from YANG variable /ipv6/route/link_local_static_route_nh_vrf (list) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_static_route_nh_vrf is considered as a private method. Backends looking to populate this variable shou...
f333915:c0:m16
def _get_ipv6_static_route_oif_vrf(self):
return self.__ipv6_static_route_oif_vrf<EOL>
Getter method for ipv6_static_route_oif_vrf, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf (list)
f333915:c0:m18
def _set_ipv6_static_route_oif_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=YANGListType("<STR_LIT>",ipv6_static_route_oif_vrf.ipv6_static_route_oif_vrf, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_...
Setter method for ipv6_static_route_oif_vrf, mapped from YANG variable /ipv6/route/ipv6_static_route_oif_vrf (list) If this variable is read-only (config: false) in the source YANG file, then _set_ipv6_static_route_oif_vrf is considered as a private method. Backends looking to populate this variable should do so via ca...
f333915:c0:m19
def _get_static(self):
return self.__static<EOL>
Getter method for static, mapped from YANG variable /ipv6/route/static (container)
f333915:c0:m21
def _set_static(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=static.static, 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 static, mapped from YANG variable /ipv6/route/static (container) If this variable is read-only (config: false) in the source YANG file, then _set_static is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_static() directly.
f333915:c0:m22
def _get_metric(self):
return self.__metric<EOL>
Getter method for metric, mapped from YANG variable /ipv6/route/static_route_oif/route_attributes/metric (uint32)
f333916:c0:m3
def _set_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 metric, mapped from YANG variable /ipv6/route/static_route_oif/route_attributes/metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_metric is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_me...
f333916:c0:m4
def _get_distance(self):
return self.__distance<EOL>
Getter method for distance, mapped from YANG variable /ipv6/route/static_route_oif/route_attributes/distance (uint32)
f333916:c0:m6
def _set_distance(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 distance, mapped from YANG variable /ipv6/route/static_route_oif/route_attributes/distance (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_distance is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f333916:c0:m7
def _get_tag(self):
return self.__tag<EOL>
Getter method for tag, mapped from YANG variable /ipv6/route/static_route_oif/route_attributes/tag (uint32) YANG Description: Tag can be configured to filter the static routes for route redistribution. Default value is 0, indicating no tag.
f333916:c0:m9
def _set_tag(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for tag, mapped from YANG variable /ipv6/route/static_route_oif/route_attributes/tag (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_tag is considered as a private method. Backends looking to populate this variable should do so via calling thisObj....
f333916:c0:m10
def _get_static_route_dest(self):
return self.__static_route_dest<EOL>
Getter method for static_route_dest, mapped from YANG variable /ipv6/route/static_route_oif/static_route_dest (inet:ipv6-prefix)
f333917:c0:m3
def _set_static_route_dest(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 static_route_dest, mapped from YANG variable /ipv6/route/static_route_oif/static_route_dest (inet:ipv6-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_dest is considered as a private method. Backends looking to populate this variable should do so v...
f333917:c0:m4
def _get_static_route_oif_type(self):
return self.__static_route_oif_type<EOL>
Getter method for static_route_oif_type, mapped from YANG variable /ipv6/route/static_route_oif/static_route_oif_type (enumeration)
f333917:c0:m6
def _set_static_route_oif_type(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ...
Setter method for static_route_oif_type, mapped from YANG variable /ipv6/route/static_route_oif/static_route_oif_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_oif_type is considered as a private method. Backends looking to populate this variable should ...
f333917:c0:m7
def _get_static_route_oif_name(self):
return self.__static_route_oif_name<EOL>
Getter method for static_route_oif_name, mapped from YANG variable /ipv6/route/static_route_oif/static_route_oif_name (string)
f333917:c0:m9
def _set_static_route_oif_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 static_route_oif_name, mapped from YANG variable /ipv6/route/static_route_oif/static_route_oif_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_static_route_oif_name is considered as a private method. Backends looking to populate this variable should do so...
f333917:c0:m10
def _get_route_attributes(self):
return self.__route_attributes<EOL>
Getter method for route_attributes, mapped from YANG variable /ipv6/route/static_route_oif/route_attributes (container)
f333917:c0:m12
def _set_route_attributes(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_attributes.route_attributes, 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 route_attributes, mapped from YANG variable /ipv6/route/static_route_oif/route_attributes (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_attributes is considered as a private method. Backends looking to populate this variable should do so via calling...
f333917:c0:m13
def _get_metric(self):
return self.__metric<EOL>
Getter method for metric, mapped from YANG variable /ipv6/route/link_local_static_route_nh/route_attributes/metric (uint32)
f333918:c0:m3
def _set_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 metric, mapped from YANG variable /ipv6/route/link_local_static_route_nh/route_attributes/metric (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_metric is considered as a private method. Backends looking to populate this variable should do so via calling thisO...
f333918:c0:m4
def _get_distance(self):
return self.__distance<EOL>
Getter method for distance, mapped from YANG variable /ipv6/route/link_local_static_route_nh/route_attributes/distance (uint32)
f333918:c0:m6
def _set_distance(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 distance, mapped from YANG variable /ipv6/route/link_local_static_route_nh/route_attributes/distance (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_distance is considered as a private method. Backends looking to populate this variable should do so via calling...
f333918:c0:m7
def _get_tag(self):
return self.__tag<EOL>
Getter method for tag, mapped from YANG variable /ipv6/route/link_local_static_route_nh/route_attributes/tag (uint32) YANG Description: Tag can be configured to filter the static routes for route redistribution. Default value is 0, indicating no tag.
f333918:c0:m9
def _set_tag(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for tag, mapped from YANG variable /ipv6/route/link_local_static_route_nh/route_attributes/tag (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_tag is considered as a private method. Backends looking to populate this variable should do so via callin...
f333918:c0:m10
def _get_link_local_static_route_dest(self):
return self.__link_local_static_route_dest<EOL>
Getter method for link_local_static_route_dest, mapped from YANG variable /ipv6/route/link_local_static_route_nh/link_local_static_route_dest (inet:ipv6-prefix)
f333919:c0:m3
def _set_link_local_static_route_dest(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 link_local_static_route_dest, mapped from YANG variable /ipv6/route/link_local_static_route_nh/link_local_static_route_dest (inet:ipv6-prefix) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_static_route_dest is considered as a private method. Backends looki...
f333919:c0:m4
def _get_link_local_nexthop(self):
return self.__link_local_nexthop<EOL>
Getter method for link_local_nexthop, mapped from YANG variable /ipv6/route/link_local_static_route_nh/link_local_nexthop (inet:ipv6-address)
f333919:c0:m6
def _set_link_local_nexthop(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 link_local_nexthop, mapped from YANG variable /ipv6/route/link_local_static_route_nh/link_local_nexthop (inet:ipv6-address) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_nexthop is considered as a private method. Backends looking to populate this variable ...
f333919:c0:m7
def _get_link_local_route_oif_type(self):
return self.__link_local_route_oif_type<EOL>
Getter method for link_local_route_oif_type, mapped from YANG variable /ipv6/route/link_local_static_route_nh/link_local_route_oif_type (enumeration)
f333919:c0:m9
def _set_link_local_route_oif_type(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, ...
Setter method for link_local_route_oif_type, mapped from YANG variable /ipv6/route/link_local_static_route_nh/link_local_route_oif_type (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_route_oif_type is considered as a private method. Backends looking to populate...
f333919:c0:m10
def _get_link_local_route_oif_name(self):
return self.__link_local_route_oif_name<EOL>
Getter method for link_local_route_oif_name, mapped from YANG variable /ipv6/route/link_local_static_route_nh/link_local_route_oif_name (string)
f333919:c0:m12
def _set_link_local_route_oif_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 link_local_route_oif_name, mapped from YANG variable /ipv6/route/link_local_static_route_nh/link_local_route_oif_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_link_local_route_oif_name is considered as a private method. Backends looking to populate this...
f333919:c0:m13
def _get_route_attributes(self):
return self.__route_attributes<EOL>
Getter method for route_attributes, mapped from YANG variable /ipv6/route/link_local_static_route_nh/route_attributes (container)
f333919:c0:m15
def _set_route_attributes(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=route_attributes.route_attributes, 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 route_attributes, mapped from YANG variable /ipv6/route/link_local_static_route_nh/route_attributes (container) If this variable is read-only (config: false) in the source YANG file, then _set_route_attributes is considered as a private method. Backends looking to populate this variable should do so v...
f333919:c0:m16
def _get_global_dad_time(self):
return self.__global_dad_time<EOL>
Getter method for global_dad_time, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dad/global_dad_time (common-def:time-interval-sec)
f333920:c0:m3
def _set_global_dad_time(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for global_dad_time, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dad/global_dad_time (common-def:time-interval-sec) If this variable is read-only (config: false) in the source YANG file, then _set_global_dad_time is considered as a private method. Backends looking to populate this variable ...
f333920:c0:m4
def _get_domain_name_string_global(self):
return self.__domain_name_string_global<EOL>
Getter method for domain_name_string_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/domain_name_global/domain_name_string_global (string)
f333921:c0:m3
def _set_domain_name_string_global(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 domain_name_string_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/domain_name_global/domain_name_string_global (string) If this variable is read-only (config: false) in the source YANG file, then _set_domain_name_string_global is considered as a private method. Backends looking to ...
f333921:c0:m4
def _get_domain_name_lifetime_global(self):
return self.__domain_name_lifetime_global<EOL>
Getter method for domain_name_lifetime_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/domain_name_global/domain_name_lifetime_global (uint32)
f333921:c0:m6
def _set_domain_name_lifetime_global(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy...
Setter method for domain_name_lifetime_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/domain_name_global/domain_name_lifetime_global (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_domain_name_lifetime_global is considered as a private method. Backends looki...
f333921:c0:m7
def _get_dad(self):
return self.__dad<EOL>
Getter method for dad, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dad (container)
f333922:c0:m3
def _set_dad(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dad.dad, 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 dad, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dad (container) If this variable is read-only (config: false) in the source YANG file, then _set_dad is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dad() directly.
f333922:c0:m4
def _get_global_suppress_ra(self):
return self.__global_suppress_ra<EOL>
Getter method for global_suppress_ra, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/global_suppress_ra (empty)
f333922:c0:m6
def _set_global_suppress_ra(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 global_suppress_ra, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/global_suppress_ra (empty) If this variable is read-only (config: false) in the source YANG file, then _set_global_suppress_ra is considered as a private method. Backends looking to populate this variable should do so via c...
f333922:c0:m7