Scaleway v1.25.0 published on Saturday, Mar 22, 2025 by pulumiverse
scaleway.loadbalancers.getIps
Explore with Pulumi AI
Gets information about multiple Load Balancer IP addresses.
For more information, see the main documentation or API documentation.
Using getIps
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 getIps(args: GetIpsArgs, opts?: InvokeOptions): Promise<GetIpsResult>
function getIpsOutput(args: GetIpsOutputArgs, opts?: InvokeOptions): Output<GetIpsResult>
def get_ips(ip_cidr_range: Optional[str] = None,
ip_type: Optional[str] = None,
project_id: Optional[str] = None,
tags: Optional[Sequence[str]] = None,
zone: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIpsResult
def get_ips_output(ip_cidr_range: Optional[pulumi.Input[str]] = None,
ip_type: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
zone: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIpsResult]
func GetIps(ctx *Context, args *GetIpsArgs, opts ...InvokeOption) (*GetIpsResult, error)
func GetIpsOutput(ctx *Context, args *GetIpsOutputArgs, opts ...InvokeOption) GetIpsResultOutput
> Note: This function is named GetIps
in the Go SDK.
public static class GetIps
{
public static Task<GetIpsResult> InvokeAsync(GetIpsArgs args, InvokeOptions? opts = null)
public static Output<GetIpsResult> Invoke(GetIpsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIpsResult> getIps(GetIpsArgs args, InvokeOptions options)
public static Output<GetIpsResult> getIps(GetIpsArgs args, InvokeOptions options)
fn::invoke:
function: scaleway:loadbalancers/getIps:getIps
arguments:
# arguments dictionary
The following arguments are supported:
- Ip
Cidr stringRange - The IP CIDR range to filter for. IPs within a matching CIDR block are listed.
- Ip
Type string - The IP type used as a filter.
- Project
Id string - The ID of the Project the Load Balancer is associated with.
- List<string>
- List of tags used as filter. IPs with these exact tags are listed.
- Zone string
zone
) The zone in which the IPs exist.
- Ip
Cidr stringRange - The IP CIDR range to filter for. IPs within a matching CIDR block are listed.
- Ip
Type string - The IP type used as a filter.
- Project
Id string - The ID of the Project the Load Balancer is associated with.
- []string
- List of tags used as filter. IPs with these exact tags are listed.
- Zone string
zone
) The zone in which the IPs exist.
- ip
Cidr StringRange - The IP CIDR range to filter for. IPs within a matching CIDR block are listed.
- ip
Type String - The IP type used as a filter.
- project
Id String - The ID of the Project the Load Balancer is associated with.
- List<String>
- List of tags used as filter. IPs with these exact tags are listed.
- zone String
zone
) The zone in which the IPs exist.
- ip
Cidr stringRange - The IP CIDR range to filter for. IPs within a matching CIDR block are listed.
- ip
Type string - The IP type used as a filter.
- project
Id string - The ID of the Project the Load Balancer is associated with.
- string[]
- List of tags used as filter. IPs with these exact tags are listed.
- zone string
zone
) The zone in which the IPs exist.
- ip_
cidr_ strrange - The IP CIDR range to filter for. IPs within a matching CIDR block are listed.
- ip_
type str - The IP type used as a filter.
- project_
id str - The ID of the Project the Load Balancer is associated with.
- Sequence[str]
- List of tags used as filter. IPs with these exact tags are listed.
- zone str
zone
) The zone in which the IPs exist.
- ip
Cidr StringRange - The IP CIDR range to filter for. IPs within a matching CIDR block are listed.
- ip
Type String - The IP type used as a filter.
- project
Id String - The ID of the Project the Load Balancer is associated with.
- List<String>
- List of tags used as filter. IPs with these exact tags are listed.
- zone String
zone
) The zone in which the IPs exist.
getIps Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ips
List<Pulumiverse.
Scaleway. Loadbalancers. Outputs. Get Ips Ip> - List of retrieved IPs
- Organization
Id string - The ID of the Organization the Load Balancer is associated with.
- Project
Id string - The ID of the Project the Load Balancer is associated with.
- Zone string
- The zone of the Load Balancer.
- Ip
Cidr stringRange - Ip
Type string - List<string>
- Id string
- The provider-assigned unique ID for this managed resource.
- Ips
[]Get
Ips Ip - List of retrieved IPs
- Organization
Id string - The ID of the Organization the Load Balancer is associated with.
- Project
Id string - The ID of the Project the Load Balancer is associated with.
- Zone string
- The zone of the Load Balancer.
- Ip
Cidr stringRange - Ip
Type string - []string
- id String
- The provider-assigned unique ID for this managed resource.
- ips
List<Get
Ips Ip> - List of retrieved IPs
- organization
Id String - The ID of the Organization the Load Balancer is associated with.
- project
Id String - The ID of the Project the Load Balancer is associated with.
- zone String
- The zone of the Load Balancer.
- ip
Cidr StringRange - ip
Type String - List<String>
- id string
- The provider-assigned unique ID for this managed resource.
- ips
Get
Ips Ip[] - List of retrieved IPs
- organization
Id string - The ID of the Organization the Load Balancer is associated with.
- project
Id string - The ID of the Project the Load Balancer is associated with.
- zone string
- The zone of the Load Balancer.
- ip
Cidr stringRange - ip
Type string - string[]
- id str
- The provider-assigned unique ID for this managed resource.
- ips
Sequence[Get
Ips Ip] - List of retrieved IPs
- organization_
id str - The ID of the Organization the Load Balancer is associated with.
- project_
id str - The ID of the Project the Load Balancer is associated with.
- zone str
- The zone of the Load Balancer.
- ip_
cidr_ strrange - ip_
type str - Sequence[str]
- id String
- The provider-assigned unique ID for this managed resource.
- ips List<Property Map>
- List of retrieved IPs
- organization
Id String - The ID of the Organization the Load Balancer is associated with.
- project
Id String - The ID of the Project the Load Balancer is associated with.
- zone String
- The zone of the Load Balancer.
- ip
Cidr StringRange - ip
Type String - List<String>
Supporting Types
GetIpsIp
- Id string
- The ID of the associated IP.
- Ip
Address string - The IP address
- Lb
Id string - The ID of the associated Load BalancerD, if any
- Organization
Id string - The ID of the Organization the Load Balancer is associated with.
- Project
Id string - The ID of the Project the Load Balancer is associated with.
- Reverse string
- The reverse domain associated with this IP.
- List<string>
- List of tags used as filter. IPs with these exact tags are listed.
- Zone string
zone
) The zone in which the IPs exist.
- Id string
- The ID of the associated IP.
- Ip
Address string - The IP address
- Lb
Id string - The ID of the associated Load BalancerD, if any
- Organization
Id string - The ID of the Organization the Load Balancer is associated with.
- Project
Id string - The ID of the Project the Load Balancer is associated with.
- Reverse string
- The reverse domain associated with this IP.
- []string
- List of tags used as filter. IPs with these exact tags are listed.
- Zone string
zone
) The zone in which the IPs exist.
- id String
- The ID of the associated IP.
- ip
Address String - The IP address
- lb
Id String - The ID of the associated Load BalancerD, if any
- organization
Id String - The ID of the Organization the Load Balancer is associated with.
- project
Id String - The ID of the Project the Load Balancer is associated with.
- reverse String
- The reverse domain associated with this IP.
- List<String>
- List of tags used as filter. IPs with these exact tags are listed.
- zone String
zone
) The zone in which the IPs exist.
- id string
- The ID of the associated IP.
- ip
Address string - The IP address
- lb
Id string - The ID of the associated Load BalancerD, if any
- organization
Id string - The ID of the Organization the Load Balancer is associated with.
- project
Id string - The ID of the Project the Load Balancer is associated with.
- reverse string
- The reverse domain associated with this IP.
- string[]
- List of tags used as filter. IPs with these exact tags are listed.
- zone string
zone
) The zone in which the IPs exist.
- id str
- The ID of the associated IP.
- ip_
address str - The IP address
- lb_
id str - The ID of the associated Load BalancerD, if any
- organization_
id str - The ID of the Organization the Load Balancer is associated with.
- project_
id str - The ID of the Project the Load Balancer is associated with.
- reverse str
- The reverse domain associated with this IP.
- Sequence[str]
- List of tags used as filter. IPs with these exact tags are listed.
- zone str
zone
) The zone in which the IPs exist.
- id String
- The ID of the associated IP.
- ip
Address String - The IP address
- lb
Id String - The ID of the associated Load BalancerD, if any
- organization
Id String - The ID of the Organization the Load Balancer is associated with.
- project
Id String - The ID of the Project the Load Balancer is associated with.
- reverse String
- The reverse domain associated with this IP.
- List<String>
- List of tags used as filter. IPs with these exact tags are listed.
- zone String
zone
) The zone in which the IPs exist.
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.