1. Packages
  2. Scaleway
  3. API Docs
  4. getInstanceIp
Scaleway v1.37.0 published on Friday, Nov 7, 2025 by pulumiverse

scaleway.getInstanceIp

Start a Neo task
Explain and create a scaleway.getInstanceIp resource
scaleway logo
Scaleway v1.37.0 published on Friday, Nov 7, 2025 by pulumiverse
    Deprecated: scaleway.index/getinstanceip.getInstanceIp has been deprecated in favor of scaleway.instance/getip.getIp

    Gets information about an instance IP.

    Using getInstanceIp

    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 getInstanceIp(args: GetInstanceIpArgs, opts?: InvokeOptions): Promise<GetInstanceIpResult>
    function getInstanceIpOutput(args: GetInstanceIpOutputArgs, opts?: InvokeOptions): Output<GetInstanceIpResult>
    def get_instance_ip(address: Optional[str] = None,
                        id: Optional[str] = None,
                        project_id: Optional[str] = None,
                        zone: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetInstanceIpResult
    def get_instance_ip_output(address: Optional[pulumi.Input[str]] = None,
                        id: Optional[pulumi.Input[str]] = None,
                        project_id: Optional[pulumi.Input[str]] = None,
                        zone: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetInstanceIpResult]
    func LookupInstanceIp(ctx *Context, args *LookupInstanceIpArgs, opts ...InvokeOption) (*LookupInstanceIpResult, error)
    func LookupInstanceIpOutput(ctx *Context, args *LookupInstanceIpOutputArgs, opts ...InvokeOption) LookupInstanceIpResultOutput

    > Note: This function is named LookupInstanceIp in the Go SDK.

    public static class GetInstanceIp 
    {
        public static Task<GetInstanceIpResult> InvokeAsync(GetInstanceIpArgs args, InvokeOptions? opts = null)
        public static Output<GetInstanceIpResult> Invoke(GetInstanceIpInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInstanceIpResult> getInstanceIp(GetInstanceIpArgs args, InvokeOptions options)
    public static Output<GetInstanceIpResult> getInstanceIp(GetInstanceIpArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scaleway:index/getInstanceIp:getInstanceIp
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Address string
    The IPv4 address to retrieve Only one of address and id should be specified.
    Id string
    The ID of the IP address to retrieve Only one of address and id should be specified.
    ProjectId string
    project_id) The ID of the project the IP is associated with.
    Zone string
    zone) The zone in which the IP should be reserved.
    Address string
    The IPv4 address to retrieve Only one of address and id should be specified.
    Id string
    The ID of the IP address to retrieve Only one of address and id should be specified.
    ProjectId string
    project_id) The ID of the project the IP is associated with.
    Zone string
    zone) The zone in which the IP should be reserved.
    address String
    The IPv4 address to retrieve Only one of address and id should be specified.
    id String
    The ID of the IP address to retrieve Only one of address and id should be specified.
    projectId String
    project_id) The ID of the project the IP is associated with.
    zone String
    zone) The zone in which the IP should be reserved.
    address string
    The IPv4 address to retrieve Only one of address and id should be specified.
    id string
    The ID of the IP address to retrieve Only one of address and id should be specified.
    projectId string
    project_id) The ID of the project the IP is associated with.
    zone string
    zone) The zone in which the IP should be reserved.
    address str
    The IPv4 address to retrieve Only one of address and id should be specified.
    id str
    The ID of the IP address to retrieve Only one of address and id should be specified.
    project_id str
    project_id) The ID of the project the IP is associated with.
    zone str
    zone) The zone in which the IP should be reserved.
    address String
    The IPv4 address to retrieve Only one of address and id should be specified.
    id String
    The ID of the IP address to retrieve Only one of address and id should be specified.
    projectId String
    project_id) The ID of the project the IP is associated with.
    zone String
    zone) The zone in which the IP should be reserved.

    getInstanceIp Result

    The following output properties are available:

    OrganizationId string
    The organization ID the IP is associated with.
    Prefix string
    The IP Prefix.
    Reverse string
    The reverse dns attached to this IP
    ServerId string
    Tags List<string>
    Type string
    The type of the IP
    Address string
    The IP address.
    Id string
    The ID of the IP.
    ProjectId string
    Zone string
    OrganizationId string
    The organization ID the IP is associated with.
    Prefix string
    The IP Prefix.
    Reverse string
    The reverse dns attached to this IP
    ServerId string
    Tags []string
    Type string
    The type of the IP
    Address string
    The IP address.
    Id string
    The ID of the IP.
    ProjectId string
    Zone string
    organizationId String
    The organization ID the IP is associated with.
    prefix String
    The IP Prefix.
    reverse String
    The reverse dns attached to this IP
    serverId String
    tags List<String>
    type String
    The type of the IP
    address String
    The IP address.
    id String
    The ID of the IP.
    projectId String
    zone String
    organizationId string
    The organization ID the IP is associated with.
    prefix string
    The IP Prefix.
    reverse string
    The reverse dns attached to this IP
    serverId string
    tags string[]
    type string
    The type of the IP
    address string
    The IP address.
    id string
    The ID of the IP.
    projectId string
    zone string
    organization_id str
    The organization ID the IP is associated with.
    prefix str
    The IP Prefix.
    reverse str
    The reverse dns attached to this IP
    server_id str
    tags Sequence[str]
    type str
    The type of the IP
    address str
    The IP address.
    id str
    The ID of the IP.
    project_id str
    zone str
    organizationId String
    The organization ID the IP is associated with.
    prefix String
    The IP Prefix.
    reverse String
    The reverse dns attached to this IP
    serverId String
    tags List<String>
    type String
    The type of the IP
    address String
    The IP address.
    id String
    The ID of the IP.
    projectId String
    zone String

    Package Details

    Repository
    scaleway pulumiverse/pulumi-scaleway
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scaleway Terraform Provider.
    scaleway logo
    Scaleway v1.37.0 published on Friday, Nov 7, 2025 by pulumiverse
      Meet Neo: Your AI Platform Teammate