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

infoblox.getIpv6Network

Explore with Pulumi AI

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

    Using getIpv6Network

    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 getIpv6Network(args: GetIpv6NetworkArgs, opts?: InvokeOptions): Promise<GetIpv6NetworkResult>
    function getIpv6NetworkOutput(args: GetIpv6NetworkOutputArgs, opts?: InvokeOptions): Output<GetIpv6NetworkResult>
    def get_ipv6_network(filters: Optional[Mapping[str, str]] = None,
                         id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetIpv6NetworkResult
    def get_ipv6_network_output(filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                         id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetIpv6NetworkResult]
    func LookupIpv6Network(ctx *Context, args *LookupIpv6NetworkArgs, opts ...InvokeOption) (*LookupIpv6NetworkResult, error)
    func LookupIpv6NetworkOutput(ctx *Context, args *LookupIpv6NetworkOutputArgs, opts ...InvokeOption) LookupIpv6NetworkResultOutput

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

    public static class GetIpv6Network 
    {
        public static Task<GetIpv6NetworkResult> InvokeAsync(GetIpv6NetworkArgs args, InvokeOptions? opts = null)
        public static Output<GetIpv6NetworkResult> Invoke(GetIpv6NetworkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIpv6NetworkResult> getIpv6Network(GetIpv6NetworkArgs args, InvokeOptions options)
    public static Output<GetIpv6NetworkResult> getIpv6Network(GetIpv6NetworkArgs args, InvokeOptions options)
    
    fn::invoke:
      function: infoblox:index/getIpv6Network:getIpv6Network
      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

    getIpv6Network Result

    The following output properties are available:

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

    Supporting Types

    GetIpv6NetworkResult

    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