Optionalattached?: booleanOptionalipIds?: string[]IP IDs to filter for. Only IPs with these UUIDs will be returned.
OptionalisIpv6?: booleanDefines whether to filter only for IPv4s or IPv6s.
OptionalmacAddress?: stringMAC address to filter for. Only IPs attached to a resource with this MAC address will be returned.
OptionalorderBy?: IPAM.v1.ListIPsRequestOrderBySort order of the returned IPs.
OptionalorganizationId?: stringOrganization ID to filter for. Only IPs belonging to this Organization will be returned.
Optionalpage?: numberPage number to return, from the paginated results.
OptionalpageSize?: numberMaximum number of IPs to return per page.
OptionalprivateNetworkId?: 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.
OptionalprojectId?: stringProject ID to filter for. Only IPs belonging to this Project will be returned.
Optionalregion?: RegionRegion to target. If none is passed will use default region from the config.
OptionalresourceId?: stringResource ID to filter for. Only IPs attached to this resource will be returned.
OptionalresourceIds?: string[]Resource IDs to filter for. Only IPs attached to at least one of these resources will be returned.
OptionalresourceName?: stringAttached resource name to filter for, only IPs attached to a resource with this string within their name will be returned.
OptionalresourceType?: IPAM.v1.ResourceTypeResource type to filter for. Only IPs attached to this type of resource will be returned.
OptionalresourceTypes?: IPAM.v1.ResourceType[]Resource types to filter for. Only IPs attached to these types of resources will be returned.
OptionalsubnetId?: stringOnly IPs inside this exact subnet will be returned.
One-of ('source'): at most one of 'zonal', 'privateNetworkId', 'subnetId' could be set.
Optionaltags?: string[]Tags to filter for, only IPs with one or more matching tags will be returned.
OptionalvpcId?: stringOnly IPs owned by resources in this VPC will be returned.
Optionalzonal?: 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.