infoblox 2.9.0 published on Monday, Apr 14, 2025 by infobloxopen
infoblox.getIpv4Network
Explore with Pulumi AI
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:
getIpv4Network Result
The following output properties are available:
- Filters Dictionary<string, string>
- Id string
- Results
List<Get
Ipv4Network Result>
- Filters map[string]string
- Id string
- Results
[]Get
Ipv4Network Result
- filters Map<String,String>
- id String
- results
List<Get
Ipv4Network Result>
- filters {[key: string]: string}
- id string
- results
Get
Ipv4Network Result[]
- filters Mapping[str, str]
- id str
- results
Sequence[Get
Ipv4Network Result]
- filters Map<String>
- id String
- results List<Property Map>
Supporting Types
GetIpv4NetworkResult
- 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