1. Packages
  2. Ibm Provider
  3. API Docs
  4. getDlExportRouteFilter
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getDlExportRouteFilter

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Import the details of an existing IBM Cloud Infrastructure Direct Link Gateway and its virtual connections. For more information, about IBM Cloud Direct Link, see getting started with IBM Cloud Direct Link.

    Using getDlExportRouteFilter

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDlExportRouteFilter(args: GetDlExportRouteFilterArgs, opts?: InvokeOptions): Promise<GetDlExportRouteFilterResult>
    function getDlExportRouteFilterOutput(args: GetDlExportRouteFilterOutputArgs, opts?: InvokeOptions): Output<GetDlExportRouteFilterResult>
    def get_dl_export_route_filter(ex_filter_id: Optional[str] = None,
                                   gateway: Optional[str] = None,
                                   id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetDlExportRouteFilterResult
    def get_dl_export_route_filter_output(ex_filter_id: Optional[pulumi.Input[str]] = None,
                                   gateway: Optional[pulumi.Input[str]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetDlExportRouteFilterResult]
    func GetDlExportRouteFilter(ctx *Context, args *GetDlExportRouteFilterArgs, opts ...InvokeOption) (*GetDlExportRouteFilterResult, error)
    func GetDlExportRouteFilterOutput(ctx *Context, args *GetDlExportRouteFilterOutputArgs, opts ...InvokeOption) GetDlExportRouteFilterResultOutput

    > Note: This function is named GetDlExportRouteFilter in the Go SDK.

    public static class GetDlExportRouteFilter 
    {
        public static Task<GetDlExportRouteFilterResult> InvokeAsync(GetDlExportRouteFilterArgs args, InvokeOptions? opts = null)
        public static Output<GetDlExportRouteFilterResult> Invoke(GetDlExportRouteFilterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDlExportRouteFilterResult> getDlExportRouteFilter(GetDlExportRouteFilterArgs args, InvokeOptions options)
    public static Output<GetDlExportRouteFilterResult> getDlExportRouteFilter(GetDlExportRouteFilterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getDlExportRouteFilter:getDlExportRouteFilter
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExFilterId string
    Export Route Filter ID
    Gateway string
    Direct Link Gateway ID.
    Id string
    (String) The unique identifier of Export Route Filter.
    ExFilterId string
    Export Route Filter ID
    Gateway string
    Direct Link Gateway ID.
    Id string
    (String) The unique identifier of Export Route Filter.
    exFilterId String
    Export Route Filter ID
    gateway String
    Direct Link Gateway ID.
    id String
    (String) The unique identifier of Export Route Filter.
    exFilterId string
    Export Route Filter ID
    gateway string
    Direct Link Gateway ID.
    id string
    (String) The unique identifier of Export Route Filter.
    ex_filter_id str
    Export Route Filter ID
    gateway str
    Direct Link Gateway ID.
    id str
    (String) The unique identifier of Export Route Filter.
    exFilterId String
    Export Route Filter ID
    gateway String
    Direct Link Gateway ID.
    id String
    (String) The unique identifier of Export Route Filter.

    getDlExportRouteFilter Result

    The following output properties are available:

    Action string
    (String) Whether to permit or deny the prefix filter.
    Before string
    (String) Identifier of prefix filter that handles the ordering and follow semantics. When a filter reference another filter in it's before field, then the filter making the reference is applied before the referenced filter. For example: if filter A references filter B in its before field, A is applied before B.
    CreatedAt string
    (String) The date and time resource is created.
    ExFilterId string
    Gateway string
    Ge double
    (Int) The minimum matching length of the prefix-set.
    Id string
    (String) The unique identifier of Export Route Filter.
    Le double
    (Int) The maximum matching length of the prefix-set.
    Prefix string
    (String) IP prefix representing an address and mask length of the prefix-set.
    UpdatedAt string
    (String) The date and time resource is last updated.
    Action string
    (String) Whether to permit or deny the prefix filter.
    Before string
    (String) Identifier of prefix filter that handles the ordering and follow semantics. When a filter reference another filter in it's before field, then the filter making the reference is applied before the referenced filter. For example: if filter A references filter B in its before field, A is applied before B.
    CreatedAt string
    (String) The date and time resource is created.
    ExFilterId string
    Gateway string
    Ge float64
    (Int) The minimum matching length of the prefix-set.
    Id string
    (String) The unique identifier of Export Route Filter.
    Le float64
    (Int) The maximum matching length of the prefix-set.
    Prefix string
    (String) IP prefix representing an address and mask length of the prefix-set.
    UpdatedAt string
    (String) The date and time resource is last updated.
    action String
    (String) Whether to permit or deny the prefix filter.
    before String
    (String) Identifier of prefix filter that handles the ordering and follow semantics. When a filter reference another filter in it's before field, then the filter making the reference is applied before the referenced filter. For example: if filter A references filter B in its before field, A is applied before B.
    createdAt String
    (String) The date and time resource is created.
    exFilterId String
    gateway String
    ge Double
    (Int) The minimum matching length of the prefix-set.
    id String
    (String) The unique identifier of Export Route Filter.
    le Double
    (Int) The maximum matching length of the prefix-set.
    prefix String
    (String) IP prefix representing an address and mask length of the prefix-set.
    updatedAt String
    (String) The date and time resource is last updated.
    action string
    (String) Whether to permit or deny the prefix filter.
    before string
    (String) Identifier of prefix filter that handles the ordering and follow semantics. When a filter reference another filter in it's before field, then the filter making the reference is applied before the referenced filter. For example: if filter A references filter B in its before field, A is applied before B.
    createdAt string
    (String) The date and time resource is created.
    exFilterId string
    gateway string
    ge number
    (Int) The minimum matching length of the prefix-set.
    id string
    (String) The unique identifier of Export Route Filter.
    le number
    (Int) The maximum matching length of the prefix-set.
    prefix string
    (String) IP prefix representing an address and mask length of the prefix-set.
    updatedAt string
    (String) The date and time resource is last updated.
    action str
    (String) Whether to permit or deny the prefix filter.
    before str
    (String) Identifier of prefix filter that handles the ordering and follow semantics. When a filter reference another filter in it's before field, then the filter making the reference is applied before the referenced filter. For example: if filter A references filter B in its before field, A is applied before B.
    created_at str
    (String) The date and time resource is created.
    ex_filter_id str
    gateway str
    ge float
    (Int) The minimum matching length of the prefix-set.
    id str
    (String) The unique identifier of Export Route Filter.
    le float
    (Int) The maximum matching length of the prefix-set.
    prefix str
    (String) IP prefix representing an address and mask length of the prefix-set.
    updated_at str
    (String) The date and time resource is last updated.
    action String
    (String) Whether to permit or deny the prefix filter.
    before String
    (String) Identifier of prefix filter that handles the ordering and follow semantics. When a filter reference another filter in it's before field, then the filter making the reference is applied before the referenced filter. For example: if filter A references filter B in its before field, A is applied before B.
    createdAt String
    (String) The date and time resource is created.
    exFilterId String
    gateway String
    ge Number
    (Int) The minimum matching length of the prefix-set.
    id String
    (String) The unique identifier of Export Route Filter.
    le Number
    (Int) The maximum matching length of the prefix-set.
    prefix String
    (String) IP prefix representing an address and mask length of the prefix-set.
    updatedAt String
    (String) The date and time resource is last updated.

    Package Details

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