1. Packages
  2. Infoblox Provider
  3. API Docs
  4. getIpv4Network
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen

infoblox.getIpv4Network

Explore with Pulumi AI

infoblox logo
infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen

    Using getIpv4Network

    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 getIpv4Network(args: GetIpv4NetworkArgs, opts?: InvokeOptions): Promise<GetIpv4NetworkResult>
    function getIpv4NetworkOutput(args: GetIpv4NetworkOutputArgs, opts?: InvokeOptions): Output<GetIpv4NetworkResult>
    def get_ipv4_network(filters: Optional[Mapping[str, str]] = None,
                         id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetIpv4NetworkResult
    def get_ipv4_network_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetIpv4NetworkResult]
    func LookupIpv4Network(ctx *Context, args *LookupIpv4NetworkArgs, opts ...InvokeOption) (*LookupIpv4NetworkResult, error)
    func LookupIpv4NetworkOutput(ctx *Context, args *LookupIpv4NetworkOutputArgs, opts ...InvokeOption) LookupIpv4NetworkResultOutput

    > Note: This function is named LookupIpv4Network in the Go SDK.

    public static class GetIpv4Network 
    {
        public static Task<GetIpv4NetworkResult> InvokeAsync(GetIpv4NetworkArgs args, InvokeOptions? opts = null)
        public static Output<GetIpv4NetworkResult> Invoke(GetIpv4NetworkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIpv4NetworkResult> getIpv4Network(GetIpv4NetworkArgs args, InvokeOptions options)
    public static Output<GetIpv4NetworkResult> getIpv4Network(GetIpv4NetworkArgs args, InvokeOptions options)
    
    fn::invoke:
      function: infoblox:index/getIpv4Network:getIpv4Network
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters Dictionary<string, string>
    Id string
    Filters map[string]string
    Id string
    filters Map<String,String>
    id String
    filters {[key: string]: string}
    id string
    filters Mapping[str, str]
    id str
    filters Map<String>
    id String

    getIpv4Network Result

    The following output properties are available:

    Filters Dictionary<string, string>
    Id string
    Results List<GetIpv4NetworkResult>
    Filters map[string]string
    Id string
    Results []GetIpv4NetworkResult
    filters {[key: string]: string}
    id string
    results GetIpv4NetworkResult[]

    Supporting Types

    GetIpv4NetworkResult

    Cidr string
    Comment string
    ExtAttrs string
    Id string
    NetworkView string
    Cidr string
    Comment string
    ExtAttrs string
    Id string
    NetworkView string
    cidr String
    comment String
    extAttrs String
    id String
    networkView String
    cidr string
    comment string
    extAttrs string
    id string
    networkView string
    cidr String
    comment String
    extAttrs String
    id String
    networkView String

    Package Details

    Repository
    infoblox infobloxopen/terraform-provider-infoblox
    License
    Notes
    This Pulumi package is based on the infoblox Terraform Provider.
    infoblox logo
    infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen