signature stringlengths 8 3.44k | body stringlengths 0 1.41M | docstring stringlengths 1 122k | id stringlengths 5 17 |
|---|---|---|---|
def _get_ntp(self): | return self.__ntp<EOL> | Getter method for ntp, mapped from YANG variable /ntp (container) | f333935:c76:m3 |
def _set_ntp(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ntp.ntp, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L... | Setter method for ntp, mapped from YANG variable /ntp (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ntp is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ntp() directly. | f333935:c76:m4 |
def _get_fcoe_fsb(self): | return self.__fcoe_fsb<EOL> | Getter method for fcoe_fsb, mapped from YANG variable /fcoe_fsb (container)
YANG Description: This CLI will disable/enable fsb mode | f333935:c77:m3 |
def _set_fcoe_fsb(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=fcoe_fsb.fcoe_fsb, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions... | Setter method for fcoe_fsb, mapped from YANG variable /fcoe_fsb (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_fcoe_fsb is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_fcoe_fsb() directly.
YANG Description... | f333935:c77:m4 |
def _get_fcoe(self): | return self.__fcoe<EOL> | Getter method for fcoe, mapped from YANG variable /fcoe (container)
YANG Description: This provides the grouping of all FCoE map configuration
elements. | f333935:c77:m6 |
def _set_fcoe(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=fcoe.fcoe, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR... | Setter method for fcoe, mapped from YANG variable /fcoe (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_fcoe is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_fcoe() directly.
YANG Descrip... | f333935:c77:m7 |
def _get_protocol_vrrp(self): | return self.__protocol_vrrp<EOL> | Getter method for protocol_vrrp, mapped from YANG variable /protocol_vrrp (container)
YANG Description: An intermediary node that separates the protocol vrrp from other protocols. | f333935:c78:m3 |
def _set_protocol_vrrp(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=protocol_vrrp.protocol_vrrp, 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 protocol_vrrp, mapped from YANG variable /protocol_vrrp (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_protocol_vrrp is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_protocol_vrrp() directl... | f333935:c78:m4 |
def _get_topology_group(self): | return self.__topology_group<EOL> | Getter method for topology_group, mapped from YANG variable /topology_group (list) | f333935:c79:m3 |
def _set_topology_group(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",topology_group.topology_group, 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 topology_group, mapped from YANG variable /topology_group (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_topology_group is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_topology_group() directly... | f333935:c79:m4 |
def _get_acl_policy(self): | return self.__acl_policy<EOL> | Getter method for acl_policy, mapped from YANG variable /acl_policy (container) | f333935:c81:m3 |
def _set_acl_policy(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=acl_policy.acl_policy, 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 acl_policy, mapped from YANG variable /acl_policy (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_acl_policy is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_acl_policy() directly. | f333935:c81:m4 |
def _get_bd_mac_br_state(self): | return self.__bd_mac_br_state<EOL> | Getter method for bd_mac_br_state, mapped from YANG variable /bd_mac_br_state (container)
YANG Description: Bridge-domain mac brief info | f333935:c82:m3 |
def _set_bd_mac_br_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bd_mac_br_state.bd_mac_br_state, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=Tr... | Setter method for bd_mac_br_state, mapped from YANG variable /bd_mac_br_state (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_bd_mac_br_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_bd_mac_br_state()... | f333935:c82:m4 |
def _get_mct_l2ys_state(self): | return self.__mct_l2ys_state<EOL> | Getter method for mct_l2ys_state, mapped from YANG variable /mct_l2ys_state (container)
YANG Description: MCT L2sys Operational Information | f333935:c82:m6 |
def _set_mct_l2ys_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=mct_l2ys_state.mct_l2ys_state, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True... | Setter method for mct_l2ys_state, mapped from YANG variable /mct_l2ys_state (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_mct_l2ys_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_mct_l2ys_state() dir... | f333935:c82:m7 |
def _get_bridge_domain_mac_state(self): | return self.__bridge_domain_mac_state<EOL> | Getter method for bridge_domain_mac_state, mapped from YANG variable /bridge_domain_mac_state (list)
YANG Description: brief mac Bridge-domain information | f333935:c82:m9 |
def _set_bridge_domain_mac_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",bridge_domain_mac_state.bridge_domain_mac_state, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_help... | Setter method for bridge_domain_mac_state, mapped from YANG variable /bridge_domain_mac_state (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_bridge_domain_mac_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._se... | f333935:c82:m10 |
def _get_maps(self): | return self.__maps<EOL> | Getter method for maps, mapped from YANG variable /maps (container) | f333935:c84:m3 |
def _set_maps(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=maps.maps, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR... | Setter method for maps, mapped from YANG variable /maps (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_maps is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_maps() directly. | f333935:c84:m4 |
def _get_adj_neighbor_entries_state(self): | return self.__adj_neighbor_entries_state<EOL> | Getter method for adj_neighbor_entries_state, mapped from YANG variable /adj_neighbor_entries_state (container)
YANG Description: ISIS Adjacency Neighbor Entries | f333935:c85:m3 |
def _set_adj_neighbor_entries_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=adj_neighbor_entries_state.adj_neighbor_entries_state, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmeth... | Setter method for adj_neighbor_entries_state, mapped from YANG variable /adj_neighbor_entries_state (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_adj_neighbor_entries_state is considered as a private
method. Backends looking to populate this variable should
do so via calli... | f333935:c85:m4 |
def _get_counts_state(self): | return self.__counts_state<EOL> | Getter method for counts_state, mapped from YANG variable /counts_state (container)
YANG Description: IS-IS Counters | f333935:c85:m6 |
def _set_counts_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=counts_state.counts_state, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ex... | Setter method for counts_state, mapped from YANG variable /counts_state (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_counts_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_counts_state() directly.
... | f333935:c85:m7 |
def _get_isis_state(self): | return self.__isis_state<EOL> | Getter method for isis_state, mapped from YANG variable /isis_state (container)
YANG Description: ISIS Operational Information | f333935:c85:m9 |
def _set_isis_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=isis_state.isis_state, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extens... | Setter method for isis_state, mapped from YANG variable /isis_state (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_isis_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_isis_state() directly.
YANG Des... | f333935:c85:m10 |
def _get_traffic_state(self): | return self.__traffic_state<EOL> | Getter method for traffic_state, mapped from YANG variable /traffic_state (container)
YANG Description: IS-IS packet counts | f333935:c85:m12 |
def _set_traffic_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=traffic_state.traffic_state, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, ... | Setter method for traffic_state, mapped from YANG variable /traffic_state (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_traffic_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_traffic_state() directl... | f333935:c85:m13 |
def _get_spf_log_state(self): | return self.__spf_log_state<EOL> | Getter method for spf_log_state, mapped from YANG variable /spf_log_state (list)
YANG Description: ISIS IPv4 or IPv6 SPF LOG information | f333935:c85:m15 |
def _set_spf_log_state(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT>",spf_log_state.spf_log_state, 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 spf_log_state, mapped from YANG variable /spf_log_state (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_spf_log_state is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_spf_log_state() directly.
Y... | f333935:c85:m16 |
def _get_vcsmode(self): | return self.__vcsmode<EOL> | Getter method for vcsmode, mapped from YANG variable /vcsmode (container) | f333935:c86:m3 |
def _set_vcsmode(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=vcsmode.vcsmode, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={... | Setter method for vcsmode, mapped from YANG variable /vcsmode (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_vcsmode is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vcsmode() directly. | f333935:c86:m4 |
def _get_local_node(self): | return self.__local_node<EOL> | Getter method for local_node, mapped from YANG variable /local_node (container) | f333935:c86:m6 |
def _set_local_node(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=local_node.local_node, 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 local_node, mapped from YANG variable /local_node (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_local_node is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_local_node() directly. | f333935:c86:m7 |
def _get_vcs(self): | return self.__vcs<EOL> | Getter method for vcs, mapped from YANG variable /vcs (container) | f333935:c86:m9 |
def _set_vcs(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=vcs.vcs, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L... | Setter method for vcs, mapped from YANG variable /vcs (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_vcs is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vcs() directly. | f333935:c86:m10 |
def _get_telnet_sa(self): | return self.__telnet_sa<EOL> | Getter method for telnet_sa, mapped from YANG variable /telnet_sa (container) | f333935:c89:m3 |
def _set_telnet_sa(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=telnet_sa.telnet_sa, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensio... | Setter method for telnet_sa, mapped from YANG variable /telnet_sa (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_telnet_sa is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_telnet_sa() directly. | f333935:c89:m4 |
def _get_ssh_sa(self): | return self.__ssh_sa<EOL> | Getter method for ssh_sa, mapped from YANG variable /ssh_sa (container) | f333935:c89:m6 |
def _set_ssh_sa(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=ssh_sa.ssh_sa, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'... | Setter method for ssh_sa, mapped from YANG variable /ssh_sa (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_ssh_sa is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_ssh_sa() directly. | f333935:c89:m7 |
def _get_vcenter(self): | return self.__vcenter<EOL> | Getter method for vcenter, mapped from YANG variable /vcenter (list)
YANG Description: vCenter | f333935:c91:m3 |
def _set_vcenter(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:id>",vcenter.vcenter, 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:id>',... | Setter method for vcenter, mapped from YANG variable /vcenter (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_vcenter is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vcenter() directly.
YANG Description: vCenter | f333935:c91:m4 |
def _get_bridge_domain(self): | return self.__bridge_domain<EOL> | Getter method for bridge_domain, mapped from YANG variable /bridge_domain (list) | f333935:c92:m3 |
def _set_bridge_domain(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>",bridge_domain.bridge_domain, 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 bridge_domain, mapped from YANG variable /bridge_domain (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_bridge_domain is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_bridge_domain() directly. | f333935:c92:m4 |
def _get_bp_rate_limit(self): | return self.__bp_rate_limit<EOL> | Getter method for bp_rate_limit, mapped from YANG variable /bp_rate_limit (container) | f333935:c95:m3 |
def _set_bp_rate_limit(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=bp_rate_limit.bp_rate_limit, 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 bp_rate_limit, mapped from YANG variable /bp_rate_limit (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_bp_rate_limit is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_bp_rate_limit() directl... | f333935:c95:m4 |
def _get_cluster(self): | return self.__cluster<EOL> | Getter method for cluster, mapped from YANG variable /cluster (list) | f333935:c96:m3 |
def _set_cluster(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>",cluster.cluster, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT>', exten... | Setter method for cluster, mapped from YANG variable /cluster (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_cluster is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cluster() directly. | f333935:c96:m4 |
def _get_copy(self): | return self.__copy<EOL> | Getter method for copy, mapped from YANG variable /copy (container) | f333935:c99:m3 |
def _set_copy(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=copy.copy, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR... | Setter method for copy, mapped from YANG variable /copy (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_copy is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_copy() directly. | f333935:c99:m4 |
def _get_logging(self): | return self.__logging<EOL> | Getter method for logging, mapped from YANG variable /logging (container) | f333935:c99:m6 |
def _set_logging(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=logging.logging, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={... | Setter method for logging, mapped from YANG variable /logging (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_logging is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_logging() directly. | f333935:c99:m7 |
def _get_destination_console(self): | return self.__destination_console<EOL> | Getter method for destination_console, mapped from YANG variable /destination_console (container) | f333935:c99:m9 |
def _set_destination_console(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=destination_console.destination_console, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_... | Setter method for destination_console, mapped from YANG variable /destination_console (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_destination_console is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_desti... | f333935:c99:m10 |
def _get_system_ras(self): | return self.__system_ras<EOL> | Getter method for system_ras, mapped from YANG variable /system_ras (container) | f333935:c99:m12 |
def _set_system_ras(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=system_ras.system_ras, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extens... | Setter method for system_ras, mapped from YANG variable /system_ras (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_system_ras is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_system_ras() directly. | f333935:c99:m13 |
def _get_support(self): | return self.__support<EOL> | Getter method for support, mapped from YANG variable /support (container) | f333935:c99:m15 |
def _set_support(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=support.support, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={... | Setter method for support, mapped from YANG variable /support (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_support is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_support() directly. | f333935:c99:m16 |
def _get_qos_mpls(self): | return self.__qos_mpls<EOL> | Getter method for qos_mpls, mapped from YANG variable /qos_mpls (container) | f333935:c100:m3 |
def _set_qos_mpls(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=qos_mpls.qos_mpls, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions... | Setter method for qos_mpls, mapped from YANG variable /qos_mpls (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_qos_mpls is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_qos_mpls() directly. | f333935:c100:m4 |
def _get_diag(self): | return self.__diag<EOL> | Getter method for diag, mapped from YANG variable /diag (container) | f333935:c101:m3 |
def _set_diag(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=diag.diag, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR... | Setter method for diag, mapped from YANG variable /diag (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_diag is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_diag() directly. | f333935:c101:m4 |
def _get_preprovision(self): | return self.__preprovision<EOL> | Getter method for preprovision, mapped from YANG variable /preprovision (container)
YANG Description: Preprovision profile | f333935:c102:m3 |
def _set_preprovision(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=preprovision.preprovision, 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 preprovision, mapped from YANG variable /preprovision (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_preprovision is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_preprovision() directly.
... | f333935:c102:m4 |
def _get_interface(self): | return self.__interface<EOL> | Getter method for interface, mapped from YANG variable /interface (container)
YANG Description: All the interface related elements of this managed device
grouped under this container. | f333935:c103:m3 |
def _set_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=interface.interface, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensio... | Setter method for interface, mapped from YANG variable /interface (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_interface is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_interface() directl... | f333935:c103:m4 |
def _get_interface_vlan(self): | return self.__interface_vlan<EOL> | Getter method for interface_vlan, mapped from YANG variable /interface_vlan (container)
YANG Description: An intermediary node that separates the vlan related
elements of this managed device. | f333935:c103:m6 |
def _set_interface_vlan(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=interface_vlan.interface_vlan, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True... | Setter method for interface_vlan, mapped from YANG variable /interface_vlan (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_interface_vlan is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_inte... | f333935:c103:m7 |
def _get_protocol(self): | return self.__protocol<EOL> | Getter method for protocol, mapped from YANG variable /protocol (container) | f333935:c103:m9 |
def _set_protocol(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=protocol.protocol, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions... | Setter method for protocol, mapped from YANG variable /protocol (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_protocol is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_protocol() directly. | f333935:c103:m10 |
def _get_qos(self): | return self.__qos<EOL> | Getter method for qos, mapped from YANG variable /qos (container) | f333935:c104:m3 |
def _set_qos(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=qos.qos, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L... | Setter method for qos, mapped from YANG variable /qos (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_qos is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_qos() directly. | f333935:c104:m4 |
def _get_rbridge_id(self): | return self.__rbridge_id<EOL> | Getter method for rbridge_id, mapped from YANG variable /rbridge_id (list) | f333935:c105:m3 |
def _set_rbridge_id(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>",rbridge_id.rbridge_id, 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 rbridge_id, mapped from YANG variable /rbridge_id (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_rbridge_id is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_rbridge_id() directly. | f333935:c105:m4 |
def _get_dpod(self): | return self.__dpod<EOL> | Getter method for dpod, mapped from YANG variable /dpod (container) | f333935:c106:m3 |
def _set_dpod(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dpod.dpod, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR... | Setter method for dpod, mapped from YANG variable /dpod (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_dpod is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_dpod() directly. | f333935:c106:m4 |
def _get_vrrp_global(self): | return self.__vrrp_global<EOL> | Getter method for vrrp_global, mapped from YANG variable /vrrp_global (container) | f333935:c108:m3 |
def _set_vrrp_global(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=vrrp_global.vrrp_global, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, exte... | Setter method for vrrp_global, mapped from YANG variable /vrrp_global (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_vrrp_global is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_vrrp_global() directly. | f333935:c108:m4 |
def _get_protocol_vrrpv3(self): | return self.__protocol_vrrpv3<EOL> | Getter method for protocol_vrrpv3, mapped from YANG variable /protocol_vrrpv3 (container)
YANG Description: An intermediary node that separates the protocol vrrpv3 from other protocols. | f333935:c108:m6 |
def _set_protocol_vrrpv3(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=protocol_vrrpv3.protocol_vrrpv3, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=Tr... | Setter method for protocol_vrrpv3, mapped from YANG variable /protocol_vrrpv3 (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_protocol_vrrpv3 is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_protocol_vrrpv3()... | f333935:c108:m7 |
def _get_pw_profile(self): | return self.__pw_profile<EOL> | Getter method for pw_profile, mapped from YANG variable /pw_profile (list) | f333935:c113:m3 |
def _set_pw_profile(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>",pw_profile.pw_profile, 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 pw_profile, mapped from YANG variable /pw_profile (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_pw_profile is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_pw_profile() directly. | f333935:c113:m4 |
def _get_mpls_config(self): | return self.__mpls_config<EOL> | Getter method for mpls_config, mapped from YANG variable /mpls_config (container) | f333935:c114:m3 |
def _set_mpls_config(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=mpls_config.mpls_config, 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 mpls_config, mapped from YANG variable /mpls_config (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_mpls_config is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_mpls_config() directly. | f333935:c114:m4 |
def _get_dai_config(self): | return self.__dai_config<EOL> | Getter method for dai_config, mapped from YANG variable /dai_config (container) | f333935:c115:m3 |
def _set_dai_config(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=dai_config.dai_config, 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 dai_config, mapped from YANG variable /dai_config (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_dai_config is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_dai_config() directly. | f333935:c115:m4 |
def _get_hide_filter_change_update_delay_holder(self): | return self.__hide_filter_change_update_delay_holder<EOL> | Getter method for hide_filter_change_update_delay_holder, mapped from YANG variable /hide_filter_change_update_delay_holder (container) | f333935:c117:m3 |
def _set_hide_filter_change_update_delay_holder(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=hide_filter_change_update_delay_holder.hide_filter_change_update_delay_holder, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, ... | Setter method for hide_filter_change_update_delay_holder, mapped from YANG variable /hide_filter_change_update_delay_holder (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_hide_filter_change_update_delay_holder is considered as a private
method. Backends looking to populate ... | f333935:c117:m4 |
def _get_hide_virtual_ip_holder(self): | return self.__hide_virtual_ip_holder<EOL> | Getter method for hide_virtual_ip_holder, mapped from YANG variable /hide_virtual_ip_holder (container) | f333935:c118:m3 |
def _set_hide_virtual_ip_holder(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=hide_virtual_ip_holder.hide_virtual_ip_holder, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, reg... | Setter method for hide_virtual_ip_holder, mapped from YANG variable /hide_virtual_ip_holder (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_hide_virtual_ip_holder is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._... | f333935:c118:m4 |
def _get_chassis(self): | return self.__chassis<EOL> | Getter method for chassis, mapped from YANG variable /chassis (container) | f333935:c118:m6 |
def _set_chassis(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=chassis.chassis, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={... | Setter method for chassis, mapped from YANG variable /chassis (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_chassis is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_chassis() directly. | f333935:c118:m7 |
def _get_cee_map(self): | return self.__cee_map<EOL> | Getter method for cee_map, mapped from YANG variable /cee_map (list) | f333935:c119:m3 |
def _set_cee_map(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT:name>",cee_map.cee_map, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yang_keys='<STR_LIT:nam... | Setter method for cee_map, mapped from YANG variable /cee_map (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_cee_map is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_cee_map() directly. | f333935:c119:m4 |
def _get_nas(self): | return self.__nas<EOL> | Getter method for nas, mapped from YANG variable /nas (container) | f333935:c119:m6 |
def _set_nas(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=nas.nas, is_container='<STR_LIT>', presence=False, yang_name="<STR_LIT>", rest_name="<STR_LIT>", parent=self, path_helper=self._path_helper, extmethods=self._extmethods, register_paths=True, extensions={u'<STR_L... | Setter method for nas, mapped from YANG variable /nas (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_nas is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_nas() directly. | f333935:c119:m7 |
def _get_aaa_config(self): | return self.__aaa_config<EOL> | Getter method for aaa_config, mapped from YANG variable /aaa_config (container) | f333935:c121:m3 |
def _set_aaa_config(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=aaa_config.aaa_config, 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 aaa_config, mapped from YANG variable /aaa_config (container)
If this variable is read-only (config: false) in the
source YANG file, then _set_aaa_config is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_aaa_config() directly. | f333935:c121:m4 |
def _get_username(self): | return self.__username<EOL> | Getter method for username, mapped from YANG variable /username (list) | f333935:c121:m6 |
def _set_username(self, v, load=False): | if hasattr(v, "<STR_LIT>"):<EOL><INDENT>v = v._utype(v)<EOL><DEDENT>try:<EOL><INDENT>t = YANGDynClass(v,base=YANGListType("<STR_LIT:name>",username.username, yang_name="<STR_LIT:username>", rest_name="<STR_LIT:username>", parent=self, is_container='<STR_LIT:list>', user_ordered=False, path_helper=self._path_helper, yan... | Setter method for username, mapped from YANG variable /username (list)
If this variable is read-only (config: false) in the
source YANG file, then _set_username is considered as a private
method. Backends looking to populate this variable should
do so via calling thisObj._set_username() directly. | f333935:c121:m7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.