infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
infoblox.getAliasRecord
Explore with Pulumi AI
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
Using getAliasRecord
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 getAliasRecord(args: GetAliasRecordArgs, opts?: InvokeOptions): Promise<GetAliasRecordResult>
function getAliasRecordOutput(args: GetAliasRecordOutputArgs, opts?: InvokeOptions): Output<GetAliasRecordResult>
def get_alias_record(filters: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAliasRecordResult
def get_alias_record_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAliasRecordResult]
func LookupAliasRecord(ctx *Context, args *LookupAliasRecordArgs, opts ...InvokeOption) (*LookupAliasRecordResult, error)
func LookupAliasRecordOutput(ctx *Context, args *LookupAliasRecordOutputArgs, opts ...InvokeOption) LookupAliasRecordResultOutput
> Note: This function is named LookupAliasRecord
in the Go SDK.
public static class GetAliasRecord
{
public static Task<GetAliasRecordResult> InvokeAsync(GetAliasRecordArgs args, InvokeOptions? opts = null)
public static Output<GetAliasRecordResult> Invoke(GetAliasRecordInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAliasRecordResult> getAliasRecord(GetAliasRecordArgs args, InvokeOptions options)
public static Output<GetAliasRecordResult> getAliasRecord(GetAliasRecordArgs args, InvokeOptions options)
fn::invoke:
function: infoblox:index/getAliasRecord:getAliasRecord
arguments:
# arguments dictionary
The following arguments are supported:
getAliasRecord Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Alias Record Result>
- Filters map[string]string
- Id string
- Results
[]Get
Alias Record Result
- filters Map<String,String>
- id String
- results
List<Get
Alias Record Result>
- filters {[key: string]: string}
- id string
- results
Get
Alias Record Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Alias Record Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetAliasRecordResult
- Cloud
Info string - Comment string
- Creator string
- Disable bool
- Dns
Name string - Dns
Target stringName - Dns
View string - Ext
Attrs string - Id string
- Name string
- Target
Name string - Target
Type string - Ttl double
- Zone string
- Cloud
Info string - Comment string
- Creator string
- Disable bool
- Dns
Name string - Dns
Target stringName - Dns
View string - Ext
Attrs string - Id string
- Name string
- Target
Name string - Target
Type string - Ttl float64
- Zone string
- cloud
Info String - comment String
- creator String
- disable Boolean
- dns
Name String - dns
Target StringName - dns
View String - ext
Attrs String - id String
- name String
- target
Name String - target
Type String - ttl Double
- zone String
- cloud
Info string - comment string
- creator string
- disable boolean
- dns
Name string - dns
Target stringName - dns
View string - ext
Attrs string - id string
- name string
- target
Name string - target
Type string - ttl number
- zone string
- cloud_
info str - comment str
- creator str
- disable bool
- dns_
name str - dns_
target_ strname - dns_
view str - ext_
attrs str - id str
- name str
- target_
name str - target_
type str - ttl float
- zone str
- cloud
Info String - comment String
- creator String
- disable Boolean
- dns
Name String - dns
Target StringName - dns
View String - ext
Attrs String - id String
- name String
- target
Name String - target
Type 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 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen