Scaleway v1.37.0 published on Friday, Nov 7, 2025 by pulumiverse
scaleway.instance.getIp
Start a Neo task
Explain and create a scaleway.instance.getIp resource
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,
project_id: Optional[str] = None,
zone: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIpResult
def get_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[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 dictionaryThe following arguments are supported:
- Address string
- The IPv4 address to retrieve
Only one of
addressandidshould be specified. - Id string
- The ID of the IP address to retrieve
Only one of
addressandidshould be specified. - Project
Id 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
addressandidshould be specified. - Id string
- The ID of the IP address to retrieve
Only one of
addressandidshould be specified. - Project
Id 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
addressandidshould be specified. - id String
- The ID of the IP address to retrieve
Only one of
addressandidshould be specified. - project
Id 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
addressandidshould be specified. - id string
- The ID of the IP address to retrieve
Only one of
addressandidshould be specified. - project
Id 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
addressandidshould be specified. - id str
- The ID of the IP address to retrieve
Only one of
addressandidshould 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
addressandidshould be specified. - id String
- The ID of the IP address to retrieve
Only one of
addressandidshould be specified. - project
Id 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.
getIp Result
The following output properties are available:
- 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 - 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
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scalewayTerraform Provider.
