diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f4887bb5..17b77334e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,84 @@ Cisco ACI Ansible Collection Release Notes .. contents:: Topics +v2.9.0 +====== + +Release Summary +--------------- + +Release v2.9.0 of the ``ansible-aci`` collection on 2024-04-06. +This changelog describes all changes made to the modules and plugins included in this collection since v2.8.0. + + +Minor Changes +------------- + +- Add Authentification option for EIGRP interface profile. +- Add L3out Floating SVI modules (aci_l3out_floating_svi, aci_l3out_floating_svi_path, aci_l3out_floating_svi_path_secondary_ip and aci_l3out_floating_svi_secondary_ip) (#478) +- Add No-verification flag option to reduce the number of API calls. If true, a verifying GET will not be sent after a POST update to APIC +- Add access spine interface selector and port block binding in aci_access_port_block_to_access_port +- Add aci_access_spine_interface_selector module +- Add aci_action_rule_additional_communities module +- Add aci_action_rule_set_as_path and aci_action_rule_set_as_path_asn modules +- Add aci_bgp_peer_prefix_policy, aci_bgp_route_summarization_policy and aci_bgp_address_family_context_policy modules +- Add aci_fabric_pod, aci_fabric_pod_external_tep, aci_fabric_pod_profile, aci_fabric_pod_remote_pool modules (#558) +- Add aci_hsrp_interface_policy, aci_l3out_hsrp_group, aci_l3out_hsrp_interface_profile and aci_l3out_hsrp_secondary_vip modules (#505) +- Add aci_interface_policy_eigrp (class:eigrpIfPol) module +- Add aci_interface_policy_pim module +- Add aci_interface_policy_storm_control module +- Add aci_keychain_policy and aci_key_policy modules +- Add aci_l3out_bfd_multihop_interface_profile, aci_l3out_bfd_interface_profile, aci_interface_policy_bfd_multihop, aci_interface_policy_bfd and aci_bfd_multihop_node_policy modules (#492) +- Add aci_l3out_dhcp_relay_label, aci_dhcp_option_policy and aci_dhcp_option modules +- Add aci_l3out_eigrp_interface_profile module +- Add aci_listify filter plugin to flattens nested dictionaries +- Add aci_netflow_exporter_policy module +- Add aci_netflow_monitor_policy and aci_netflow_record_policy modules +- Add aci_netflow_monitor_to_exporter module +- Add aci_node_block module +- Add aci_pim_route_map_policy and aci_pim_route_map_entry modules +- Add aci_qos_custom_policy and aci_qos_dscp_class modules +- Add aci_qos_dot1p_class module +- Add action rules attributes to aci_tenant_action_rule_profile. +- Add auto to speed attribute options in aci_interface_policy_link_level module (#577) +- Add missing options to aci_bd module +- Add modules aci_bd_to_netflow_monitor_policy and aci_bd_rogue_exception_mac (#600) +- Add modules for Fabric External Connection Policies and its childs +- Add option to set delimiter to _ in aci_epg_to_domain module +- Add qos_custom_policy, pim_interface_policy and igmp_interface_policy as new child_classes for aci_l3out_logical_interface_profile. +- Add support for annotation in aci_rest module (#437) +- Add support for block statements in useg attributes with the aci_epg_useg_attribute_block_statement module +- Add support for configuration of access switch policy groups with aci_access_switch_policy_group module +- Add support for configuration of certificate authorities in aci_aaa_certificate_authority +- Add support for configuration of fabric management access policies in aci_fabric_management_access +- Add support for configuration of vrf multicast with aci_vrf_multicast module +- Add support for configuring Azure cloud subnets using the aci_cloud_subnet module +- Add support for encap scope in aci_l3out_interface +- Add support for https ssl cipher configuration in aci_fabric_management_access_https_cipher +- Add support for infra l3out nodes bgp-evpn loopback, mpls transport loopback and segment id in aci_l3out_logical_node +- Add support for infra sr mpls micro bfd in aci_l3out_interface +- Add support for intra epg, taboo, and contract interface in aci_epg_to_contract +- Add support for key ring configuration in aci_aaa_key_ring +- Add support for mac and description in aci_l3out_interface +- Add support for mpls custom qos policy for infra sr mpls l3outs node profiles in aci_l3out_logical_node_profile +- Add support for security default settings configuration in aci_aaa_security_default_settings +- Add support for simple statements in useg attributes with the aci_epg_useg_attribute_simple_statement module +- Add support for sr-mpls bgpInfraPeerP and bgp_password in aci_l3out_bgp_peer module (#543) +- Add support for sr-mpls in aci_l3out module +- Add support for sr-mpls l3out to infra l3out in aci_l3out_to_sr_mpls_infra_l3out +- Add support for subject labels for EPG, EPG Contract, ESG, Contract Subject, L2Out External EPG, L3out External EPG, and L3out External EPG Contract with the aci_subject_label module +- Add support for taboo contract, contract interface and intra_epg contract in aci_l3out_extepg_to_contract +- Add support for useg default block statement configuration for useg epg in aci_epg +- Modify child class node block conditions to be optional in aci_switch_leaf_selector + +Bugfixes +-------- + +- Fix auto logout issue in aci connection plugin to keep connection active between tasks +- Fix idempotency for l3out configuration when l3protocol is used in aci_l3out +- Fix issues with new attributes in aci_interface_policy_leaf_policy_group module by adding conditions to include attributes in the payload only when they are specified by the user (#578) +- Fix query in aci_vmm_controller + v2.8.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ae1c6a3f5..9070ec916 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -459,3 +459,101 @@ releases: " release_date: "2023-11-04" + 2.9.0: + changes: + bugfixes: + - Fix auto logout issue in aci connection plugin to keep connection active between + tasks + - Fix idempotency for l3out configuration when l3protocol is used in aci_l3out + - Fix issues with new attributes in aci_interface_policy_leaf_policy_group module + by adding conditions to include attributes in the payload only when they are + specified by the user (#578) + - Fix query in aci_vmm_controller + minor_changes: + - Add Authentification option for EIGRP interface profile. + - Add L3out Floating SVI modules (aci_l3out_floating_svi, aci_l3out_floating_svi_path, + aci_l3out_floating_svi_path_secondary_ip and aci_l3out_floating_svi_secondary_ip) + (#478) + - Add No-verification flag option to reduce the number of API calls. If true, + a verifying GET will not be sent after a POST update to APIC + - Add access spine interface selector and port block binding in aci_access_port_block_to_access_port + - Add aci_access_spine_interface_selector module + - Add aci_action_rule_additional_communities module + - Add aci_action_rule_set_as_path and aci_action_rule_set_as_path_asn modules + - Add aci_bgp_peer_prefix_policy, aci_bgp_route_summarization_policy and aci_bgp_address_family_context_policy + modules + - Add aci_fabric_pod, aci_fabric_pod_external_tep, aci_fabric_pod_profile, aci_fabric_pod_remote_pool + modules (#558) + - Add aci_hsrp_interface_policy, aci_l3out_hsrp_group, aci_l3out_hsrp_interface_profile + and aci_l3out_hsrp_secondary_vip modules (#505) + - Add aci_interface_policy_eigrp (class:eigrpIfPol) module + - Add aci_interface_policy_pim module + - Add aci_interface_policy_storm_control module + - Add aci_keychain_policy and aci_key_policy modules + - Add aci_l3out_bfd_multihop_interface_profile, aci_l3out_bfd_interface_profile, + aci_interface_policy_bfd_multihop, aci_interface_policy_bfd and aci_bfd_multihop_node_policy + modules (#492) + - Add aci_l3out_dhcp_relay_label, aci_dhcp_option_policy and aci_dhcp_option + modules + - Add aci_l3out_eigrp_interface_profile module + - Add aci_listify filter plugin to flattens nested dictionaries + - Add aci_netflow_exporter_policy module + - Add aci_netflow_monitor_policy and aci_netflow_record_policy modules + - Add aci_netflow_monitor_to_exporter module + - Add aci_node_block module + - Add aci_pim_route_map_policy and aci_pim_route_map_entry modules + - Add aci_qos_custom_policy and aci_qos_dscp_class modules + - Add aci_qos_dot1p_class module + - Add action rules attributes to aci_tenant_action_rule_profile. + - Add auto to speed attribute options in aci_interface_policy_link_level module + (#577) + - Add missing options to aci_bd module + - Add modules aci_bd_to_netflow_monitor_policy and aci_bd_rogue_exception_mac + (#600) + - Add modules for Fabric External Connection Policies and its childs + - Add option to set delimiter to _ in aci_epg_to_domain module + - Add qos_custom_policy, pim_interface_policy and igmp_interface_policy as new + child_classes for aci_l3out_logical_interface_profile. + - Add support for annotation in aci_rest module (#437) + - Add support for block statements in useg attributes with the aci_epg_useg_attribute_block_statement + module + - Add support for configuration of access switch policy groups with aci_access_switch_policy_group + module + - Add support for configuration of certificate authorities in aci_aaa_certificate_authority + - Add support for configuration of fabric management access policies in aci_fabric_management_access + - Add support for configuration of vrf multicast with aci_vrf_multicast module + - Add support for configuring Azure cloud subnets using the aci_cloud_subnet + module + - Add support for encap scope in aci_l3out_interface + - Add support for https ssl cipher configuration in aci_fabric_management_access_https_cipher + - Add support for infra l3out nodes bgp-evpn loopback, mpls transport loopback + and segment id in aci_l3out_logical_node + - Add support for infra sr mpls micro bfd in aci_l3out_interface + - Add support for intra epg, taboo, and contract interface in aci_epg_to_contract + - Add support for key ring configuration in aci_aaa_key_ring + - Add support for mac and description in aci_l3out_interface + - Add support for mpls custom qos policy for infra sr mpls l3outs node profiles + in aci_l3out_logical_node_profile + - Add support for security default settings configuration in aci_aaa_security_default_settings + - Add support for simple statements in useg attributes with the aci_epg_useg_attribute_simple_statement + module + - Add support for sr-mpls bgpInfraPeerP and bgp_password in aci_l3out_bgp_peer + module (#543) + - Add support for sr-mpls in aci_l3out module + - Add support for sr-mpls l3out to infra l3out in aci_l3out_to_sr_mpls_infra_l3out + - Add support for subject labels for EPG, EPG Contract, ESG, Contract Subject, + L2Out External EPG, L3out External EPG, and L3out External EPG Contract with + the aci_subject_label module + - Add support for taboo contract, contract interface and intra_epg contract + in aci_l3out_extepg_to_contract + - Add support for useg default block statement configuration for useg epg in + aci_epg + - Modify child class node block conditions to be optional in aci_switch_leaf_selector + release_summary: + "Release v2.9.0 of the ``ansible-aci`` collection on 2024-04-06. + + This changelog describes all changes made to the modules and plugins included + in this collection since v2.8.0. + + " + release_date: "2024-04-06" diff --git a/galaxy.yml b/galaxy.yml index ba3401bf1..27b2f7d85 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: cisco name: aci # The version of the collection. Must be compatible with semantic versioning -version: 2.8.0 +version: 2.9.0 readme: README.md authors: - Dag Wieers (@dagwieers) diff --git a/meta/runtime.yml b/meta/runtime.yml index db7457adf..945315643 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -2,9 +2,12 @@ requires_ansible: '>=2.14.0' action_groups: all: + - aci_aaa_certificate_authority - aci_aaa_custom_privilege - aci_aaa_domain + - aci_aaa_key_ring - aci_aaa_role + - aci_aaa_security_default_settings - aci_aaa_ssh_auth - aci_aaa_user - aci_aaa_user_certificate @@ -18,16 +21,31 @@ action_groups: - aci_access_span_src_group - aci_access_span_src_group_src - aci_access_span_src_group_src_path + - aci_access_spine_interface_profile + - aci_access_spine_interface_profile_to_spine_switch_profile + - aci_access_spine_interface_selector + - aci_access_spine_switch_profile + - aci_access_spine_switch_selector - aci_access_sub_port_block_to_access_port + - aci_access_switch_policy_group + - aci_action_rule_additional_communities + - aci_action_rule_set_as_path + - aci_action_rule_set_as_path_asn - aci_aep - aci_aep_to_domain - aci_aep_to_epg - aci_ap - aci_bd - aci_bd_dhcp_label + - aci_bd_rogue_exception_mac - aci_bd_subnet - aci_bd_to_l3out + - aci_bd_to_netflow_monitor_policy + - aci_bfd_multihop_node_policy + - aci_bgp_address_family_context_policy - aci_bgp_best_path_policy + - aci_bgp_peer_prefix_policy + - aci_bgp_route_summarization_policy - aci_bgp_rr_asn - aci_bgp_rr_node - aci_bgp_timers_policy @@ -54,6 +72,8 @@ action_groups: - aci_contract_subject - aci_contract_subject_to_filter - aci_contract_subject_to_service_graph + - aci_dhcp_option + - aci_dhcp_option_policy - aci_dhcp_relay - aci_dhcp_relay_provider - aci_dns_domain @@ -71,17 +91,28 @@ action_groups: - aci_epg_to_contract_interface - aci_epg_to_contract_master - aci_epg_to_domain + - aci_epg_useg_attribute_block_statement + - aci_epg_useg_attribute_simple_statement - aci_esg - aci_esg_contract_master - aci_esg_epg_selector - aci_esg_ip_subnet_selector - aci_esg_tag_selector + - aci_fabric_external_connection_profile + - aci_fabric_external_routing_profile - aci_fabric_interface_policy_group - aci_fabric_leaf_profile - aci_fabric_leaf_switch_assoc + - aci_fabric_management_access + - aci_fabric_management_access_https_cipher - aci_fabric_node - aci_fabric_node_control + - aci_fabric_pod + - aci_fabric_pod_connectivity_profile + - aci_fabric_pod_external_tep - aci_fabric_pod_policy_group + - aci_fabric_pod_profile + - aci_fabric_pod_remote_pool - aci_fabric_pod_selector - aci_fabric_scheduler - aci_fabric_span_dst_group @@ -105,8 +136,12 @@ action_groups: - aci_interface_blacklist - aci_interface_config - aci_interface_description + - aci_interface_policy_bfd + - aci_interface_policy_bfd_multihop - aci_interface_policy_cdp + - aci_interface_policy_eigrp - aci_interface_policy_fc + - aci_interface_policy_hsrp - aci_interface_policy_l2 - aci_interface_policy_leaf_breakout_port_group - aci_interface_policy_leaf_fc_policy_group @@ -117,11 +152,15 @@ action_groups: - aci_interface_policy_lldp - aci_interface_policy_mcp - aci_interface_policy_ospf + - aci_interface_policy_pim - aci_interface_policy_port_channel - aci_interface_policy_port_security - aci_interface_policy_spanning_tree - aci_interface_policy_spine_policy_group + - aci_interface_policy_storm_control - aci_interface_selector_to_switch_policy_leaf_profile + - aci_key_policy + - aci_keychain_policy - aci_l2out - aci_l2out_extepg - aci_l2out_extepg_to_contract @@ -129,11 +168,22 @@ action_groups: - aci_l2out_logical_interface_profile - aci_l2out_logical_node_profile - aci_l3out + - aci_l3out_bfd_interface_profile + - aci_l3out_bfd_multihop_interface_profile - aci_l3out_bgp_peer - aci_l3out_bgp_protocol_profile + - aci_l3out_dhcp_relay_label + - aci_l3out_eigrp_interface_profile - aci_l3out_extepg - aci_l3out_extepg_to_contract - aci_l3out_extsubnet + - aci_l3out_floating_svi + - aci_l3out_floating_svi_path + - aci_l3out_floating_svi_path_secondary_ip + - aci_l3out_floating_svi_secondary_ip + - aci_l3out_hsrp_group + - aci_l3out_hsrp_interface_profile + - aci_l3out_hsrp_secondary_vip - aci_l3out_interface - aci_l3out_interface_secondary_ip - aci_l3out_logical_interface_profile @@ -144,6 +194,7 @@ action_groups: - aci_l3out_route_tag_policy - aci_l3out_static_routes - aci_l3out_static_routes_nexthop + - aci_l3out_to_sr_mpls_infra_l3out - aci_maintenance_group - aci_maintenance_group_node - aci_maintenance_policy @@ -153,9 +204,19 @@ action_groups: - aci_match_community_term - aci_match_route_destination - aci_match_rule + - aci_netflow_exporter_policy + - aci_netflow_monitor_policy + - aci_netflow_monitor_to_exporter + - aci_netflow_record_policy + - aci_node_block - aci_node_mgmt_epg - aci_ntp_policy - aci_ntp_server + - aci_pim_route_map_entry + - aci_pim_route_map_policy + - aci_qos_custom_policy + - aci_qos_dot1p_class + - aci_qos_dscp_class - aci_rest - aci_route_control_context - aci_route_control_profile @@ -166,6 +227,7 @@ action_groups: - aci_snmp_user - aci_static_binding_to_epg - aci_static_node_mgmt_address + - aci_subject_label - aci_switch_leaf_selector - aci_switch_policy_leaf_profile - aci_switch_policy_vpc_protection_group @@ -194,4 +256,5 @@ action_groups: - aci_vmm_vswitch_policy - aci_vrf - aci_vrf_leak_internal_subnet + - aci_vrf_multicast - aci_vzany_to_contract diff --git a/plugins/module_utils/annotation_unsupported.py b/plugins/module_utils/annotation_unsupported.py index 2d7ca128a..6e34889fb 100644 --- a/plugins/module_utils/annotation_unsupported.py +++ b/plugins/module_utils/annotation_unsupported.py @@ -1,832 +1,853 @@ +# Code generated by release_script GitHub action; DO NOT EDIT MANUALLY. ANNOTATION_UNSUPPORTED = [ - "aaaADomainRef", - "aaaAProvider", - "aaaARbacRule", - "aaaARetP", - "aaaAuthMethod", - "aaaBanner", - "aaaConfig", - "aaaDefinition", - "aaaEp", - "aaaProviderGroup", - "aaaRbacAnnotation", - "aaaRealm", - "aaaSystemUser", - "aaaUserAction", - "aclACL", - "aclL3ACE", + "topRoot", + "monPol", + "monATarget", + "monTarget", + "moTopProps", + "moModifiable", + "moOwnable", + "moResolvable", + "moASubj", "actionACont", - "adcomARwi", - "adcomARwiAdvanced", - "adcomATsInfoUnit", - "adepgACont", - "adepgAElement", - "adepgAOrgUnit", - "adepgAResElement", - "adepgContE", - "adepgEntity", - "analyticsACfgSrv", - "analyticsACluster", - "analyticsRemoteNode", - "analyticsTarget", - "apDockerName", - "apPluginName", - "arpAIfPol", - "authASvr", - "authASvrGroup", - "authBaseUsrAccP", - "bfdAIfP", - "bfdAIfPol", - "bfdAInstPol", - "bfdAMhIfPol", - "bfdAMhInstPol", - "bfdAMhNodePol", - "bfdAMicroBfdP", - "bfdANodeP", + "taskExec", + "namingNamedObject", + "namingNamedIdentifiedObject", + "conditionInfo", + "conditionRetP", + "conditionRecord", + "conditionLoggable", + "faultInfo", + "relnInst", + "relnTo", + "relnFrom", + "statsItem", + "statsAColl", + "statsAThrP", + "relnTaskRef", + "hvsNode", + "qosACong", + "qosAQueue", + "qosABuffer", + "qosASched", + "qosClassification", + "qosADscpClass", + "qosADot1PClass", + "lacpALagPol", + "pconsRef", + "eventARetP", + "faultAThrValue", + "faultARetP", + "configABackupP", + "dnsAProfile", + "dnsAProv", + "dnsADomain", + "dnsALbl", + "sysdebugRepository", + "sysdebugFile", + "sysdebugLogBehavior", + "firmwareSource", + "firmwareAFwStatusCont", + "firmwareARunning", + "firmwareAFwP", + "maintAMaintP", + "maintUserNotif", + "fabricComp", + "fabricANode", + "fabricALink", + "ruleDefinition", + "ruleItem", + "ruleRequirement", + "ruleSizeRequirement", + "stpAIfPol", + "haHaTest", + "rtctrlAMatchRule", + "rtctrlAMatchIpRule", + "rtctrlAMatchRtType", + "rtctrlASubnet", + "rtctrlAAttrP", + "rtctrlASetRule", + "rtctrlASetTag", + "rtctrlASetComm", + "rtctrlASetRtMetric", + "rtctrlASetPref", + "rtctrlASetNh", + "rtctrlASetOspfFwdAddr", + "rtctrlASetOspfNssa", "bgpAAsP", - "bgpACtxAfPol", "bgpACtxPol", - "bgpADomainIdBase", - "bgpAExtP", - "bgpALocalAsnP", - "bgpAPeerP", "bgpAPeerPfxPol", - "bgpARRP", - "bgpARtTarget", - "bgpARtTargetInstrP", - "bgpARtTargetP", - "bgpASiteOfOriginP", - "callhomeADest", - "callhomeAGroup", - "callhomeASrc", + "bgpAPeerP", + "bgpAExtP", "cdpAIfPol", - "cloudAAEPg", - "cloudAAFilter", - "cloudAApicSubnet", - "cloudAApicSubnetPool", - "cloudAAwsFlowLogPol", - "cloudAAwsLogGroup", - "cloudAAwsProvider", - "cloudABaseEPg", - "cloudABdiId", - "cloudABgpAsP", - "cloudABgpPeerP", - "cloudABrownfield", - "cloudACertStore", - "cloudACertificate", - "cloudACidr", - "cloudACloudSvcEPg", - "cloudAComputePol", - "cloudAController", - "cloudACtxProfile", - "cloudACtxUnderlayP", - "cloudADomP", - "cloudAEPSelector", - "cloudAEPSelectorDef", - "cloudAExtNetworkP", - "cloudAFrontendIPv4Addr", - "cloudAGatewayRouterP", - "cloudAHealthProbe", - "cloudAHostBootstrapPol", - "cloudAHostIfP", - "cloudAHostRouterPol", - "cloudAIntNetworkP", - "cloudAIpSecTunnelIfP", - "cloudAIpv4AddrP", - "cloudAL3IfP", - "cloudAL3IntTunnelIfP", - "cloudAL3TunnelIfP", - "cloudALDev", - "cloudALIf", - "cloudAListener", - "cloudAListenerRule", - "cloudALoopbackIfP", - "cloudAMapping", - "cloudAMgmtPol", - "cloudANWParams", - "cloudANextHopIp", - "cloudAOspfAreaP", - "cloudAOspfIfP", - "cloudAParamPol", - "cloudAPool", - "cloudAProvResP", - "cloudAProvider", - "cloudARouterP", - "cloudARuleAction", - "cloudARuleCondition", - "cloudASelectedEP", - "cloudASubnet", - "cloudASvcEPg", - "cloudASvcPol", - "cloudATransitHubGwPol", - "cloudAVip", - "cloudAVirtualWanP", - "cloudAVpnGwPol", - "cloudAVpnNetworkP", - "cloudAVrfRouteLeakPol", - "cloudsecACapability", - "cloudsecAControl", - "cloudsecASaKeyP", - "cloudsecASaKeyPLocal", - "cloudsecASaKeyPRemote", - "cloudsecASaKeyStatus", - "cloudsecASaKeyStatusLocal", - "cloudsecASaKeyStatusRemote", - "cloudsecASpKeySt", - "cloudtemplateASubnetPool", - "commComp", - "commDefinition", - "commShell", - "commWeb", - "compAHvHealth", - "compAPltfmP", - "compAPvlanP", + "fabricProtoIfPol", + "fabricL2IfPol", + "fabricL3IfPol", + "lldpAIfPol", + "fabricProtoPol", + "fabricProtoComp", + "fabricL2ProtoPol", + "fabricL3ProtoPol", + "fabricL2ProtoComp", + "fabricL3ProtoComp", + "fabricProtoInstPol", + "fabricUtilInstPol", + "fabricL2InstPol", + "fabricL3InstPol", + "fabricProtoDomPol", + "fabricL2DomPol", + "fabricL3DomPol", + "fabricL3CtxPol", + "l2AInstPol", + "fabricMaintPol", + "fabricNodeGrp", + "fabricAPodBlk", + "fabricANodeBlk", + "fabricAPortBlk", + "fabricSelector", + "fabricANodeS", + "fabricNodeS", + "fabricACardS", + "fabricCardS", + "fabricAPortS", + "fabricPortS", + "fabricIntfPol", + "fabricAProfile", + "fabricProfile", + "fabricPolGrp", + "fabricNodeP", + "fabricCardP", + "fabricPortP", + "fabricAPortPGrp", + "fabricANodePGrp", + "fabricACardPGrp", + "fabricSpAPortPGrp", + "fabricLeAPortPGrp", + "fabricAProtPol", + "fabricANodePEp", + "fabricPol", + "fabricInfrP", + "fabricInfrExP", + "fabricDom", + "fabricDef", + "fabricAPolGrp", + "vsvcAProvLbl", + "vsvcAConsLbl", "compASvcVM", - "compAVmmPltfmP", - "compAVmmSecP", - "compAccessP", - "compCont", - "compContE", - "compCtrlrP", - "compDomP", - "compElement", - "compEntity", - "compHost", - "compNameIdentEntity", "compNic", - "compObj", - "compPHost", "compPNic", + "compEntity", + "compElement", + "compContE", + "compObj", + "compCont", "compProvP", + "compDomP", + "compCtrlrP", + "compAccessP", "compUsrAccP", + "compHost", + "compPHost", + "vzACollection", + "vzACtrct", + "vzABrCP", + "vzAIf", + "vzAFilterable", + "vzAFilterableUnit", + "vzASubj", + "vzATerm", + "vzASTerm", + "vzALbl", + "vzACompLbl", + "vzAnyToCollection", + "vzAFilter", + "vzAFiltEntry", + "ospfACtxPol", + "ospfAIfP", + "ospfAExtP", + "dhcpARelayP", + "dhcpALbl", + "dhcpAInfraProvP", + "poolElement", + "poolPoolable", + "poolPoolMember", + "poolPool", + "pkiItem", + "aaaDefinition", + "commDefinition", + "pkiDefinition", + "aaaSystemUser", + "aaaBanner", + "aaaUserAction", + "aaaARetP", + "commComp", + "commWeb", + "commShell", + "aaaRealm", + "aaaConfig", + "aaaAuthMethod", + "aaaEp", + "aaaAProvider", + "aaaProviderGroup", + "adcomATsInfoUnit", + "adcomARwi", + "healthARetP", + "healthAInst", + "igmpASnoopPol", + "sysfileEp", + "sysfileRepository", + "sysfileInstance", + "fileARemoteHost", + "fileARemotePath", + "monProtoP", + "monSecAuthP", + "monGroup", + "monSubj", + "monSrc", "conditionCondP", - "conditionInfo", - "conditionLoggable", - "conditionRecord", - "conditionRetP", - "conditionSevAsnP", - "conditionSummary", - "configABackupP", - "coppACustomValues", - "coppAProfile", "ctrlrDom", - "datetimeANtpAuthKey", - "datetimeANtpIFFKey", - "datetimeANtpProv", - "datetimeAPol", + "l2extADomP", + "l2extALNodeP", + "l2extAIfP", + "l2extAInstPSubnet", + "extnwEPg", + "extnwOut", + "extnwDomP", + "extnwAInstPSubnet", + "extnwALNodeP", + "extnwALIfP", + "l3extADomP", + "l3extALNodeP", + "l3extAIfP", + "l3extAMember", + "l3extAInstPSubnet", + "trigSchedWindowP", + "trigInst", + "trigWindow", + "trigSchedWindow", + "trigExecutable", + "trigTriggerable", + "trigSingleTriggerable", + "fvACont", + "fvADeplCont", + "fvL2Dom", + "fvABD", + "fvABDPol", + "fvAEpRetPol", + "fvComp", + "fvATg", + "fvEPgToCollection", + "fvADomP", + "fvEPg", + "fvCEPg", + "fvAREpPCtrct", + "fvDom", + "fvL3Dom", + "fvACtx", + "fvNwEp", + "fvATp", + "fvEp", + "fvPEp", + "fvAEpDef", + "fvTo", + "fvFrom", + "mgmtAZone", + "mgmtAInstPSubnet", + "eqptdiagpTestSet", + "eqptdiagpTestSetBoot", + "eqptdiagpTestSetHealth", + "eqptdiagpTestSetOd", + "eqptdiagpPortTestSetOd", + "eqptdiagpPortTestSetBt", + "eqptdiagpPortTestSetHl", + "eqptdiagpLpTsOd", + "eqptdiagpFpTsOd", + "eqptdiagpCardTestSetOd", + "eqptdiagpSupCTsOd", + "eqptdiagpSysCTsOd", + "eqptdiagpFcTsOd", + "eqptdiagpLcTsOd", + "eqptdiagpExtChCardTsOd", + "eqptdiagpPol", + "eqptdiagpHealthPol", + "eqptdiagpASynthObj", + "oamExec", + "pingAExec", + "tracerouteAExec", + "bgpAf", + "dhcpAddr", + "dhcpNode", + "dhcpResp", + "eqptALPort", "dbgACRulePCommon", - "dbgANodeInst", + "dbgacTenantSpaceCmn", "dbgacEpgCmn", - "dbgacFromEpCmn", "dbgacFromEpgCmn", - "dbgacTenantSpaceCmn", - "dbgacToEpCmn", "dbgacToEpgCmn", + "dbgacFromEpCmn", + "dbgacToEpCmn", "dbgexpExportP", "dbgexpNodeStatus", - "dbgexpTechSupOnDBase", - "dhcpAInfraProvP", - "dhcpALbl", - "dhcpARelayP", - "dhcpAddr", - "dhcpNode", - "dhcpResp", - "dnsADomain", - "dnsALbl", - "dnsAProfile", - "dnsAProv", - "dnsepgADomain", - "dnsepgAMgmt", - "dnsepgASvr", - "dnsepgASvrGrp", - "dnsepgFault", - "dwdmAOptChnlIfPol", - "edmACapFlags", - "edmAOperCont", - "edmAStatsCont", - "edmCont", - "edmContE", - "edmElement", - "edmEntity", - "edmGroupP", - "edmMgrP", - "edmObj", - "eigrpAAuthIfP", - "eigrpACtxAfPol", - "eigrpAExtP", - "eigrpAIfP", - "eigrpAStubP", - "eptrkEpRslt", - "eqptALPort", - "eqptdiagpASynthObj", - "eqptdiagpCardTestSetOd", - "eqptdiagpExtChCardTsOd", - "eqptdiagpFcTsOd", - "eqptdiagpFpTsOd", - "eqptdiagpHealthPol", - "eqptdiagpLcTsOd", - "eqptdiagpLpTsOd", - "eqptdiagpPol", - "eqptdiagpPortTestSetBt", - "eqptdiagpPortTestSetHl", - "eqptdiagpPortTestSetOd", - "eqptdiagpSupCTsOd", - "eqptdiagpSysCTsOd", - "eqptdiagpTestSet", - "eqptdiagpTestSetBoot", - "eqptdiagpTestSetHealth", - "eqptdiagpTestSetOd", - "eventARetP", - "extdevSDWanASlaPol", - "extnwAInstPSubnet", - "extnwALIfP", - "extnwALNodeP", - "extnwDomP", - "extnwEPg", - "extnwOut", - "fabricACardPGrp", - "fabricACardS", - "fabricALink", - "fabricANode", - "fabricANodeBlk", - "fabricANodePEp", - "fabricANodePGrp", - "fabricANodeS", - "fabricAONodeS", - "fabricAOOSReln", + "spanASrcGrp", + "spanASrc", + "spanASpanLbl", + "spanADest", + "spanAVSrc", + "spanAVSrcGrp", + "spanAVDestGrp", + "spanAVDest", + "svccorePol", + "svccoreACore", + "traceroutepTrP", + "syntheticObject", + "syntheticAContext", + "syntheticATestObj", + "syntheticTLTestObj", + "syntheticCTestObj", + "monExportP", + "ipARouteP", + "ipANexthopP", + "infraFexBlk", + "infraANodeS", + "infraNodeGrp", + "infraPortS", + "infraEPg", + "infraACEPg", + "infraAPEPg", + "infraANode", + "infraAIpP", + "infraProfile", + "infraPolGrp", + "infraAccBaseGrp", + "infraFexGrp", + "infraAccGrp", + "infraLbl", + "infraAPEp", + "infraACEp", + "infraAFunc", + "infraGeNode", + "infraADomP", + "infraDomP", + "infraExP", + "datetimeAPol", + "datetimeANtpAuthKey", + "datetimeANtpProv", + "fvnsAAddrBlk", + "fvnsAEncapBlk", + "fvnsAInstP", + "fvnsAVxlanInstP", + "fvnsAAddrInstP", + "polAttTgt", + "snmpAPol", + "snmpACommunityP", + "snmpAUserP", + "snmpAClientGrpP", + "snmpAClientP", + "snmpACtxP", + "fvDef", + "fvNp", + "fvUp", + "polNToRef", + "polNFromRef", + "polObj", + "polDef", + "polDefRoot", + "polComp", + "polInstr", + "polCont", + "polDom", + "polCtrlr", + "polCompl", + "polComplElem", + "polConsElem", + "polLbl", + "polProvLbl", + "polConsLbl", + "polIf", + "polProvIf", + "polConsIf", + "polRelnHolder", + "polNs", + "polAConfIssues", + "vnsAGraph", + "vnsANode", + "vnsAFuncNode", + "vnsAFolder", + "vnsACCfgRel", + "vnsAParam", + "vnsATerm", + "vnsATermNode", + "vnsAbsTermNode", + "vnsALDevCtx", + "vnsALIfCtx", + "vnsAConn", + "vnsAFuncConn", + "vnsATermConn", + "vnsAConnection", + "vnsAL4L7ServiceFault", + "vnsACCfg", + "vnsALDevIf", + "vnsALDev", + "vnsALIf", + "vnsALDevLIf", + "vnsDevItem", "fabricAPathIssues", - "fabricAPathS", - "fabricAPodBlk", - "fabricAPodS", - "fabricAPolGrp", - "fabricAPortBlk", - "fabricAPortPGrp", - "fabricAPortS", - "fabricAProfile", - "fabricAProtPol", - "fabricASubPortBlk", - "fabricCardP", - "fabricCardS", - "fabricComp", - "fabricDef", - "fabricDom", - "fabricInfrExP", - "fabricInfrP", - "fabricIntfPol", - "fabricL1IfPol", - "fabricL2BDPol", - "fabricL2DomPol", - "fabricL2IfPol", - "fabricL2InstPol", - "fabricL2PortSecurityPol", - "fabricL2ProtoComp", - "fabricL2ProtoPol", - "fabricL3CtxPol", - "fabricL3DomPol", - "fabricL3IfPol", - "fabricL3InstPol", - "fabricL3ProtoComp", - "fabricL3ProtoPol", - "fabricL4IfPol", - "fabricLeAPortPGrp", - "fabricMaintPol", - "fabricNodeGrp", - "fabricNodeP", - "fabricNodeS", - "fabricNodeToPathOverridePolicy", + "conditionSevAsnP", + "fvAStCEp", "fabricNodeToPolicy", - "fabricPodGrp", - "fabricPol", - "fabricPolGrp", - "fabricPolicyGrpToMonitoring", - "fabricPortP", - "fabricPortS", - "fabricProfile", - "fabricProtoComp", - "fabricProtoConsFrom", - "fabricProtoConsTo", - "fabricProtoDomPol", - "fabricProtoIfPol", - "fabricProtoInstPol", - "fabricProtoPol", - "fabricQinqIfPol", - "fabricSelector", - "fabricSpAPortPGrp", - "fabricUtilInstPol", - "fabricVxlanInstPol", - "faultARetP", - "faultARsToRemote", - "faultAThrValue", - "faultInfo", - "fcAPinningLbl", - "fcAPinningP", - "fcprARs", - "fileARemoteHost", - "fileARemotePath", - "firmwareAFwP", - "firmwareAFwStatusCont", - "firmwareARunning", - "firmwareSource", + "aaaADomainRef", + "fvAEpTaskAggr", + "vzToRFltP", + "fvAToBD", "frmwrkARelDelCont", + "infraDomainToNs", + "infraToAInstP", + "aaaARbacRule", + "statsDebugItem", + "vzInterfaceToCollection", + "spanAToCEp", + "fabricAOOSReln", + "l4AVxlanInstPol", + "fabricVxlanInstPol", + "fabricL1IfPol", "frmwrkARelDelControl", - "fvAACrtrn", - "fvAAKeyChainPol", - "fvAAKeyPol", - "fvAAREpPUpdate", - "fvABD", - "fvABDPol", + "spanACEpDef", + "eptrkEpRslt", + "mcpAIfPol", + "ipmcsnoopRtrIf", + "bfdAf", + "bgpALocalAsnP", + "bgpACtxAfPol", + "l3extADefaultRouteLeakP", + "fvAStIp", + "rtctrlASetRtMetricType", + "vnsAEPpInfo", + "ndAIfPol", + "ndAPfxPol", + "eigrpACtxAfPol", + "eigrpAStubP", + "eigrpAIfP", + "eigrpAExtP", + "l3extAIp", + "fabricProtoConsFrom", + "fabricProtoConsTo", + "fabricAPathS", + "infraAAccBndlGrp", + "fabricNodeToPathOverridePolicy", + "adcomARwiAdvanced", "fvAClassifier", - "fvACont", - "fvACrRule", "fvACrtrn", - "fvACtx", - "fvACtxRtSummPol", - "fvADeplCont", - "fvADnsAttr", - "fvADomP", - "fvADyAttr", - "fvAEPSelector", - "fvAEPSelectorDef", - "fvAEPgPathAtt", - "fvAEpAnycast", - "fvAEpDef", - "fvAEpNlb", - "fvAEpRetPol", - "fvAEpTag", - "fvAEpTaskAggr", - "fvAExtRoutableRemoteSitePodSubnet", - "fvAExtRoutes", - "fvAFBRGroup", - "fvAFBRMember", - "fvAFBRoute", - "fvAFabricExpRtctrlP", - "fvAFabricExtConnP", - "fvAIdAttr", - "fvAIntersiteConnP", - "fvAIntersiteConnPDef", - "fvAIntraVrfFabricImpRtctrlP", + "fvAttr", + "fvAVmAttr", "fvAIpAttr", - "fvAKeyChainPol", - "fvAKeyPol", "fvAMacAttr", - "fvANode", - "fvAPeeringP", + "fvAProtoAttr", + "polADependentOn", + "vnsAVRoutingNetworks", + "l3extARouteTagPol", + "nwsAFwPol", + "fabricL4IfPol", + "fvAVip", + "fvAAREpPUpdate", + "conditionSummary", + "polAPrToPol", + "polAObjToPolReln", + "fvACrRule", + "fvASCrtrn", + "fvnsAVlanInstP", + "vzAnyToInterface", + "fvEPgToInterface", + "fabricPodGrp", + "fabricAPodS", + "infraPodGrp", + "vnsAMgmt", + "fabricPolicyGrpToMonitoring", + "plannerIPs", + "plannerAObject", + "plannerAEpg", + "compAPltfmP", + "compAVmmPltfmP", + "compAVmmSecP", + "bgpARRP", + "bgpARtTargetP", + "bgpARtTarget", + "l3extAFabricExtRoutingP", + "fvAFabricExtConnP", "fvAPodConnP", - "fvAProtoAttr", - "fvAREpPCtrct", - "fvARogueExceptionMac", + "fvAPeeringP", + "fvANode", + "plannerATmpl", + "nwsASrc", + "nwsASyslogSrc", + "throttlerASub", + "qosADscpTrans", "fvARsToRemote", + "vnsOrchReq", + "vnsOrchResp", + "fcprARs", + "dbgexpTechSupOnDBase", + "infraGeSnNode", + "l3extAConsLbl", + "l3extAProvLbl", + "trigATriggeredWindow", + "qosADppPol", + "bfdAInstPol", + "bfdAIfPol", + "bfdAIfP", + "plannerADomainTmpl", + "plannerAEpgDomain", + "vmmACapObj", + "vmmACapInfo", "fvARsToRemoteFC", - "fvARtSummSubnet", - "fvASCrtrn", - "fvASDWanPrefixTaskAggr", - "fvASiteConnP", - "fvAStAttr", - "fvAStCEp", - "fvAStIp", - "fvATg", - "fvAToBD", - "fvATp", - "fvAUsegAssocBD", - "fvAVip", - "fvAVmAttr", - "fvAttr", - "fvCEPg", - "fvComp", - "fvDef", - "fvDom", - "fvEPg", - "fvEPgToCollection", - "fvEPgToInterface", - "fvEp", - "fvFrom", - "fvL2Dom", - "fvL3Dom", - "fvNp", - "fvNwEp", - "fvPEp", - "fvRtScopeFrom", - "fvSyntheticIp", - "fvTo", - "fvUp", - "fvnsAAddrBlk", - "fvnsAAddrInstP", - "fvnsAEncapBlk", - "fvnsAInstP", - "fvnsAVlanInstP", - "fvnsAVsanInstP", - "fvnsAVxlanInstP", - "genericsARule", - "haHaTest", - "hcloudAExtPfx", - "hcloudAIntPfx", - "hcloudALeakedPfx", - "hcloudASvcResBase", - "hcloudATgStats", - "hcloudRouterStateOper", - "healthAInst", - "healthARetP", - "hostprotASubj", - "hsrpAGroupP", - "hsrpAGroupPol", - "hsrpAIfP", - "hsrpAIfPol", - "hsrpASecVip", + "rtctrlAMatchCommFactor", + "rtctrlAMatchCommTerm", + "rtctrlAMatchCommRegexTerm", + "rtctrlASetDamp", + "rtctrlASetWeight", "hvsContE", - "hvsNode", "hvsUsegContE", - "iaclAProfile", - "igmpAIfP", - "igmpASnoopAccessGroup", - "igmpASnoopPol", - "igmpASnoopStaticGroup", - "infraAAccBndlGrp", + "compAPvlanP", + "usegAUsegEPg", + "fvAStAttr", + "fvADyAttr", + "mgmtAIp", + "faultARsToRemote", + "analyticsACfgSrv", "infraAAccGrp", - "infraACEPg", - "infraACEp", - "infraADomP", - "infraAFcAccBndlGrp", - "infraAFunc", - "infraAIpP", - "infraANode", + "infraSpAccGrp", "infraANodeP", - "infraANodeS", - "infraAONodeS", - "infraAPEPg", - "infraAPEp", - "infraAPathS", - "infraAccBaseGrp", - "infraAccGrp", - "infraDomP", - "infraDomainToNs", - "infraEPg", - "infraExP", - "infraFcAccGrp", - "infraFexBlk", - "infraFexGrp", - "infraGeNode", - "infraGeSnNode", - "infraLbl", - "infraNodeGrp", - "infraNodeS", - "infraPodGrp", - "infraPolGrp", "infraPortP", - "infraPortS", - "infraProfile", - "infraSpAccGrp", - "infraToAInstP", - "ipANexthopEpP", - "ipANexthopP", - "ipARouteP", - "ipmcACtxPol", + "infraAPathS", + "ipmcsnoopMcSrc", + "ipmcsnoopTgtIf", + "analyticsACluster", + "rtdmcAIfPol", + "rtdmcARtMapPol", + "rtdmcAExtP", + "rtdmcACtxPol", + "rtdmcARPPol", + "rtdmcAAutoRPPol", + "rtdmcABSRPPol", + "rtdmcAStaticRPPol", + "rtdmcAStaticRPEntry", + "rtdmcARPGrpRangePol", + "rtdmcARegTrPol", + "rtdmcAResPol", + "rtdmcAPatPol", + "rtdmcAASMPatPol", + "rtdmcASGRangeExpPol", + "rtdmcASharedRangePol", + "rtdmcASSMPatPol", + "rtdmcASSMRangePol", + "rtdmcABidirPatPol", + "pimAIfP", + "rtdmcARtMapEntry", + "rtdmcAJPFilterPol", + "rtdmcANbrFilterPol", + "rtdmcAMAFilter", + "rtdmcABSRFilter", + "rtdmcAFilterPol", + "fvAEPgPathAtt", + "fvnsAVsanInstP", "ipmcAIfPol", - "ipmcARepPol", - "ipmcASSMXlateP", "ipmcAStRepPol", "ipmcAStateLPol", - "ipmcsnoopMcSrc", - "ipmcsnoopRtrIf", - "ipmcsnoopTgtIf", - "ipsecAIsakmpPhase1Pol", - "ipsecAIsakmpPhase2Pol", - "l2AInstPol", - "l2extADomP", - "l2extAIfP", - "l2extAInstPSubnet", - "l2extALNodeP", - "l3extAConsLbl", - "l3extADefaultRouteLeakP", - "l3extADomP", - "l3extAFabricExtRoutingP", - "l3extAIfP", - "l3extAInstPSubnet", - "l3extAIp", - "l3extALNodeP", - "l3extAMember", - "l3extAProvLbl", - "l3extARouteTagPol", - "l4AVxlanInstPol", - "lacpAEnhancedLagPol", - "lacpALagPol", - "leakAPrefix", - "leakARouteCont", - "leakASubnet", - "lldpAIfPol", - "macsecAAIfPol", - "macsecAAKeyChainPol", - "macsecAAKeyPol", - "macsecAAParamPol", - "macsecAIfPol", - "macsecAKeyChainPol", - "macsecAKeyPol", - "macsecAParamPol", - "maintAMaintP", - "maintUserNotif", - "mcpAIfPol", - "mdpAClassId", - "mdpADomP", - "mdpADomainPeeringPol", - "mdpAEntity", - "mdpANodeP", - "mdpAPeeringDomain", - "mdpAService", - "mdpATenant", - "mgmtAInstPSubnet", - "mgmtAIp", - "mgmtAZone", - "mldASnoopAccessGroup", - "mldASnoopPol", - "mldASnoopStaticGroup", - "moASubj", - "moModifiable", - "moOwnable", - "moResolvable", - "moTopProps", - "monATarget", - "monExportP", - "monGroup", - "monPol", - "monProtoP", - "monSecAuthP", - "monSrc", - "monSubj", - "monTarget", - "mplsAExtP", - "mplsAIfP", - "mplsALabelPol", - "mplsANodeSidP", - "mplsASrgbLabelPol", - "namingNamedIdentifiedObject", - "namingNamedObject", - "ndAIfPol", - "ndAPfxPol", - "netflowAExporterPol", - "netflowAFabExporterPol", - "netflowAMonitorPol", + "ipmcARepPol", + "ipmcACtxPol", + "ipmcASSMXlateP", + "igmpAIfP", + "vmmEpgAggr", + "apPluginName", + "rtdmcAIfPolCont", + "fabricL2PortSecurityPol", + "fcAPinningP", + "fcAPinningLbl", + "fabricAONodeS", + "infraAONodeS", + "analyticsRemoteNode", + "analyticsTarget", + "fabricASubPortBlk", + "bgpARtTargetInstrP", + "hsrpAIfPol", + "hsrpAGroupPol", + "hsrpAGroupP", + "hsrpASecVip", + "hsrpAIfP", "netflowARecordPol", + "netflowAExporterPol", "netflowARsInterfaceToMonitor", - "netflowARsMonitorToExporter", "netflowARsMonitorToRecord", - "netflowAVmmExporterPol", - "nwsAFwPol", - "nwsASrc", - "nwsASyslogSrc", - "oamExec", - "orchsElement", + "netflowARsMonitorToExporter", + "netflowAMonitorPol", + "igmpASnoopStaticGroup", + "igmpASnoopAccessGroup", + "netflowAFabExporterPol", + "fabricQinqIfPol", "orchsEntity", - "ospfACtxPol", - "ospfAExtP", - "ospfAIfP", - "pconsRef", - "pimAIfP", - "pingAExec", - "pkiDefinition", - "pkiItem", - "plannerADomainTmpl", - "plannerAEpg", - "plannerAEpgDomain", - "plannerAEpgFilter", - "plannerAObject", - "plannerATmpl", - "plannerIPs", + "orchsElement", + "vnsNATReq", + "vnsLBReq", + "aclACL", + "aclL3ACE", + "apDockerName", + "hostprotASubj", + "macsecAAIfPol", + "macsecAIfPol", + "macsecAAParamPol", + "macsecAParamPol", + "macsecAAKeyChainPol", + "macsecAAKeyPol", + "macsecAKeyChainPol", + "macsecAKeyPol", + "fvAIntersiteConnP", + "fvAIntersiteConnPDef", + "fvASiteConnP", + "coppAProfile", + "coppACustomValues", + "infraNodeS", + "rtctrlASetASPath", + "rtctrlASetASPathASN", + "fvADnsAttr", + "dnsepgFault", + "dnsepgASvrGrp", + "dnsepgAMgmt", + "dnsepgASvr", + "dnsepgADomain", + "ipANexthopEpP", + "vmmInjectedObject", "poeAIfPol", - "polAConfIssues", - "polADependentOn", - "polAObjToPolReln", - "polAPrToPol", - "polAttTgt", - "polComp", - "polCompl", - "polComplElem", - "polConsElem", - "polConsIf", - "polConsLbl", - "polCont", - "polCtrlr", - "polDef", - "polDefRoot", - "polDom", - "polIf", - "polInstr", - "polLbl", - "polNFromRef", - "polNToRef", - "polNs", - "polObj", - "polProvIf", - "polProvLbl", - "polRelnHolder", - "poolElement", - "poolPool", - "poolPoolMember", - "poolPoolable", + "iaclAProfile", + "telemetryAServer", + "snmpATrapFwdServerP", + "dwdmAOptChnlIfPol", + "vzARuleOwner", + "telemetryAServerPol", + "telemetryARemoteServer", + "telemetryAFlowServers", + "telemetryAServerP", + "plannerAEpgFilter", + "callhomeASrc", + "callhomeADest", + "callhomeAGroup", + "fvAEpAnycast", + "tagTag", + "tagAnnotation", + "tagASelector", + "infraFcAccGrp", + "infraAFcAccBndlGrp", + "vsanARsVsanPathAtt", + "vsanARtVsanPathAtt", + "vzSubjectToFilter", + "telemetryAStreamEnable", + "cloudsecASaKeyP", + "rtdmcAInterVRFPol", + "rtdmcAInterVRFEntry", + "cloudsecAControl", + "adepgAResElement", + "adepgAElement", + "adepgACont", + "adepgAOrgUnit", + "adepgEntity", + "adepgContE", + "fvAIdAttr", + "edmObj", + "edmCont", + "edmGroupP", + "edmMgrP", + "edmEntity", + "edmElement", + "edmContE", + "authASvrGroup", + "authASvr", + "authBaseUsrAccP", + "cloudsecASaKeyPLocal", + "cloudsecASaKeyPRemote", + "cloudsecASaKeyStatus", + "cloudsecASaKeyStatusLocal", + "cloudsecASaKeyStatusRemote", + "cloudsecASpKeySt", + "cloudsecACapability", + "aaaRbacAnnotation", + "lacpAEnhancedLagPol", + "compAHvHealth", + "mldASnoopPol", + "fvAExtRoutes", + "fvAExtRoutableRemoteSitePodSubnet", + "fvAEpNlb", + "extdevSDWanASlaPol", + "eigrpAAuthIfP", + "fvAAKeyChainPol", + "fvAAKeyPol", + "fvAKeyChainPol", + "fvAKeyPol", + "fvSyntheticIp", + "edmACapFlags", + "cloudABgpPeerP", + "cloudABgpAsP", + "cloudARouterP", + "cloudAIntNetworkP", + "cloudAExtNetworkP", + "cloudAHostRouterPol", + "cloudAHostBootstrapPol", + "cloudAVpnGwPol", + "cloudAHostIfP", + "cloudALoopbackIfP", + "cloudAL3IfP", + "cloudAIpv4AddrP", + "cloudAL3TunnelIfP", + "cloudAIpSecTunnelIfP", + "cloudAOspfIfP", + "cloudAOspfAreaP", + "cloudACtxProfile", + "cloudACidr", + "cloudASubnet", + "cloudAAwsLogGroup", + "cloudAAwsFlowLogPol", + "cloudAProvider", + "cloudAAwsProvider", + "cloudAAEPg", + "cloudAEPSelector", + "cloudAEPSelectorDef", + "cloudADomP", + "genericsARule", + "ipsecAIsakmpPhase1Pol", + "ipsecAIsakmpPhase2Pol", + "resolutionARsToRemote", + "cloudtemplateASubnetPool", + "fvAACrtrn", + "fvAUsegAssocBD", + "cloudALDev", + "cloudAListener", + "cloudAPool", + "cloudAListenerRule", + "cloudARuleCondition", + "cloudARuleAction", + "cloudACertStore", + "cloudACertificate", + "arpAIfPol", + "compNameIdentEntity", + "edmAOperCont", + "edmAStatsCont", + "cloudASvcPol", + "hcloudATgStats", + "statsANWStatsObj", + "statsATunnel", + "cloudAController", + "cloudAApicSubnet", + "cloudAApicSubnetPool", + "cloudABaseEPg", + "cloudASvcEPg", + "statsAALbStats", + "mldASnoopStaticGroup", + "mldASnoopAccessGroup", + "datetimeANtpIFFKey", + "hcloudRouterStateOper", + "vmmAUplinkP", + "vmmAUplinkPCont", + "cloudAAFilter", + "fvASDWanPrefixTaskAggr", + "cloudAProvResP", + "bfdAMhInstPol", + "bfdAMhIfPol", + "fvAEPSelector", "ptpAACfg", "ptpACfg", + "fabricL2BDPol", + "rtdmcABDPol", + "rtdmcABDFilter", "ptpAProfile", - "qosABuffer", - "qosACong", - "qosADot1PClass", - "qosADppPol", - "qosADscpClass", - "qosADscpTrans", - "qosAMplsEgressRule", + "mdpADomP", + "mdpADomainPeeringPol", + "mdpAPeeringDomain", + "mdpANodeP", + "mdpAClassId", + "mdpATenant", + "mplsAExtP", + "mplsAIfP", + "mplsALabelPol", + "mplsANodeSidP", "qosAMplsIngressRule", - "qosAQueue", - "qosASched", - "qosAUburst", - "qosClassification", "qosMplsMarking", - "relnFrom", - "relnInst", - "relnTaskRef", - "relnTo", - "resolutionARsToRemote", - "rtctrlAAttrP", - "rtctrlAMatchAsPathRegexTerm", - "rtctrlAMatchCommFactor", - "rtctrlAMatchCommRegexTerm", - "rtctrlAMatchCommTerm", - "rtctrlAMatchIpRule", - "rtctrlAMatchRtType", - "rtctrlAMatchRule", - "rtctrlASetASPath", - "rtctrlASetASPathASN", - "rtctrlASetComm", - "rtctrlASetDamp", - "rtctrlASetNh", + "qosAMplsEgressRule", + "cloudAGatewayRouterP", + "cloudATransitHubGwPol", + "cloudAL3IntTunnelIfP", + "cloudABdiId", + "mplsASrgbLabelPol", + "bfdAMhNodePol", + "bfdANodeP", + "leakASubnet", "rtctrlASetNhUnchanged", - "rtctrlASetOspfFwdAddr", - "rtctrlASetOspfNssa", - "rtctrlASetPolicyTag", - "rtctrlASetPref", - "rtctrlASetRedistMultipath", - "rtctrlASetRtMetric", - "rtctrlASetRtMetricType", - "rtctrlASetRule", - "rtctrlASetTag", - "rtctrlASetWeight", - "rtctrlASubnet", - "rtdmcAASMPatPol", - "rtdmcAAutoRPPol", - "rtdmcABDFilter", - "rtdmcABDPol", - "rtdmcABSRFilter", - "rtdmcABSRPPol", - "rtdmcABidirPatPol", - "rtdmcACtxPol", - "rtdmcAExtP", - "rtdmcAFilterPol", - "rtdmcAIfPol", - "rtdmcAIfPolCont", - "rtdmcAInterVRFEntry", - "rtdmcAInterVRFPol", - "rtdmcAJPFilterPol", - "rtdmcAMAFilter", - "rtdmcANbrFilterPol", - "rtdmcAPatPol", - "rtdmcARPGrpRangePol", - "rtdmcARPPol", - "rtdmcARegTrPol", - "rtdmcAResPol", - "rtdmcARtMapEntry", - "rtdmcARtMapPol", - "rtdmcASGRangeExpPol", - "rtdmcASSMPatPol", - "rtdmcASSMRangePol", - "rtdmcASharedRangePol", - "rtdmcAStaticRPEntry", - "rtdmcAStaticRPPol", - "ruleDefinition", - "ruleItem", - "ruleRequirement", - "ruleSizeRequirement", - "snmpAClientGrpP", - "snmpAClientP", - "snmpACommunityP", - "snmpACtrlrInst", - "snmpACtxP", - "snmpAPol", - "snmpATrapFwdServerP", - "snmpAUserP", - "snmpUser", - "spanACEpDef", - "spanADest", - "spanASpanLbl", - "spanASrc", - "spanASrcGrp", - "spanAToCEp", - "spanAVDest", - "spanAVDestGrp", - "spanAVSrc", - "spanAVSrcGrp", - "statsAALbStats", - "statsAColl", - "statsANWStatsObj", + "mdpAService", + "cloudALIf", + "cloudAParamPol", + "cloudAComputePol", + "cloudAMgmtPol", + "cloudANWParams", + "fvRtScopeFrom", + "cloudACtxUnderlayP", + "cloudAHealthProbe", + "leakARouteCont", + "netflowAVmmExporterPol", + "cloudABrownfield", + "cloudAMapping", + "cloudASelectedEP", "statsANlbStats", - "statsAThrP", - "statsATunnel", - "statsDebugItem", - "statsItem", - "stpAIfPol", - "svccoreACore", - "svccorePol", - "synceAAIfPol", - "synceAIfPol", - "syntheticAContext", - "syntheticATestObj", - "syntheticCTestObj", - "syntheticObject", - "syntheticTLTestObj", - "sysdebugFile", - "sysdebugLogBehavior", - "sysdebugRepository", - "sysfileEp", - "sysfileInstance", - "sysfileRepository", - "tagASelector", - "tagAnnotation", - "tagTag", - "taskExec", - "telemetryAFlowServers", + "mdpAEntity", + "dbgANodeInst", + "snmpACtrlrInst", + "cloudAFrontendIPv4Addr", + "qosAUburst", "telemetryAFteEvents", - "telemetryAFteEventsExt", "telemetryAFteEventsTcpFlags", - "telemetryARemoteServer", - "telemetryAServer", - "telemetryAServerP", - "telemetryAServerPol", - "telemetryAStreamEnable", - "throttlerASub", - "topRoot", - "tracerouteAExec", - "traceroutepTrP", - "trigATriggeredWindow", - "trigExecutable", - "trigInst", - "trigSchedWindow", - "trigSchedWindowP", - "trigSingleTriggerable", - "trigTriggerable", - "trigWindow", - "usegAUsegEPg", - "vmmACapInfo", - "vmmACapObj", - "vmmAUplinkP", - "vmmAUplinkPCont", + "telemetryAFteEventsExt", + "cloudACloudSvcEPg", + "hcloudASvcResBase", + "bgpADomainIdBase", + "fvAEpTag", + "bgpASiteOfOriginP", + "fvAEPSelectorDef", "vmmCFaultInfo", - "vmmEpgAggr", - "vmmInjectedObject", - "vnsACCfg", - "vnsACCfgRel", - "vnsAConn", - "vnsAConnection", - "vnsAEPpInfo", - "vnsAFolder", - "vnsAFuncConn", - "vnsAFuncNode", - "vnsAGraph", - "vnsAL4L7ServiceFault", - "vnsALDev", - "vnsALDevCtx", - "vnsALDevIf", - "vnsALDevLIf", - "vnsALIf", - "vnsALIfCtx", - "vnsAMgmt", - "vnsANode", - "vnsAParam", - "vnsATerm", - "vnsATermConn", - "vnsATermNode", - "vnsAVRoutingNetworks", - "vnsAbsTermNode", - "vnsDevItem", - "vnsLBReq", - "vnsNATReq", - "vnsOrchReq", - "vnsOrchResp", - "vsanARsVsanPathAtt", - "vsanARtVsanPathAtt", - "vsvcAConsLbl", - "vsvcAProvLbl", - "vzABrCP", - "vzACollection", - "vzACompLbl", - "vzACtrct", - "vzAFiltEntry", - "vzAFilter", - "vzAFilterable", - "vzAFilterableUnit", - "vzAIf", - "vzALbl", - "vzARuleOwner", - "vzASTerm", - "vzASubj", - "vzATerm", - "vzAnyToCollection", - "vzAnyToInterface", - "vzInterfaceToCollection", - "vzSubjectToFilter", - "vzToRFltP", + "synceAAIfPol", + "synceAIfPol", + "rtctrlASetRedistMultipath", + "cloudANextHopIp", + "cloudAVrfRouteLeakPol", + "hcloudALeakedPfx", + "leakAPrefix", + "fvARogueExceptionMac", + "bfdAMicroBfdP", + "hcloudAIntPfx", + "hcloudAExtPfx", + "cloudAVpnNetworkP", + "snmpUser", + "cloudAVirtualWanP", + "fvAFBRGroup", + "fvAFBRoute", + "fvAFBRMember", + "rtctrlASetPolicyTag", + "fvACtxRtSummPol", + "fvARtSummSubnet", + "fvAIntraVrfFabricImpRtctrlP", + "fvAFabricExpRtctrlP", + "cloudAVip", + "rtctrlAMatchAsPathRegexTerm", + "cloudAGcpFlowLogPol", + "statsAGcpNWStatsObj", + "cloudABfdPol", + "cloudABfdP", + "bgpACtxAddlPathPol", + "xcvrOpticsIfPol", + "xcvrOpticsFabIfPol", + "hostprotANamespace", + "fvARouteDeployP", + "rtdmcACSWPol", + "rtdmcACSWEntry", + "analyticsTo", + "analyticsFrom", + "dmemotltestAbsObject", + "bgpAsnmpBgpTraps", + "l3extARogueExceptionMac", + "l3extARogueExceptionMacGroup", + "vzAFiltPZEntry", ]