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

infoblox.getMxRecord

Explore with Pulumi AI

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

    Using getMxRecord

    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 getMxRecord(args: GetMxRecordArgs, opts?: InvokeOptions): Promise<GetMxRecordResult>
    function getMxRecordOutput(args: GetMxRecordOutputArgs, opts?: InvokeOptions): Output<GetMxRecordResult>
    def get_mx_record(filters: Optional[Mapping[str, str]] = None,
                      id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetMxRecordResult
    def get_mx_record_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                      id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetMxRecordResult]
    func LookupMxRecord(ctx *Context, args *LookupMxRecordArgs, opts ...InvokeOption) (*LookupMxRecordResult, error)
    func LookupMxRecordOutput(ctx *Context, args *LookupMxRecordOutputArgs, opts ...InvokeOption) LookupMxRecordResultOutput

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

    public static class GetMxRecord 
    {
        public static Task<GetMxRecordResult> InvokeAsync(GetMxRecordArgs args, InvokeOptions? opts = null)
        public static Output<GetMxRecordResult> Invoke(GetMxRecordInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMxRecordResult> getMxRecord(GetMxRecordArgs args, InvokeOptions options)
    public static Output<GetMxRecordResult> getMxRecord(GetMxRecordArgs args, InvokeOptions options)
    
    fn::invoke:
      function: infoblox:index/getMxRecord:getMxRecord
      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

    getMxRecord Result

    The following output properties are available:

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

    Supporting Types

    GetMxRecordResult

    Comment string
    DnsView string
    ExtAttrs string
    Fqdn string
    Id string
    MailExchanger string
    Preference double
    Ttl double
    Zone string
    Comment string
    DnsView string
    ExtAttrs string
    Fqdn string
    Id string
    MailExchanger string
    Preference float64
    Ttl float64
    Zone string
    comment String
    dnsView String
    extAttrs String
    fqdn String
    id String
    mailExchanger String
    preference Double
    ttl Double
    zone String
    comment string
    dnsView string
    extAttrs string
    fqdn string
    id string
    mailExchanger string
    preference number
    ttl number
    zone string
    comment String
    dnsView String
    extAttrs String
    fqdn String
    id String
    mailExchanger String
    preference Number
    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.10.0 published on Friday, Apr 25, 2025 by infobloxopen