infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen
infoblox.getDnsView
Explore with Pulumi AI
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen
Using getDnsView
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 getDnsView(args: GetDnsViewArgs, opts?: InvokeOptions): Promise<GetDnsViewResult>
function getDnsViewOutput(args: GetDnsViewOutputArgs, opts?: InvokeOptions): Output<GetDnsViewResult>
def get_dns_view(filters: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDnsViewResult
def get_dns_view_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDnsViewResult]
func LookupDnsView(ctx *Context, args *LookupDnsViewArgs, opts ...InvokeOption) (*LookupDnsViewResult, error)
func LookupDnsViewOutput(ctx *Context, args *LookupDnsViewOutputArgs, opts ...InvokeOption) LookupDnsViewResultOutput
> Note: This function is named LookupDnsView
in the Go SDK.
public static class GetDnsView
{
public static Task<GetDnsViewResult> InvokeAsync(GetDnsViewArgs args, InvokeOptions? opts = null)
public static Output<GetDnsViewResult> Invoke(GetDnsViewInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDnsViewResult> getDnsView(GetDnsViewArgs args, InvokeOptions options)
public static Output<GetDnsViewResult> getDnsView(GetDnsViewArgs args, InvokeOptions options)
fn::invoke:
function: infoblox:index/getDnsView:getDnsView
arguments:
# arguments dictionary
The following arguments are supported:
getDnsView Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Dns View Result>
- Filters map[string]string
- Id string
- Results
[]Get
Dns View Result
- filters Map<String,String>
- id String
- results
List<Get
Dns View Result>
- filters {[key: string]: string}
- id string
- results
Get
Dns View Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Dns View Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetDnsViewResult
- Comment string
- Ext
Attrs string - Id string
- Name string
- Network
View string
- Comment string
- Ext
Attrs string - Id string
- Name string
- Network
View string
- comment String
- ext
Attrs String - id String
- name String
- network
View String
- comment string
- ext
Attrs string - id string
- name string
- network
View string
- comment str
- ext_
attrs str - id str
- name str
- network_
view str
- comment String
- ext
Attrs String - id String
- name String
- network
View String
Package Details
- Repository
- infoblox infobloxopen/terraform-provider-infoblox
- License
- Notes
- This Pulumi package is based on the
infoblox
Terraform Provider.
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen