@@ -225,77 +225,78 @@ func Provider() *schema.Provider {
225
225
},
226
226
227
227
DataSourcesMap : map [string ]* schema.Resource {
228
- "nsxt_provider_info" : dataSourceNsxtProviderInfo (),
229
- "nsxt_transport_zone" : dataSourceNsxtTransportZone (),
230
- "nsxt_switching_profile" : dataSourceNsxtSwitchingProfile (),
231
- "nsxt_logical_tier0_router" : dataSourceNsxtLogicalTier0Router (),
232
- "nsxt_logical_tier1_router" : dataSourceNsxtLogicalTier1Router (),
233
- "nsxt_mac_pool" : dataSourceNsxtMacPool (),
234
- "nsxt_ns_group" : dataSourceNsxtNsGroup (),
235
- "nsxt_ns_groups" : dataSourceNsxtNsGroups (),
236
- "nsxt_ns_service" : dataSourceNsxtNsService (),
237
- "nsxt_ns_services" : dataSourceNsxtNsServices (),
238
- "nsxt_edge_cluster" : dataSourceNsxtEdgeCluster (),
239
- "nsxt_certificate" : dataSourceNsxtCertificate (),
240
- "nsxt_ip_pool" : dataSourceNsxtIPPool (),
241
- "nsxt_firewall_section" : dataSourceNsxtFirewallSection (),
242
- "nsxt_management_cluster" : dataSourceNsxtManagementCluster (),
243
- "nsxt_policy_edge_cluster" : dataSourceNsxtPolicyEdgeCluster (),
244
- "nsxt_policy_edge_node" : dataSourceNsxtPolicyEdgeNode (),
245
- "nsxt_policy_tier0_gateway" : dataSourceNsxtPolicyTier0Gateway (),
246
- "nsxt_policy_tier1_gateway" : dataSourceNsxtPolicyTier1Gateway (),
247
- "nsxt_policy_service" : dataSourceNsxtPolicyService (),
248
- "nsxt_policy_realization_info" : dataSourceNsxtPolicyRealizationInfo (),
249
- "nsxt_policy_segment_realization" : dataSourceNsxtPolicySegmentRealization (),
250
- "nsxt_policy_transport_zone" : dataSourceNsxtPolicyTransportZone (),
251
- "nsxt_policy_ip_discovery_profile" : dataSourceNsxtPolicyIPDiscoveryProfile (),
252
- "nsxt_policy_spoofguard_profile" : dataSourceNsxtPolicySpoofGuardProfile (),
253
- "nsxt_policy_qos_profile" : dataSourceNsxtPolicyQosProfile (),
254
- "nsxt_policy_ipv6_ndra_profile" : dataSourceNsxtPolicyIpv6NdraProfile (),
255
- "nsxt_policy_ipv6_dad_profile" : dataSourceNsxtPolicyIpv6DadProfile (),
256
- "nsxt_policy_gateway_qos_profile" : dataSourceNsxtPolicyGatewayQosProfile (),
257
- "nsxt_policy_segment_security_profile" : dataSourceNsxtPolicySegmentSecurityProfile (),
258
- "nsxt_policy_mac_discovery_profile" : dataSourceNsxtPolicyMacDiscoveryProfile (),
259
- "nsxt_policy_vm" : dataSourceNsxtPolicyVM (),
260
- "nsxt_policy_vms" : dataSourceNsxtPolicyVMs (),
261
- "nsxt_policy_lb_app_profile" : dataSourceNsxtPolicyLBAppProfile (),
262
- "nsxt_policy_lb_client_ssl_profile" : dataSourceNsxtPolicyLBClientSslProfile (),
263
- "nsxt_policy_lb_server_ssl_profile" : dataSourceNsxtPolicyLBServerSslProfile (),
264
- "nsxt_policy_lb_monitor" : dataSourceNsxtPolicyLBMonitor (),
265
- "nsxt_policy_certificate" : dataSourceNsxtPolicyCertificate (),
266
- "nsxt_policy_lb_persistence_profile" : dataSourceNsxtPolicyLbPersistenceProfile (),
267
- "nsxt_policy_vni_pool" : dataSourceNsxtPolicyVniPool (),
268
- "nsxt_policy_ip_block" : dataSourceNsxtPolicyIPBlock (),
269
- "nsxt_policy_ip_pool" : dataSourceNsxtPolicyIPPool (),
270
- "nsxt_policy_site" : dataSourceNsxtPolicySite (),
271
- "nsxt_policy_gateway_policy" : dataSourceNsxtPolicyGatewayPolicy (),
272
- "nsxt_policy_security_policy" : dataSourceNsxtPolicySecurityPolicy (),
273
- "nsxt_policy_group" : dataSourceNsxtPolicyGroup (),
274
- "nsxt_policy_context_profile" : dataSourceNsxtPolicyContextProfile (),
275
- "nsxt_policy_dhcp_server" : dataSourceNsxtPolicyDhcpServer (),
276
- "nsxt_policy_bfd_profile" : dataSourceNsxtPolicyBfdProfile (),
277
- "nsxt_policy_intrusion_service_profile" : dataSourceNsxtPolicyIntrusionServiceProfile (),
278
- "nsxt_policy_lb_service" : dataSourceNsxtPolicyLbService (),
279
- "nsxt_policy_gateway_locale_service" : dataSourceNsxtPolicyGatewayLocaleService (),
280
- "nsxt_policy_bridge_profile" : dataSourceNsxtPolicyBridgeProfile (),
281
- "nsxt_policy_ipsec_vpn_local_endpoint" : dataSourceNsxtPolicyIPSecVpnLocalEndpoint (),
282
- "nsxt_policy_ipsec_vpn_service" : dataSourceNsxtPolicyIPSecVpnService (),
283
- "nsxt_policy_l2_vpn_service" : dataSourceNsxtPolicyL2VpnService (),
284
- "nsxt_policy_segment" : dataSourceNsxtPolicySegment (),
285
- "nsxt_policy_project" : dataSourceNsxtPolicyProject (),
286
- "nsxt_policy_gateway_prefix_list" : dataSourceNsxtPolicyGatewayPrefixList (),
287
- "nsxt_policy_gateway_route_map" : dataSourceNsxtPolicyGatewayRouteMap (),
288
- "nsxt_policy_uplink_host_switch_profile" : dataSourceNsxtUplinkHostSwitchProfile (),
289
- "nsxt_compute_manager" : dataSourceNsxtComputeManager (),
290
- "nsxt_transport_node_realization" : dataSourceNsxtTransportNodeRealization (),
291
- "nsxt_failure_domain" : dataSourceNsxtFailureDomain (),
292
- "nsxt_compute_collection" : dataSourceNsxtComputeCollection (),
293
- "nsxt_compute_manager_realization" : dataSourceNsxtComputeManagerRealization (),
294
- "nsxt_policy_host_transport_node" : dataSourceNsxtPolicyHostTransportNode (),
295
- "nsxt_manager_cluster_node" : dataSourceNsxtManagerClusterNode (),
296
- "nsxt_policy_host_transport_node_profile" : dataSourceNsxtPolicyHostTransportNodeProfile (),
297
- "nsxt_transport_node" : dataSourceNsxtEdgeTransportNode (),
298
- "nsxt_policy_ods_pre_defined_runbook" : dataSourceNsxtPolicyODSPreDefinedRunbook (),
228
+ "nsxt_provider_info" : dataSourceNsxtProviderInfo (),
229
+ "nsxt_transport_zone" : dataSourceNsxtTransportZone (),
230
+ "nsxt_switching_profile" : dataSourceNsxtSwitchingProfile (),
231
+ "nsxt_logical_tier0_router" : dataSourceNsxtLogicalTier0Router (),
232
+ "nsxt_logical_tier1_router" : dataSourceNsxtLogicalTier1Router (),
233
+ "nsxt_mac_pool" : dataSourceNsxtMacPool (),
234
+ "nsxt_ns_group" : dataSourceNsxtNsGroup (),
235
+ "nsxt_ns_groups" : dataSourceNsxtNsGroups (),
236
+ "nsxt_ns_service" : dataSourceNsxtNsService (),
237
+ "nsxt_ns_services" : dataSourceNsxtNsServices (),
238
+ "nsxt_edge_cluster" : dataSourceNsxtEdgeCluster (),
239
+ "nsxt_certificate" : dataSourceNsxtCertificate (),
240
+ "nsxt_ip_pool" : dataSourceNsxtIPPool (),
241
+ "nsxt_firewall_section" : dataSourceNsxtFirewallSection (),
242
+ "nsxt_management_cluster" : dataSourceNsxtManagementCluster (),
243
+ "nsxt_policy_edge_cluster" : dataSourceNsxtPolicyEdgeCluster (),
244
+ "nsxt_policy_edge_node" : dataSourceNsxtPolicyEdgeNode (),
245
+ "nsxt_policy_tier0_gateway" : dataSourceNsxtPolicyTier0Gateway (),
246
+ "nsxt_policy_tier1_gateway" : dataSourceNsxtPolicyTier1Gateway (),
247
+ "nsxt_policy_service" : dataSourceNsxtPolicyService (),
248
+ "nsxt_policy_realization_info" : dataSourceNsxtPolicyRealizationInfo (),
249
+ "nsxt_policy_segment_realization" : dataSourceNsxtPolicySegmentRealization (),
250
+ "nsxt_policy_transport_zone" : dataSourceNsxtPolicyTransportZone (),
251
+ "nsxt_policy_ip_discovery_profile" : dataSourceNsxtPolicyIPDiscoveryProfile (),
252
+ "nsxt_policy_spoofguard_profile" : dataSourceNsxtPolicySpoofGuardProfile (),
253
+ "nsxt_policy_qos_profile" : dataSourceNsxtPolicyQosProfile (),
254
+ "nsxt_policy_ipv6_ndra_profile" : dataSourceNsxtPolicyIpv6NdraProfile (),
255
+ "nsxt_policy_ipv6_dad_profile" : dataSourceNsxtPolicyIpv6DadProfile (),
256
+ "nsxt_policy_gateway_qos_profile" : dataSourceNsxtPolicyGatewayQosProfile (),
257
+ "nsxt_policy_segment_security_profile" : dataSourceNsxtPolicySegmentSecurityProfile (),
258
+ "nsxt_policy_mac_discovery_profile" : dataSourceNsxtPolicyMacDiscoveryProfile (),
259
+ "nsxt_policy_vm" : dataSourceNsxtPolicyVM (),
260
+ "nsxt_policy_vms" : dataSourceNsxtPolicyVMs (),
261
+ "nsxt_policy_lb_app_profile" : dataSourceNsxtPolicyLBAppProfile (),
262
+ "nsxt_policy_lb_client_ssl_profile" : dataSourceNsxtPolicyLBClientSslProfile (),
263
+ "nsxt_policy_lb_server_ssl_profile" : dataSourceNsxtPolicyLBServerSslProfile (),
264
+ "nsxt_policy_lb_monitor" : dataSourceNsxtPolicyLBMonitor (),
265
+ "nsxt_policy_certificate" : dataSourceNsxtPolicyCertificate (),
266
+ "nsxt_policy_lb_persistence_profile" : dataSourceNsxtPolicyLbPersistenceProfile (),
267
+ "nsxt_policy_vni_pool" : dataSourceNsxtPolicyVniPool (),
268
+ "nsxt_policy_ip_block" : dataSourceNsxtPolicyIPBlock (),
269
+ "nsxt_policy_ip_pool" : dataSourceNsxtPolicyIPPool (),
270
+ "nsxt_policy_site" : dataSourceNsxtPolicySite (),
271
+ "nsxt_policy_gateway_policy" : dataSourceNsxtPolicyGatewayPolicy (),
272
+ "nsxt_policy_security_policy" : dataSourceNsxtPolicySecurityPolicy (),
273
+ "nsxt_policy_group" : dataSourceNsxtPolicyGroup (),
274
+ "nsxt_policy_context_profile" : dataSourceNsxtPolicyContextProfile (),
275
+ "nsxt_policy_dhcp_server" : dataSourceNsxtPolicyDhcpServer (),
276
+ "nsxt_policy_bfd_profile" : dataSourceNsxtPolicyBfdProfile (),
277
+ "nsxt_policy_intrusion_service_profile" : dataSourceNsxtPolicyIntrusionServiceProfile (),
278
+ "nsxt_policy_lb_service" : dataSourceNsxtPolicyLbService (),
279
+ "nsxt_policy_gateway_locale_service" : dataSourceNsxtPolicyGatewayLocaleService (),
280
+ "nsxt_policy_bridge_profile" : dataSourceNsxtPolicyBridgeProfile (),
281
+ "nsxt_policy_ipsec_vpn_local_endpoint" : dataSourceNsxtPolicyIPSecVpnLocalEndpoint (),
282
+ "nsxt_policy_ipsec_vpn_service" : dataSourceNsxtPolicyIPSecVpnService (),
283
+ "nsxt_policy_l2_vpn_service" : dataSourceNsxtPolicyL2VpnService (),
284
+ "nsxt_policy_segment" : dataSourceNsxtPolicySegment (),
285
+ "nsxt_policy_project" : dataSourceNsxtPolicyProject (),
286
+ "nsxt_policy_gateway_prefix_list" : dataSourceNsxtPolicyGatewayPrefixList (),
287
+ "nsxt_policy_gateway_route_map" : dataSourceNsxtPolicyGatewayRouteMap (),
288
+ "nsxt_policy_uplink_host_switch_profile" : dataSourceNsxtUplinkHostSwitchProfile (),
289
+ "nsxt_compute_manager" : dataSourceNsxtComputeManager (),
290
+ "nsxt_transport_node_realization" : dataSourceNsxtTransportNodeRealization (),
291
+ "nsxt_failure_domain" : dataSourceNsxtFailureDomain (),
292
+ "nsxt_compute_collection" : dataSourceNsxtComputeCollection (),
293
+ "nsxt_compute_manager_realization" : dataSourceNsxtComputeManagerRealization (),
294
+ "nsxt_policy_host_transport_node" : dataSourceNsxtPolicyHostTransportNode (),
295
+ "nsxt_manager_cluster_node" : dataSourceNsxtManagerClusterNode (),
296
+ "nsxt_policy_host_transport_node_profile" : dataSourceNsxtPolicyHostTransportNodeProfile (),
297
+ "nsxt_transport_node" : dataSourceNsxtEdgeTransportNode (),
298
+ "nsxt_policy_ods_pre_defined_runbook" : dataSourceNsxtPolicyODSPreDefinedRunbook (),
299
+ "nsxt_policy_ods_runbook_invocation_report" : dataSourceNsxtPolicyODSRunbookInvocationReport (),
299
300
},
300
301
301
302
ResourcesMap : map [string ]* schema.Resource {
0 commit comments