Optional
attached?: booleanOptional
ipIds?: string[]IP IDs to filter for. Only IPs with these UUIDs will be returned.
Optional
isIpv6?: booleanDefines whether to filter only for IPv4s or IPv6s.
Optional
macAddress?: stringMAC address to filter for. Only IPs attached to a resource with this MAC address will be returned.
Optional
orderBy?: IPAM.v1.ListIPsRequestOrderBySort order of the returned IPs.
Optional
organizationId?: stringOrganization ID to filter for. Only IPs belonging to this Organization will be returned.
Optional
page?: numberPage number to return, from the paginated results.
Optional
pageSize?: numberMaximum number of IPs to return per page.
Optional
privateNetworkId?: stringOnly IPs that are private, and in this Private Network, will be returned.
One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId' could be set.
Optional
projectId?: stringProject ID to filter for. Only IPs belonging to this Project will be returned.
Optional
region?: RegionRegion to target. If none is passed will use default region from the config.
Optional
resourceId?: stringResource ID to filter for. Only IPs attached to this resource will be returned.
Optional
resourceIds?: string[]Resource IDs to filter for. Only IPs attached to at least one of these resources will be returned.
Optional
resourceName?: stringAttached resource name to filter for, only IPs attached to a resource with this string within their name will be returned.
Optional
resourceType?: IPAM.v1.ResourceTypeResource type to filter for. Only IPs attached to this type of resource will be returned.
Optional
resourceTypes?: IPAM.v1.ResourceType[]Resource types to filter for. Only IPs attached to these types of resources will be returned.
Optional
subnetId?: stringOnly IPs inside this exact subnet will be returned.
One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId' could be set.
Optional
tags?: string[]Tags to filter for, only IPs with one or more matching tags will be returned.
Optional
vpcId?: stringOnly IPs owned by resources in this VPC will be returned.
Optional
zonal?: stringZone to filter for. Only IPs that are zonal, and in this zone, will be returned.
One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId' could be set.
Defines whether to filter only for IPs which are attached to a resource.