signature
stringlengths
8
3.44k
body
stringlengths
0
1.41M
docstring
stringlengths
1
122k
id
stringlengths
5
17
def _get_mac_address(self):
return self.__mac_address<EOL>
Getter method for mac_address, mapped from YANG variable /bridge_domain/mac_address (container) YANG Description: MAC Address
f335938:c0:m39
def _set_mac_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=mac_address.mac_address, 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 mac_address, mapped from YANG variable /bridge_domain/mac_address (container) If this variable is read-only (config: false) in the source YANG file, then _set_mac_address is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_mac_address() d...
f335938:c0:m40
def _get_suppress_arp(self):
return self.__suppress_arp<EOL>
Getter method for suppress_arp, mapped from YANG variable /bridge_domain/suppress_arp (container)
f335938:c0:m42
def _set_suppress_arp(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_arp.suppress_arp, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex...
Setter method for suppress_arp, mapped from YANG variable /bridge_domain/suppress_arp (container) If this variable is read-only (config: false) in the source YANG file, then _set_suppress_arp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_suppress_arp...
f335938:c0:m43
def _get_suppress_nd(self):
return self.__suppress_nd<EOL>
Getter method for suppress_nd, mapped from YANG variable /bridge_domain/suppress_nd (container)
f335938:c0:m45
def _set_suppress_nd(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_nd.suppress_nd, 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_nd, mapped from YANG variable /bridge_domain/suppress_nd (container) If this variable is read-only (config: false) in the source YANG file, then _set_suppress_nd is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_suppress_nd() d...
f335938:c0:m46
def _get_peer_ip(self):
return self.__peer_ip<EOL>
Getter method for peer_ip, mapped from YANG variable /bridge_domain/peer/peer_ip (inet:ipv4-address)
f335939:c0:m3
def _set_peer_ip(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 peer_ip, mapped from YANG variable /bridge_domain/peer/peer_ip (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_peer_ip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_peer_ip() dire...
f335939:c0:m4
def _get_load_balance(self):
return self.__load_balance<EOL>
Getter method for load_balance, mapped from YANG variable /bridge_domain/peer/load_balance (empty)
f335939:c0:m6
def _set_load_balance(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 load_balance, mapped from YANG variable /bridge_domain/peer/load_balance (empty) If this variable is read-only (config: false) in the source YANG file, then _set_load_balance is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_load_balanc...
f335939:c0:m7
def _get_cos(self):
return self.__cos<EOL>
Getter method for cos, mapped from YANG variable /bridge_domain/peer/cos (uint32)
f335939:c0:m9
def _set_cos(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 cos, mapped from YANG variable /bridge_domain/peer/cos (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_cos is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_cos() directly.
f335939:c0:m10
def _get_lsp(self):
return self.__lsp<EOL>
Getter method for lsp, mapped from YANG variable /bridge_domain/peer/lsp (string)
f335939:c0:m12
def _set_lsp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=TypedListType(allowed_type=RestrictedClassType(base_type=unicode, restriction_dict={'<STR_LIT>': [u'<STR_LIT>']})), is_leaf=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._pat...
Setter method for lsp, mapped from YANG variable /bridge_domain/peer/lsp (string) If this variable is read-only (config: false) in the source YANG file, then _set_lsp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_lsp() directly.
f335939:c0:m13
def _get_flow_label(self):
return self.__flow_label<EOL>
Getter method for flow_label, mapped from YANG variable /bridge_domain/peer/flow_label (empty) YANG Description: Enable Flow-label
f335939:c0:m15
def _set_flow_label(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 flow_label, mapped from YANG variable /bridge_domain/peer/flow_label (empty) If this variable is read-only (config: false) in the source YANG file, then _set_flow_label is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_flow_label() dire...
f335939:c0:m16
def _get_control_word(self):
return self.__control_word<EOL>
Getter method for control_word, mapped from YANG variable /bridge_domain/peer/control_word (empty) YANG Description: Enable Control-word
f335939:c0:m18
def _set_control_word(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 control_word, mapped from YANG variable /bridge_domain/peer/control_word (empty) If this variable is read-only (config: false) in the source YANG file, then _set_control_word is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_control_wor...
f335939:c0:m19
def _get_tunnel_destination(self):
return self.__tunnel_destination<EOL>
Getter method for tunnel_destination, mapped from YANG variable /tunnel_status_state/tunnel_destination (uint32) YANG Description: tunnel destination
f335940:c0:m3
def _set_tunnel_destination(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 tunnel_destination, mapped from YANG variable /tunnel_status_state/tunnel_destination (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_tunnel_destination is considered as a private method. Backends looking to populate this variable should do so via calling this...
f335940:c0:m4
def _get_oper_status(self):
return self.__oper_status<EOL>
Getter method for oper_status, mapped from YANG variable /tunnel_status_state/oper_status (boolean) YANG Description: Oper status of the tunnel
f335940:c0:m6
def _set_oper_status(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 oper_status, mapped from YANG variable /tunnel_status_state/oper_status (boolean) If this variable is read-only (config: false) in the source YANG file, then _set_oper_status is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_oper_status...
f335940:c0:m7
def _get_syslogip(self):
return self.__syslogip<EOL>
Getter method for syslogip, mapped from YANG variable /logging/syslog_server/syslogip (inet:ip-address)
f335941:c0:m3
def _set_syslogip(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, restrict...
Setter method for syslogip, mapped from YANG variable /logging/syslog_server/syslogip (inet:ip-address) If this variable is read-only (config: false) in the source YANG file, then _set_syslogip is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_syslogip()...
f335941:c0:m4
def _get_use_vrf(self):
return self.__use_vrf<EOL>
Getter method for use_vrf, mapped from YANG variable /logging/syslog_server/use_vrf (common-def:vrf-name)
f335941:c0:m6
def _set_use_vrf(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for use_vrf, mapped from YANG variable /logging/syslog_server/use_vrf (common-def:vrf-name) If this variable is read-only (config: false) in the source YANG file, then _set_use_vrf is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_use_vrf()...
f335941:c0:m7
def _get_format(self):
return self.__format<EOL>
Getter method for format, mapped from YANG variable /logging/syslog_server/format (string)
f335941:c0:m9
def _set_format(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, default=unicode("<STR_LIT>"), 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...
Setter method for format, mapped from YANG variable /logging/syslog_server/format (string) If this variable is read-only (config: false) in the source YANG file, then _set_format is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_format() directly.
f335941:c0:m10
def _get_syslog_secure(self):
return self.__syslog_secure<EOL>
Getter method for syslog_secure, mapped from YANG variable /logging/syslog_server/syslog_secure (container)
f335941:c0:m12
def _set_syslog_secure(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=syslog_secure.syslog_secure, 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 syslog_secure, mapped from YANG variable /logging/syslog_server/syslog_secure (container) If this variable is read-only (config: false) in the source YANG file, then _set_syslog_secure is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_s...
f335941:c0:m13
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/interface_name (string) YANG Description: Igmp L3 interface name
f335942:c0:m3
def _set_interface_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 interface_name, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/interface_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_interface_name is considered as a private method. Backends looking to populate this variable sho...
f335942:c0:m4
def _get_is_igmp_enabled(self):
return self.__is_igmp_enabled<EOL>
Getter method for is_igmp_enabled, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/is_igmp_enabled (uint8) YANG Description: IS IGMP Enabled on an Interface
f335942:c0:m6
def _set_is_igmp_enabled(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:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for is_igmp_enabled, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/is_igmp_enabled (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_is_igmp_enabled is considered as a private method. Backends looking to populate this variable s...
f335942:c0:m7
def _get_query_interval(self):
return self.__query_interval<EOL>
Getter method for query_interval, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/query_interval (uint32) YANG Description: Igmp query interval
f335942:c0:m9
def _set_query_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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for query_interval, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/query_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_query_interval is considered as a private method. Backends looking to populate this variable sho...
f335942:c0:m10
def _get_other_querier_interval(self):
return self.__other_querier_interval<EOL>
Getter method for other_querier_interval, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/other_querier_interval (uint32) YANG Description: Igmp other querier interval
f335942:c0:m12
def _set_other_querier_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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for other_querier_interval, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/other_querier_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_other_querier_interval is considered as a private method. Backends looking to po...
f335942:c0:m13
def _get_query_reponse_time(self):
return self.__query_reponse_time<EOL>
Getter method for query_reponse_time, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/query_reponse_time (uint32) YANG Description: Igmp query response time
f335942:c0:m15
def _set_query_reponse_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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for query_reponse_time, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/query_reponse_time (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_query_reponse_time is considered as a private method. Backends looking to populate this ...
f335942:c0:m16
def _get_last_member_query_interval(self):
return self.__last_member_query_interval<EOL>
Getter method for last_member_query_interval, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/last_member_query_interval (uint32) YANG Description: Igmp last_member_query_interval
f335942:c0:m18
def _set_last_member_query_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=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for last_member_query_interval, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/last_member_query_interval (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_last_member_query_interval is considered as a private method. Backends l...
f335942:c0:m19
def _get_immediate_leave(self):
return self.__immediate_leave<EOL>
Getter method for immediate_leave, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/immediate_leave (uint8) YANG Description: Igmp Immediate Leave
f335942:c0:m21
def _set_immediate_leave(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:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for immediate_leave, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/immediate_leave (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_immediate_leave is considered as a private method. Backends looking to populate this variable s...
f335942:c0:m22
def _get_igmp_querier(self):
return self.__igmp_querier<EOL>
Getter method for igmp_querier, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/igmp_querier (inet:ipv4-address) YANG Description: igmp querier ip address
f335942:c0:m24
def _set_igmp_querier(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 igmp_querier, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/igmp_querier (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_querier is considered as a private method. Backends looking to populate this variabl...
f335942:c0:m25
def _get_is_igmp_querier_local(self):
return self.__is_igmp_querier_local<EOL>
Getter method for is_igmp_querier_local, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/is_igmp_querier_local (uint8) YANG Description: Is igmp querier local
f335942:c0:m27
def _set_is_igmp_querier_local(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:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for is_igmp_querier_local, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/is_igmp_querier_local (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_is_igmp_querier_local is considered as a private method. Backends looking to popula...
f335942:c0:m28
def _get_igmp_version(self):
return self.__igmp_version<EOL>
Getter method for igmp_version, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/igmp_version (uint8) YANG Description: igmp version
f335942:c0:m30
def _set_igmp_version(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:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for igmp_version, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces/igmp_version (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_version is considered as a private method. Backends looking to populate this variable should do ...
f335942:c0:m31
def _get_interface_name(self):
return self.__interface_name<EOL>
Getter method for interface_name, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/interface_name (string) YANG Description: Igmp L3 interface name
f335943:c0:m3
def _set_interface_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 interface_name, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/interface_name (string) If this variable is read-only (config: false) in the source YANG file, then _set_interface_name is considered as a private method. Backends looking to populate this variable should do so via calli...
f335943:c0:m4
def _get_igmp_l3_interfaces(self):
return self.__igmp_l3_interfaces<EOL>
Getter method for igmp_l3_interfaces, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces (list) YANG Description: Igmp L3 interface Information
f335943:c0:m6
def _set_igmp_l3_interfaces(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>",igmp_l3_interfaces_.igmp_l3_interfaces, 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 igmp_l3_interfaces, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces/igmp_l3_interfaces (list) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_l3_interfaces is considered as a private method. Backends looking to populate this variable should do so...
f335943:c0:m7
def _get_multicast_ssm_mapping(self):
return self.__multicast_ssm_mapping<EOL>
Getter method for multicast_ssm_mapping, mapped from YANG variable /igmp_snooping_state/multicast_ssm_mapping (container) YANG Description: Source Specific Multicast Operational Information
f335944:c0:m3
def _set_multicast_ssm_mapping(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=multicast_ssm_mapping.multicast_ssm_mapping, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, regis...
Setter method for multicast_ssm_mapping, mapped from YANG variable /igmp_snooping_state/multicast_ssm_mapping (container) If this variable is read-only (config: false) in the source YANG file, then _set_multicast_ssm_mapping is considered as a private method. Backends looking to populate this variable should do so via ...
f335944:c0:m4
def _get_igmp_statistics(self):
return self.__igmp_statistics<EOL>
Getter method for igmp_statistics, mapped from YANG variable /igmp_snooping_state/igmp_statistics (container) YANG Description: Igmp snooping statistics
f335944:c0:m6
def _set_igmp_statistics(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=igmp_statistics.igmp_statistics, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=Tr...
Setter method for igmp_statistics, mapped from YANG variable /igmp_snooping_state/igmp_statistics (container) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_statistics is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._s...
f335944:c0:m7
def _get_debug_igmp(self):
return self.__debug_igmp<EOL>
Getter method for debug_igmp, mapped from YANG variable /igmp_snooping_state/debug_igmp (container) YANG Description: Debug info for IGMP Snooping
f335944:c0:m9
def _set_debug_igmp(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=debug_igmp.debug_igmp, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extens...
Setter method for debug_igmp, mapped from YANG variable /igmp_snooping_state/debug_igmp (container) If this variable is read-only (config: false) in the source YANG file, then _set_debug_igmp is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_debug_igmp()...
f335944:c0:m10
def _get_igmp_snooping_vlans(self):
return self.__igmp_snooping_vlans<EOL>
Getter method for igmp_snooping_vlans, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans (list) YANG Description: Igmp snooping enabled interface List
f335944:c0:m12
def _set_igmp_snooping_vlans(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>",igmp_snooping_vlans.igmp_snooping_vlans, 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 igmp_snooping_vlans, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans (list) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_snooping_vlans is considered as a private method. Backends looking to populate this variable should do so via calling thi...
f335944:c0:m13
def _get_igmp_snooping_mrouters(self):
return self.__igmp_snooping_mrouters<EOL>
Getter method for igmp_snooping_mrouters, mapped from YANG variable /igmp_snooping_state/igmp_snooping_mrouters (list) YANG Description: Igmp snoopig mrouters
f335944:c0:m15
def _set_igmp_snooping_mrouters(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>",igmp_snooping_mrouters.igmp_snooping_mrouters, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper...
Setter method for igmp_snooping_mrouters, mapped from YANG variable /igmp_snooping_state/igmp_snooping_mrouters (list) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_snooping_mrouters is considered as a private method. Backends looking to populate this variable should do so via ca...
f335944:c0:m16
def _get_igmp_l3_interfaces(self):
return self.__igmp_l3_interfaces<EOL>
Getter method for igmp_l3_interfaces, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces (list) YANG Description: Igmp L3 interface List
f335944:c0:m18
def _set_igmp_l3_interfaces(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>",igmp_l3_interfaces.igmp_l3_interfaces, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_k...
Setter method for igmp_l3_interfaces, mapped from YANG variable /igmp_snooping_state/igmp_l3_interfaces (list) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_l3_interfaces is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f335944:c0:m19
def _get_igmp_groups(self):
return self.__igmp_groups<EOL>
Getter method for igmp_groups, mapped from YANG variable /igmp_snooping_state/igmp_groups (list) YANG Description: Igmp Snooping Group Information
f335944:c0:m21
def _set_igmp_groups(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>",igmp_groups.igmp_groups, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>...
Setter method for igmp_groups, mapped from YANG variable /igmp_snooping_state/igmp_groups (list) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_groups is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_igmp_groups() ...
f335944:c0:m22
def _get_igmp_mct_groups(self):
return self.__igmp_mct_groups<EOL>
Getter method for igmp_mct_groups, mapped from YANG variable /igmp_snooping_state/igmp_mct_groups (list) YANG Description: Igmp Snooping Cluster Group Information
f335944:c0:m24
def _set_igmp_mct_groups(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>",igmp_mct_groups.igmp_mct_groups, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<...
Setter method for igmp_mct_groups, mapped from YANG variable /igmp_snooping_state/igmp_mct_groups (list) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_mct_groups is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_ig...
f335944:c0:m25
def _get_pim_snp_groups(self):
return self.__pim_snp_groups<EOL>
Getter method for pim_snp_groups, mapped from YANG variable /igmp_snooping_state/pim_snp_groups (list) YANG Description: Pim Snooping Group Information
f335944:c0:m27
def _set_pim_snp_groups(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>",pim_snp_groups.pim_snp_groups, 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 pim_snp_groups, mapped from YANG variable /igmp_snooping_state/pim_snp_groups (list) If this variable is read-only (config: false) in the source YANG file, then _set_pim_snp_groups is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set_pim_s...
f335944:c0:m28
def _get_igmp_multicast_snooping_vlans(self):
return self.__igmp_multicast_snooping_vlans<EOL>
Getter method for igmp_multicast_snooping_vlans, mapped from YANG variable /igmp_snooping_state/igmp_multicast_snooping_vlans (list) YANG Description: Multicast snooping vlan
f335944:c0:m30
def _set_igmp_multicast_snooping_vlans(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>",igmp_multicast_snooping_vlans.igmp_multicast_snooping_vlans, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=sel...
Setter method for igmp_multicast_snooping_vlans, mapped from YANG variable /igmp_snooping_state/igmp_multicast_snooping_vlans (list) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_multicast_snooping_vlans is considered as a private method. Backends looking to populate this variabl...
f335944:c0:m31
def _get_igmp_interface_statistics(self):
return self.__igmp_interface_statistics<EOL>
Getter method for igmp_interface_statistics, mapped from YANG variable /igmp_snooping_state/igmp_interface_statistics (container)
f335944:c0:m33
def _set_igmp_interface_statistics(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=igmp_interface_statistics.igmp_interface_statistics, 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 igmp_interface_statistics, mapped from YANG variable /igmp_snooping_state/igmp_interface_statistics (container) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_interface_statistics is considered as a private method. Backends looking to populate this variable shoul...
f335944:c0:m34
def _get_grp_ip_addr(self):
return self.__grp_ip_addr<EOL>
Getter method for grp_ip_addr, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/vlan_groups/grp_ip_addr (inet:ipv4-address) YANG Description: Igmp group address
f335945:c0:m3
def _set_grp_ip_addr(self, v, load=False):
parent = getattr(self, "<STR_LIT>", None)<EOL>if parent is not None and load is False:<EOL><INDENT>raise AttributeError("<STR_LIT>" +<EOL>"<STR_LIT>")<EOL><DEDENT>if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=unicode, restricti...
Setter method for grp_ip_addr, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/vlan_groups/grp_ip_addr (inet:ipv4-address) If this variable is read-only (config: false) in the source YANG file, then _set_grp_ip_addr is considered as a private method. Backends looking to populate t...
f335945:c0:m4
def _get_member_ports(self):
return self.__member_ports<EOL>
Getter method for member_ports, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/vlan_groups/member_ports (string) YANG Description: group membership ports
f335945:c0:m6
def _set_member_ports(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 member_ports, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/vlan_groups/member_ports (string) If this variable is read-only (config: false) in the source YANG file, then _set_member_ports is considered as a private method. Backends looking to populate this vari...
f335945:c0:m7
def _get_vlan_id(self):
return self.__vlan_id<EOL>
Getter method for vlan_id, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/vlan_id (uint32) YANG Description: vlan id
f335946:c0:m3
def _set_vlan_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=long, restriction_...
Setter method for vlan_id, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/vlan_id (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_vlan_id is considered as a private method. Backends looking to populate this variable should do so via calli...
f335946:c0:m4
def _get_multicast_router_ports(self):
return self.__multicast_router_ports<EOL>
Getter method for multicast_router_ports, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/multicast_router_ports (string) YANG Description: Multicast Router ports
f335946:c0:m6
def _set_multicast_router_ports(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 multicast_router_ports, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/multicast_router_ports (string) If this variable is read-only (config: false) in the source YANG file, then _set_multicast_router_ports is considered as a private method. Backends looking to ...
f335946:c0:m7
def _get_is_querier(self):
return self.__is_querier<EOL>
Getter method for is_querier, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/is_querier (uint8) YANG Description: Is interface Querier enabled
f335946:c0:m9
def _set_is_querier(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:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for is_querier, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/is_querier (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_is_querier is considered as a private method. Backends looking to populate this variable should do so v...
f335946:c0:m10
def _get_igmp_operation_mode(self):
return self.__igmp_operation_mode<EOL>
Getter method for igmp_operation_mode, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/igmp_operation_mode (uint32) YANG Description: IGMP Operation mode
f335946:c0:m12
def _set_igmp_operation_mode(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for igmp_operation_mode, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/igmp_operation_mode (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_igmp_operation_mode is considered as a private method. Backends looking to populate ...
f335946:c0:m13
def _get_fast_leave(self):
return self.__fast_leave<EOL>
Getter method for fast_leave, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/fast_leave (uint8) YANG Description: Is Fast Leave enabled
f335946:c0:m15
def _set_fast_leave(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:8>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ex...
Setter method for fast_leave, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/fast_leave (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_fast_leave is considered as a private method. Backends looking to populate this variable should do so v...
f335946:c0:m16
def _get_qmrt(self):
return self.__qmrt<EOL>
Getter method for qmrt, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/qmrt (uint32) YANG Description: Igmp query response time
f335946:c0:m18
def _set_qmrt(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for qmrt, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/qmrt (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_qmrt is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f335946:c0:m19
def _get_lmqi(self):
return self.__lmqi<EOL>
Getter method for lmqi, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/lmqi (uint32) YANG Description: Last Member Query Interval
f335946:c0:m21
def _set_lmqi(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for lmqi, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/lmqi (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_lmqi is considered as a private method. Backends looking to populate this variable should do so via calling thisOb...
f335946:c0:m22
def _get_qi(self):
return self.__qi<EOL>
Getter method for qi, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/qi (uint32) YANG Description: Query Interval
f335946:c0:m24
def _set_qi(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for qi, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/qi (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_qi is considered as a private method. Backends looking to populate this variable should do so via calling thisObj._set...
f335946:c0:m25
def _get_version(self):
return self.__version<EOL>
Getter method for version, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/version (uint8) YANG Description: Igmp Version
f335946:c0:m27
def _set_version(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:8>), is_leaf=True, yang_name="<STR_LIT:version>", rest_name="<STR_LIT:version>", parent=self, path_helper=self....
Setter method for version, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/version (uint8) If this variable is read-only (config: false) in the source YANG file, then _set_version is considered as a private method. Backends looking to populate this variable should do so via callin...
f335946:c0:m28
def _get_num_of_mcast_grps(self):
return self.__num_of_mcast_grps<EOL>
Getter method for num_of_mcast_grps, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/num_of_mcast_grps (uint32) YANG Description: Number of Multicast Groups
f335946:c0:m30
def _set_num_of_mcast_grps(self, v, load=False):
if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=RestrictedClassType(base_type=long, restriction_dict={'<STR_LIT>': ['<STR_LIT>']}, int_size=<NUM_LIT:32>), is_leaf=True, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ...
Setter method for num_of_mcast_grps, mapped from YANG variable /igmp_snooping_state/igmp_snooping_vlans/igmp_snooping_vlans/num_of_mcast_grps (uint32) If this variable is read-only (config: false) in the source YANG file, then _set_num_of_mcast_grps is considered as a private method. Backends looking to populate this v...
f335946:c0:m31