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

infoblox.getPtrRecord

Explore with Pulumi AI

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

    Using getPtrRecord

    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 getPtrRecord(args: GetPtrRecordArgs, opts?: InvokeOptions): Promise<GetPtrRecordResult>
    function getPtrRecordOutput(args: GetPtrRecordOutputArgs, opts?: InvokeOptions): Output<GetPtrRecordResult>
    def get_ptr_record(filters: Optional[Mapping[str, str]] = None,
                       id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetPtrRecordResult
    def get_ptr_record_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                       id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetPtrRecordResult]
    func LookupPtrRecord(ctx *Context, args *LookupPtrRecordArgs, opts ...InvokeOption) (*LookupPtrRecordResult, error)
    func LookupPtrRecordOutput(ctx *Context, args *LookupPtrRecordOutputArgs, opts ...InvokeOption) LookupPtrRecordResultOutput

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

    public static class GetPtrRecord 
    {
        public static Task<GetPtrRecordResult> InvokeAsync(GetPtrRecordArgs args, InvokeOptions? opts = null)
        public static Output<GetPtrRecordResult> Invoke(GetPtrRecordInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPtrRecordResult> getPtrRecord(GetPtrRecordArgs args, InvokeOptions options)
    public static Output<GetPtrRecordResult> getPtrRecord(GetPtrRecordArgs args, InvokeOptions options)
    
    fn::invoke:
      function: infoblox:index/getPtrRecord:getPtrRecord
      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

    getPtrRecord Result

    The following output properties are available:

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

    Supporting Types

    GetPtrRecordResult

    Comment string
    DnsView string
    ExtAttrs string
    Id string
    IpAddr string
    Ptrdname string
    RecordName string
    Ttl double
    Zone string
    Comment string
    DnsView string
    ExtAttrs string
    Id string
    IpAddr string
    Ptrdname string
    RecordName string
    Ttl float64
    Zone string
    comment String
    dnsView String
    extAttrs String
    id String
    ipAddr String
    ptrdname String
    recordName String
    ttl Double
    zone String
    comment string
    dnsView string
    extAttrs string
    id string
    ipAddr string
    ptrdname string
    recordName string
    ttl number
    zone string
    comment String
    dnsView String
    extAttrs String
    id String
    ipAddr String
    ptrdname String
    recordName String
    ttl Number
    zone 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.9.0 published on Monday, Apr 14, 2025 by infobloxopen