netbox 3.10.0 published on Monday, Apr 14, 2025 by e-breuninger
netbox.getIpAddresses
Explore with Pulumi AI
netbox 3.10.0 published on Monday, Apr 14, 2025 by e-breuninger
Using getIpAddresses
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 getIpAddresses(args: GetIpAddressesArgs, opts?: InvokeOptions): Promise<GetIpAddressesResult>
function getIpAddressesOutput(args: GetIpAddressesOutputArgs, opts?: InvokeOptions): Output<GetIpAddressesResult>
def get_ip_addresses(filters: Optional[Sequence[GetIpAddressesFilter]] = None,
id: Optional[str] = None,
limit: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetIpAddressesResult
def get_ip_addresses_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetIpAddressesFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIpAddressesResult]
func GetIpAddresses(ctx *Context, args *GetIpAddressesArgs, opts ...InvokeOption) (*GetIpAddressesResult, error)
func GetIpAddressesOutput(ctx *Context, args *GetIpAddressesOutputArgs, opts ...InvokeOption) GetIpAddressesResultOutput
> Note: This function is named GetIpAddresses
in the Go SDK.
public static class GetIpAddresses
{
public static Task<GetIpAddressesResult> InvokeAsync(GetIpAddressesArgs args, InvokeOptions? opts = null)
public static Output<GetIpAddressesResult> Invoke(GetIpAddressesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIpAddressesResult> getIpAddresses(GetIpAddressesArgs args, InvokeOptions options)
public static Output<GetIpAddressesResult> getIpAddresses(GetIpAddressesArgs args, InvokeOptions options)
fn::invoke:
function: netbox:index/getIpAddresses:getIpAddresses
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
List<Get
Ip Addresses Filter> - Id string
- The ID of this resource.
- Limit double
- Defaults to
1000
.
- Filters
[]Get
Ip Addresses Filter - Id string
- The ID of this resource.
- Limit float64
- Defaults to
1000
.
- filters
List<Get
Ip Addresses Filter> - id String
- The ID of this resource.
- limit Double
- Defaults to
1000
.
- filters
Get
Ip Addresses Filter[] - id string
- The ID of this resource.
- limit number
- Defaults to
1000
.
- filters
Sequence[Get
Ip Addresses Filter] - id str
- The ID of this resource.
- limit float
- Defaults to
1000
.
- filters List<Property Map>
- id String
- The ID of this resource.
- limit Number
- Defaults to
1000
.
getIpAddresses Result
The following output properties are available:
- Id string
- The ID of this resource.
- Ip
Addresses List<GetIp Addresses Ip Address> - Filters
List<Get
Ip Addresses Filter> - Limit double
- Defaults to
1000
.
- Id string
- The ID of this resource.
- Ip
Addresses []GetIp Addresses Ip Address - Filters
[]Get
Ip Addresses Filter - Limit float64
- Defaults to
1000
.
- id String
- The ID of this resource.
- ip
Addresses List<GetIp Addresses Ip Address> - filters
List<Get
Ip Addresses Filter> - limit Double
- Defaults to
1000
.
- id string
- The ID of this resource.
- ip
Addresses GetIp Addresses Ip Address[] - filters
Get
Ip Addresses Filter[] - limit number
- Defaults to
1000
.
- id str
- The ID of this resource.
- ip_
addresses Sequence[GetIp Addresses Ip Address] - filters
Sequence[Get
Ip Addresses Filter] - limit float
- Defaults to
1000
.
- id String
- The ID of this resource.
- ip
Addresses List<Property Map> - filters List<Property Map>
- limit Number
- Defaults to
1000
.
Supporting Types
GetIpAddressesFilter
GetIpAddressesIpAddress
- Address
Family string - Created string
- Custom
Fields Dictionary<string, string> - Description string
- Dns
Name string - Id double
- Ip
Address string - Last
Updated string - Role string
- Status string
- List<Get
Ip Addresses Ip Address Tag> - Tenants
List<Get
Ip Addresses Ip Address Tenant>
- Address
Family string - Created string
- Custom
Fields map[string]string - Description string
- Dns
Name string - Id float64
- Ip
Address string - Last
Updated string - Role string
- Status string
- []Get
Ip Addresses Ip Address Tag - Tenants
[]Get
Ip Addresses Ip Address Tenant
- address
Family String - created String
- custom
Fields Map<String,String> - description String
- dns
Name String - id Double
- ip
Address String - last
Updated String - role String
- status String
- List<Get
Ip Addresses Ip Address Tag> - tenants
List<Get
Ip Addresses Ip Address Tenant>
- address
Family string - created string
- custom
Fields {[key: string]: string} - description string
- dns
Name string - id number
- ip
Address string - last
Updated string - role string
- status string
- Get
Ip Addresses Ip Address Tag[] - tenants
Get
Ip Addresses Ip Address Tenant[]
- address_
family str - created str
- custom_
fields Mapping[str, str] - description str
- dns_
name str - id float
- ip_
address str - last_
updated str - role str
- status str
- Sequence[Get
Ip Addresses Ip Address Tag] - tenants
Sequence[Get
Ip Addresses Ip Address Tenant]
- address
Family String - created String
- custom
Fields Map<String> - description String
- dns
Name String - id Number
- ip
Address String - last
Updated String - role String
- status String
- List<Property Map>
- tenants List<Property Map>
GetIpAddressesIpAddressTag
GetIpAddressesIpAddressTenant
Package Details
- Repository
- netbox e-breuninger/terraform-provider-netbox
- License
- Notes
- This Pulumi package is based on the
netbox
Terraform Provider.
netbox 3.10.0 published on Monday, Apr 14, 2025 by e-breuninger