signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_clear_mpls_statistics_ret_msg(self):
return self.__clear_mpls_statistics_ret_msg<EOL>
Getter method for clear_mpls_statistics_ret_msg, mapped from YANG variable /brocade_mpls_rpc/clear_mpls_statistics/output/clear_mpls_statistics_out/clear_mpls_statistics_ret_msg (string) YANG Description: clear mpls statistics return message
f337111:c0:m3
def _set_clear_mpls_statistics_ret_msg(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ex...
Setter method for clear_mpls_statistics_ret_msg, mapped from YANG variable /brocade_mpls_rpc/clear_mpls_statistics/output/clear_mpls_statistics_out/clear_mpls_statistics_ret_msg (string) If this variable is read-only (config: false) in the source YANG file, then _set_clear_mpls_statistics_ret_msg is considered as a pri...
f337111:c0:m4
def _get_clear_mpls_statistics_out(self):
return self.__clear_mpls_statistics_out<EOL>
Getter method for clear_mpls_statistics_out, mapped from YANG variable /brocade_mpls_rpc/clear_mpls_statistics/output/clear_mpls_statistics_out (container)
f337112:c0:m3
def _set_clear_mpls_statistics_out(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=clear_mpls_statistics_out.clear_mpls_statistics_out, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethod...
Setter method for clear_mpls_statistics_out, mapped from YANG variable /brocade_mpls_rpc/clear_mpls_statistics/output/clear_mpls_statistics_out (container) If this variable is read-only (config: false) in the source YANG file, then _set_clear_mpls_statistics_out is considered as a private method. Backends looking to po...
f337112:c0:m4
def _get_output(self):
return self.__output<EOL>
Getter method for output, mapped from YANG variable /brocade_mpls_rpc/clear_mpls_auto_bandwidth_sample_history_all/output (output)
f337113:c0:m3
def _set_output(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=output.output, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=False, extensions=None, namespace='<STR_LIT>', d...
Setter method for output, mapped from YANG variable /brocade_mpls_rpc/clear_mpls_auto_bandwidth_sample_history_all/output (output) If this variable is read-only (config: false) in the source YANG file, then _set_output is considered as a private method. Backends looking to populate this variable should do so via callin...
f337113:c0:m4
def _get_clear_mpls_auto_bandwidth_sample_history_all_ret_msg(self):
return self.__clear_mpls_auto_bandwidth_sample_history_all_ret_msg<EOL>
Getter method for clear_mpls_auto_bandwidth_sample_history_all_ret_msg, mapped from YANG variable /brocade_mpls_rpc/clear_mpls_auto_bandwidth_sample_history_all/output/clear_mpls_auto_bandwidth_sample_history_all_ret_msg (string) YANG Description: Clear mpls auto Bandwidth all return message
f337114:c0:m3
def _set_clear_mpls_auto_bandwidth_sample_history_all_ret_msg(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._ex...
Setter method for clear_mpls_auto_bandwidth_sample_history_all_ret_msg, mapped from YANG variable /brocade_mpls_rpc/clear_mpls_auto_bandwidth_sample_history_all/output/clear_mpls_auto_bandwidth_sample_history_all_ret_msg (string) If this variable is read-only (config: false) in the source YANG file, then _set_clear_mpl...
f337114:c0:m4
def _get_arp_ip_address(self):
return self.__arp_ip_address<EOL>
Getter method for arp_ip_address, mapped from YANG variable /arp_entry/arp_ip_address (inet:ipv4-address) YANG Description: IPv4 Address
f337115:c0:m3
def _set_arp_ip_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 arp_ip_address, mapped from YANG variable /arp_entry/arp_ip_address (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_arp_ip_address is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ar...
f337115:c0:m4
def _get_mac_address_value(self):
return self.__mac_address_value<EOL>
Getter method for mac_address_value, mapped from YANG variable /arp_entry/mac_address_value (mac-access-list:mac-address-type)
f337115:c0:m6
def _set_mac_address_value(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, 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, u...
Setter method for mac_address_value, mapped from YANG variable /arp_entry/mac_address_value (mac-access-list:mac-address-type) If this variable is read-only (config: false) in the source YANG file, then _set_mac_address_value is considered as a private method. Backends looking to populate this variable should do so via...
f337115:c0:m7
def _get_interfacename(self):
return self.__interfacename<EOL>
Getter method for interfacename, mapped from YANG variable /arp_entry/interfacename (enumeration)
f337115:c0:m9
def _set_interfacename(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>': {}},), is_leaf=True, yang_name="<STR_LI...
Setter method for interfacename, mapped from YANG variable /arp_entry/interfacename (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_interfacename is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_interfacena...
f337115:c0:m10
def _get_Ethernet(self):
return self.__Ethernet<EOL>
Getter method for Ethernet, mapped from YANG variable /arp_entry/Ethernet (interface:interface-type) YANG Description: Ethernet
f337115:c0:m12
def _set_Ethernet(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>', '<STR_LIT>': [u'<STR_LIT>']}), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, choice=(u'<STR_LIT>', u...
Setter method for Ethernet, mapped from YANG variable /arp_entry/Ethernet (interface:interface-type) If this variable is read-only (config: false) in the source YANG file, then _set_Ethernet is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_Ethernet() di...
f337115:c0:m13
def _get_Ve(self):
return self.__Ve<EOL>
Getter method for Ve, mapped from YANG variable /arp_entry/Ve (interface:ve-type) YANG Description: Ve
f337115:c0:m15
def _set_Ve(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 Ve, mapped from YANG variable /arp_entry/Ve (interface:ve-type) If this variable is read-only (config: false) in the source YANG file, then _set_Ve is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_Ve() directly. YANG Description: Ve
f337115:c0:m16
def _get_overlay_transit_name(self):
return self.__overlay_transit_name<EOL>
Getter method for overlay_transit_name, mapped from YANG variable /overlay_transit_state/overlay_transit_name (string) YANG Description: overlay_transit_name
f337116:c0:m3
def _set_overlay_transit_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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for overlay_transit_name, mapped from YANG variable /overlay_transit_state/overlay_transit_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_overlay_transit_name is considered as a private method. Backends looking to populate this variable should do so via call...
f337116:c0:m4
def _get_extended_data(self):
return self.__extended_data<EOL>
Getter method for extended_data, mapped from YANG variable /overlay_transit_state/extended_data (list)
f337116:c0:m6
def _set_extended_data(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>",extended_data.extended_data, 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 extended_data, mapped from YANG variable /overlay_transit_state/extended_data (list) If this variable is read-only (config: false) in the source YANG file, then _set_extended_data is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_extend...
f337116:c0:m7
def _get_acl_name(self):
return self.__acl_name<EOL>
Getter method for acl_name, mapped from YANG variable /overlay_transit_state/extended_data/acl_name (string) YANG Description: input_Acl_name
f337117:c0:m3
def _set_acl_name(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", re...
Setter method for acl_name, mapped from YANG variable /overlay_transit_state/extended_data/acl_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_acl_name is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_acl_n...
f337117:c0:m4
def _get_seq_num(self):
return self.__seq_num<EOL>
Getter method for seq_num, mapped from YANG variable /overlay_transit_state/extended_data/seq_num (uint32) YANG Description: sequence number
f337117:c0:m6
def _set_seq_num(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=long, restriction_...
Setter method for seq_num, mapped from YANG variable /overlay_transit_state/extended_data/seq_num (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_seq_num is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_seq_num(...
f337117:c0:m7
def _get_permit_deny(self):
return self.__permit_deny<EOL>
Getter method for permit_deny, mapped from YANG variable /overlay_transit_state/extended_data/permit_deny (string) YANG Description: permit or deny
f337117:c0:m9
def _set_permit_deny(self, v, load=False):
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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for permit_deny, mapped from YANG variable /overlay_transit_state/extended_data/permit_deny (string) If this variable is read-only (config: false) in the source YANG file, then _set_permit_deny is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f337117:c0:m10
def _get_dst_vtep_ip(self):
return self.__dst_vtep_ip<EOL>
Getter method for dst_vtep_ip, mapped from YANG variable /overlay_transit_state/extended_data/dst_vtep_ip (inet:ipv4-address) YANG Description: dst vtep ip or any
f337117:c0:m12
def _set_dst_vtep_ip(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 dst_vtep_ip, mapped from YANG variable /overlay_transit_state/extended_data/dst_vtep_ip (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_dst_vtep_ip is considered as a private method. Backends looking to populate this variable should do so via callin...
f337117:c0:m13
def _get_src_vtep_ip(self):
return self.__src_vtep_ip<EOL>
Getter method for src_vtep_ip, mapped from YANG variable /overlay_transit_state/extended_data/src_vtep_ip (inet:ipv4-address) YANG Description: src vtep ip or any
f337117:c0:m15
def _set_src_vtep_ip(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 src_vtep_ip, mapped from YANG variable /overlay_transit_state/extended_data/src_vtep_ip (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_src_vtep_ip is considered as a private method. Backends looking to populate this variable should do so via callin...
f337117:c0:m16
def _get_vni(self):
return self.__vni<EOL>
Getter method for vni, mapped from YANG variable /overlay_transit_state/extended_data/vni (string) YANG Description: vni number or any
f337117:c0:m18
def _set_vni(self, v, load=False):
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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for vni, mapped from YANG variable /overlay_transit_state/extended_data/vni (string) If this variable is read-only (config: false) in the source YANG file, then _set_vni is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vni() directly. YAN...
f337117:c0:m19
def _get_vni_mask(self):
return self.__vni_mask<EOL>
Getter method for vni_mask, mapped from YANG variable /overlay_transit_state/extended_data/vni_mask (string) YANG Description: vni mask
f337117:c0:m21
def _set_vni_mask(self, v, load=False):
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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for vni_mask, mapped from YANG variable /overlay_transit_state/extended_data/vni_mask (string) If this variable is read-only (config: false) in the source YANG file, then _set_vni_mask is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_vni_m...
f337117:c0:m22
def _get_native_tag(self):
return self.__native_tag<EOL>
Getter method for native_tag, mapped from YANG variable /overlay_transit_state/extended_data/native_tag (string) YANG Description: native tag
f337117:c0:m24
def _set_native_tag(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for native_tag, mapped from YANG variable /overlay_transit_state/extended_data/native_tag (string) If this variable is read-only (config: false) in the source YANG file, then _set_native_tag is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f337117:c0:m25
def _get_dst_ip(self):
return self.__dst_ip<EOL>
Getter method for dst_ip, mapped from YANG variable /overlay_transit_state/extended_data/dst_ip (inet:ipv4-address) YANG Description: dst ip or any
f337117:c0:m27
def _set_dst_ip(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 dst_ip, mapped from YANG variable /overlay_transit_state/extended_data/dst_ip (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_dst_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f337117:c0:m28
def _get_dst_ip_mask(self):
return self.__dst_ip_mask<EOL>
Getter method for dst_ip_mask, mapped from YANG variable /overlay_transit_state/extended_data/dst_ip_mask (uint16) YANG Description: dst ip mask
f337117:c0:m30
def _set_dst_ip_mask(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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for dst_ip_mask, mapped from YANG variable /overlay_transit_state/extended_data/dst_ip_mask (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_dst_ip_mask is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f337117:c0:m31
def _get_src_ip(self):
return self.__src_ip<EOL>
Getter method for src_ip, mapped from YANG variable /overlay_transit_state/extended_data/src_ip (inet:ipv4-address) YANG Description: src ip or any
f337117:c0:m33
def _set_src_ip(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 src_ip, mapped from YANG variable /overlay_transit_state/extended_data/src_ip (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_src_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f337117:c0:m34
def _get_src_ip_mask(self):
return self.__src_ip_mask<EOL>
Getter method for src_ip_mask, mapped from YANG variable /overlay_transit_state/extended_data/src_ip_mask (uint16) YANG Description: src ip mask
f337117:c0:m36
def _set_src_ip_mask(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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for src_ip_mask, mapped from YANG variable /overlay_transit_state/extended_data/src_ip_mask (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_src_ip_mask is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f337117:c0:m37
def _get_dst_port(self):
return self.__dst_port<EOL>
Getter method for dst_port, mapped from YANG variable /overlay_transit_state/extended_data/dst_port (uint16) YANG Description: dst port number
f337117:c0:m39
def _set_dst_port(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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for dst_port, mapped from YANG variable /overlay_transit_state/extended_data/dst_port (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_dst_port is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_dst_p...
f337117:c0:m40
def _get_src_port(self):
return self.__src_port<EOL>
Getter method for src_port, mapped from YANG variable /overlay_transit_state/extended_data/src_port (uint16) YANG Description: src port number
f337117:c0:m42
def _set_src_port(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=int, restriction_dict={'<STR_LIT>': ['<STR_LIT>']},int_size=<NUM_LIT:16>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for src_port, mapped from YANG variable /overlay_transit_state/extended_data/src_port (uint16) If this variable is read-only (config: false) in the source YANG file, then _set_src_port is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_src_p...
f337117:c0:m43
def _get_count(self):
return self.__count<EOL>
Getter method for count, mapped from YANG variable /overlay_transit_state/extended_data/count (uint64) YANG Description: count
f337117:c0:m45
def _set_count(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT:count>", rest_name="<STR_LIT:count>", parent=self, path_helper=self._...
Setter method for count, mapped from YANG variable /overlay_transit_state/extended_data/count (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_count() direct...
f337117:c0:m46
def _get_byte_count(self):
return self.__byte_count<EOL>
Getter method for byte_count, mapped from YANG variable /overlay_transit_state/extended_data/byte_count (uint64) YANG Description: byte_count
f337117:c0:m48
def _set_byte_count(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:64>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper,...
Setter method for byte_count, mapped from YANG variable /overlay_transit_state/extended_data/byte_count (uint64) If this variable is read-only (config: false) in the source YANG file, then _set_byte_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f337117:c0:m49
def _get_transit_name(self):
return self.__transit_name<EOL>
Getter method for transit_name, mapped from YANG variable /overlay_transit_state/extended_data/transit_name (string) YANG Description: transit_name
f337117:c0:m51
def _set_transit_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=unicode, is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for transit_name, mapped from YANG variable /overlay_transit_state/extended_data/transit_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_transit_name is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f337117:c0:m52
def _get_sflow(self):
return self.__sflow<EOL>
Getter method for sflow, mapped from YANG variable /overlay_transit_state/extended_data/sflow (boolean) YANG Description: sflow enable or disable
f337117:c0:m54
def _set_sflow(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, namespace='<STR_LIT>', defining_module='<STR_LI...
Setter method for sflow, mapped from YANG variable /overlay_transit_state/extended_data/sflow (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_sflow is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_sflow() direc...
f337117:c0:m55
def _get_redir_interface(self):
return self.__redir_interface<EOL>
Getter method for redir_interface, mapped from YANG variable /overlay_transit_state/extended_data/redir_interface (string) YANG Description: redirect interface
f337117:c0:m57
def _set_redir_interface(self, v, load=False):
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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for redir_interface, mapped from YANG variable /overlay_transit_state/extended_data/redir_interface (string) If this variable is read-only (config: false) in the source YANG file, then _set_redir_interface is considered as a private method. Backends looking to populate this variable should do so via calli...
f337117:c0:m58
def _get_mirror_interface(self):
return self.__mirror_interface<EOL>
Getter method for mirror_interface, mapped from YANG variable /overlay_transit_state/extended_data/mirror_interface (string) YANG Description: mirror interface
f337117:c0:m60
def _set_mirror_interface(self, v, load=False):
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>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, namespace='<STR_LIT>', defining_module='<STR_LIT...
Setter method for mirror_interface, mapped from YANG variable /overlay_transit_state/extended_data/mirror_interface (string) If this variable is read-only (config: false) in the source YANG file, then _set_mirror_interface is considered as a private method. Backends looking to populate this variable should do so via ca...
f337117:c0:m61
def _get_seq_id(self):
return self.__seq_id<EOL>
Getter method for seq_id, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/seq_id (ip-access-list:seq-id-std-ext)
f337118:c0:m3
def _set_seq_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassTyp...
Setter method for seq_id, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/seq_id (ip-access-list:seq-id-std-ext) If this variable is read-only (config: false) in the source YANG file, then _set_seq_id is considered as a private method. Backends looking to populate this variable should do so via callin...
f337118:c0:m4
def _get_action(self):
return self.__action<EOL>
Getter method for action, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/action (enumeration)
f337118:c0:m6
def _set_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=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, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/action (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_action is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_act...
f337118:c0:m7
def _get_src_host_any_sip(self):
return self.__src_host_any_sip<EOL>
Getter method for src_host_any_sip, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/src_host_any_sip (union)
f337118:c0:m9
def _set_src_host_any_sip(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:host>': {'<STR_LIT:value>': <NUM_LIT:2>},...
Setter method for src_host_any_sip, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/src_host_any_sip (union) If this variable is read-only (config: false) in the source YANG file, then _set_src_host_any_sip is considered as a private method. Backends looking to populate this variable should do so via ...
f337118:c0:m10
def _get_src_host_ip(self):
return self.__src_host_ip<EOL>
Getter method for src_host_ip, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/src_host_ip (sip)
f337118:c0:m12
def _set_src_host_ip(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 src_host_ip, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/src_host_ip (sip) If this variable is read-only (config: false) in the source YANG file, then _set_src_host_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f337118:c0:m13
def _get_src_mask(self):
return self.__src_mask<EOL>
Getter method for src_mask, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/src_mask (sip-mask)
f337118:c0:m15
def _set_src_mask(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 src_mask, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/src_mask (sip-mask) If this variable is read-only (config: false) in the source YANG file, then _set_src_mask is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f337118:c0:m16
def _get_count(self):
return self.__count<EOL>
Getter method for count, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/count (empty)
f337118:c0:m18
def _set_count(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGBool, is_leaf=True, yang_name="<STR_LIT:count>", rest_name="<STR_LIT:count>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_LIT>': {u'<STR_L...
Setter method for count, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/count (empty) If this variable is read-only (config: false) in the source YANG file, then _set_count is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_count() dire...
f337118:c0:m19
def _get_log(self):
return self.__log<EOL>
Getter method for log, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/log (empty)
f337118:c0:m21
def _set_log(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 log, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/log (empty) If this variable is read-only (config: false) in the source YANG file, then _set_log is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_log() directly.
f337118:c0:m22
def _get_copy_sflow(self):
return self.__copy_sflow<EOL>
Getter method for copy_sflow, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/copy_sflow (empty)
f337118:c0:m24
def _set_copy_sflow(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 copy_sflow, mapped from YANG variable /ipv6_acl/ipv6/access_list/standard/seq/copy_sflow (empty) If this variable is read-only (config: false) in the source YANG file, then _set_copy_sflow is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f337118:c0:m25
def _get_seq_id(self):
return self.__seq_id<EOL>
Getter method for seq_id, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/seq_id (ip-access-list:seq-id-std-ext)
f337119:c0:m3
def _set_seq_id(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=RestrictedClassTyp...
Setter method for seq_id, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/seq_id (ip-access-list:seq-id-std-ext) If this variable is read-only (config: false) in the source YANG file, then _set_seq_id is considered as a private method. Backends looking to populate this variable should do so via callin...
f337119:c0:m4
def _get_action(self):
return self.__action<EOL>
Getter method for action, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/action (enumeration)
f337119:c0:m6
def _set_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=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, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/action (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_action is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_act...
f337119:c0:m7
def _get_protocol_type(self):
return self.__protocol_type<EOL>
Getter method for protocol_type, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/protocol_type (union)
f337119:c0:m9
def _set_protocol_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>}, u'<STR...
Setter method for protocol_type, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/protocol_type (union) If this variable is read-only (config: false) in the source YANG file, then _set_protocol_type is considered as a private method. Backends looking to populate this variable should do so via calling t...
f337119:c0:m10
def _get_src_host_any_sip(self):
return self.__src_host_any_sip<EOL>
Getter method for src_host_any_sip, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/src_host_any_sip (union)
f337119:c0:m12
def _set_src_host_any_sip(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:host>': {'<STR_LIT:value>': <NUM_LIT:2>},...
Setter method for src_host_any_sip, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/src_host_any_sip (union) If this variable is read-only (config: false) in the source YANG file, then _set_src_host_any_sip is considered as a private method. Backends looking to populate this variable should do so via ...
f337119:c0:m13
def _get_src_host_ip(self):
return self.__src_host_ip<EOL>
Getter method for src_host_ip, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/src_host_ip (sip)
f337119:c0:m15
def _set_src_host_ip(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 src_host_ip, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/src_host_ip (sip) If this variable is read-only (config: false) in the source YANG file, then _set_src_host_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._...
f337119:c0:m16
def _get_src_mask(self):
return self.__src_mask<EOL>
Getter method for src_mask, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/src_mask (sip-mask)
f337119:c0:m18
def _set_src_mask(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 src_mask, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/src_mask (sip-mask) If this variable is read-only (config: false) in the source YANG file, then _set_src_mask is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_...
f337119:c0:m19
def _get_sport(self):
return self.__sport<EOL>
Getter method for sport, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport (enumeration)
f337119:c0:m21
def _set_sport(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:3>}, u'<ST...
Setter method for sport, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport (enumeration) If this variable is read-only (config: false) in the source YANG file, then _set_sport is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_sport(...
f337119:c0:m22
def _get_sport_number_eq_neq_tcp(self):
return self.__sport_number_eq_neq_tcp<EOL>
Getter method for sport_number_eq_neq_tcp, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport_number_eq_neq_tcp (union)
f337119:c0:m24
def _set_sport_number_eq_neq_tcp(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>}, u'<STR...
Setter method for sport_number_eq_neq_tcp, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport_number_eq_neq_tcp (union) If this variable is read-only (config: false) in the source YANG file, then _set_sport_number_eq_neq_tcp is considered as a private method. Backends looking to populate this varia...
f337119:c0:m25
def _get_sport_number_lt_tcp(self):
return self.__sport_number_lt_tcp<EOL>
Getter method for sport_number_lt_tcp, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport_number_lt_tcp (union)
f337119:c0:m27
def _set_sport_number_lt_tcp(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>}, u'<STR...
Setter method for sport_number_lt_tcp, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport_number_lt_tcp (union) If this variable is read-only (config: false) in the source YANG file, then _set_sport_number_lt_tcp is considered as a private method. Backends looking to populate this variable should d...
f337119:c0:m28
def _get_sport_number_gt_tcp(self):
return self.__sport_number_gt_tcp<EOL>
Getter method for sport_number_gt_tcp, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport_number_gt_tcp (union)
f337119:c0:m30
def _set_sport_number_gt_tcp(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>}, u'<STR...
Setter method for sport_number_gt_tcp, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport_number_gt_tcp (union) If this variable is read-only (config: false) in the source YANG file, then _set_sport_number_gt_tcp is considered as a private method. Backends looking to populate this variable should d...
f337119:c0:m31
def _get_sport_number_eq_neq_udp(self):
return self.__sport_number_eq_neq_udp<EOL>
Getter method for sport_number_eq_neq_udp, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport_number_eq_neq_udp (union)
f337119:c0:m33
def _set_sport_number_eq_neq_udp(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>}, u'<STR...
Setter method for sport_number_eq_neq_udp, mapped from YANG variable /ipv6_acl/ipv6/access_list/extended/seq/sport_number_eq_neq_udp (union) If this variable is read-only (config: false) in the source YANG file, then _set_sport_number_eq_neq_udp is considered as a private method. Backends looking to populate this varia...
f337119:c0:m34