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

infoblox.getZoneDelegated

Explore with Pulumi AI

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

    Using getZoneDelegated

    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 getZoneDelegated(args: GetZoneDelegatedArgs, opts?: InvokeOptions): Promise<GetZoneDelegatedResult>
    function getZoneDelegatedOutput(args: GetZoneDelegatedOutputArgs, opts?: InvokeOptions): Output<GetZoneDelegatedResult>
    def get_zone_delegated(filters: Optional[Mapping[str, str]] = None,
                           id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetZoneDelegatedResult
    def get_zone_delegated_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                           id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetZoneDelegatedResult]
    func LookupZoneDelegated(ctx *Context, args *LookupZoneDelegatedArgs, opts ...InvokeOption) (*LookupZoneDelegatedResult, error)
    func LookupZoneDelegatedOutput(ctx *Context, args *LookupZoneDelegatedOutputArgs, opts ...InvokeOption) LookupZoneDelegatedResultOutput

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

    public static class GetZoneDelegated 
    {
        public static Task<GetZoneDelegatedResult> InvokeAsync(GetZoneDelegatedArgs args, InvokeOptions? opts = null)
        public static Output<GetZoneDelegatedResult> Invoke(GetZoneDelegatedInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetZoneDelegatedResult> getZoneDelegated(GetZoneDelegatedArgs args, InvokeOptions options)
    public static Output<GetZoneDelegatedResult> getZoneDelegated(GetZoneDelegatedArgs args, InvokeOptions options)
    
    fn::invoke:
      function: infoblox:index/getZoneDelegated:getZoneDelegated
      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

    getZoneDelegated Result

    The following output properties are available:

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

    Supporting Types

    GetZoneDelegatedResult

    comment String
    delegateTos List<Property Map>
    delegatedTtl Number
    disable Boolean
    extAttrs String
    fqdn String
    id String
    locked Boolean
    nsGroup String
    view String
    zoneFormat String

    GetZoneDelegatedResultDelegateTo

    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