1. Packages
  2. Nsxt Provider
  3. API Docs
  4. PolicyTier0Gateway
nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware

nsxt.PolicyTier0Gateway

Explore with Pulumi AI

nsxt logo
nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware

    Create PolicyTier0Gateway Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PolicyTier0Gateway(name: string, args: PolicyTier0GatewayArgs, opts?: CustomResourceOptions);
    @overload
    def PolicyTier0Gateway(resource_name: str,
                           args: PolicyTier0GatewayArgs,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def PolicyTier0Gateway(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           display_name: Optional[str] = None,
                           intersite_config: Optional[PolicyTier0GatewayIntersiteConfigArgs] = None,
                           force_whitelisting: Optional[bool] = None,
                           description: Optional[str] = None,
                           dhcp_config_path: Optional[str] = None,
                           bgp_config: Optional[PolicyTier0GatewayBgpConfigArgs] = None,
                           edge_cluster_path: Optional[str] = None,
                           enable_firewall: Optional[bool] = None,
                           ipv6_dad_profile_path: Optional[str] = None,
                           advanced_config: Optional[PolicyTier0GatewayAdvancedConfigArgs] = None,
                           ha_mode: Optional[str] = None,
                           default_rule_logging: Optional[bool] = None,
                           internal_transit_subnets: Optional[Sequence[str]] = None,
                           failover_mode: Optional[str] = None,
                           ipv6_ndra_profile_path: Optional[str] = None,
                           locale_services: Optional[Sequence[PolicyTier0GatewayLocaleServiceArgs]] = None,
                           nsx_id: Optional[str] = None,
                           policy_tier0_gateway_id: Optional[str] = None,
                           rd_admin_address: Optional[str] = None,
                           redistribution_config: Optional[PolicyTier0GatewayRedistributionConfigArgs] = None,
                           tags: Optional[Sequence[PolicyTier0GatewayTagArgs]] = None,
                           transit_subnets: Optional[Sequence[str]] = None,
                           vrf_config: Optional[PolicyTier0GatewayVrfConfigArgs] = None,
                           vrf_transit_subnets: Optional[Sequence[str]] = None)
    func NewPolicyTier0Gateway(ctx *Context, name string, args PolicyTier0GatewayArgs, opts ...ResourceOption) (*PolicyTier0Gateway, error)
    public PolicyTier0Gateway(string name, PolicyTier0GatewayArgs args, CustomResourceOptions? opts = null)
    public PolicyTier0Gateway(String name, PolicyTier0GatewayArgs args)
    public PolicyTier0Gateway(String name, PolicyTier0GatewayArgs args, CustomResourceOptions options)
    
    type: nsxt:PolicyTier0Gateway
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PolicyTier0GatewayArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PolicyTier0GatewayArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PolicyTier0GatewayArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PolicyTier0GatewayArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PolicyTier0GatewayArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var policyTier0GatewayResource = new Nsxt.PolicyTier0Gateway("policyTier0GatewayResource", new()
    {
        DisplayName = "string",
        IntersiteConfig = new Nsxt.Inputs.PolicyTier0GatewayIntersiteConfigArgs
        {
            FallbackSitePaths = new[]
            {
                "string",
            },
            PrimarySitePath = "string",
            TransitSubnet = "string",
        },
        Description = "string",
        DhcpConfigPath = "string",
        BgpConfig = new Nsxt.Inputs.PolicyTier0GatewayBgpConfigArgs
        {
            Ecmp = false,
            Enabled = false,
            GracefulRestartMode = "string",
            GracefulRestartStaleRouteTimer = 0,
            GracefulRestartTimer = 0,
            InterSrIbgp = false,
            LocalAsNum = "string",
            MultipathRelax = false,
            Path = "string",
            Revision = 0,
            RouteAggregations = new[]
            {
                new Nsxt.Inputs.PolicyTier0GatewayBgpConfigRouteAggregationArgs
                {
                    Prefix = "string",
                    SummaryOnly = false,
                },
            },
            Tags = new[]
            {
                new Nsxt.Inputs.PolicyTier0GatewayBgpConfigTagArgs
                {
                    Scope = "string",
                    Tag = "string",
                },
            },
        },
        EdgeClusterPath = "string",
        EnableFirewall = false,
        Ipv6DadProfilePath = "string",
        AdvancedConfig = new Nsxt.Inputs.PolicyTier0GatewayAdvancedConfigArgs
        {
            Connectivity = "string",
            ForwardingUpTimer = 0,
        },
        HaMode = "string",
        DefaultRuleLogging = false,
        InternalTransitSubnets = new[]
        {
            "string",
        },
        FailoverMode = "string",
        Ipv6NdraProfilePath = "string",
        LocaleServices = new[]
        {
            new Nsxt.Inputs.PolicyTier0GatewayLocaleServiceArgs
            {
                EdgeClusterPath = "string",
                DisplayName = "string",
                NsxId = "string",
                Path = "string",
                PreferredEdgePaths = new[]
                {
                    "string",
                },
                Revision = 0,
            },
        },
        NsxId = "string",
        PolicyTier0GatewayId = "string",
        RdAdminAddress = "string",
        Tags = new[]
        {
            new Nsxt.Inputs.PolicyTier0GatewayTagArgs
            {
                Scope = "string",
                Tag = "string",
            },
        },
        TransitSubnets = new[]
        {
            "string",
        },
        VrfConfig = new Nsxt.Inputs.PolicyTier0GatewayVrfConfigArgs
        {
            GatewayPath = "string",
            EvpnTransitVni = 0,
            Path = "string",
            RouteDistinguisher = "string",
            RouteTarget = new Nsxt.Inputs.PolicyTier0GatewayVrfConfigRouteTargetArgs
            {
                AddressFamily = "string",
                AutoMode = false,
                ExportTargets = new[]
                {
                    "string",
                },
                ImportTargets = new[]
                {
                    "string",
                },
            },
            Tags = new[]
            {
                new Nsxt.Inputs.PolicyTier0GatewayVrfConfigTagArgs
                {
                    Scope = "string",
                    Tag = "string",
                },
            },
        },
        VrfTransitSubnets = new[]
        {
            "string",
        },
    });
    
    example, err := nsxt.NewPolicyTier0Gateway(ctx, "policyTier0GatewayResource", &nsxt.PolicyTier0GatewayArgs{
    	DisplayName: pulumi.String("string"),
    	IntersiteConfig: &nsxt.PolicyTier0GatewayIntersiteConfigArgs{
    		FallbackSitePaths: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		PrimarySitePath: pulumi.String("string"),
    		TransitSubnet:   pulumi.String("string"),
    	},
    	Description:    pulumi.String("string"),
    	DhcpConfigPath: pulumi.String("string"),
    	BgpConfig: &nsxt.PolicyTier0GatewayBgpConfigArgs{
    		Ecmp:                           pulumi.Bool(false),
    		Enabled:                        pulumi.Bool(false),
    		GracefulRestartMode:            pulumi.String("string"),
    		GracefulRestartStaleRouteTimer: pulumi.Float64(0),
    		GracefulRestartTimer:           pulumi.Float64(0),
    		InterSrIbgp:                    pulumi.Bool(false),
    		LocalAsNum:                     pulumi.String("string"),
    		MultipathRelax:                 pulumi.Bool(false),
    		Path:                           pulumi.String("string"),
    		Revision:                       pulumi.Float64(0),
    		RouteAggregations: nsxt.PolicyTier0GatewayBgpConfigRouteAggregationArray{
    			&nsxt.PolicyTier0GatewayBgpConfigRouteAggregationArgs{
    				Prefix:      pulumi.String("string"),
    				SummaryOnly: pulumi.Bool(false),
    			},
    		},
    		Tags: nsxt.PolicyTier0GatewayBgpConfigTagArray{
    			&nsxt.PolicyTier0GatewayBgpConfigTagArgs{
    				Scope: pulumi.String("string"),
    				Tag:   pulumi.String("string"),
    			},
    		},
    	},
    	EdgeClusterPath:    pulumi.String("string"),
    	EnableFirewall:     pulumi.Bool(false),
    	Ipv6DadProfilePath: pulumi.String("string"),
    	AdvancedConfig: &nsxt.PolicyTier0GatewayAdvancedConfigArgs{
    		Connectivity:      pulumi.String("string"),
    		ForwardingUpTimer: pulumi.Float64(0),
    	},
    	HaMode:             pulumi.String("string"),
    	DefaultRuleLogging: pulumi.Bool(false),
    	InternalTransitSubnets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	FailoverMode:        pulumi.String("string"),
    	Ipv6NdraProfilePath: pulumi.String("string"),
    	LocaleServices: nsxt.PolicyTier0GatewayLocaleServiceArray{
    		&nsxt.PolicyTier0GatewayLocaleServiceArgs{
    			EdgeClusterPath: pulumi.String("string"),
    			DisplayName:     pulumi.String("string"),
    			NsxId:           pulumi.String("string"),
    			Path:            pulumi.String("string"),
    			PreferredEdgePaths: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Revision: pulumi.Float64(0),
    		},
    	},
    	NsxId:                pulumi.String("string"),
    	PolicyTier0GatewayId: pulumi.String("string"),
    	RdAdminAddress:       pulumi.String("string"),
    	Tags: nsxt.PolicyTier0GatewayTagArray{
    		&nsxt.PolicyTier0GatewayTagArgs{
    			Scope: pulumi.String("string"),
    			Tag:   pulumi.String("string"),
    		},
    	},
    	TransitSubnets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	VrfConfig: &nsxt.PolicyTier0GatewayVrfConfigArgs{
    		GatewayPath:        pulumi.String("string"),
    		EvpnTransitVni:     pulumi.Float64(0),
    		Path:               pulumi.String("string"),
    		RouteDistinguisher: pulumi.String("string"),
    		RouteTarget: &nsxt.PolicyTier0GatewayVrfConfigRouteTargetArgs{
    			AddressFamily: pulumi.String("string"),
    			AutoMode:      pulumi.Bool(false),
    			ExportTargets: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			ImportTargets: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    		Tags: nsxt.PolicyTier0GatewayVrfConfigTagArray{
    			&nsxt.PolicyTier0GatewayVrfConfigTagArgs{
    				Scope: pulumi.String("string"),
    				Tag:   pulumi.String("string"),
    			},
    		},
    	},
    	VrfTransitSubnets: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    })
    
    var policyTier0GatewayResource = new PolicyTier0Gateway("policyTier0GatewayResource", PolicyTier0GatewayArgs.builder()
        .displayName("string")
        .intersiteConfig(PolicyTier0GatewayIntersiteConfigArgs.builder()
            .fallbackSitePaths("string")
            .primarySitePath("string")
            .transitSubnet("string")
            .build())
        .description("string")
        .dhcpConfigPath("string")
        .bgpConfig(PolicyTier0GatewayBgpConfigArgs.builder()
            .ecmp(false)
            .enabled(false)
            .gracefulRestartMode("string")
            .gracefulRestartStaleRouteTimer(0)
            .gracefulRestartTimer(0)
            .interSrIbgp(false)
            .localAsNum("string")
            .multipathRelax(false)
            .path("string")
            .revision(0)
            .routeAggregations(PolicyTier0GatewayBgpConfigRouteAggregationArgs.builder()
                .prefix("string")
                .summaryOnly(false)
                .build())
            .tags(PolicyTier0GatewayBgpConfigTagArgs.builder()
                .scope("string")
                .tag("string")
                .build())
            .build())
        .edgeClusterPath("string")
        .enableFirewall(false)
        .ipv6DadProfilePath("string")
        .advancedConfig(PolicyTier0GatewayAdvancedConfigArgs.builder()
            .connectivity("string")
            .forwardingUpTimer(0)
            .build())
        .haMode("string")
        .defaultRuleLogging(false)
        .internalTransitSubnets("string")
        .failoverMode("string")
        .ipv6NdraProfilePath("string")
        .localeServices(PolicyTier0GatewayLocaleServiceArgs.builder()
            .edgeClusterPath("string")
            .displayName("string")
            .nsxId("string")
            .path("string")
            .preferredEdgePaths("string")
            .revision(0)
            .build())
        .nsxId("string")
        .policyTier0GatewayId("string")
        .rdAdminAddress("string")
        .tags(PolicyTier0GatewayTagArgs.builder()
            .scope("string")
            .tag("string")
            .build())
        .transitSubnets("string")
        .vrfConfig(PolicyTier0GatewayVrfConfigArgs.builder()
            .gatewayPath("string")
            .evpnTransitVni(0)
            .path("string")
            .routeDistinguisher("string")
            .routeTarget(PolicyTier0GatewayVrfConfigRouteTargetArgs.builder()
                .addressFamily("string")
                .autoMode(false)
                .exportTargets("string")
                .importTargets("string")
                .build())
            .tags(PolicyTier0GatewayVrfConfigTagArgs.builder()
                .scope("string")
                .tag("string")
                .build())
            .build())
        .vrfTransitSubnets("string")
        .build());
    
    policy_tier0_gateway_resource = nsxt.PolicyTier0Gateway("policyTier0GatewayResource",
        display_name="string",
        intersite_config={
            "fallback_site_paths": ["string"],
            "primary_site_path": "string",
            "transit_subnet": "string",
        },
        description="string",
        dhcp_config_path="string",
        bgp_config={
            "ecmp": False,
            "enabled": False,
            "graceful_restart_mode": "string",
            "graceful_restart_stale_route_timer": 0,
            "graceful_restart_timer": 0,
            "inter_sr_ibgp": False,
            "local_as_num": "string",
            "multipath_relax": False,
            "path": "string",
            "revision": 0,
            "route_aggregations": [{
                "prefix": "string",
                "summary_only": False,
            }],
            "tags": [{
                "scope": "string",
                "tag": "string",
            }],
        },
        edge_cluster_path="string",
        enable_firewall=False,
        ipv6_dad_profile_path="string",
        advanced_config={
            "connectivity": "string",
            "forwarding_up_timer": 0,
        },
        ha_mode="string",
        default_rule_logging=False,
        internal_transit_subnets=["string"],
        failover_mode="string",
        ipv6_ndra_profile_path="string",
        locale_services=[{
            "edge_cluster_path": "string",
            "display_name": "string",
            "nsx_id": "string",
            "path": "string",
            "preferred_edge_paths": ["string"],
            "revision": 0,
        }],
        nsx_id="string",
        policy_tier0_gateway_id="string",
        rd_admin_address="string",
        tags=[{
            "scope": "string",
            "tag": "string",
        }],
        transit_subnets=["string"],
        vrf_config={
            "gateway_path": "string",
            "evpn_transit_vni": 0,
            "path": "string",
            "route_distinguisher": "string",
            "route_target": {
                "address_family": "string",
                "auto_mode": False,
                "export_targets": ["string"],
                "import_targets": ["string"],
            },
            "tags": [{
                "scope": "string",
                "tag": "string",
            }],
        },
        vrf_transit_subnets=["string"])
    
    const policyTier0GatewayResource = new nsxt.PolicyTier0Gateway("policyTier0GatewayResource", {
        displayName: "string",
        intersiteConfig: {
            fallbackSitePaths: ["string"],
            primarySitePath: "string",
            transitSubnet: "string",
        },
        description: "string",
        dhcpConfigPath: "string",
        bgpConfig: {
            ecmp: false,
            enabled: false,
            gracefulRestartMode: "string",
            gracefulRestartStaleRouteTimer: 0,
            gracefulRestartTimer: 0,
            interSrIbgp: false,
            localAsNum: "string",
            multipathRelax: false,
            path: "string",
            revision: 0,
            routeAggregations: [{
                prefix: "string",
                summaryOnly: false,
            }],
            tags: [{
                scope: "string",
                tag: "string",
            }],
        },
        edgeClusterPath: "string",
        enableFirewall: false,
        ipv6DadProfilePath: "string",
        advancedConfig: {
            connectivity: "string",
            forwardingUpTimer: 0,
        },
        haMode: "string",
        defaultRuleLogging: false,
        internalTransitSubnets: ["string"],
        failoverMode: "string",
        ipv6NdraProfilePath: "string",
        localeServices: [{
            edgeClusterPath: "string",
            displayName: "string",
            nsxId: "string",
            path: "string",
            preferredEdgePaths: ["string"],
            revision: 0,
        }],
        nsxId: "string",
        policyTier0GatewayId: "string",
        rdAdminAddress: "string",
        tags: [{
            scope: "string",
            tag: "string",
        }],
        transitSubnets: ["string"],
        vrfConfig: {
            gatewayPath: "string",
            evpnTransitVni: 0,
            path: "string",
            routeDistinguisher: "string",
            routeTarget: {
                addressFamily: "string",
                autoMode: false,
                exportTargets: ["string"],
                importTargets: ["string"],
            },
            tags: [{
                scope: "string",
                tag: "string",
            }],
        },
        vrfTransitSubnets: ["string"],
    });
    
    type: nsxt:PolicyTier0Gateway
    properties:
        advancedConfig:
            connectivity: string
            forwardingUpTimer: 0
        bgpConfig:
            ecmp: false
            enabled: false
            gracefulRestartMode: string
            gracefulRestartStaleRouteTimer: 0
            gracefulRestartTimer: 0
            interSrIbgp: false
            localAsNum: string
            multipathRelax: false
            path: string
            revision: 0
            routeAggregations:
                - prefix: string
                  summaryOnly: false
            tags:
                - scope: string
                  tag: string
        defaultRuleLogging: false
        description: string
        dhcpConfigPath: string
        displayName: string
        edgeClusterPath: string
        enableFirewall: false
        failoverMode: string
        haMode: string
        internalTransitSubnets:
            - string
        intersiteConfig:
            fallbackSitePaths:
                - string
            primarySitePath: string
            transitSubnet: string
        ipv6DadProfilePath: string
        ipv6NdraProfilePath: string
        localeServices:
            - displayName: string
              edgeClusterPath: string
              nsxId: string
              path: string
              preferredEdgePaths:
                - string
              revision: 0
        nsxId: string
        policyTier0GatewayId: string
        rdAdminAddress: string
        tags:
            - scope: string
              tag: string
        transitSubnets:
            - string
        vrfConfig:
            evpnTransitVni: 0
            gatewayPath: string
            path: string
            routeDistinguisher: string
            routeTarget:
                addressFamily: string
                autoMode: false
                exportTargets:
                    - string
                importTargets:
                    - string
            tags:
                - scope: string
                  tag: string
        vrfTransitSubnets:
            - string
    

    PolicyTier0Gateway Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The PolicyTier0Gateway resource accepts the following input properties:

    DisplayName string
    Display name of the resource.
    AdvancedConfig PolicyTier0GatewayAdvancedConfig
    Advanced gateway configuration
    BgpConfig PolicyTier0GatewayBgpConfig
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    DefaultRuleLogging bool
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    Description string
    Description of the resource.
    DhcpConfigPath string
    Policy path to DHCP server or relay configuration to use for this gateway.
    EdgeClusterPath string
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    EnableFirewall bool
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    FailoverMode string
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    ForceWhitelisting bool
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    HaMode string
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    InternalTransitSubnets List<string>
    Internal transit subnets in CIDR format. At most 1 CIDR.
    IntersiteConfig PolicyTier0GatewayIntersiteConfig
    This clause is relevant for Global Manager only.
    Ipv6DadProfilePath string
    Policy path to IPv6 DAD profile.
    Ipv6NdraProfilePath string
    Policy path to IPv6 NDRA profile.
    LocaleServices List<PolicyTier0GatewayLocaleService>
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    PolicyTier0GatewayId string
    ID of the Tier-0 gateway.
    RdAdminAddress string
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    RedistributionConfig PolicyTier0GatewayRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    Tags List<PolicyTier0GatewayTag>
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    TransitSubnets List<string>
    Transit subnets in CIDR format.
    VrfConfig PolicyTier0GatewayVrfConfig
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    VrfTransitSubnets List<string>
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    DisplayName string
    Display name of the resource.
    AdvancedConfig PolicyTier0GatewayAdvancedConfigArgs
    Advanced gateway configuration
    BgpConfig PolicyTier0GatewayBgpConfigArgs
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    DefaultRuleLogging bool
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    Description string
    Description of the resource.
    DhcpConfigPath string
    Policy path to DHCP server or relay configuration to use for this gateway.
    EdgeClusterPath string
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    EnableFirewall bool
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    FailoverMode string
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    ForceWhitelisting bool
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    HaMode string
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    InternalTransitSubnets []string
    Internal transit subnets in CIDR format. At most 1 CIDR.
    IntersiteConfig PolicyTier0GatewayIntersiteConfigArgs
    This clause is relevant for Global Manager only.
    Ipv6DadProfilePath string
    Policy path to IPv6 DAD profile.
    Ipv6NdraProfilePath string
    Policy path to IPv6 NDRA profile.
    LocaleServices []PolicyTier0GatewayLocaleServiceArgs
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    PolicyTier0GatewayId string
    ID of the Tier-0 gateway.
    RdAdminAddress string
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    RedistributionConfig PolicyTier0GatewayRedistributionConfigArgs
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    Tags []PolicyTier0GatewayTagArgs
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    TransitSubnets []string
    Transit subnets in CIDR format.
    VrfConfig PolicyTier0GatewayVrfConfigArgs
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    VrfTransitSubnets []string
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    displayName String
    Display name of the resource.
    advancedConfig PolicyTier0GatewayAdvancedConfig
    Advanced gateway configuration
    bgpConfig PolicyTier0GatewayBgpConfig
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    defaultRuleLogging Boolean
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    description String
    Description of the resource.
    dhcpConfigPath String
    Policy path to DHCP server or relay configuration to use for this gateway.
    edgeClusterPath String
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    enableFirewall Boolean
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    failoverMode String
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    forceWhitelisting Boolean
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    haMode String
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    internalTransitSubnets List<String>
    Internal transit subnets in CIDR format. At most 1 CIDR.
    intersiteConfig PolicyTier0GatewayIntersiteConfig
    This clause is relevant for Global Manager only.
    ipv6DadProfilePath String
    Policy path to IPv6 DAD profile.
    ipv6NdraProfilePath String
    Policy path to IPv6 NDRA profile.
    localeServices List<PolicyTier0GatewayLocaleService>
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    policyTier0GatewayId String
    ID of the Tier-0 gateway.
    rdAdminAddress String
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    redistributionConfig PolicyTier0GatewayRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    tags List<PolicyTier0GatewayTag>
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    transitSubnets List<String>
    Transit subnets in CIDR format.
    vrfConfig PolicyTier0GatewayVrfConfig
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    vrfTransitSubnets List<String>
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    displayName string
    Display name of the resource.
    advancedConfig PolicyTier0GatewayAdvancedConfig
    Advanced gateway configuration
    bgpConfig PolicyTier0GatewayBgpConfig
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    defaultRuleLogging boolean
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    description string
    Description of the resource.
    dhcpConfigPath string
    Policy path to DHCP server or relay configuration to use for this gateway.
    edgeClusterPath string
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    enableFirewall boolean
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    failoverMode string
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    forceWhitelisting boolean
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    haMode string
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    internalTransitSubnets string[]
    Internal transit subnets in CIDR format. At most 1 CIDR.
    intersiteConfig PolicyTier0GatewayIntersiteConfig
    This clause is relevant for Global Manager only.
    ipv6DadProfilePath string
    Policy path to IPv6 DAD profile.
    ipv6NdraProfilePath string
    Policy path to IPv6 NDRA profile.
    localeServices PolicyTier0GatewayLocaleService[]
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    nsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    policyTier0GatewayId string
    ID of the Tier-0 gateway.
    rdAdminAddress string
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    redistributionConfig PolicyTier0GatewayRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    tags PolicyTier0GatewayTag[]
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    transitSubnets string[]
    Transit subnets in CIDR format.
    vrfConfig PolicyTier0GatewayVrfConfig
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    vrfTransitSubnets string[]
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    display_name str
    Display name of the resource.
    advanced_config PolicyTier0GatewayAdvancedConfigArgs
    Advanced gateway configuration
    bgp_config PolicyTier0GatewayBgpConfigArgs
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    default_rule_logging bool
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    description str
    Description of the resource.
    dhcp_config_path str
    Policy path to DHCP server or relay configuration to use for this gateway.
    edge_cluster_path str
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    enable_firewall bool
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    failover_mode str
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    force_whitelisting bool
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    ha_mode str
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    internal_transit_subnets Sequence[str]
    Internal transit subnets in CIDR format. At most 1 CIDR.
    intersite_config PolicyTier0GatewayIntersiteConfigArgs
    This clause is relevant for Global Manager only.
    ipv6_dad_profile_path str
    Policy path to IPv6 DAD profile.
    ipv6_ndra_profile_path str
    Policy path to IPv6 NDRA profile.
    locale_services Sequence[PolicyTier0GatewayLocaleServiceArgs]
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    nsx_id str
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    policy_tier0_gateway_id str
    ID of the Tier-0 gateway.
    rd_admin_address str
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    redistribution_config PolicyTier0GatewayRedistributionConfigArgs
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    tags Sequence[PolicyTier0GatewayTagArgs]
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    transit_subnets Sequence[str]
    Transit subnets in CIDR format.
    vrf_config PolicyTier0GatewayVrfConfigArgs
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    vrf_transit_subnets Sequence[str]
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    displayName String
    Display name of the resource.
    advancedConfig Property Map
    Advanced gateway configuration
    bgpConfig Property Map
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    defaultRuleLogging Boolean
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    description String
    Description of the resource.
    dhcpConfigPath String
    Policy path to DHCP server or relay configuration to use for this gateway.
    edgeClusterPath String
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    enableFirewall Boolean
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    failoverMode String
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    forceWhitelisting Boolean
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    haMode String
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    internalTransitSubnets List<String>
    Internal transit subnets in CIDR format. At most 1 CIDR.
    intersiteConfig Property Map
    This clause is relevant for Global Manager only.
    ipv6DadProfilePath String
    Policy path to IPv6 DAD profile.
    ipv6NdraProfilePath String
    Policy path to IPv6 NDRA profile.
    localeServices List<Property Map>
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    policyTier0GatewayId String
    ID of the Tier-0 gateway.
    rdAdminAddress String
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    redistributionConfig Property Map
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    tags List<Property Map>
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    transitSubnets List<String>
    Transit subnets in CIDR format.
    vrfConfig Property Map
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    vrfTransitSubnets List<String>
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PolicyTier0Gateway resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Path string
    The NSX path of the policy resource.
    RedistributionSet bool
    Internal flag to indicate whether legacy redistribution config is used
    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    Id string
    The provider-assigned unique ID for this managed resource.
    Path string
    The NSX path of the policy resource.
    RedistributionSet bool
    Internal flag to indicate whether legacy redistribution config is used
    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    id String
    The provider-assigned unique ID for this managed resource.
    path String
    The NSX path of the policy resource.
    redistributionSet Boolean
    Internal flag to indicate whether legacy redistribution config is used
    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    id string
    The provider-assigned unique ID for this managed resource.
    path string
    The NSX path of the policy resource.
    redistributionSet boolean
    Internal flag to indicate whether legacy redistribution config is used
    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    id str
    The provider-assigned unique ID for this managed resource.
    path str
    The NSX path of the policy resource.
    redistribution_set bool
    Internal flag to indicate whether legacy redistribution config is used
    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    id String
    The provider-assigned unique ID for this managed resource.
    path String
    The NSX path of the policy resource.
    redistributionSet Boolean
    Internal flag to indicate whether legacy redistribution config is used
    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.

    Look up Existing PolicyTier0Gateway Resource

    Get an existing PolicyTier0Gateway resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: PolicyTier0GatewayState, opts?: CustomResourceOptions): PolicyTier0Gateway
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            advanced_config: Optional[PolicyTier0GatewayAdvancedConfigArgs] = None,
            bgp_config: Optional[PolicyTier0GatewayBgpConfigArgs] = None,
            default_rule_logging: Optional[bool] = None,
            description: Optional[str] = None,
            dhcp_config_path: Optional[str] = None,
            display_name: Optional[str] = None,
            edge_cluster_path: Optional[str] = None,
            enable_firewall: Optional[bool] = None,
            failover_mode: Optional[str] = None,
            force_whitelisting: Optional[bool] = None,
            ha_mode: Optional[str] = None,
            internal_transit_subnets: Optional[Sequence[str]] = None,
            intersite_config: Optional[PolicyTier0GatewayIntersiteConfigArgs] = None,
            ipv6_dad_profile_path: Optional[str] = None,
            ipv6_ndra_profile_path: Optional[str] = None,
            locale_services: Optional[Sequence[PolicyTier0GatewayLocaleServiceArgs]] = None,
            nsx_id: Optional[str] = None,
            path: Optional[str] = None,
            policy_tier0_gateway_id: Optional[str] = None,
            rd_admin_address: Optional[str] = None,
            redistribution_config: Optional[PolicyTier0GatewayRedistributionConfigArgs] = None,
            redistribution_set: Optional[bool] = None,
            revision: Optional[float] = None,
            tags: Optional[Sequence[PolicyTier0GatewayTagArgs]] = None,
            transit_subnets: Optional[Sequence[str]] = None,
            vrf_config: Optional[PolicyTier0GatewayVrfConfigArgs] = None,
            vrf_transit_subnets: Optional[Sequence[str]] = None) -> PolicyTier0Gateway
    func GetPolicyTier0Gateway(ctx *Context, name string, id IDInput, state *PolicyTier0GatewayState, opts ...ResourceOption) (*PolicyTier0Gateway, error)
    public static PolicyTier0Gateway Get(string name, Input<string> id, PolicyTier0GatewayState? state, CustomResourceOptions? opts = null)
    public static PolicyTier0Gateway get(String name, Output<String> id, PolicyTier0GatewayState state, CustomResourceOptions options)
    resources:  _:    type: nsxt:PolicyTier0Gateway    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AdvancedConfig PolicyTier0GatewayAdvancedConfig
    Advanced gateway configuration
    BgpConfig PolicyTier0GatewayBgpConfig
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    DefaultRuleLogging bool
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    Description string
    Description of the resource.
    DhcpConfigPath string
    Policy path to DHCP server or relay configuration to use for this gateway.
    DisplayName string
    Display name of the resource.
    EdgeClusterPath string
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    EnableFirewall bool
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    FailoverMode string
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    ForceWhitelisting bool
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    HaMode string
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    InternalTransitSubnets List<string>
    Internal transit subnets in CIDR format. At most 1 CIDR.
    IntersiteConfig PolicyTier0GatewayIntersiteConfig
    This clause is relevant for Global Manager only.
    Ipv6DadProfilePath string
    Policy path to IPv6 DAD profile.
    Ipv6NdraProfilePath string
    Policy path to IPv6 NDRA profile.
    LocaleServices List<PolicyTier0GatewayLocaleService>
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    Path string
    The NSX path of the policy resource.
    PolicyTier0GatewayId string
    ID of the Tier-0 gateway.
    RdAdminAddress string
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    RedistributionConfig PolicyTier0GatewayRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    RedistributionSet bool
    Internal flag to indicate whether legacy redistribution config is used
    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    Tags List<PolicyTier0GatewayTag>
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    TransitSubnets List<string>
    Transit subnets in CIDR format.
    VrfConfig PolicyTier0GatewayVrfConfig
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    VrfTransitSubnets List<string>
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    AdvancedConfig PolicyTier0GatewayAdvancedConfigArgs
    Advanced gateway configuration
    BgpConfig PolicyTier0GatewayBgpConfigArgs
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    DefaultRuleLogging bool
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    Description string
    Description of the resource.
    DhcpConfigPath string
    Policy path to DHCP server or relay configuration to use for this gateway.
    DisplayName string
    Display name of the resource.
    EdgeClusterPath string
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    EnableFirewall bool
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    FailoverMode string
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    ForceWhitelisting bool
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    HaMode string
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    InternalTransitSubnets []string
    Internal transit subnets in CIDR format. At most 1 CIDR.
    IntersiteConfig PolicyTier0GatewayIntersiteConfigArgs
    This clause is relevant for Global Manager only.
    Ipv6DadProfilePath string
    Policy path to IPv6 DAD profile.
    Ipv6NdraProfilePath string
    Policy path to IPv6 NDRA profile.
    LocaleServices []PolicyTier0GatewayLocaleServiceArgs
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    Path string
    The NSX path of the policy resource.
    PolicyTier0GatewayId string
    ID of the Tier-0 gateway.
    RdAdminAddress string
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    RedistributionConfig PolicyTier0GatewayRedistributionConfigArgs
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    RedistributionSet bool
    Internal flag to indicate whether legacy redistribution config is used
    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    Tags []PolicyTier0GatewayTagArgs
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    TransitSubnets []string
    Transit subnets in CIDR format.
    VrfConfig PolicyTier0GatewayVrfConfigArgs
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    VrfTransitSubnets []string
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    advancedConfig PolicyTier0GatewayAdvancedConfig
    Advanced gateway configuration
    bgpConfig PolicyTier0GatewayBgpConfig
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    defaultRuleLogging Boolean
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    description String
    Description of the resource.
    dhcpConfigPath String
    Policy path to DHCP server or relay configuration to use for this gateway.
    displayName String
    Display name of the resource.
    edgeClusterPath String
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    enableFirewall Boolean
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    failoverMode String
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    forceWhitelisting Boolean
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    haMode String
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    internalTransitSubnets List<String>
    Internal transit subnets in CIDR format. At most 1 CIDR.
    intersiteConfig PolicyTier0GatewayIntersiteConfig
    This clause is relevant for Global Manager only.
    ipv6DadProfilePath String
    Policy path to IPv6 DAD profile.
    ipv6NdraProfilePath String
    Policy path to IPv6 NDRA profile.
    localeServices List<PolicyTier0GatewayLocaleService>
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    path String
    The NSX path of the policy resource.
    policyTier0GatewayId String
    ID of the Tier-0 gateway.
    rdAdminAddress String
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    redistributionConfig PolicyTier0GatewayRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    redistributionSet Boolean
    Internal flag to indicate whether legacy redistribution config is used
    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    tags List<PolicyTier0GatewayTag>
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    transitSubnets List<String>
    Transit subnets in CIDR format.
    vrfConfig PolicyTier0GatewayVrfConfig
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    vrfTransitSubnets List<String>
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    advancedConfig PolicyTier0GatewayAdvancedConfig
    Advanced gateway configuration
    bgpConfig PolicyTier0GatewayBgpConfig
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    defaultRuleLogging boolean
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    description string
    Description of the resource.
    dhcpConfigPath string
    Policy path to DHCP server or relay configuration to use for this gateway.
    displayName string
    Display name of the resource.
    edgeClusterPath string
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    enableFirewall boolean
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    failoverMode string
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    forceWhitelisting boolean
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    haMode string
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    internalTransitSubnets string[]
    Internal transit subnets in CIDR format. At most 1 CIDR.
    intersiteConfig PolicyTier0GatewayIntersiteConfig
    This clause is relevant for Global Manager only.
    ipv6DadProfilePath string
    Policy path to IPv6 DAD profile.
    ipv6NdraProfilePath string
    Policy path to IPv6 NDRA profile.
    localeServices PolicyTier0GatewayLocaleService[]
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    nsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    path string
    The NSX path of the policy resource.
    policyTier0GatewayId string
    ID of the Tier-0 gateway.
    rdAdminAddress string
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    redistributionConfig PolicyTier0GatewayRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    redistributionSet boolean
    Internal flag to indicate whether legacy redistribution config is used
    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    tags PolicyTier0GatewayTag[]
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    transitSubnets string[]
    Transit subnets in CIDR format.
    vrfConfig PolicyTier0GatewayVrfConfig
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    vrfTransitSubnets string[]
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    advanced_config PolicyTier0GatewayAdvancedConfigArgs
    Advanced gateway configuration
    bgp_config PolicyTier0GatewayBgpConfigArgs
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    default_rule_logging bool
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    description str
    Description of the resource.
    dhcp_config_path str
    Policy path to DHCP server or relay configuration to use for this gateway.
    display_name str
    Display name of the resource.
    edge_cluster_path str
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    enable_firewall bool
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    failover_mode str
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    force_whitelisting bool
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    ha_mode str
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    internal_transit_subnets Sequence[str]
    Internal transit subnets in CIDR format. At most 1 CIDR.
    intersite_config PolicyTier0GatewayIntersiteConfigArgs
    This clause is relevant for Global Manager only.
    ipv6_dad_profile_path str
    Policy path to IPv6 DAD profile.
    ipv6_ndra_profile_path str
    Policy path to IPv6 NDRA profile.
    locale_services Sequence[PolicyTier0GatewayLocaleServiceArgs]
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    nsx_id str
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    path str
    The NSX path of the policy resource.
    policy_tier0_gateway_id str
    ID of the Tier-0 gateway.
    rd_admin_address str
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    redistribution_config PolicyTier0GatewayRedistributionConfigArgs
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    redistribution_set bool
    Internal flag to indicate whether legacy redistribution config is used
    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    tags Sequence[PolicyTier0GatewayTagArgs]
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    transit_subnets Sequence[str]
    Transit subnets in CIDR format.
    vrf_config PolicyTier0GatewayVrfConfigArgs
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    vrf_transit_subnets Sequence[str]
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.
    advancedConfig Property Map
    Advanced gateway configuration
    bgpConfig Property Map
    The BGP configuration for the Tier-0 gateway. When enabled a valid edge_cluster_path must be set on the Tier-0 gateway. This clause is not applicable for Global Manager - use nsxt.PolicyBgpConfig resource instead.
    defaultRuleLogging Boolean
    Boolean flag indicating if the default rule logging will be enabled or not. The default value is false.
    description String
    Description of the resource.
    dhcpConfigPath String
    Policy path to DHCP server or relay configuration to use for this gateway.
    displayName String
    Display name of the resource.
    edgeClusterPath String
    The path of the edge cluster where the Tier-0 is placed.For advanced configuration and on Global Manager, use locale_service clause instead. Note that for some configurations (such as BGP) setting edge cluster is required.
    enableFirewall Boolean
    Boolean flag indicating if the edge firewall will be enabled or not. The default value is true.
    failoverMode String
    This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Accepted values are PREEMPTIVE/NON_PREEMPTIVE.
    forceWhitelisting Boolean
    Boolean flag indicating if white-listing will be forced or not. The default value is false. This argument is deprecated and will be removed. Please use nsxt.PolicyPredefinedGatewayPolicy resource to control default action.

    Deprecated: Deprecated

    haMode String
    High-availability Mode for Tier-0. Valid values are ACTIVE_ACTIVE and ACTIVE_STANDBY.
    internalTransitSubnets List<String>
    Internal transit subnets in CIDR format. At most 1 CIDR.
    intersiteConfig Property Map
    This clause is relevant for Global Manager only.
    ipv6DadProfilePath String
    Policy path to IPv6 DAD profile.
    ipv6NdraProfilePath String
    Policy path to IPv6 NDRA profile.
    localeServices List<Property Map>
    This is required on NSX Global Manager. Multiple locale services can be specified for multiple locations.
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    path String
    The NSX path of the policy resource.
    policyTier0GatewayId String
    ID of the Tier-0 gateway.
    rdAdminAddress String
    Route distinguisher administrator address. If using EVPN service, then this attribute should be defined if auto generation of route distinguisher on VRF configuration is needed.
    redistributionConfig Property Map
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    redistributionSet Boolean
    Internal flag to indicate whether legacy redistribution config is used
    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    tags List<Property Map>
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    transitSubnets List<String>
    Transit subnets in CIDR format.
    vrfConfig Property Map
    VRF config for VRF Tier0. This clause is supported with NSX 3.0.0 onwards.
    vrfTransitSubnets List<String>
    VRF transit subnets in CIDR format. Maximum 1 item allowed in the list.

    Supporting Types

    PolicyTier0GatewayAdvancedConfig, PolicyTier0GatewayAdvancedConfigArgs

    Connectivity string
    Connectivity configuration to manually connect Tier-0/Tier1 segment from corresponding gateway
    ForwardingUpTimer double
    Extra time in seconds the router must wait before sending the UP notification after the peer routing session is established. VRF setting for this attribute must be the same as parent gateway.
    Connectivity string
    Connectivity configuration to manually connect Tier-0/Tier1 segment from corresponding gateway
    ForwardingUpTimer float64
    Extra time in seconds the router must wait before sending the UP notification after the peer routing session is established. VRF setting for this attribute must be the same as parent gateway.
    connectivity String
    Connectivity configuration to manually connect Tier-0/Tier1 segment from corresponding gateway
    forwardingUpTimer Double
    Extra time in seconds the router must wait before sending the UP notification after the peer routing session is established. VRF setting for this attribute must be the same as parent gateway.
    connectivity string
    Connectivity configuration to manually connect Tier-0/Tier1 segment from corresponding gateway
    forwardingUpTimer number
    Extra time in seconds the router must wait before sending the UP notification after the peer routing session is established. VRF setting for this attribute must be the same as parent gateway.
    connectivity str
    Connectivity configuration to manually connect Tier-0/Tier1 segment from corresponding gateway
    forwarding_up_timer float
    Extra time in seconds the router must wait before sending the UP notification after the peer routing session is established. VRF setting for this attribute must be the same as parent gateway.
    connectivity String
    Connectivity configuration to manually connect Tier-0/Tier1 segment from corresponding gateway
    forwardingUpTimer Number
    Extra time in seconds the router must wait before sending the UP notification after the peer routing session is established. VRF setting for this attribute must be the same as parent gateway.

    PolicyTier0GatewayBgpConfig, PolicyTier0GatewayBgpConfigArgs

    Ecmp bool
    A boolean flag to enable/disable ECMP. Default is true.
    Enabled bool
    A boolean flag to enable/disable BGP. Default is true.
    GracefulRestartMode string
    Setting to control BGP graceful restart mode, one of DISABLE, GR_AND_HELPER, HELPER_ONLY. This setting is not applicable to VRF-Lite Gateway.
    GracefulRestartStaleRouteTimer double
    BGP stale route timer. Default is 600. This setting is not applicable to VRF-Lite Gateway.
    GracefulRestartTimer double
    BGP graceful restart timer. Default is 180. This setting is not applicable to VRF-Lite Gateway.
    InterSrIbgp bool
    A boolean flag to enable/disable inter SR IBGP configuration. Default is true. This setting is not applicable to VRF-Lite Gateway.
    LocalAsNum string
    BGP AS number in ASPLAIN/ASDOT Format. This setting is optional for VRF-Lite Gateways, and is required otherwise.
    MultipathRelax bool
    A boolean flag to enable/disable multipath relax for BGP. Default is true. This setting is not applicable to VRF-Lite Gateway.
    Path string
    The NSX path of the policy resource.
    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    RouteAggregations List<PolicyTier0GatewayBgpConfigRouteAggregation>
    Zero or more route aggregations for BGP.
    Tags List<PolicyTier0GatewayBgpConfigTag>
    A list of scope + tag pairs to associate with this Tier-0 gateway's BGP configuration.
    Ecmp bool
    A boolean flag to enable/disable ECMP. Default is true.
    Enabled bool
    A boolean flag to enable/disable BGP. Default is true.
    GracefulRestartMode string
    Setting to control BGP graceful restart mode, one of DISABLE, GR_AND_HELPER, HELPER_ONLY. This setting is not applicable to VRF-Lite Gateway.
    GracefulRestartStaleRouteTimer float64
    BGP stale route timer. Default is 600. This setting is not applicable to VRF-Lite Gateway.
    GracefulRestartTimer float64
    BGP graceful restart timer. Default is 180. This setting is not applicable to VRF-Lite Gateway.
    InterSrIbgp bool
    A boolean flag to enable/disable inter SR IBGP configuration. Default is true. This setting is not applicable to VRF-Lite Gateway.
    LocalAsNum string
    BGP AS number in ASPLAIN/ASDOT Format. This setting is optional for VRF-Lite Gateways, and is required otherwise.
    MultipathRelax bool
    A boolean flag to enable/disable multipath relax for BGP. Default is true. This setting is not applicable to VRF-Lite Gateway.
    Path string
    The NSX path of the policy resource.
    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    RouteAggregations []PolicyTier0GatewayBgpConfigRouteAggregation
    Zero or more route aggregations for BGP.
    Tags []PolicyTier0GatewayBgpConfigTag
    A list of scope + tag pairs to associate with this Tier-0 gateway's BGP configuration.
    ecmp Boolean
    A boolean flag to enable/disable ECMP. Default is true.
    enabled Boolean
    A boolean flag to enable/disable BGP. Default is true.
    gracefulRestartMode String
    Setting to control BGP graceful restart mode, one of DISABLE, GR_AND_HELPER, HELPER_ONLY. This setting is not applicable to VRF-Lite Gateway.
    gracefulRestartStaleRouteTimer Double
    BGP stale route timer. Default is 600. This setting is not applicable to VRF-Lite Gateway.
    gracefulRestartTimer Double
    BGP graceful restart timer. Default is 180. This setting is not applicable to VRF-Lite Gateway.
    interSrIbgp Boolean
    A boolean flag to enable/disable inter SR IBGP configuration. Default is true. This setting is not applicable to VRF-Lite Gateway.
    localAsNum String
    BGP AS number in ASPLAIN/ASDOT Format. This setting is optional for VRF-Lite Gateways, and is required otherwise.
    multipathRelax Boolean
    A boolean flag to enable/disable multipath relax for BGP. Default is true. This setting is not applicable to VRF-Lite Gateway.
    path String
    The NSX path of the policy resource.
    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    routeAggregations List<PolicyTier0GatewayBgpConfigRouteAggregation>
    Zero or more route aggregations for BGP.
    tags List<PolicyTier0GatewayBgpConfigTag>
    A list of scope + tag pairs to associate with this Tier-0 gateway's BGP configuration.
    ecmp boolean
    A boolean flag to enable/disable ECMP. Default is true.
    enabled boolean
    A boolean flag to enable/disable BGP. Default is true.
    gracefulRestartMode string
    Setting to control BGP graceful restart mode, one of DISABLE, GR_AND_HELPER, HELPER_ONLY. This setting is not applicable to VRF-Lite Gateway.
    gracefulRestartStaleRouteTimer number
    BGP stale route timer. Default is 600. This setting is not applicable to VRF-Lite Gateway.
    gracefulRestartTimer number
    BGP graceful restart timer. Default is 180. This setting is not applicable to VRF-Lite Gateway.
    interSrIbgp boolean
    A boolean flag to enable/disable inter SR IBGP configuration. Default is true. This setting is not applicable to VRF-Lite Gateway.
    localAsNum string
    BGP AS number in ASPLAIN/ASDOT Format. This setting is optional for VRF-Lite Gateways, and is required otherwise.
    multipathRelax boolean
    A boolean flag to enable/disable multipath relax for BGP. Default is true. This setting is not applicable to VRF-Lite Gateway.
    path string
    The NSX path of the policy resource.
    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    routeAggregations PolicyTier0GatewayBgpConfigRouteAggregation[]
    Zero or more route aggregations for BGP.
    tags PolicyTier0GatewayBgpConfigTag[]
    A list of scope + tag pairs to associate with this Tier-0 gateway's BGP configuration.
    ecmp bool
    A boolean flag to enable/disable ECMP. Default is true.
    enabled bool
    A boolean flag to enable/disable BGP. Default is true.
    graceful_restart_mode str
    Setting to control BGP graceful restart mode, one of DISABLE, GR_AND_HELPER, HELPER_ONLY. This setting is not applicable to VRF-Lite Gateway.
    graceful_restart_stale_route_timer float
    BGP stale route timer. Default is 600. This setting is not applicable to VRF-Lite Gateway.
    graceful_restart_timer float
    BGP graceful restart timer. Default is 180. This setting is not applicable to VRF-Lite Gateway.
    inter_sr_ibgp bool
    A boolean flag to enable/disable inter SR IBGP configuration. Default is true. This setting is not applicable to VRF-Lite Gateway.
    local_as_num str
    BGP AS number in ASPLAIN/ASDOT Format. This setting is optional for VRF-Lite Gateways, and is required otherwise.
    multipath_relax bool
    A boolean flag to enable/disable multipath relax for BGP. Default is true. This setting is not applicable to VRF-Lite Gateway.
    path str
    The NSX path of the policy resource.
    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    route_aggregations Sequence[PolicyTier0GatewayBgpConfigRouteAggregation]
    Zero or more route aggregations for BGP.
    tags Sequence[PolicyTier0GatewayBgpConfigTag]
    A list of scope + tag pairs to associate with this Tier-0 gateway's BGP configuration.
    ecmp Boolean
    A boolean flag to enable/disable ECMP. Default is true.
    enabled Boolean
    A boolean flag to enable/disable BGP. Default is true.
    gracefulRestartMode String
    Setting to control BGP graceful restart mode, one of DISABLE, GR_AND_HELPER, HELPER_ONLY. This setting is not applicable to VRF-Lite Gateway.
    gracefulRestartStaleRouteTimer Number
    BGP stale route timer. Default is 600. This setting is not applicable to VRF-Lite Gateway.
    gracefulRestartTimer Number
    BGP graceful restart timer. Default is 180. This setting is not applicable to VRF-Lite Gateway.
    interSrIbgp Boolean
    A boolean flag to enable/disable inter SR IBGP configuration. Default is true. This setting is not applicable to VRF-Lite Gateway.
    localAsNum String
    BGP AS number in ASPLAIN/ASDOT Format. This setting is optional for VRF-Lite Gateways, and is required otherwise.
    multipathRelax Boolean
    A boolean flag to enable/disable multipath relax for BGP. Default is true. This setting is not applicable to VRF-Lite Gateway.
    path String
    The NSX path of the policy resource.
    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    routeAggregations List<Property Map>
    Zero or more route aggregations for BGP.
    tags List<Property Map>
    A list of scope + tag pairs to associate with this Tier-0 gateway's BGP configuration.

    PolicyTier0GatewayBgpConfigRouteAggregation, PolicyTier0GatewayBgpConfigRouteAggregationArgs

    Prefix string
    CIDR of aggregate address.
    SummaryOnly bool
    A boolean flag to enable/disable summarized route info. Default is true.
    Prefix string
    CIDR of aggregate address.
    SummaryOnly bool
    A boolean flag to enable/disable summarized route info. Default is true.
    prefix String
    CIDR of aggregate address.
    summaryOnly Boolean
    A boolean flag to enable/disable summarized route info. Default is true.
    prefix string
    CIDR of aggregate address.
    summaryOnly boolean
    A boolean flag to enable/disable summarized route info. Default is true.
    prefix str
    CIDR of aggregate address.
    summary_only bool
    A boolean flag to enable/disable summarized route info. Default is true.
    prefix String
    CIDR of aggregate address.
    summaryOnly Boolean
    A boolean flag to enable/disable summarized route info. Default is true.

    PolicyTier0GatewayBgpConfigTag, PolicyTier0GatewayBgpConfigTagArgs

    Scope string
    Tag string
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    Scope string
    Tag string
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope String
    tag String
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope string
    tag string
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope str
    tag str
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope String
    tag String
    A list of scope + tag pairs to associate with this Tier-0 gateway.

    PolicyTier0GatewayIntersiteConfig, PolicyTier0GatewayIntersiteConfigArgs

    FallbackSitePaths List<string>
    Fallback sites to be used as new primary site on current primary site failure.
    PrimarySitePath string
    Primary egress site for gateway.
    TransitSubnet string
    IPv4 subnet for inter-site transit segment connecting service routers across sites for stretched gateway. For IPv6 link local subnet is auto configured.
    FallbackSitePaths []string
    Fallback sites to be used as new primary site on current primary site failure.
    PrimarySitePath string
    Primary egress site for gateway.
    TransitSubnet string
    IPv4 subnet for inter-site transit segment connecting service routers across sites for stretched gateway. For IPv6 link local subnet is auto configured.
    fallbackSitePaths List<String>
    Fallback sites to be used as new primary site on current primary site failure.
    primarySitePath String
    Primary egress site for gateway.
    transitSubnet String
    IPv4 subnet for inter-site transit segment connecting service routers across sites for stretched gateway. For IPv6 link local subnet is auto configured.
    fallbackSitePaths string[]
    Fallback sites to be used as new primary site on current primary site failure.
    primarySitePath string
    Primary egress site for gateway.
    transitSubnet string
    IPv4 subnet for inter-site transit segment connecting service routers across sites for stretched gateway. For IPv6 link local subnet is auto configured.
    fallback_site_paths Sequence[str]
    Fallback sites to be used as new primary site on current primary site failure.
    primary_site_path str
    Primary egress site for gateway.
    transit_subnet str
    IPv4 subnet for inter-site transit segment connecting service routers across sites for stretched gateway. For IPv6 link local subnet is auto configured.
    fallbackSitePaths List<String>
    Fallback sites to be used as new primary site on current primary site failure.
    primarySitePath String
    Primary egress site for gateway.
    transitSubnet String
    IPv4 subnet for inter-site transit segment connecting service routers across sites for stretched gateway. For IPv6 link local subnet is auto configured.

    PolicyTier0GatewayLocaleService, PolicyTier0GatewayLocaleServiceArgs

    EdgeClusterPath string
    The path of the edge cluster where the Tier-0 is placed.
    DisplayName string
    Display name for the locale service.
    NsxId string
    NSX id for the locale service. It is recommended to specify this attribute in order to avoid unnecessary recreation of this object. Should be unique within the gateway.
    Path string
    The NSX path of the policy resource.
    PreferredEdgePaths List<string>
    Policy paths to edge nodes. Specified edge is used as preferred edge cluster member when failover mode is set to PREEMPTIVE.
    RedistributionConfig PolicyTier0GatewayLocaleServiceRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    EdgeClusterPath string
    The path of the edge cluster where the Tier-0 is placed.
    DisplayName string
    Display name for the locale service.
    NsxId string
    NSX id for the locale service. It is recommended to specify this attribute in order to avoid unnecessary recreation of this object. Should be unique within the gateway.
    Path string
    The NSX path of the policy resource.
    PreferredEdgePaths []string
    Policy paths to edge nodes. Specified edge is used as preferred edge cluster member when failover mode is set to PREEMPTIVE.
    RedistributionConfig PolicyTier0GatewayLocaleServiceRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    edgeClusterPath String
    The path of the edge cluster where the Tier-0 is placed.
    displayName String
    Display name for the locale service.
    nsxId String
    NSX id for the locale service. It is recommended to specify this attribute in order to avoid unnecessary recreation of this object. Should be unique within the gateway.
    path String
    The NSX path of the policy resource.
    preferredEdgePaths List<String>
    Policy paths to edge nodes. Specified edge is used as preferred edge cluster member when failover mode is set to PREEMPTIVE.
    redistributionConfig PolicyTier0GatewayLocaleServiceRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    edgeClusterPath string
    The path of the edge cluster where the Tier-0 is placed.
    displayName string
    Display name for the locale service.
    nsxId string
    NSX id for the locale service. It is recommended to specify this attribute in order to avoid unnecessary recreation of this object. Should be unique within the gateway.
    path string
    The NSX path of the policy resource.
    preferredEdgePaths string[]
    Policy paths to edge nodes. Specified edge is used as preferred edge cluster member when failover mode is set to PREEMPTIVE.
    redistributionConfig PolicyTier0GatewayLocaleServiceRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    edge_cluster_path str
    The path of the edge cluster where the Tier-0 is placed.
    display_name str
    Display name for the locale service.
    nsx_id str
    NSX id for the locale service. It is recommended to specify this attribute in order to avoid unnecessary recreation of this object. Should be unique within the gateway.
    path str
    The NSX path of the policy resource.
    preferred_edge_paths Sequence[str]
    Policy paths to edge nodes. Specified edge is used as preferred edge cluster member when failover mode is set to PREEMPTIVE.
    redistribution_config PolicyTier0GatewayLocaleServiceRedistributionConfig
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    edgeClusterPath String
    The path of the edge cluster where the Tier-0 is placed.
    displayName String
    Display name for the locale service.
    nsxId String
    NSX id for the locale service. It is recommended to specify this attribute in order to avoid unnecessary recreation of this object. Should be unique within the gateway.
    path String
    The NSX path of the policy resource.
    preferredEdgePaths List<String>
    Policy paths to edge nodes. Specified edge is used as preferred edge cluster member when failover mode is set to PREEMPTIVE.
    redistributionConfig Property Map
    Route redistribution properties. This setting is for local manager only and supported with NSXt 3.0.0 onwards. This setting is deprecated, please use nsxt.PolicyGatewayRedistributionConfig resource instead.

    Deprecated: Deprecated

    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.

    PolicyTier0GatewayLocaleServiceRedistributionConfig, PolicyTier0GatewayLocaleServiceRedistributionConfigArgs

    Enabled bool
    Enable route redistribution for BGP. Defaults to true.
    OspfEnabled bool
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    Rules List<PolicyTier0GatewayLocaleServiceRedistributionConfigRule>
    List of redistribution rules.
    Enabled bool
    Enable route redistribution for BGP. Defaults to true.
    OspfEnabled bool
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    Rules []PolicyTier0GatewayLocaleServiceRedistributionConfigRule
    List of redistribution rules.
    enabled Boolean
    Enable route redistribution for BGP. Defaults to true.
    ospfEnabled Boolean
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    rules List<PolicyTier0GatewayLocaleServiceRedistributionConfigRule>
    List of redistribution rules.
    enabled boolean
    Enable route redistribution for BGP. Defaults to true.
    ospfEnabled boolean
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    rules PolicyTier0GatewayLocaleServiceRedistributionConfigRule[]
    List of redistribution rules.
    enabled bool
    Enable route redistribution for BGP. Defaults to true.
    ospf_enabled bool
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    rules Sequence[PolicyTier0GatewayLocaleServiceRedistributionConfigRule]
    List of redistribution rules.
    enabled Boolean
    Enable route redistribution for BGP. Defaults to true.
    ospfEnabled Boolean
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    rules List<Property Map>
    List of redistribution rules.

    PolicyTier0GatewayLocaleServiceRedistributionConfigRule, PolicyTier0GatewayLocaleServiceRedistributionConfigRuleArgs

    Bgp bool
    BGP destination for this rule
    Name string
    Rule name.
    Ospf bool
    OSPF destination for this rule
    RouteMapPath string
    Route map to be associated with the redistribution rule.
    Types List<string>
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    Bgp bool
    BGP destination for this rule
    Name string
    Rule name.
    Ospf bool
    OSPF destination for this rule
    RouteMapPath string
    Route map to be associated with the redistribution rule.
    Types []string
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    bgp Boolean
    BGP destination for this rule
    name String
    Rule name.
    ospf Boolean
    OSPF destination for this rule
    routeMapPath String
    Route map to be associated with the redistribution rule.
    types List<String>
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    bgp boolean
    BGP destination for this rule
    name string
    Rule name.
    ospf boolean
    OSPF destination for this rule
    routeMapPath string
    Route map to be associated with the redistribution rule.
    types string[]
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    bgp bool
    BGP destination for this rule
    name str
    Rule name.
    ospf bool
    OSPF destination for this rule
    route_map_path str
    Route map to be associated with the redistribution rule.
    types Sequence[str]
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    bgp Boolean
    BGP destination for this rule
    name String
    Rule name.
    ospf Boolean
    OSPF destination for this rule
    routeMapPath String
    Route map to be associated with the redistribution rule.
    types List<String>
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.

    PolicyTier0GatewayRedistributionConfig, PolicyTier0GatewayRedistributionConfigArgs

    Enabled bool
    Enable route redistribution for BGP. Defaults to true.
    OspfEnabled bool
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    Rules List<PolicyTier0GatewayRedistributionConfigRule>
    List of redistribution rules.
    Enabled bool
    Enable route redistribution for BGP. Defaults to true.
    OspfEnabled bool
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    Rules []PolicyTier0GatewayRedistributionConfigRule
    List of redistribution rules.
    enabled Boolean
    Enable route redistribution for BGP. Defaults to true.
    ospfEnabled Boolean
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    rules List<PolicyTier0GatewayRedistributionConfigRule>
    List of redistribution rules.
    enabled boolean
    Enable route redistribution for BGP. Defaults to true.
    ospfEnabled boolean
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    rules PolicyTier0GatewayRedistributionConfigRule[]
    List of redistribution rules.
    enabled bool
    Enable route redistribution for BGP. Defaults to true.
    ospf_enabled bool
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    rules Sequence[PolicyTier0GatewayRedistributionConfigRule]
    List of redistribution rules.
    enabled Boolean
    Enable route redistribution for BGP. Defaults to true.
    ospfEnabled Boolean
    Enable route redistribution for OSPF. Defaults to false. Applicable from NSX 3.1.0 onwards.
    rules List<Property Map>
    List of redistribution rules.

    PolicyTier0GatewayRedistributionConfigRule, PolicyTier0GatewayRedistributionConfigRuleArgs

    Bgp bool
    BGP destination for this rule
    Name string
    Rule name.
    Ospf bool
    OSPF destination for this rule
    RouteMapPath string
    Route map to be associated with the redistribution rule.
    Types List<string>
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    Bgp bool
    BGP destination for this rule
    Name string
    Rule name.
    Ospf bool
    OSPF destination for this rule
    RouteMapPath string
    Route map to be associated with the redistribution rule.
    Types []string
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    bgp Boolean
    BGP destination for this rule
    name String
    Rule name.
    ospf Boolean
    OSPF destination for this rule
    routeMapPath String
    Route map to be associated with the redistribution rule.
    types List<String>
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    bgp boolean
    BGP destination for this rule
    name string
    Rule name.
    ospf boolean
    OSPF destination for this rule
    routeMapPath string
    Route map to be associated with the redistribution rule.
    types string[]
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    bgp bool
    BGP destination for this rule
    name str
    Rule name.
    ospf bool
    OSPF destination for this rule
    route_map_path str
    Route map to be associated with the redistribution rule.
    types Sequence[str]
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.
    bgp Boolean
    BGP destination for this rule
    name String
    Rule name.
    ospf Boolean
    OSPF destination for this rule
    routeMapPath String
    Route map to be associated with the redistribution rule.
    types List<String>
    List of redistribution types, possible values are: TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER0_EVPN_TEP_IP, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT.

    PolicyTier0GatewayTag, PolicyTier0GatewayTagArgs

    Scope string
    Tag string
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    Scope string
    Tag string
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope String
    tag String
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope string
    tag string
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope str
    tag str
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope String
    tag String
    A list of scope + tag pairs to associate with this Tier-0 gateway.

    PolicyTier0GatewayVrfConfig, PolicyTier0GatewayVrfConfigArgs

    GatewayPath string
    Default Tier0 path. Cannot be modified after realization.
    EvpnTransitVni double
    L3 VNI associated with the VRF for overlay traffic. VNI must be unique and belong to configured VNI pool.
    Path string
    The NSX path of the policy resource.
    RouteDistinguisher string
    Route distinguisher. Format: : or :.
    RouteTarget PolicyTier0GatewayVrfConfigRouteTarget
    Only one target is supported.
    Tags List<PolicyTier0GatewayVrfConfigTag>
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    GatewayPath string
    Default Tier0 path. Cannot be modified after realization.
    EvpnTransitVni float64
    L3 VNI associated with the VRF for overlay traffic. VNI must be unique and belong to configured VNI pool.
    Path string
    The NSX path of the policy resource.
    RouteDistinguisher string
    Route distinguisher. Format: : or :.
    RouteTarget PolicyTier0GatewayVrfConfigRouteTarget
    Only one target is supported.
    Tags []PolicyTier0GatewayVrfConfigTag
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    gatewayPath String
    Default Tier0 path. Cannot be modified after realization.
    evpnTransitVni Double
    L3 VNI associated with the VRF for overlay traffic. VNI must be unique and belong to configured VNI pool.
    path String
    The NSX path of the policy resource.
    routeDistinguisher String
    Route distinguisher. Format: : or :.
    routeTarget PolicyTier0GatewayVrfConfigRouteTarget
    Only one target is supported.
    tags List<PolicyTier0GatewayVrfConfigTag>
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    gatewayPath string
    Default Tier0 path. Cannot be modified after realization.
    evpnTransitVni number
    L3 VNI associated with the VRF for overlay traffic. VNI must be unique and belong to configured VNI pool.
    path string
    The NSX path of the policy resource.
    routeDistinguisher string
    Route distinguisher. Format: : or :.
    routeTarget PolicyTier0GatewayVrfConfigRouteTarget
    Only one target is supported.
    tags PolicyTier0GatewayVrfConfigTag[]
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    gateway_path str
    Default Tier0 path. Cannot be modified after realization.
    evpn_transit_vni float
    L3 VNI associated with the VRF for overlay traffic. VNI must be unique and belong to configured VNI pool.
    path str
    The NSX path of the policy resource.
    route_distinguisher str
    Route distinguisher. Format: : or :.
    route_target PolicyTier0GatewayVrfConfigRouteTarget
    Only one target is supported.
    tags Sequence[PolicyTier0GatewayVrfConfigTag]
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    gatewayPath String
    Default Tier0 path. Cannot be modified after realization.
    evpnTransitVni Number
    L3 VNI associated with the VRF for overlay traffic. VNI must be unique and belong to configured VNI pool.
    path String
    The NSX path of the policy resource.
    routeDistinguisher String
    Route distinguisher. Format: : or :.
    routeTarget Property Map
    Only one target is supported.
    tags List<Property Map>
    A list of scope + tag pairs to associate with this Tier-0 gateway.

    PolicyTier0GatewayVrfConfigRouteTarget, PolicyTier0GatewayVrfConfigRouteTargetArgs

    AddressFamily string
    Address family, currently only L2VPN_EVPN is supported, which is the default.
    AutoMode bool
    When true, import and export targets should not be specified.
    ExportTargets List<string>
    List of export route targets. Format: :.
    ImportTargets List<string>
    List of import route targets. Format: :.
    AddressFamily string
    Address family, currently only L2VPN_EVPN is supported, which is the default.
    AutoMode bool
    When true, import and export targets should not be specified.
    ExportTargets []string
    List of export route targets. Format: :.
    ImportTargets []string
    List of import route targets. Format: :.
    addressFamily String
    Address family, currently only L2VPN_EVPN is supported, which is the default.
    autoMode Boolean
    When true, import and export targets should not be specified.
    exportTargets List<String>
    List of export route targets. Format: :.
    importTargets List<String>
    List of import route targets. Format: :.
    addressFamily string
    Address family, currently only L2VPN_EVPN is supported, which is the default.
    autoMode boolean
    When true, import and export targets should not be specified.
    exportTargets string[]
    List of export route targets. Format: :.
    importTargets string[]
    List of import route targets. Format: :.
    address_family str
    Address family, currently only L2VPN_EVPN is supported, which is the default.
    auto_mode bool
    When true, import and export targets should not be specified.
    export_targets Sequence[str]
    List of export route targets. Format: :.
    import_targets Sequence[str]
    List of import route targets. Format: :.
    addressFamily String
    Address family, currently only L2VPN_EVPN is supported, which is the default.
    autoMode Boolean
    When true, import and export targets should not be specified.
    exportTargets List<String>
    List of export route targets. Format: :.
    importTargets List<String>
    List of import route targets. Format: :.

    PolicyTier0GatewayVrfConfigTag, PolicyTier0GatewayVrfConfigTagArgs

    Scope string
    Tag string
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    Scope string
    Tag string
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope String
    tag String
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope string
    tag string
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope str
    tag str
    A list of scope + tag pairs to associate with this Tier-0 gateway.
    scope String
    tag String
    A list of scope + tag pairs to associate with this Tier-0 gateway.

    Package Details

    Repository
    nsxt vmware/terraform-provider-nsxt
    License
    Notes
    This Pulumi package is based on the nsxt Terraform Provider.
    nsxt logo
    nsxt 3.8.1 published on Wednesday, Apr 30, 2025 by vmware