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

nsxt.PolicyTier0InterVrfRouting

Explore with Pulumi AI

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

    Create PolicyTier0InterVrfRouting Resource

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

    Constructor syntax

    new PolicyTier0InterVrfRouting(name: string, args: PolicyTier0InterVrfRoutingArgs, opts?: CustomResourceOptions);
    @overload
    def PolicyTier0InterVrfRouting(resource_name: str,
                                   args: PolicyTier0InterVrfRoutingArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def PolicyTier0InterVrfRouting(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   display_name: Optional[str] = None,
                                   gateway_path: Optional[str] = None,
                                   target_path: Optional[str] = None,
                                   bgp_route_leakings: Optional[Sequence[PolicyTier0InterVrfRoutingBgpRouteLeakingArgs]] = None,
                                   description: Optional[str] = None,
                                   nsx_id: Optional[str] = None,
                                   policy_tier0_inter_vrf_routing_id: Optional[str] = None,
                                   static_route_advertisement: Optional[PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs] = None,
                                   tags: Optional[Sequence[PolicyTier0InterVrfRoutingTagArgs]] = None)
    func NewPolicyTier0InterVrfRouting(ctx *Context, name string, args PolicyTier0InterVrfRoutingArgs, opts ...ResourceOption) (*PolicyTier0InterVrfRouting, error)
    public PolicyTier0InterVrfRouting(string name, PolicyTier0InterVrfRoutingArgs args, CustomResourceOptions? opts = null)
    public PolicyTier0InterVrfRouting(String name, PolicyTier0InterVrfRoutingArgs args)
    public PolicyTier0InterVrfRouting(String name, PolicyTier0InterVrfRoutingArgs args, CustomResourceOptions options)
    
    type: nsxt:PolicyTier0InterVrfRouting
    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 PolicyTier0InterVrfRoutingArgs
    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 PolicyTier0InterVrfRoutingArgs
    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 PolicyTier0InterVrfRoutingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PolicyTier0InterVrfRoutingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PolicyTier0InterVrfRoutingArgs
    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 policyTier0InterVrfRoutingResource = new Nsxt.PolicyTier0InterVrfRouting("policyTier0InterVrfRoutingResource", new()
    {
        DisplayName = "string",
        GatewayPath = "string",
        TargetPath = "string",
        BgpRouteLeakings = new[]
        {
            new Nsxt.Inputs.PolicyTier0InterVrfRoutingBgpRouteLeakingArgs
            {
                AddressFamily = "string",
                InFilters = new[]
                {
                    "string",
                },
                OutFilters = new[]
                {
                    "string",
                },
            },
        },
        Description = "string",
        NsxId = "string",
        PolicyTier0InterVrfRoutingId = "string",
        StaticRouteAdvertisement = new Nsxt.Inputs.PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs
        {
            AdvertisementRules = new[]
            {
                new Nsxt.Inputs.PolicyTier0InterVrfRoutingStaticRouteAdvertisementAdvertisementRuleArgs
                {
                    Action = "string",
                    Name = "string",
                    PrefixOperator = "string",
                    RouteAdvertisementTypes = new[]
                    {
                        "string",
                    },
                    Subnets = new[]
                    {
                        "string",
                    },
                },
            },
            InFilterPrefixLists = new[]
            {
                "string",
            },
        },
        Tags = new[]
        {
            new Nsxt.Inputs.PolicyTier0InterVrfRoutingTagArgs
            {
                Scope = "string",
                Tag = "string",
            },
        },
    });
    
    example, err := nsxt.NewPolicyTier0InterVrfRouting(ctx, "policyTier0InterVrfRoutingResource", &nsxt.PolicyTier0InterVrfRoutingArgs{
    	DisplayName: pulumi.String("string"),
    	GatewayPath: pulumi.String("string"),
    	TargetPath:  pulumi.String("string"),
    	BgpRouteLeakings: nsxt.PolicyTier0InterVrfRoutingBgpRouteLeakingArray{
    		&nsxt.PolicyTier0InterVrfRoutingBgpRouteLeakingArgs{
    			AddressFamily: pulumi.String("string"),
    			InFilters: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			OutFilters: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    		},
    	},
    	Description:                  pulumi.String("string"),
    	NsxId:                        pulumi.String("string"),
    	PolicyTier0InterVrfRoutingId: pulumi.String("string"),
    	StaticRouteAdvertisement: &nsxt.PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs{
    		AdvertisementRules: nsxt.PolicyTier0InterVrfRoutingStaticRouteAdvertisementAdvertisementRuleArray{
    			&nsxt.PolicyTier0InterVrfRoutingStaticRouteAdvertisementAdvertisementRuleArgs{
    				Action:         pulumi.String("string"),
    				Name:           pulumi.String("string"),
    				PrefixOperator: pulumi.String("string"),
    				RouteAdvertisementTypes: pulumi.StringArray{
    					pulumi.String("string"),
    				},
    				Subnets: pulumi.StringArray{
    					pulumi.String("string"),
    				},
    			},
    		},
    		InFilterPrefixLists: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    	},
    	Tags: nsxt.PolicyTier0InterVrfRoutingTagArray{
    		&nsxt.PolicyTier0InterVrfRoutingTagArgs{
    			Scope: pulumi.String("string"),
    			Tag:   pulumi.String("string"),
    		},
    	},
    })
    
    var policyTier0InterVrfRoutingResource = new PolicyTier0InterVrfRouting("policyTier0InterVrfRoutingResource", PolicyTier0InterVrfRoutingArgs.builder()
        .displayName("string")
        .gatewayPath("string")
        .targetPath("string")
        .bgpRouteLeakings(PolicyTier0InterVrfRoutingBgpRouteLeakingArgs.builder()
            .addressFamily("string")
            .inFilters("string")
            .outFilters("string")
            .build())
        .description("string")
        .nsxId("string")
        .policyTier0InterVrfRoutingId("string")
        .staticRouteAdvertisement(PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs.builder()
            .advertisementRules(PolicyTier0InterVrfRoutingStaticRouteAdvertisementAdvertisementRuleArgs.builder()
                .action("string")
                .name("string")
                .prefixOperator("string")
                .routeAdvertisementTypes("string")
                .subnets("string")
                .build())
            .inFilterPrefixLists("string")
            .build())
        .tags(PolicyTier0InterVrfRoutingTagArgs.builder()
            .scope("string")
            .tag("string")
            .build())
        .build());
    
    policy_tier0_inter_vrf_routing_resource = nsxt.PolicyTier0InterVrfRouting("policyTier0InterVrfRoutingResource",
        display_name="string",
        gateway_path="string",
        target_path="string",
        bgp_route_leakings=[{
            "address_family": "string",
            "in_filters": ["string"],
            "out_filters": ["string"],
        }],
        description="string",
        nsx_id="string",
        policy_tier0_inter_vrf_routing_id="string",
        static_route_advertisement={
            "advertisement_rules": [{
                "action": "string",
                "name": "string",
                "prefix_operator": "string",
                "route_advertisement_types": ["string"],
                "subnets": ["string"],
            }],
            "in_filter_prefix_lists": ["string"],
        },
        tags=[{
            "scope": "string",
            "tag": "string",
        }])
    
    const policyTier0InterVrfRoutingResource = new nsxt.PolicyTier0InterVrfRouting("policyTier0InterVrfRoutingResource", {
        displayName: "string",
        gatewayPath: "string",
        targetPath: "string",
        bgpRouteLeakings: [{
            addressFamily: "string",
            inFilters: ["string"],
            outFilters: ["string"],
        }],
        description: "string",
        nsxId: "string",
        policyTier0InterVrfRoutingId: "string",
        staticRouteAdvertisement: {
            advertisementRules: [{
                action: "string",
                name: "string",
                prefixOperator: "string",
                routeAdvertisementTypes: ["string"],
                subnets: ["string"],
            }],
            inFilterPrefixLists: ["string"],
        },
        tags: [{
            scope: "string",
            tag: "string",
        }],
    });
    
    type: nsxt:PolicyTier0InterVrfRouting
    properties:
        bgpRouteLeakings:
            - addressFamily: string
              inFilters:
                - string
              outFilters:
                - string
        description: string
        displayName: string
        gatewayPath: string
        nsxId: string
        policyTier0InterVrfRoutingId: string
        staticRouteAdvertisement:
            advertisementRules:
                - action: string
                  name: string
                  prefixOperator: string
                  routeAdvertisementTypes:
                    - string
                  subnets:
                    - string
            inFilterPrefixLists:
                - string
        tags:
            - scope: string
              tag: string
        targetPath: string
    

    PolicyTier0InterVrfRouting 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 PolicyTier0InterVrfRouting resource accepts the following input properties:

    DisplayName string
    Display name of the resource.
    GatewayPath string
    The NSX Policy path to the Tier0 Gateway for this resource.
    TargetPath string
    Policy path to tier0/vrf belongs to the same parent tier0.
    BgpRouteLeakings List<PolicyTier0InterVrfRoutingBgpRouteLeaking>
    Import / export BGP routes
    Description string
    Description of the resource.
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    PolicyTier0InterVrfRoutingId string
    ID of the resource.
    StaticRouteAdvertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisement
    Advertise subnet to target peers as static routes.
    Tags List<PolicyTier0InterVrfRoutingTag>
    A list of scope + tag pairs to associate with this resource.
    DisplayName string
    Display name of the resource.
    GatewayPath string
    The NSX Policy path to the Tier0 Gateway for this resource.
    TargetPath string
    Policy path to tier0/vrf belongs to the same parent tier0.
    BgpRouteLeakings []PolicyTier0InterVrfRoutingBgpRouteLeakingArgs
    Import / export BGP routes
    Description string
    Description of the resource.
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    PolicyTier0InterVrfRoutingId string
    ID of the resource.
    StaticRouteAdvertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs
    Advertise subnet to target peers as static routes.
    Tags []PolicyTier0InterVrfRoutingTagArgs
    A list of scope + tag pairs to associate with this resource.
    displayName String
    Display name of the resource.
    gatewayPath String
    The NSX Policy path to the Tier0 Gateway for this resource.
    targetPath String
    Policy path to tier0/vrf belongs to the same parent tier0.
    bgpRouteLeakings List<PolicyTier0InterVrfRoutingBgpRouteLeaking>
    Import / export BGP routes
    description String
    Description of the resource.
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    policyTier0InterVrfRoutingId String
    ID of the resource.
    staticRouteAdvertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisement
    Advertise subnet to target peers as static routes.
    tags List<PolicyTier0InterVrfRoutingTag>
    A list of scope + tag pairs to associate with this resource.
    displayName string
    Display name of the resource.
    gatewayPath string
    The NSX Policy path to the Tier0 Gateway for this resource.
    targetPath string
    Policy path to tier0/vrf belongs to the same parent tier0.
    bgpRouteLeakings PolicyTier0InterVrfRoutingBgpRouteLeaking[]
    Import / export BGP routes
    description string
    Description of the resource.
    nsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    policyTier0InterVrfRoutingId string
    ID of the resource.
    staticRouteAdvertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisement
    Advertise subnet to target peers as static routes.
    tags PolicyTier0InterVrfRoutingTag[]
    A list of scope + tag pairs to associate with this resource.
    display_name str
    Display name of the resource.
    gateway_path str
    The NSX Policy path to the Tier0 Gateway for this resource.
    target_path str
    Policy path to tier0/vrf belongs to the same parent tier0.
    bgp_route_leakings Sequence[PolicyTier0InterVrfRoutingBgpRouteLeakingArgs]
    Import / export BGP routes
    description str
    Description of the resource.
    nsx_id str
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    policy_tier0_inter_vrf_routing_id str
    ID of the resource.
    static_route_advertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs
    Advertise subnet to target peers as static routes.
    tags Sequence[PolicyTier0InterVrfRoutingTagArgs]
    A list of scope + tag pairs to associate with this resource.
    displayName String
    Display name of the resource.
    gatewayPath String
    The NSX Policy path to the Tier0 Gateway for this resource.
    targetPath String
    Policy path to tier0/vrf belongs to the same parent tier0.
    bgpRouteLeakings List<Property Map>
    Import / export BGP routes
    description String
    Description of the resource.
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    policyTier0InterVrfRoutingId String
    ID of the resource.
    staticRouteAdvertisement Property Map
    Advertise subnet to target peers as static routes.
    tags List<Property Map>
    A list of scope + tag pairs to associate with this resource.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Path string
    Policy path for this resource
    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
    Policy path for this resource
    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
    Policy path for this resource
    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
    Policy path for this resource
    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
    Policy path for this resource
    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
    Policy path for this resource
    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 PolicyTier0InterVrfRouting Resource

    Get an existing PolicyTier0InterVrfRouting 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?: PolicyTier0InterVrfRoutingState, opts?: CustomResourceOptions): PolicyTier0InterVrfRouting
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            bgp_route_leakings: Optional[Sequence[PolicyTier0InterVrfRoutingBgpRouteLeakingArgs]] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            gateway_path: Optional[str] = None,
            nsx_id: Optional[str] = None,
            path: Optional[str] = None,
            policy_tier0_inter_vrf_routing_id: Optional[str] = None,
            revision: Optional[float] = None,
            static_route_advertisement: Optional[PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs] = None,
            tags: Optional[Sequence[PolicyTier0InterVrfRoutingTagArgs]] = None,
            target_path: Optional[str] = None) -> PolicyTier0InterVrfRouting
    func GetPolicyTier0InterVrfRouting(ctx *Context, name string, id IDInput, state *PolicyTier0InterVrfRoutingState, opts ...ResourceOption) (*PolicyTier0InterVrfRouting, error)
    public static PolicyTier0InterVrfRouting Get(string name, Input<string> id, PolicyTier0InterVrfRoutingState? state, CustomResourceOptions? opts = null)
    public static PolicyTier0InterVrfRouting get(String name, Output<String> id, PolicyTier0InterVrfRoutingState state, CustomResourceOptions options)
    resources:  _:    type: nsxt:PolicyTier0InterVrfRouting    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:
    BgpRouteLeakings List<PolicyTier0InterVrfRoutingBgpRouteLeaking>
    Import / export BGP routes
    Description string
    Description of the resource.
    DisplayName string
    Display name of the resource.
    GatewayPath string
    The NSX Policy path to the Tier0 Gateway for this resource.
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    Path string
    Policy path for this resource
    PolicyTier0InterVrfRoutingId string
    ID of the resource.
    Revision double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    StaticRouteAdvertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisement
    Advertise subnet to target peers as static routes.
    Tags List<PolicyTier0InterVrfRoutingTag>
    A list of scope + tag pairs to associate with this resource.
    TargetPath string
    Policy path to tier0/vrf belongs to the same parent tier0.
    BgpRouteLeakings []PolicyTier0InterVrfRoutingBgpRouteLeakingArgs
    Import / export BGP routes
    Description string
    Description of the resource.
    DisplayName string
    Display name of the resource.
    GatewayPath string
    The NSX Policy path to the Tier0 Gateway for this resource.
    NsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    Path string
    Policy path for this resource
    PolicyTier0InterVrfRoutingId string
    ID of the resource.
    Revision float64
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    StaticRouteAdvertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs
    Advertise subnet to target peers as static routes.
    Tags []PolicyTier0InterVrfRoutingTagArgs
    A list of scope + tag pairs to associate with this resource.
    TargetPath string
    Policy path to tier0/vrf belongs to the same parent tier0.
    bgpRouteLeakings List<PolicyTier0InterVrfRoutingBgpRouteLeaking>
    Import / export BGP routes
    description String
    Description of the resource.
    displayName String
    Display name of the resource.
    gatewayPath String
    The NSX Policy path to the Tier0 Gateway for this resource.
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    path String
    Policy path for this resource
    policyTier0InterVrfRoutingId String
    ID of the resource.
    revision Double
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    staticRouteAdvertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisement
    Advertise subnet to target peers as static routes.
    tags List<PolicyTier0InterVrfRoutingTag>
    A list of scope + tag pairs to associate with this resource.
    targetPath String
    Policy path to tier0/vrf belongs to the same parent tier0.
    bgpRouteLeakings PolicyTier0InterVrfRoutingBgpRouteLeaking[]
    Import / export BGP routes
    description string
    Description of the resource.
    displayName string
    Display name of the resource.
    gatewayPath string
    The NSX Policy path to the Tier0 Gateway for this resource.
    nsxId string
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    path string
    Policy path for this resource
    policyTier0InterVrfRoutingId string
    ID of the resource.
    revision number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    staticRouteAdvertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisement
    Advertise subnet to target peers as static routes.
    tags PolicyTier0InterVrfRoutingTag[]
    A list of scope + tag pairs to associate with this resource.
    targetPath string
    Policy path to tier0/vrf belongs to the same parent tier0.
    bgp_route_leakings Sequence[PolicyTier0InterVrfRoutingBgpRouteLeakingArgs]
    Import / export BGP routes
    description str
    Description of the resource.
    display_name str
    Display name of the resource.
    gateway_path str
    The NSX Policy path to the Tier0 Gateway for this resource.
    nsx_id str
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    path str
    Policy path for this resource
    policy_tier0_inter_vrf_routing_id str
    ID of the resource.
    revision float
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    static_route_advertisement PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs
    Advertise subnet to target peers as static routes.
    tags Sequence[PolicyTier0InterVrfRoutingTagArgs]
    A list of scope + tag pairs to associate with this resource.
    target_path str
    Policy path to tier0/vrf belongs to the same parent tier0.
    bgpRouteLeakings List<Property Map>
    Import / export BGP routes
    description String
    Description of the resource.
    displayName String
    Display name of the resource.
    gatewayPath String
    The NSX Policy path to the Tier0 Gateway for this resource.
    nsxId String
    The NSX ID of this resource. If set, this ID will be used to create the policy resource.
    path String
    Policy path for this resource
    policyTier0InterVrfRoutingId String
    ID of the resource.
    revision Number
    Indicates current revision number of the object as seen by NSX-T API server. This attribute can be useful for debugging.
    staticRouteAdvertisement Property Map
    Advertise subnet to target peers as static routes.
    tags List<Property Map>
    A list of scope + tag pairs to associate with this resource.
    targetPath String
    Policy path to tier0/vrf belongs to the same parent tier0.

    Supporting Types

    PolicyTier0InterVrfRoutingBgpRouteLeaking, PolicyTier0InterVrfRoutingBgpRouteLeakingArgs

    AddressFamily string
    Address family type. Valid values are "IPV4", "IPV6".
    InFilters List<string>
    List of route map paths for IN direction.
    OutFilters List<string>
    List of route map paths for OUT direction.
    AddressFamily string
    Address family type. Valid values are "IPV4", "IPV6".
    InFilters []string
    List of route map paths for IN direction.
    OutFilters []string
    List of route map paths for OUT direction.
    addressFamily String
    Address family type. Valid values are "IPV4", "IPV6".
    inFilters List<String>
    List of route map paths for IN direction.
    outFilters List<String>
    List of route map paths for OUT direction.
    addressFamily string
    Address family type. Valid values are "IPV4", "IPV6".
    inFilters string[]
    List of route map paths for IN direction.
    outFilters string[]
    List of route map paths for OUT direction.
    address_family str
    Address family type. Valid values are "IPV4", "IPV6".
    in_filters Sequence[str]
    List of route map paths for IN direction.
    out_filters Sequence[str]
    List of route map paths for OUT direction.
    addressFamily String
    Address family type. Valid values are "IPV4", "IPV6".
    inFilters List<String>
    List of route map paths for IN direction.
    outFilters List<String>
    List of route map paths for OUT direction.

    PolicyTier0InterVrfRoutingStaticRouteAdvertisement, PolicyTier0InterVrfRoutingStaticRouteAdvertisementArgs

    advertisementRules List<Property Map>
    Route advertisement rules.
    inFilterPrefixLists List<String>
    Paths of ordered Prefix list.

    PolicyTier0InterVrfRoutingStaticRouteAdvertisementAdvertisementRule, PolicyTier0InterVrfRoutingStaticRouteAdvertisementAdvertisementRuleArgs

    Action string
    Action to advertise routes. Valid values are "PERMIT", "DENY". Default is "PERMIT".
    Name string
    Display name for rule.
    PrefixOperator string
    Prefix operator to match subnets. Valid values are "GE", "EQ". Default is "GE".
    RouteAdvertisementTypes List<string>
    Enable different types of route advertisements. Valid values are "TIER0_STATIC", "TIER0_CONNECTED", "TIER0_NAT", "TIER0_DNS_FORWARDER_IP", "TIER0_IPSEC_LOCAL_ENDPOINT", "TIER1_STATIC", "TIER1_CONNECTED", "TIER1_LB_SNAT", "TIER1_LB_VIP", "TIER1_NAT", "TIER1_DNS_FORWARDER_IP", "TIER1_IPSEC_LOCAL_ENDPOINT".
    Subnets List<string>
    Network CIDRs.
    Action string
    Action to advertise routes. Valid values are "PERMIT", "DENY". Default is "PERMIT".
    Name string
    Display name for rule.
    PrefixOperator string
    Prefix operator to match subnets. Valid values are "GE", "EQ". Default is "GE".
    RouteAdvertisementTypes []string
    Enable different types of route advertisements. Valid values are "TIER0_STATIC", "TIER0_CONNECTED", "TIER0_NAT", "TIER0_DNS_FORWARDER_IP", "TIER0_IPSEC_LOCAL_ENDPOINT", "TIER1_STATIC", "TIER1_CONNECTED", "TIER1_LB_SNAT", "TIER1_LB_VIP", "TIER1_NAT", "TIER1_DNS_FORWARDER_IP", "TIER1_IPSEC_LOCAL_ENDPOINT".
    Subnets []string
    Network CIDRs.
    action String
    Action to advertise routes. Valid values are "PERMIT", "DENY". Default is "PERMIT".
    name String
    Display name for rule.
    prefixOperator String
    Prefix operator to match subnets. Valid values are "GE", "EQ". Default is "GE".
    routeAdvertisementTypes List<String>
    Enable different types of route advertisements. Valid values are "TIER0_STATIC", "TIER0_CONNECTED", "TIER0_NAT", "TIER0_DNS_FORWARDER_IP", "TIER0_IPSEC_LOCAL_ENDPOINT", "TIER1_STATIC", "TIER1_CONNECTED", "TIER1_LB_SNAT", "TIER1_LB_VIP", "TIER1_NAT", "TIER1_DNS_FORWARDER_IP", "TIER1_IPSEC_LOCAL_ENDPOINT".
    subnets List<String>
    Network CIDRs.
    action string
    Action to advertise routes. Valid values are "PERMIT", "DENY". Default is "PERMIT".
    name string
    Display name for rule.
    prefixOperator string
    Prefix operator to match subnets. Valid values are "GE", "EQ". Default is "GE".
    routeAdvertisementTypes string[]
    Enable different types of route advertisements. Valid values are "TIER0_STATIC", "TIER0_CONNECTED", "TIER0_NAT", "TIER0_DNS_FORWARDER_IP", "TIER0_IPSEC_LOCAL_ENDPOINT", "TIER1_STATIC", "TIER1_CONNECTED", "TIER1_LB_SNAT", "TIER1_LB_VIP", "TIER1_NAT", "TIER1_DNS_FORWARDER_IP", "TIER1_IPSEC_LOCAL_ENDPOINT".
    subnets string[]
    Network CIDRs.
    action str
    Action to advertise routes. Valid values are "PERMIT", "DENY". Default is "PERMIT".
    name str
    Display name for rule.
    prefix_operator str
    Prefix operator to match subnets. Valid values are "GE", "EQ". Default is "GE".
    route_advertisement_types Sequence[str]
    Enable different types of route advertisements. Valid values are "TIER0_STATIC", "TIER0_CONNECTED", "TIER0_NAT", "TIER0_DNS_FORWARDER_IP", "TIER0_IPSEC_LOCAL_ENDPOINT", "TIER1_STATIC", "TIER1_CONNECTED", "TIER1_LB_SNAT", "TIER1_LB_VIP", "TIER1_NAT", "TIER1_DNS_FORWARDER_IP", "TIER1_IPSEC_LOCAL_ENDPOINT".
    subnets Sequence[str]
    Network CIDRs.
    action String
    Action to advertise routes. Valid values are "PERMIT", "DENY". Default is "PERMIT".
    name String
    Display name for rule.
    prefixOperator String
    Prefix operator to match subnets. Valid values are "GE", "EQ". Default is "GE".
    routeAdvertisementTypes List<String>
    Enable different types of route advertisements. Valid values are "TIER0_STATIC", "TIER0_CONNECTED", "TIER0_NAT", "TIER0_DNS_FORWARDER_IP", "TIER0_IPSEC_LOCAL_ENDPOINT", "TIER1_STATIC", "TIER1_CONNECTED", "TIER1_LB_SNAT", "TIER1_LB_VIP", "TIER1_NAT", "TIER1_DNS_FORWARDER_IP", "TIER1_IPSEC_LOCAL_ENDPOINT".
    subnets List<String>
    Network CIDRs.

    PolicyTier0InterVrfRoutingTag, PolicyTier0InterVrfRoutingTagArgs

    Scope string
    Tag string
    A list of scope + tag pairs to associate with this resource.
    Scope string
    Tag string
    A list of scope + tag pairs to associate with this resource.
    scope String
    tag String
    A list of scope + tag pairs to associate with this resource.
    scope string
    tag string
    A list of scope + tag pairs to associate with this resource.
    scope str
    tag str
    A list of scope + tag pairs to associate with this resource.
    scope String
    tag String
    A list of scope + tag pairs to associate with this resource.

    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