Scaleway v1.27.0 published on Monday, Apr 21, 2025 by pulumiverse
scaleway.elasticmetal.getIp
Explore with Pulumi AI
Gets information about a Flexible 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(flexible_ip_id: Optional[str] = None,
           ip_address: Optional[str] = None,
           project_id: Optional[str] = None,
           opts: Optional[InvokeOptions] = None) -> GetIpResult
def get_ip_output(flexible_ip_id: Optional[pulumi.Input[str]] = None,
           ip_address: Optional[pulumi.Input[str]] = None,
           project_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:elasticmetal/getIp:getIp
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Flexible
Ip stringId  - Ip
Address string - The IP address.
Only one of 
ip_addressandip_idshould be specified. - Project
Id string - (Defaults to provider 
project_id) The ID of the project the IP is in. 
- Flexible
Ip stringId  - Ip
Address string - The IP address.
Only one of 
ip_addressandip_idshould be specified. - Project
Id string - (Defaults to provider 
project_id) The ID of the project the IP is in. 
- flexible
Ip StringId  - ip
Address String - The IP address.
Only one of 
ip_addressandip_idshould be specified. - project
Id String - (Defaults to provider 
project_id) The ID of the project the IP is in. 
- flexible
Ip stringId  - ip
Address string - The IP address.
Only one of 
ip_addressandip_idshould be specified. - project
Id string - (Defaults to provider 
project_id) The ID of the project the IP is in. 
- flexible_
ip_ strid  - ip_
address str - The IP address.
Only one of 
ip_addressandip_idshould be specified. - project_
id str - (Defaults to provider 
project_id) The ID of the project the IP is in. 
- flexible
Ip StringId  - ip
Address String - The IP address.
Only one of 
ip_addressandip_idshould be specified. - project
Id String - (Defaults to provider 
project_id) The ID of the project the IP is in. 
getIp Result
The following output properties are available:
- Created
At string - Description string
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Is
Ipv6 bool - Organization
Id string - (Defaults to provider 
organization_id) The ID of the organization the IP is in. - Project
Id string - (Defaults to provider 
project_id) The ID of the project the IP is in. - Reverse string
 - The reverse domain associated with this IP.
 - Server
Id string - The associated server ID if any
 - Status string
 - List<string>
 - Updated
At string - Zone string
 - Flexible
Ip stringId  - Ip
Address string 
- Created
At string - Description string
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Is
Ipv6 bool - Organization
Id string - (Defaults to provider 
organization_id) The ID of the organization the IP is in. - Project
Id string - (Defaults to provider 
project_id) The ID of the project the IP is in. - Reverse string
 - The reverse domain associated with this IP.
 - Server
Id string - The associated server ID if any
 - Status string
 - []string
 - Updated
At string - Zone string
 - Flexible
Ip stringId  - Ip
Address string 
- created
At String - description String
 - id String
 - The provider-assigned unique ID for this managed resource.
 - is
Ipv6 Boolean - organization
Id String - (Defaults to provider 
organization_id) The ID of the organization the IP is in. - project
Id String - (Defaults to provider 
project_id) The ID of the project the IP is in. - reverse String
 - The reverse domain associated with this IP.
 - server
Id String - The associated server ID if any
 - status String
 - List<String>
 - updated
At String - zone String
 - flexible
Ip StringId  - ip
Address String 
- created
At string - description string
 - id string
 - The provider-assigned unique ID for this managed resource.
 - is
Ipv6 boolean - organization
Id string - (Defaults to provider 
organization_id) The ID of the organization the IP is in. - project
Id string - (Defaults to provider 
project_id) The ID of the project the IP is in. - reverse string
 - The reverse domain associated with this IP.
 - server
Id string - The associated server ID if any
 - status string
 - string[]
 - updated
At string - zone string
 - flexible
Ip stringId  - ip
Address string 
- created_
at str - description str
 - id str
 - The provider-assigned unique ID for this managed resource.
 - is_
ipv6 bool - organization_
id str - (Defaults to provider 
organization_id) The ID of the organization the IP is in. - project_
id str - (Defaults to provider 
project_id) The ID of the project the IP is in. - reverse str
 - The reverse domain associated with this IP.
 - server_
id str - The associated server ID if any
 - status str
 - Sequence[str]
 - updated_
at str - zone str
 - flexible_
ip_ strid  - ip_
address str 
- created
At String - description String
 - id String
 - The provider-assigned unique ID for this managed resource.
 - is
Ipv6 Boolean - organization
Id String - (Defaults to provider 
organization_id) The ID of the organization the IP is in. - project
Id String - (Defaults to provider 
project_id) The ID of the project the IP is in. - reverse String
 - The reverse domain associated with this IP.
 - server
Id String - The associated server ID if any
 - status String
 - List<String>
 - updated
At String - zone String
 - flexible
Ip StringId  - ip
Address String 
Package Details
- Repository
 - scaleway pulumiverse/pulumi-scaleway
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
scalewayTerraform Provider.