infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
infoblox.getNsRecord
Explore with Pulumi AI
infoblox 2.10.0 published on Friday, Apr 25, 2025 by infobloxopen
Using getNsRecord
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 getNsRecord(args: GetNsRecordArgs, opts?: InvokeOptions): Promise<GetNsRecordResult>
function getNsRecordOutput(args: GetNsRecordOutputArgs, opts?: InvokeOptions): Output<GetNsRecordResult>
def get_ns_record(filters: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNsRecordResult
def get_ns_record_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNsRecordResult]
func LookupNsRecord(ctx *Context, args *LookupNsRecordArgs, opts ...InvokeOption) (*LookupNsRecordResult, error)
func LookupNsRecordOutput(ctx *Context, args *LookupNsRecordOutputArgs, opts ...InvokeOption) LookupNsRecordResultOutput
> Note: This function is named LookupNsRecord
in the Go SDK.
public static class GetNsRecord
{
public static Task<GetNsRecordResult> InvokeAsync(GetNsRecordArgs args, InvokeOptions? opts = null)
public static Output<GetNsRecordResult> Invoke(GetNsRecordInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNsRecordResult> getNsRecord(GetNsRecordArgs args, InvokeOptions options)
public static Output<GetNsRecordResult> getNsRecord(GetNsRecordArgs args, InvokeOptions options)
fn::invoke:
function: infoblox:index/getNsRecord:getNsRecord
arguments:
# arguments dictionary
The following arguments are supported:
getNsRecord Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Ns Record Result>
- Filters map[string]string
- Id string
- Results
[]Get
Ns Record Result
- filters Map<String,String>
- id String
- results
List<Get
Ns Record Result>
- filters {[key: string]: string}
- id string
- results
Get
Ns Record Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Ns Record Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetNsRecordResult
- Addresses
List<Get
Ns Record Result Address> - Cloud
Info string - Creator string
- Dns
Name string - Dns
View string - Id string
- Ms
Delegation stringName - Name string
- Nameserver string
- Policy string
- Zone string
- Addresses
[]Get
Ns Record Result Address - Cloud
Info string - Creator string
- Dns
Name string - Dns
View string - Id string
- Ms
Delegation stringName - Name string
- Nameserver string
- Policy string
- Zone string
- addresses
List<Get
Ns Record Result Address> - cloud
Info String - creator String
- dns
Name String - dns
View String - id String
- ms
Delegation StringName - name String
- nameserver String
- policy String
- zone String
- addresses
Get
Ns Record Result Address[] - cloud
Info string - creator string
- dns
Name string - dns
View string - id string
- ms
Delegation stringName - name string
- nameserver string
- policy string
- zone string
- addresses
Sequence[Get
Ns Record Result Address] - cloud_
info str - creator str
- dns_
name str - dns_
view str - id str
- ms_
delegation_ strname - name str
- nameserver str
- policy str
- zone str
- addresses List<Property Map>
- cloud
Info String - creator String
- dns
Name String - dns
View String - id String
- ms
Delegation StringName - name String
- nameserver String
- policy String
- zone String
GetNsRecordResultAddress
- Address string
- Auto
Create boolPtr
- Address string
- Auto
Create boolPtr
- address String
- auto
Create BooleanPtr
- address string
- auto
Create booleanPtr
- address str
- auto_
create_ boolptr
- address String
- auto
Create BooleanPtr
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