signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_retry(self): | return self.__retry<EOL> | Getter method for retry, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud/retry (container) | f334018:c0:m3 |
def _set_retry(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=retry.retry, 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 retry, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud/retry (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_retry is considered as a private
method. Backends looking to populate this variable should
do so via ca... | f334018:c0:m4 |
def _get_base(self): | return self.__base<EOL> | Getter method for base, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud/retry/base (int32) | f334019:c0:m3 |
def _set_base(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 base, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud/retry/base (int32)
If this variable is read-only (config: false) in the
source YANG file, then _set_base is considered as a private
method. Backends looking to populate this variable should
do so via cal... | f334019:c0:m4 |
def _get_interval(self): | return self.__interval<EOL> | Getter method for interval, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud/retry/interval (common-def:time-interval-msec) | f334019:c0:m6 |
def _set_interval(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy... | Setter method for interval, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud/retry/interval (common-def:time-interval-msec)
If this variable is read-only (config: false) in the
source YANG file, then _set_interval is considered as a private
method. Backends looking to populat... | f334019:c0:m7 |
def _get_max_attempts(self): | return self.__max_attempts<EOL> | Getter method for max_attempts, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud/retry/max_attempts (int32) | f334019:c0:m9 |
def _set_max_attempts(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 max_attempts, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud/retry/max_attempts (int32)
If this variable is read-only (config: false) in the
source YANG file, then _set_max_attempts is considered as a private
method. Backends looking to populate this varia... | f334019:c0:m10 |
def _get_expire(self): | return self.__expire<EOL> | Getter method for expire, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/cache/expire (common-def:time-interval-sec) | f334020:c0:m3 |
def _set_expire(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 expire, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/cache/expire (common-def:time-interval-sec)
If this variable is read-only (config: false) in the
source YANG file, then _set_expire is considered as a private
method. Backends looking to populate this vari... | f334020:c0:m4 |
def _get_router_pref_high(self): | return self.__router_pref_high<EOL> | Getter method for router_pref_high, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/router_preference/router_pref_high (empty) | f334021:c0:m3 |
def _set_router_pref_high(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 router_pref_high, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/router_preference/router_pref_high (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_router_pref_high is considered as a private
method. Backends looking to... | f334021:c0:m4 |
def _get_router_pref_low(self): | return self.__router_pref_low<EOL> | Getter method for router_pref_low, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/router_preference/router_pref_low (empty) | f334021:c0:m6 |
def _set_router_pref_low(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 router_pref_low, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/router_preference/router_pref_low (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_router_pref_low is considered as a private
method. Backends looking to po... | f334021:c0:m7 |
def _get_router_pref_medium(self): | return self.__router_pref_medium<EOL> | Getter method for router_pref_medium, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/router_preference/router_pref_medium (empty) | f334021:c0:m9 |
def _set_router_pref_medium(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 router_pref_medium, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/router_preference/router_pref_medium (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_router_pref_medium is considered as a private
method. Backends look... | f334021:c0:m10 |
def _get_domain_name_string(self): | return self.__domain_name_string<EOL> | Getter method for domain_name_string, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_domain_name/domain_name_string (string) | f334022:c0:m3 |
def _set_domain_name_string(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, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_domain_name/domain_name_string (string)
If this variable is read-only (config: false) in the
source YANG file, then _set_domain_name_string is considered as a private
method. Backends lookin... | f334022:c0:m4 |
def _get_domain_name_lifetime_multiplier(self): | return self.__domain_name_lifetime_multiplier<EOL> | Getter method for domain_name_lifetime_multiplier, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_domain_name/domain_name_lifetime_multiplier (uint32) | f334022:c0:m6 |
def _set_domain_name_lifetime_multiplier(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_multiplier, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_domain_name/domain_name_lifetime_multiplier (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_domain_name_lifetime_multiplier is consider... | f334022:c0:m7 |
def _get_attempts(self): | return self.__attempts<EOL> | Getter method for attempts, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/dad/attempts (uint32) | f334023:c0:m3 |
def _set_attempts(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 attempts, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/dad/attempts (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_attempts is considered as a private
method. Backends looking to populate this variable should
do so ... | f334023:c0:m4 |
def _get_time(self): | return self.__time<EOL> | Getter method for time, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/dad/time (common-def:time-interval-sec) | f334023:c0:m6 |
def _set_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 time, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/dad/time (common-def:time-interval-sec)
If this variable is read-only (config: false) in the
source YANG file, then _set_time is considered as a private
method. Backends looking to populate this variable sho... | f334023:c0:m7 |
def _get_suppress_ra_flag(self): | return self.__suppress_ra_flag<EOL> | Getter method for suppress_ra_flag, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/suppress_ra/suppress_ra_flag (empty) | f334024:c0:m3 |
def _set_suppress_ra_flag(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 suppress_ra_flag, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/suppress_ra/suppress_ra_flag (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_suppress_ra_flag is considered as a private
method. Backends looking to popul... | f334024:c0:m4 |
def _get_suppress_ra_mtu(self): | return self.__suppress_ra_mtu<EOL> | Getter method for suppress_ra_mtu, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/suppress_ra/suppress_ra_mtu (empty) | f334024:c0:m6 |
def _set_suppress_ra_mtu(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 suppress_ra_mtu, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/suppress_ra/suppress_ra_mtu (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_suppress_ra_mtu is considered as a private
method. Backends looking to populate... | f334024:c0:m7 |
def _get_suppress_ra_all(self): | return self.__suppress_ra_all<EOL> | Getter method for suppress_ra_all, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/suppress_ra/suppress_ra_all (empty) | f334024:c0:m9 |
def _set_suppress_ra_all(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT:all>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT>': No... | Setter method for suppress_ra_all, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/suppress_ra/suppress_ra_all (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_suppress_ra_all is considered as a private
method. Backends looking to populate... | f334024:c0:m10 |
def _get_max_interval(self): | return self.__max_interval<EOL> | Getter method for max_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_interval/max_interval (common-def:time-interval-sec) | f334025:c0:m3 |
def _set_max_interval(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy... | Setter method for max_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_interval/max_interval (common-def:time-interval-sec)
If this variable is read-only (config: false) in the
source YANG file, then _set_max_interval is considered as a private
method. Backends looki... | f334025:c0:m4 |
def _get_min_(self): | return self.__min_<EOL> | Getter method for min_, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_interval/min (common-def:time-interval-sec) | f334025:c0:m6 |
def _set_min_(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 min_, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_interval/min (common-def:time-interval-sec)
If this variable is read-only (config: false) in the
source YANG file, then _set_min_ is considered as a private
method. Backends looking to populate this varia... | f334025:c0:m7 |
def _get_suppressing_address(self): | return self.__suppressing_address<EOL> | Getter method for suppressing_address, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address/suppressing_address (list) | f334026:c0:m3 |
def _set_suppressing_address(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>",suppressing_address.suppressing_address, 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 suppressing_address, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address/suppressing_address (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_suppressing_address is considered as a private
method. Backends looking to p... | f334026:c0:m4 |
def _get_address_suppress_all(self): | return self.__address_suppress_all<EOL> | Getter method for address_suppress_all, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address/address_suppress_all (empty) | f334026:c0:m6 |
def _set_address_suppress_all(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", 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 address_suppress_all, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address/address_suppress_all (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_address_suppress_all is considered as a private
method. Backends looking ... | f334026:c0:m7 |
def _get_suppress_ipv6_address(self): | return self.__suppress_ipv6_address<EOL> | Getter method for suppress_ipv6_address, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address/suppressing_address/suppress_ipv6_address (nd-suppress-ipv6-address) | f334027:c0:m3 |
def _set_suppress_ipv6_address(self, v, load=False): | parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti... | Setter method for suppress_ipv6_address, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address/suppressing_address/suppress_ipv6_address (nd-suppress-ipv6-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_suppress_ipv6_address is conside... | f334027:c0:m4 |
def _get_suppress_per_address(self): | return self.__suppress_per_address<EOL> | Getter method for suppress_per_address, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address/suppressing_address/suppress_per_address (empty) | f334027:c0:m6 |
def _set_suppress_per_address(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_LIT:info>': u... | Setter method for suppress_per_address, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address/suppressing_address/suppress_per_address (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_suppress_per_address is considered as a private
metho... | f334027:c0:m7 |
def _get_managed_config_flag(self): | return self.__managed_config_flag<EOL> | Getter method for managed_config_flag, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/managed_config_flag (empty) | f334028:c0:m3 |
def _set_managed_config_flag(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 managed_config_flag, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/managed_config_flag (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_managed_config_flag is considered as a private
method. Backends looking to populate... | f334028:c0:m4 |
def _get_other_config_flag(self): | return self.__other_config_flag<EOL> | Getter method for other_config_flag, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/other_config_flag (empty) | f334028:c0:m6 |
def _set_other_config_flag(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 other_config_flag, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/other_config_flag (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_other_config_flag is considered as a private
method. Backends looking to populate this ... | f334028:c0:m7 |
def _get_broadcast_mac_trap(self): | return self.__broadcast_mac_trap<EOL> | Getter method for broadcast_mac_trap, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/broadcast_mac_trap (empty) | f334028:c0:m9 |
def _set_broadcast_mac_trap(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 broadcast_mac_trap, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/broadcast_mac_trap (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_broadcast_mac_trap is considered as a private
method. Backends looking to populate th... | f334028:c0:m10 |
def _get_ra_lifetime(self): | return self.__ra_lifetime<EOL> | Getter method for ra_lifetime, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_lifetime (common-def:time-interval-sec) | f334028:c0:m12 |
def _set_ra_lifetime(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 ra_lifetime, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_lifetime (common-def:time-interval-sec)
If this variable is read-only (config: false) in the
source YANG file, then _set_ra_lifetime is considered as a private
method. Backends looking to populate ... | f334028:c0:m13 |
def _get_reachable_time(self): | return self.__reachable_time<EOL> | Getter method for reachable_time, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/reachable_time (common-def:time-interval-msec) | f334028:c0:m15 |
def _set_reachable_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 reachable_time, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/reachable_time (common-def:time-interval-msec)
If this variable is read-only (config: false) in the
source YANG file, then _set_reachable_time is considered as a private
method. Backends looking to... | f334028:c0:m16 |
def _get_mtu(self): | return self.__mtu<EOL> | Getter method for mtu, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/mtu (uint32) | f334028:c0:m18 |
def _set_mtu(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 mtu, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/mtu (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_mtu is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj... | f334028:c0:m19 |
def _get_retrans_timer(self): | return self.__retrans_timer<EOL> | Getter method for retrans_timer, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/retrans_timer (common-def:time-interval-msec) | f334028:c0:m21 |
def _set_retrans_timer(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 retrans_timer, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/retrans_timer (common-def:time-interval-msec)
If this variable is read-only (config: false) in the
source YANG file, then _set_retrans_timer is considered as a private
method. Backends looking to po... | f334028:c0:m22 |
def _get_hoplimit(self): | return self.__hoplimit<EOL> | Getter method for hoplimit, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/hoplimit (uint32) | f334028:c0:m24 |
def _set_hoplimit(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 hoplimit, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/hoplimit (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_hoplimit is considered as a private
method. Backends looking to populate this variable should
do so via ... | f334028:c0:m25 |
def _get_ns_interval(self): | return self.__ns_interval<EOL> | Getter method for ns_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ns_interval (common-def:time-interval-sec) | f334028:c0:m27 |
def _set_ns_interval(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), default=RestrictedClassTy... | Setter method for ns_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ns_interval (common-def:time-interval-sec)
If this variable is read-only (config: false) in the
source YANG file, then _set_ns_interval is considered as a private
method. Backends looking to populate ... | f334028:c0:m28 |
def _get_proxy(self): | return self.__proxy<EOL> | Getter method for proxy, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/proxy (empty) | f334028:c0:m30 |
def _set_proxy(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 proxy, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/proxy (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_proxy is considered as a private
method. Backends looking to populate this variable should
do so via calling th... | f334028:c0:m31 |
def _get_suppress_ra(self): | return self.__suppress_ra<EOL> | Getter method for suppress_ra, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/suppress_ra (container) | f334028:c0:m33 |
def _set_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=suppress_ra.suppress_ra, 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 suppress_ra, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/suppress_ra (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_suppress_ra is considered as a private
method. Backends looking to populate this variable shoul... | f334028:c0:m34 |
def _get_ra_interval(self): | return self.__ra_interval<EOL> | Getter method for ra_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_interval (container) | f334028:c0:m36 |
def _set_ra_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=ra_interval.ra_interval, 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 ra_interval, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_interval (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ra_interval is considered as a private
method. Backends looking to populate this variable shoul... | f334028:c0:m37 |
def _get_send_ra(self): | return self.__send_ra<EOL> | Getter method for send_ra, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/send_ra (empty) | f334028:c0:m39 |
def _set_send_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 send_ra, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/send_ra (empty)
If this variable is read-only (config: false) in the
source YANG file, then _set_send_ra is considered as a private
method. Backends looking to populate this variable should
do so via call... | f334028:c0:m40 |
def _get_router_preference(self): | return self.__router_preference<EOL> | Getter method for router_preference, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/router_preference (container) | f334028:c0:m42 |
def _set_router_preference(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_preference.router_preference, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_path... | Setter method for router_preference, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/router_preference (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_router_preference is considered as a private
method. Backends looking to populate t... | f334028:c0:m43 |
def _get_ra_dns_server(self): | return self.__ra_dns_server<EOL> | Getter method for ra_dns_server, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_dns_server (list) | f334028:c0:m45 |
def _set_ra_dns_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=YANGListType("<STR_LIT>",ra_dns_server.ra_dns_server, 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 ra_dns_server, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_dns_server (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_ra_dns_server is considered as a private
method. Backends looking to populate this variable shou... | f334028:c0:m46 |
def _get_ra_domain_name(self): | return self.__ra_domain_name<EOL> | Getter method for ra_domain_name, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_domain_name (list) | f334028:c0:m48 |
def _set_ra_domain_name(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",ra_domain_name.ra_domain_name, 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='<ST... | Setter method for ra_domain_name, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_domain_name (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_ra_domain_name is considered as a private
method. Backends looking to populate this variable s... | f334028:c0:m49 |
def _get_address(self): | return self.__address<EOL> | Getter method for address, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address (container) | f334028:c0:m51 |
def _set_address(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=address.address, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT:address>", rest_name="<STR_LIT:address>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=Tr... | Setter method for address, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/address (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_address is considered as a private
method. Backends looking to populate this variable should
do so via ... | f334028:c0:m52 |
def _get_dad(self): | return self.__dad<EOL> | Getter method for dad, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/dad (container) | f334028:c0:m54 |
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 /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/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 this... | f334028:c0:m55 |
def _get_nud(self): | return self.__nud<EOL> | Getter method for nud, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud (container) | f334028:c0:m57 |
def _set_nud(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=nud.nud, 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 nud, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/nud (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_nud is considered as a private
method. Backends looking to populate this variable should
do so via calling this... | f334028:c0:m58 |
def _get_cache(self): | return self.__cache<EOL> | Getter method for cache, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/cache (container) | f334028:c0:m60 |
def _set_cache(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=cache.cache, 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 cache, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/cache (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_cache is considered as a private
method. Backends looking to populate this variable should
do so via callin... | f334028:c0:m61 |
def _get_prefix(self): | return self.__prefix<EOL> | Getter method for prefix, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/prefix (list) | f334028:c0:m63 |
def _set_prefix(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.prefix, 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 prefix, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/prefix (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_prefix is considered as a private
method. Backends looking to populate this variable should
do so via calling ... | f334028:c0:m64 |
def _get_dns_server_prefix(self): | return self.__dns_server_prefix<EOL> | Getter method for dns_server_prefix, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_dns_server/dns_server_prefix (inet:ipv6-address) | f334029:c0:m3 |
def _set_dns_server_prefix(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, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_dns_server/dns_server_prefix (inet:ipv6-address)
If this variable is read-only (config: false) in the
source YANG file, then _set_dns_server_prefix is considered as a private
method. Backends... | f334029:c0:m4 |
def _get_dns_server_lifetime_multiplier(self): | return self.__dns_server_lifetime_multiplier<EOL> | Getter method for dns_server_lifetime_multiplier, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_dns_server/dns_server_lifetime_multiplier (uint32) | f334029:c0:m6 |
def _set_dns_server_lifetime_multiplier(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_multiplier, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds/nd/ra_dns_server/dns_server_lifetime_multiplier (uint32)
If this variable is read-only (config: false) in the
source YANG file, then _set_dns_server_lifetime_multiplier is considered a... | f334029:c0:m7 |
def _get_ipv6_intf_cmds(self): | return self.__ipv6_intf_cmds<EOL> | Getter method for ipv6_intf_cmds, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds (container) | f334030:c0:m3 |
def _set_ipv6_intf_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_intf_cmds.ipv6_intf_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=True... | Setter method for ipv6_intf_cmds, mapped from YANG variable /routing_system/interface/ve/ipv6/ipv6_nd_ra/ipv6_intf_cmds (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ipv6_intf_cmds is considered as a private
method. Backends looking to populate this variable should
do so v... | f334030:c0:m4 |
def _get_dhcp(self): | return self.__dhcp<EOL> | Getter method for dhcp, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp (container) | f334031: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/interface/ve/ipv6/interface_ve_dhcp_conf/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... | f334031:c0:m4 |
def _get_relay(self): | return self.__relay<EOL> | Getter method for relay, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp/relay (container) | f334032: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/interface/ve/ipv6/interface_ve_dhcp_conf/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... | f334032:c0:m4 |
def _get_servers(self): | return self.__servers<EOL> | Getter method for servers, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers (list) | f334033:c0:m3 |
def _set_servers(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>",servers.servers, 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 servers, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_servers is considered as a private
method. Backends looking to populate this variable should
do so via ... | f334033:c0:m4 |
def _get_interface_type(self): | return self.__interface_type<EOL> | Getter method for interface_type, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers/interface/interface_type (dhcpv6-iftype)
YANG Description: Interface type | f334034:c0:m3 |
def _set_interface_type(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:0>}, u'<ST... | Setter method for interface_type, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers/interface/interface_type (dhcpv6-iftype)
If this variable is read-only (config: false) in the
source YANG file, then _set_interface_type is considered as a private
method. Backends loo... | f334034:c0:m4 |
def _get_interface_name(self): | return self.__interface_name<EOL> | Getter method for interface_name, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers/interface/interface_name (dhcpv6-ifname)
YANG Description: Interface name | f334034:c0:m6 |
def _set_interface_name(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': u'<STR_LIT>'}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extm... | Setter method for interface_name, mapped from YANG variable /routing_system/interface/ve/ipv6/interface_ve_dhcp_conf/dhcp/relay/servers/interface/interface_name (dhcpv6-ifname)
If this variable is read-only (config: false) in the
source YANG file, then _set_interface_name is considered as a private
method. Backends loo... | f334034:c0:m7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.