infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen
infoblox.getIpv6Network
Explore with Pulumi AI
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:
getIpv6Network Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Ipv6Network Result>
- Filters map[string]string
- Id string
- Results
[]Get
Ipv6Network Result
- filters Map<String,String>
- id String
- results
List<Get
Ipv6Network Result>
- filters {[key: string]: string}
- id string
- results
Get
Ipv6Network Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Ipv6Network Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetIpv6NetworkResult
- Cidr string
- Comment string
- Ext
Attrs string - Id string
- Network
View string
- Cidr string
- Comment string
- Ext
Attrs string - Id string
- Network
View string
- cidr String
- comment String
- ext
Attrs String - id String
- network
View String
- cidr string
- comment string
- ext
Attrs string - id string
- network
View string
- cidr str
- comment str
- ext_
attrs str - id str
- network_
view str
- cidr String
- comment String
- ext
Attrs String - id 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