1. Packages
  2. Infoblox Provider
  3. API Docs
  4. getDtcLbdn
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen

infoblox.getDtcLbdn

Explore with Pulumi AI

infoblox logo
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen

    Using getDtcLbdn

    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 getDtcLbdn(args: GetDtcLbdnArgs, opts?: InvokeOptions): Promise<GetDtcLbdnResult>
    function getDtcLbdnOutput(args: GetDtcLbdnOutputArgs, opts?: InvokeOptions): Output<GetDtcLbdnResult>
    def get_dtc_lbdn(filters: Optional[Mapping[str, str]] = None,
                     id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetDtcLbdnResult
    def get_dtc_lbdn_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                     id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetDtcLbdnResult]
    func LookupDtcLbdn(ctx *Context, args *LookupDtcLbdnArgs, opts ...InvokeOption) (*LookupDtcLbdnResult, error)
    func LookupDtcLbdnOutput(ctx *Context, args *LookupDtcLbdnOutputArgs, opts ...InvokeOption) LookupDtcLbdnResultOutput

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

    public static class GetDtcLbdn 
    {
        public static Task<GetDtcLbdnResult> InvokeAsync(GetDtcLbdnArgs args, InvokeOptions? opts = null)
        public static Output<GetDtcLbdnResult> Invoke(GetDtcLbdnInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDtcLbdnResult> getDtcLbdn(GetDtcLbdnArgs args, InvokeOptions options)
    public static Output<GetDtcLbdnResult> getDtcLbdn(GetDtcLbdnArgs args, InvokeOptions options)
    
    fn::invoke:
      function: infoblox:index/getDtcLbdn:getDtcLbdn
      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

    getDtcLbdn Result

    The following output properties are available:

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

    Supporting Types

    GetDtcLbdnResult

    AuthZones List<GetDtcLbdnResultAuthZone>
    AutoConsolidatedMonitors bool
    Comment string
    Disable bool
    ExtAttrs string
    Health Dictionary<string, string>
    Id string
    LbMethod string
    Name string
    Patterns List<string>
    Persistence double
    Pools List<GetDtcLbdnResultPool>
    Priority double
    Topology string
    Ttl double
    Types List<string>
    AuthZones []GetDtcLbdnResultAuthZone
    AutoConsolidatedMonitors bool
    Comment string
    Disable bool
    ExtAttrs string
    Health map[string]string
    Id string
    LbMethod string
    Name string
    Patterns []string
    Persistence float64
    Pools []GetDtcLbdnResultPool
    Priority float64
    Topology string
    Ttl float64
    Types []string
    authZones List<GetDtcLbdnResultAuthZone>
    autoConsolidatedMonitors Boolean
    comment String
    disable Boolean
    extAttrs String
    health Map<String,String>
    id String
    lbMethod String
    name String
    patterns List<String>
    persistence Double
    pools List<GetDtcLbdnResultPool>
    priority Double
    topology String
    ttl Double
    types List<String>
    authZones GetDtcLbdnResultAuthZone[]
    autoConsolidatedMonitors boolean
    comment string
    disable boolean
    extAttrs string
    health {[key: string]: string}
    id string
    lbMethod string
    name string
    patterns string[]
    persistence number
    pools GetDtcLbdnResultPool[]
    priority number
    topology string
    ttl number
    types string[]
    authZones List<Property Map>
    autoConsolidatedMonitors Boolean
    comment String
    disable Boolean
    extAttrs String
    health Map<String>
    id String
    lbMethod String
    name String
    patterns List<String>
    persistence Number
    pools List<Property Map>
    priority Number
    topology String
    ttl Number
    types List<String>

    GetDtcLbdnResultAuthZone

    DnsView string
    Fqdn string
    DnsView string
    Fqdn string
    dnsView String
    fqdn String
    dnsView string
    fqdn string
    dns_view str
    fqdn str
    dnsView String
    fqdn String

    GetDtcLbdnResultPool

    Pool string
    Ratio double
    Pool string
    Ratio float64
    pool String
    ratio Double
    pool string
    ratio number
    pool str
    ratio float
    pool String
    ratio Number

    Package Details

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