infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
infoblox.getMxRecord
Explore with Pulumi AI
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:
getMxRecord Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Mx Record Result>
- Filters map[string]string
- Id string
- Results
[]Get
Mx Record Result
- filters Map<String,String>
- id String
- results
List<Get
Mx Record Result>
- filters {[key: string]: string}
- id string
- results
Get
Mx Record Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Mx Record Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetMxRecordResult
- Comment string
- Dns
View string - Ext
Attrs string - Fqdn string
- Id string
- Mail
Exchanger string - Preference double
- Ttl double
- Zone string
- Comment string
- Dns
View string - Ext
Attrs string - Fqdn string
- Id string
- Mail
Exchanger string - Preference float64
- Ttl float64
- Zone string
- comment String
- dns
View String - ext
Attrs String - fqdn String
- id String
- mail
Exchanger String - preference Double
- ttl Double
- zone String
- comment string
- dns
View string - ext
Attrs string - fqdn string
- id string
- mail
Exchanger string - preference number
- ttl number
- zone string
- comment str
- dns_
view str - ext_
attrs str - fqdn str
- id str
- mail_
exchanger str - preference float
- ttl float
- zone str
- comment String
- dns
View String - ext
Attrs String - fqdn String
- id String
- mail
Exchanger 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 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen