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

scaleway.instance.getIp

Explore with Pulumi AI

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

    Gets information about an instance IP.

    Using getIp

    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 getIp(args: GetIpArgs, opts?: InvokeOptions): Promise<GetIpResult>
    function getIpOutput(args: GetIpOutputArgs, opts?: InvokeOptions): Output<GetIpResult>
    def get_ip(address: Optional[str] = None,
               id: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetIpResult
    def get_ip_output(address: Optional[pulumi.Input[str]] = None,
               id: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetIpResult]
    func LookupIp(ctx *Context, args *LookupIpArgs, opts ...InvokeOption) (*LookupIpResult, error)
    func LookupIpOutput(ctx *Context, args *LookupIpOutputArgs, opts ...InvokeOption) LookupIpResultOutput

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

    public static class GetIp 
    {
        public static Task<GetIpResult> InvokeAsync(GetIpArgs args, InvokeOptions? opts = null)
        public static Output<GetIpResult> Invoke(GetIpInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIpResult> getIp(GetIpArgs args, InvokeOptions options)
    public static Output<GetIpResult> getIp(GetIpArgs args, InvokeOptions options)
    
    fn::invoke:
      function: scaleway:instance/getIp:getIp
      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.
    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.
    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.
    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.
    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.
    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.

    getIp Result

    The following output properties are available:

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

    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