signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_dns_server_global(self): | return self.__dns_server_global<EOL> | Getter method for dns_server_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dns_server_global (list) | f333922:c0:m9 |
def _set_dns_server_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=YANGListType("<STR_LIT>",dns_server_global.dns_server_global, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_key... | Setter method for dns_server_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dns_server_global (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_dns_server_global is considered as a private
method. Backends looking to populate this variable should
do so via calli... | f333922:c0:m10 |
def _get_domain_name_global(self): | return self.__domain_name_global<EOL> | Getter method for domain_name_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/domain_name_global (list) | f333922:c0:m12 |
def _set_domain_name_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=YANGListType("<STR_LIT>",domain_name_global.domain_name_global, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_k... | Setter method for domain_name_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/domain_name_global (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_domain_name_global is considered as a private
method. Backends looking to populate this variable should
do so via ca... | f333922:c0:m13 |
def _get_dns_server_prefix_global(self): | return self.__dns_server_prefix_global<EOL> | Getter method for dns_server_prefix_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dns_server_global/dns_server_prefix_global (inet:ipv6-address) | f333923:c0:m3 |
def _set_dns_server_prefix_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=RestrictedClassType(base_type=unicode, restricti... | Setter method for dns_server_prefix_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dns_server_global/dns_server_prefix_global (inet:ipv6-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_dns_server_prefix_global is considered as a private
method. Backends look... | f333923:c0:m4 |
def _get_dns_server_lifetime_global(self): | return self.__dns_server_lifetime_global<EOL> | Getter method for dns_server_lifetime_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dns_server_global/dns_server_lifetime_global (uint32) | f333923:c0:m6 |
def _set_dns_server_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 dns_server_lifetime_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global/dns_server_global/dns_server_lifetime_global (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_dns_server_lifetime_global is considered as a private
method. Backends looking t... | f333923:c0:m7 |
def _get_nd_global(self): | return self.__nd_global<EOL> | Getter method for nd_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global (container) | f333924:c0:m3 |
def _set_nd_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=nd_global.nd_global, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensio... | Setter method for nd_global, mapped from YANG variable /ipv6/ipv6_global_cmds/nd_global (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_nd_global is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_nd_global() d... | f333924:c0:m4 |
def _get_name(self): | return self.__name<EOL> | Getter method for name, mapped from YANG variable /ipv6/prefix_list/name (ipv6-prefix-name-t) | f333925:c0:m3 |
def _set_name(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti... | Setter method for name, mapped from YANG variable /ipv6/prefix_list/name (ipv6-prefix-name-t)
If this variable is read-only (config: false) in the
source YANG file, then _set_name is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_name() directly. | f333925:c0:m4 |
def _get_seq_keyword(self): | return self.__seq_keyword<EOL> | Getter method for seq_keyword, mapped from YANG variable /ipv6/prefix_list/seq_keyword (enumeration) | f333925:c0:m6 |
def _set_seq_keyword(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 seq_keyword, mapped from YANG variable /ipv6/prefix_list/seq_keyword (enumeration)
If this variable is read-only (config: false) in the
source YANG file, then _set_seq_keyword is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_seq_keywor... | f333925:c0:m7 |
def _get_instance(self): | return self.__instance<EOL> | Getter method for instance, mapped from YANG variable /ipv6/prefix_list/instance (instance-id-t) | f333925:c0:m9 |
def _set_instance(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassTyp... | Setter method for instance, mapped from YANG variable /ipv6/prefix_list/instance (instance-id-t)
If this variable is read-only (config: false) in the
source YANG file, then _set_instance is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_instance() direct... | f333925:c0:m10 |
def _get_action_ipp(self): | return self.__action_ipp<EOL> | Getter method for action_ipp, mapped from YANG variable /ipv6/prefix_list/action_ipp (action-t) | f333925:c0:m12 |
def _set_action_ipp(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 action_ipp, mapped from YANG variable /ipv6/prefix_list/action_ipp (action-t)
If this variable is read-only (config: false) in the
source YANG file, then _set_action_ipp is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_action_ipp() dir... | f333925:c0:m13 |
def _get_ipv6_prefix_ipp(self): | return self.__ipv6_prefix_ipp<EOL> | Getter method for ipv6_prefix_ipp, mapped from YANG variable /ipv6/prefix_list/ipv6_prefix_ipp (inet:ipv6-prefix) | f333925:c0:m15 |
def _set_ipv6_prefix_ipp(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm... | Setter method for ipv6_prefix_ipp, mapped from YANG variable /ipv6/prefix_list/ipv6_prefix_ipp (inet:ipv6-prefix)
If this variable is read-only (config: false) in the
source YANG file, then _set_ipv6_prefix_ipp is considered as a private
method. Backends looking to populate this variable should
do so via calling thisOb... | f333925:c0:m16 |
def _get_ge_ipp(self): | return self.__ge_ipp<EOL> | Getter method for ge_ipp, mapped from YANG variable /ipv6/prefix_list/ge_ipp (ipv6-prefix-len-t)
YANG Description: Minimum IPv6 prefix length. | f333925:c0:m18 |
def _set_ge_ipp(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 ge_ipp, mapped from YANG variable /ipv6/prefix_list/ge_ipp (ipv6-prefix-len-t)
If this variable is read-only (config: false) in the
source YANG file, then _set_ge_ipp is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ge_ipp() directly.
... | f333925:c0:m19 |
def _get_le_ipp(self): | return self.__le_ipp<EOL> | Getter method for le_ipp, mapped from YANG variable /ipv6/prefix_list/le_ipp (ipv6-prefix-len-t)
YANG Description: Maximum IPv6 prefix length. | f333925:c0:m21 |
def _set_le_ipp(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 le_ipp, mapped from YANG variable /ipv6/prefix_list/le_ipp (ipv6-prefix-len-t)
If this variable is read-only (config: false) in the
source YANG file, then _set_le_ipp is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_le_ipp() directly.
... | f333925:c0:m22 |
def _get_ipv6route(self): | return self.__ipv6route<EOL> | Getter method for ipv6route, mapped from YANG variable /ipv6/ipv6route (container) | f333926:c0:m3 |
def _set_ipv6route(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipv6route.ipv6route, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensio... | Setter method for ipv6route, mapped from YANG variable /ipv6/ipv6route (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ipv6route is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ipv6route() directly. | f333926:c0:m4 |
def _get_prefix_list(self): | return self.__prefix_list<EOL> | Getter method for prefix_list, mapped from YANG variable /ipv6/prefix_list (list)
YANG Description: IPv6 address prefix list. | f333926:c0:m6 |
def _set_prefix_list(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",prefix_list.prefix_list, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>... | Setter method for prefix_list, mapped from YANG variable /ipv6/prefix_list (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_prefix_list is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_prefix_list() directly.
YANG... | f333926:c0:m7 |
def _get_ipv6_global_cmds(self): | return self.__ipv6_global_cmds<EOL> | Getter method for ipv6_global_cmds, mapped from YANG variable /ipv6/ipv6_global_cmds (container) | f333926:c0:m9 |
def _set_ipv6_global_cmds(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipv6_global_cmds.ipv6_global_cmds, 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 ipv6_global_cmds, mapped from YANG variable /ipv6/ipv6_global_cmds (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ipv6_global_cmds is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ipv6_glob... | f333926:c0:m10 |
def _get_route(self): | return self.__route<EOL> | Getter method for route, mapped from YANG variable /ipv6/route (container) | f333926:c0:m12 |
def _set_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=route.route, 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 route, mapped from YANG variable /ipv6/route (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_route is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_route() directly. | f333926:c0:m13 |
def _get_import_(self): | return self.__import_<EOL> | Getter method for import_, mapped from YANG variable /ipv6/import (container) | f333926:c0:m15 |
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=import_.import_, 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 import_, mapped from YANG variable /ipv6/import (container)
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 thisObj._set_import_() directly. | f333926:c0:m16 |
def _get_proto_vrrpv3(self): | return self.__proto_vrrpv3<EOL> | Getter method for proto_vrrpv3, mapped from YANG variable /ipv6/proto_vrrpv3 (container) | f333926:c0:m18 |
def _set_proto_vrrpv3(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=proto_vrrpv3.proto_vrrpv3, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex... | Setter method for proto_vrrpv3, mapped from YANG variable /ipv6/proto_vrrpv3 (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_proto_vrrpv3 is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_proto_vrrpv3() direct... | f333926:c0:m19 |
def _get_vrrp(self): | return self.__vrrp<EOL> | Getter method for vrrp, mapped from YANG variable /ipv6/proto_vrrpv3/vrrp (empty)
YANG Description: Virtual Router Redundacy Protocol IPv6 (VRRPv3) | f333927: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 /ipv6/proto_vrrpv3/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() directly.
YANG Description: ... | f333927:c0:m4 |
def _get_vrrp_extended(self): | return self.__vrrp_extended<EOL> | Getter method for vrrp_extended, mapped from YANG variable /ipv6/proto_vrrpv3/vrrp_extended (empty)
YANG Description: Virtual Router Redundacy Protocol IPv6 Extended (VRRPv3-E) | f333927: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 /ipv6/proto_vrrpv3/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 thisObj._set_vrrp_exte... | f333927:c0:m7 |
def _get_src_vrf(self): | return self.__src_vrf<EOL> | Getter method for src_vrf, mapped from YANG variable /ipv6/import/routes/src_vrf (common-def:vrf-name) | f333928:c0:m3 |
def _set_src_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 src_vrf, mapped from YANG variable /ipv6/import/routes/src_vrf (common-def:vrf-name)
If this variable is read-only (config: false) in the
source YANG file, then _set_src_vrf is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_src_vrf() di... | f333928:c0:m4 |
def _get_route_map(self): | return self.__route_map<EOL> | Getter method for route_map, mapped from YANG variable /ipv6/import/routes/route_map (common-def:name-string63) | f333928:c0:m6 |
def _set_route_map(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 route_map, mapped from YANG variable /ipv6/import/routes/route_map (common-def:name-string63)
If this variable is read-only (config: false) in the
source YANG file, then _set_route_map is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_r... | f333928:c0:m7 |
def _get_routes(self): | return self.__routes<EOL> | Getter method for routes, mapped from YANG variable /ipv6/import/routes (list)
YANG Description: import IPV6 routes | f333929:c0:m3 |
def _set_routes(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>",routes.routes, 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 routes, mapped from YANG variable /ipv6/import/routes (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_routes is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_routes() directly.
YANG Description:... | f333929:c0:m4 |
def _get_pim(self): | return self.__pim<EOL> | Getter method for pim, mapped from YANG variable /igmp_snooping/ip/pim (container) | f333930:c0:m3 |
def _set_pim(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=pim.pim, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L... | Setter method for pim, mapped from YANG variable /igmp_snooping/ip/pim (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_pim is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_pim() directly. | f333930:c0:m4 |
def _get_igmp(self): | return self.__igmp<EOL> | Getter method for igmp, mapped from YANG variable /igmp_snooping/ip/igmp (container) | f333930:c0:m6 |
def _set_igmp(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=igmp.igmp, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR... | Setter method for igmp, mapped from YANG variable /igmp_snooping/ip/igmp (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmp is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_igmp() directly. | f333930:c0:m7 |
def _get_igmps_enable(self): | return self.__igmps_enable<EOL> | Getter method for igmps_enable, mapped from YANG variable /igmp_snooping/ip/igmp/igmp_snooping/igmps_enable (empty) | f333931:c0:m3 |
def _set_igmps_enable(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u... | Setter method for igmps_enable, mapped from YANG variable /igmp_snooping/ip/igmp/igmp_snooping/igmps_enable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_enable is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj... | f333931:c0:m4 |
def _get_router_alert_check_disable(self): | return self.__router_alert_check_disable<EOL> | Getter method for router_alert_check_disable, mapped from YANG variable /igmp_snooping/ip/igmp/router_alert_check_disable (empty) | f333932:c0:m3 |
def _set_router_alert_check_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:info>': u... | Setter method for router_alert_check_disable, mapped from YANG variable /igmp_snooping/ip/igmp/router_alert_check_disable (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_router_alert_check_disable is considered as a private
method. Backends looking to populate this variable shou... | f333932:c0:m4 |
def _get_ssm_map(self): | return self.__ssm_map<EOL> | Getter method for ssm_map, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map (container) | f333932:c0:m6 |
def _set_ssm_map(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ssm_map.ssm_map, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={... | Setter method for ssm_map, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ssm_map is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ssm_map() directly. | f333932:c0:m7 |
def _get_igmp_snooping(self): | return self.__igmp_snooping<EOL> | Getter method for igmp_snooping, mapped from YANG variable /igmp_snooping/ip/igmp/igmp_snooping (container) | f333932:c0:m9 |
def _set_igmp_snooping(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=igmp_snooping.igmp_snooping, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ... | Setter method for igmp_snooping, mapped from YANG variable /igmp_snooping/ip/igmp/igmp_snooping (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmp_snooping is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_i... | f333932:c0:m10 |
def _get_igmps_ssmmap(self): | return self.__igmps_ssmmap<EOL> | Getter method for igmps_ssmmap, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map/igmps_ssmmap (empty) | f333933:c0:m3 |
def _set_igmps_ssmmap(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u... | Setter method for igmps_ssmmap, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map/igmps_ssmmap (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_ssmmap is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_... | f333933:c0:m4 |
def _get_igmps_prefix_list(self): | return self.__igmps_prefix_list<EOL> | Getter method for igmps_prefix_list, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map/igmps_prefix_list (list) | f333933:c0:m6 |
def _set_igmps_prefix_list(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",igmps_prefix_list.igmps_prefix_list, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_key... | Setter method for igmps_prefix_list, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map/igmps_prefix_list (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_prefix_list is considered as a private
method. Backends looking to populate this variable should
do so via calling... | f333933:c0:m7 |
def _get_igmps_prefix_list_name(self): | return self.__igmps_prefix_list_name<EOL> | Getter method for igmps_prefix_list_name, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map/igmps_prefix_list/igmps_prefix_list_name (ipv4-prefix-name-t) | f333934:c0:m3 |
def _set_igmps_prefix_list_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 igmps_prefix_list_name, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map/igmps_prefix_list/igmps_prefix_list_name (ipv4-prefix-name-t)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_prefix_list_name is considered as a private
method. Backends looking to ... | f333934:c0:m4 |
def _get_igmps_prefix_src_addr(self): | return self.__igmps_prefix_src_addr<EOL> | Getter method for igmps_prefix_src_addr, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map/igmps_prefix_list/igmps_prefix_src_addr (inet:ipv4-address) | f333934:c0:m6 |
def _set_igmps_prefix_src_addr(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti... | Setter method for igmps_prefix_src_addr, mapped from YANG variable /igmp_snooping/ip/igmp/ssm_map/igmps_prefix_list/igmps_prefix_src_addr (inet:ipv4-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmps_prefix_src_addr is considered as a private
method. Backends looking to popu... | f333934:c0:m7 |
def _get_http_sa(self): | return self.__http_sa<EOL> | Getter method for http_sa, mapped from YANG variable /http_sa (container) | f333935:c0:m3 |
def _set_http_sa(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=http_sa.http_sa, 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 http_sa, mapped from YANG variable /http_sa (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_http_sa is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_http_sa() directly. | f333935:c0:m4 |
def _get_snmp_server(self): | return self.__snmp_server<EOL> | Getter method for snmp_server, mapped from YANG variable /snmp_server (container) | f333935:c1:m3 |
def _set_snmp_server(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=snmp_server.snmp_server, 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 snmp_server, mapped from YANG variable /snmp_server (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_snmp_server is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_snmp_server() directly. | f333935:c1:m4 |
def _get_ha(self): | return self.__ha<EOL> | Getter method for ha, mapped from YANG variable /ha (container)
YANG Description: Configuration related to high availability functionalities. | f333935:c3:m3 |
def _set_ha(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ha.ha, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT... | Setter method for ha, mapped from YANG variable /ha (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ha is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ha() directly.
YANG Description: Configuration related ... | f333935:c3:m4 |
def _get_ha_action(self): | return self.__ha_action<EOL> | Getter method for ha_action, mapped from YANG variable /ha_action (container) | f333935:c3:m6 |
def _set_ha_action(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ha_action.ha_action, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensio... | Setter method for ha_action, mapped from YANG variable /ha_action (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ha_action is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ha_action() directly. | f333935:c3:m7 |
def _get_interface_statistics_state(self): | return self.__interface_statistics_state<EOL> | Getter method for interface_statistics_state, mapped from YANG variable /interface_statistics_state (container)
YANG Description: Interafce Statistics | f333935:c4:m3 |
def _set_interface_statistics_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=interface_statistics_state.interface_statistics_state, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmeth... | Setter method for interface_statistics_state, mapped from YANG variable /interface_statistics_state (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_interface_statistics_state is considered as a private
method. Backends looking to populate this variable should
do so via calli... | f333935:c4:m4 |
def _get_firmware(self): | return self.__firmware<EOL> | Getter method for firmware, mapped from YANG variable /firmware (container) | f333935:c5:m3 |
def _set_firmware(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=firmware.firmware, 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 firmware, mapped from YANG variable /firmware (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_firmware is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_firmware() directly. | f333935:c5:m4 |
def _get_dhcp(self): | return self.__dhcp<EOL> | Getter method for dhcp, mapped from YANG variable /dhcp (container) | f333935:c5:m6 |
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 /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. | f333935:c5:m7 |
def _get_ipv6_acl(self): | return self.__ipv6_acl<EOL> | Getter method for ipv6_acl, mapped from YANG variable /ipv6_acl (container) | f333935:c9:m3 |
def _set_ipv6_acl(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ipv6_acl.ipv6_acl, 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 ipv6_acl, mapped from YANG variable /ipv6_acl (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ipv6_acl is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ipv6_acl() directly. | f333935:c9:m4 |
def _get_igmp_snooping_state(self): | return self.__igmp_snooping_state<EOL> | Getter method for igmp_snooping_state, mapped from YANG variable /igmp_snooping_state (container)
YANG Description: IGMP Snooping Root MO | f333935:c10:m3 |
def _set_igmp_snooping_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=igmp_snooping_state.igmp_snooping_state, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_... | Setter method for igmp_snooping_state, mapped from YANG variable /igmp_snooping_state (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_igmp_snooping_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_igmp_... | f333935:c10:m4 |
def _get_class_map(self): | return self.__class_map<EOL> | Getter method for class_map, mapped from YANG variable /class_map (list) | f333935:c14:m3 |
def _set_class_map(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT:name>",class_map.class_map, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT... | Setter method for class_map, mapped from YANG variable /class_map (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_class_map is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_class_map() directly. | f333935:c14:m4 |
def _get_policy_map(self): | return self.__policy_map<EOL> | Getter method for policy_map, mapped from YANG variable /policy_map (list) | f333935:c14:m6 |
def _set_policy_map(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT:name>",policy_map.policy_map, 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_L... | Setter method for policy_map, mapped from YANG variable /policy_map (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_policy_map is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_policy_map() directly. | f333935:c14:m7 |
def _get_system_qos(self): | return self.__system_qos<EOL> | Getter method for system_qos, mapped from YANG variable /system_qos (container) | f333935:c14:m9 |
def _set_system_qos(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=system_qos.system_qos, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extens... | Setter method for system_qos, mapped from YANG variable /system_qos (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_system_qos is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_system_qos() directly. | f333935:c14:m10 |
def _get_clock_sa(self): | return self.__clock_sa<EOL> | Getter method for clock_sa, mapped from YANG variable /clock_sa (container) | f333935:c15:m3 |
def _set_clock_sa(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=clock_sa.clock_sa, 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 clock_sa, mapped from YANG variable /clock_sa (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_clock_sa is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_clock_sa() directly. | f333935:c15:m4 |
def _get_hardware(self): | return self.__hardware<EOL> | Getter method for hardware, mapped from YANG variable /hardware (container)
YANG Description: This specifies the group of configuration/operational
elements to manage the hardware chracteristics of this
managed entity. | f333935:c16:m3 |
def _set_hardware(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=hardware.hardware, 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 hardware, mapped from YANG variable /hardware (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_hardware is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_hardware() directly.
... | f333935:c16:m4 |
def _get_vlan(self): | return self.__vlan<EOL> | Getter method for vlan, mapped from YANG variable /vlan (container) | f333935:c17:m3 |
def _set_vlan(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=vlan.vlan, 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 vlan, mapped from YANG variable /vlan (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_vlan is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vlan() directly. | f333935:c17:m4 |
def _get_zoning(self): | return self.__zoning<EOL> | Getter method for zoning, mapped from YANG variable /zoning (container) | f333935:c18:m3 |
def _set_zoning(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=zoning.zoning, 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 zoning, mapped from YANG variable /zoning (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_zoning is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_zoning() directly. | f333935:c18:m4 |
def _get_port_channel_redundancy_group(self): | return self.__port_channel_redundancy_group<EOL> | Getter method for port_channel_redundancy_group, mapped from YANG variable /port_channel_redundancy_group (list)
YANG Description: The list of port-channel redundancy groups in a managed device.
Each entry represents a port-channel-redundancy-group. | f333935:c19:m3 |
def _set_port_channel_redundancy_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>",port_channel_redundancy_group.port_channel_redundancy_group, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=True, path_helper=self... | Setter method for port_channel_redundancy_group, mapped from YANG variable /port_channel_redundancy_group (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_port_channel_redundancy_group is considered as a private
method. Backends looking to populate this variable should... | f333935:c19:m4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.