1. Packages
  2. Scaleway
  3. API Docs
  4. instance
  5. Ip
Scaleway v1.25.0 published on Saturday, Mar 22, 2025 by pulumiverse

scaleway.instance.Ip

Explore with Pulumi AI

scaleway logo
Scaleway v1.25.0 published on Saturday, Mar 22, 2025 by pulumiverse

    Creates and manages Scaleway compute Instance IPs. For more information, see the API documentation.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scaleway from "@pulumiverse/scaleway";
    
    const serverIp = new scaleway.instance.Ip("server_ip", {});
    
    import pulumi
    import pulumiverse_scaleway as scaleway
    
    server_ip = scaleway.instance.Ip("server_ip")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumiverse/pulumi-scaleway/sdk/go/scaleway/instance"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := instance.NewIp(ctx, "server_ip", nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scaleway = Pulumiverse.Scaleway;
    
    return await Deployment.RunAsync(() => 
    {
        var serverIp = new Scaleway.Instance.Ip("server_ip");
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scaleway.instance.Ip;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var serverIp = new Ip("serverIp");
    
        }
    }
    
    resources:
      serverIp:
        type: scaleway:instance:Ip
        name: server_ip
    

    Create Ip Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Ip(name: string, args?: IpArgs, opts?: CustomResourceOptions);
    @overload
    def Ip(resource_name: str,
           args: Optional[IpArgs] = None,
           opts: Optional[ResourceOptions] = None)
    
    @overload
    def Ip(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           project_id: Optional[str] = None,
           tags: Optional[Sequence[str]] = None,
           type: Optional[str] = None,
           zone: Optional[str] = None)
    func NewIp(ctx *Context, name string, args *IpArgs, opts ...ResourceOption) (*Ip, error)
    public Ip(string name, IpArgs? args = null, CustomResourceOptions? opts = null)
    public Ip(String name, IpArgs args)
    public Ip(String name, IpArgs args, CustomResourceOptions options)
    
    type: scaleway:instance:Ip
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args IpArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args IpArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args IpArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IpArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IpArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var scalewayIpResource = new Scaleway.Instance.Ip("scalewayIpResource", new()
    {
        ProjectId = "string",
        Tags = new[]
        {
            "string",
        },
        Type = "string",
        Zone = "string",
    });
    
    example, err := instance.NewIp(ctx, "scalewayIpResource", &instance.IpArgs{
    	ProjectId: pulumi.String("string"),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Type: pulumi.String("string"),
    	Zone: pulumi.String("string"),
    })
    
    var scalewayIpResource = new Ip("scalewayIpResource", IpArgs.builder()
        .projectId("string")
        .tags("string")
        .type("string")
        .zone("string")
        .build());
    
    scaleway_ip_resource = scaleway.instance.Ip("scalewayIpResource",
        project_id="string",
        tags=["string"],
        type="string",
        zone="string")
    
    const scalewayIpResource = new scaleway.instance.Ip("scalewayIpResource", {
        projectId: "string",
        tags: ["string"],
        type: "string",
        zone: "string",
    });
    
    type: scaleway:instance:Ip
    properties:
        projectId: string
        tags:
            - string
        type: string
        zone: string
    

    Ip Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Ip resource accepts the following input properties:

    ProjectId string
    project_id) The ID of the project the IP is associated with.
    Tags List<string>
    The tags associated with the IP.
    Type string
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    Zone string
    zone) The zone in which the IP should be reserved.
    ProjectId string
    project_id) The ID of the project the IP is associated with.
    Tags []string
    The tags associated with the IP.
    Type string
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    Zone string
    zone) The zone in which the IP should be reserved.
    projectId String
    project_id) The ID of the project the IP is associated with.
    tags List<String>
    The tags associated with the IP.
    type String
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    zone String
    zone) The zone in which the IP should be reserved.
    projectId string
    project_id) The ID of the project the IP is associated with.
    tags string[]
    The tags associated with the IP.
    type string
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    zone string
    zone) The zone in which the IP should be reserved.
    project_id str
    project_id) The ID of the project the IP is associated with.
    tags Sequence[str]
    The tags associated with the IP.
    type str
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    zone str
    zone) The zone in which the IP should be reserved.
    projectId String
    project_id) The ID of the project the IP is associated with.
    tags List<String>
    The tags associated with the IP.
    type String
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    zone String
    zone) The zone in which the IP should be reserved.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Ip resource produces the following output properties:

    Address string
    The IP address.
    Id string
    The provider-assigned unique ID for this managed resource.
    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
    The server associated with this IP
    Address string
    The IP address.
    Id string
    The provider-assigned unique ID for this managed resource.
    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
    The server associated with this IP
    address String
    The IP address.
    id String
    The provider-assigned unique ID for this managed resource.
    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
    The server associated with this IP
    address string
    The IP address.
    id string
    The provider-assigned unique ID for this managed resource.
    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
    The server associated with this IP
    address str
    The IP address.
    id str
    The provider-assigned unique ID for this managed resource.
    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
    The server associated with this IP
    address String
    The IP address.
    id String
    The provider-assigned unique ID for this managed resource.
    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
    The server associated with this IP

    Look up Existing Ip Resource

    Get an existing Ip resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: IpState, opts?: CustomResourceOptions): Ip
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            address: Optional[str] = None,
            organization_id: Optional[str] = None,
            prefix: Optional[str] = None,
            project_id: Optional[str] = None,
            reverse: Optional[str] = None,
            server_id: Optional[str] = None,
            tags: Optional[Sequence[str]] = None,
            type: Optional[str] = None,
            zone: Optional[str] = None) -> Ip
    func GetIp(ctx *Context, name string, id IDInput, state *IpState, opts ...ResourceOption) (*Ip, error)
    public static Ip Get(string name, Input<string> id, IpState? state, CustomResourceOptions? opts = null)
    public static Ip get(String name, Output<String> id, IpState state, CustomResourceOptions options)
    resources:  _:    type: scaleway:instance:Ip    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Address string
    The IP address.
    OrganizationId string
    The organization ID the IP is associated with.
    Prefix string
    The IP Prefix.
    ProjectId string
    project_id) The ID of the project the IP is associated with.
    Reverse string
    The reverse dns attached to this IP
    ServerId string
    The server associated with this IP
    Tags List<string>
    The tags associated with the IP.
    Type string
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    Zone string
    zone) The zone in which the IP should be reserved.
    Address string
    The IP address.
    OrganizationId string
    The organization ID the IP is associated with.
    Prefix string
    The IP Prefix.
    ProjectId string
    project_id) The ID of the project the IP is associated with.
    Reverse string
    The reverse dns attached to this IP
    ServerId string
    The server associated with this IP
    Tags []string
    The tags associated with the IP.
    Type string
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    Zone string
    zone) The zone in which the IP should be reserved.
    address String
    The IP address.
    organizationId String
    The organization ID the IP is associated with.
    prefix String
    The IP Prefix.
    projectId String
    project_id) The ID of the project the IP is associated with.
    reverse String
    The reverse dns attached to this IP
    serverId String
    The server associated with this IP
    tags List<String>
    The tags associated with the IP.
    type String
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    zone String
    zone) The zone in which the IP should be reserved.
    address string
    The IP address.
    organizationId string
    The organization ID the IP is associated with.
    prefix string
    The IP Prefix.
    projectId string
    project_id) The ID of the project the IP is associated with.
    reverse string
    The reverse dns attached to this IP
    serverId string
    The server associated with this IP
    tags string[]
    The tags associated with the IP.
    type string
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    zone string
    zone) The zone in which the IP should be reserved.
    address str
    The IP address.
    organization_id str
    The organization ID the IP is associated with.
    prefix str
    The IP Prefix.
    project_id str
    project_id) The ID of the project the IP is associated with.
    reverse str
    The reverse dns attached to this IP
    server_id str
    The server associated with this IP
    tags Sequence[str]
    The tags associated with the IP.
    type str
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    zone str
    zone) The zone in which the IP should be reserved.
    address String
    The IP address.
    organizationId String
    The organization ID the IP is associated with.
    prefix String
    The IP Prefix.
    projectId String
    project_id) The ID of the project the IP is associated with.
    reverse String
    The reverse dns attached to this IP
    serverId String
    The server associated with this IP
    tags List<String>
    The tags associated with the IP.
    type String
    The type of the IP (routed_ipv4, routed_ipv6), more information in the documentation
    zone String
    zone) The zone in which the IP should be reserved.

    Import

    IPs can be imported using the {zone}/{id}, e.g.

    bash

    $ pulumi import scaleway:instance/ip:Ip server_ip fr-par-1/11111111-1111-1111-1111-111111111111
    

    To learn more about importing existing cloud resources, see Importing resources.

    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.25.0 published on Saturday, Mar 22, 2025 by pulumiverse