1. Packages
  2. Infoblox Provider
  3. API Docs
  4. getZoneForward
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen

infoblox.getZoneForward

Explore with Pulumi AI

infoblox logo
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen

    Using getZoneForward

    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 getZoneForward(args: GetZoneForwardArgs, opts?: InvokeOptions): Promise<GetZoneForwardResult>
    function getZoneForwardOutput(args: GetZoneForwardOutputArgs, opts?: InvokeOptions): Output<GetZoneForwardResult>
    def get_zone_forward(filters: Optional[Mapping[str, str]] = None,
                         id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetZoneForwardResult
    def get_zone_forward_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetZoneForwardResult]
    func LookupZoneForward(ctx *Context, args *LookupZoneForwardArgs, opts ...InvokeOption) (*LookupZoneForwardResult, error)
    func LookupZoneForwardOutput(ctx *Context, args *LookupZoneForwardOutputArgs, opts ...InvokeOption) LookupZoneForwardResultOutput

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

    public static class GetZoneForward 
    {
        public static Task<GetZoneForwardResult> InvokeAsync(GetZoneForwardArgs args, InvokeOptions? opts = null)
        public static Output<GetZoneForwardResult> Invoke(GetZoneForwardInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetZoneForwardResult> getZoneForward(GetZoneForwardArgs args, InvokeOptions options)
    public static Output<GetZoneForwardResult> getZoneForward(GetZoneForwardArgs args, InvokeOptions options)
    
    fn::invoke:
      function: infoblox:index/getZoneForward:getZoneForward
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters Dictionary<string, string>
    Id string
    Filters map[string]string
    Id string
    filters Map<String,String>
    id String
    filters {[key: string]: string}
    id string
    filters Mapping[str, str]
    id str
    filters Map<String>
    id String

    getZoneForward Result

    The following output properties are available:

    Filters Dictionary<string, string>
    Id string
    Results List<GetZoneForwardResult>
    Filters map[string]string
    Id string
    Results []GetZoneForwardResult
    filters {[key: string]: string}
    id string
    results GetZoneForwardResult[]

    Supporting Types

    GetZoneForwardResult

    GetZoneForwardResultForwardTo

    Address string
    Name string
    Address string
    Name string
    address String
    name String
    address string
    name string
    address str
    name str
    address String
    name String

    GetZoneForwardResultForwardingServer

    GetZoneForwardResultForwardingServerForwardTo

    Address string
    Name string
    Address string
    Name string
    address String
    name String
    address string
    name string
    address str
    name str
    address String
    name String

    Package Details

    Repository
    infoblox infobloxopen/terraform-provider-infoblox
    License
    Notes
    This Pulumi package is based on the infoblox Terraform Provider.
    infoblox logo
    infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen