infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen
infoblox.getNetworkView
Explore with Pulumi AI
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen
Using getNetworkView
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 getNetworkView(args: GetNetworkViewArgs, opts?: InvokeOptions): Promise<GetNetworkViewResult>
function getNetworkViewOutput(args: GetNetworkViewOutputArgs, opts?: InvokeOptions): Output<GetNetworkViewResult>
def get_network_view(filters: Optional[Mapping[str, str]] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkViewResult
def get_network_view_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkViewResult]
func LookupNetworkView(ctx *Context, args *LookupNetworkViewArgs, opts ...InvokeOption) (*LookupNetworkViewResult, error)
func LookupNetworkViewOutput(ctx *Context, args *LookupNetworkViewOutputArgs, opts ...InvokeOption) LookupNetworkViewResultOutput
> Note: This function is named LookupNetworkView
in the Go SDK.
public static class GetNetworkView
{
public static Task<GetNetworkViewResult> InvokeAsync(GetNetworkViewArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkViewResult> Invoke(GetNetworkViewInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkViewResult> getNetworkView(GetNetworkViewArgs args, InvokeOptions options)
public static Output<GetNetworkViewResult> getNetworkView(GetNetworkViewArgs args, InvokeOptions options)
fn::invoke:
function: infoblox:index/getNetworkView:getNetworkView
arguments:
# arguments dictionary
The following arguments are supported:
getNetworkView Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Network View Result>
- Filters map[string]string
- Id string
- Results
[]Get
Network View Result
- filters Map<String,String>
- id String
- results
List<Get
Network View Result>
- filters {[key: string]: string}
- id string
- results
Get
Network View Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Network View Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetNetworkViewResult
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