Schemas
scaleway.ipam.v1.CustomResource
mac_addressMAC address of the custom resource.
nameName of the custom resource. When the resource is in a Private Network, a DNS record is available to resolve the resource name.
scaleway.ipam.v1.IP
idIP ID. (UUID format)
addressIPv4 or IPv6 address in CIDR notation. (IP network)
project_idScaleway Project the IP belongs to. (UUID format)
is_ipv6Defines whether the IP is an IPv6 (false = IPv4).
created_atDate the IP was reserved. (RFC 3339 format)
updated_atDate the IP was last modified. (RFC 3339 format)
Source pool where the IP was reserved in.
Resource which the IP is attached to.
tagsTags for the IP.
Array of reverses associated with the IP.
regionRegion of the IP.
zoneZone of the IP, if zonal.
scaleway.ipam.v1.ListIPsRequest.OrderBy
scaleway.ipam.v1.Resource
typeType of resource the IP is attached to.
idID of the resource the IP is attached to. (UUID format)
mac_addressMAC of the resource the IP is attached to.
nameName of the resource the IP is attached to. When the IP is in a Private Network, then a DNS record is available to resolve the resource name to this IP.
scaleway.ipam.v1.Resource.Type
scaleway.ipam.v1.Reverse
hostnameReverse domain name.
addressIP corresponding to the hostname. (IP address)
scaleway.ipam.v1.Source
zonalZone the IP lives in if the IP is a public zoned IP. This source is global.
private_network_idPrivate Network the IP lives in if the IP is a private IP. This source is specific.
subnet_idPrivate Network subnet the IP lives in if the IP is a private IP in a Private Network. This source is specific.
vpc_idregionalDefines whether the IP is a public regional IP. This source is global.