ovh.CloudProject.getFailoverIpAttach
Use this data source to get the details of a failover ip address of a service in a public cloud project.
Example Usage
using System.Collections.Generic;
using Pulumi;
using Ovh = Pulumi.Ovh;
return await Deployment.RunAsync(() =>
{
var myfailoverip = Ovh.CloudProject.GetFailoverIpAttach.Invoke(new()
{
Ip = "XXXXXX",
ServiceName = "XXXXXX",
});
});
package main
import (
"github.com/lbrlabs/pulumi-ovh/sdk/go/ovh/CloudProject"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := CloudProject.GetFailoverIpAttach(ctx, &cloudproject.GetFailoverIpAttachArgs{
Ip: pulumi.StringRef("XXXXXX"),
ServiceName: "XXXXXX",
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ovh.CloudProject.CloudProjectFunctions;
import com.pulumi.ovh.CloudProject.inputs.GetFailoverIpAttachArgs;
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) {
final var myfailoverip = CloudProjectFunctions.getFailoverIpAttach(GetFailoverIpAttachArgs.builder()
.ip("XXXXXX")
.serviceName("XXXXXX")
.build());
}
}
import pulumi
import pulumi_ovh as ovh
myfailoverip = ovh.CloudProject.get_failover_ip_attach(ip="XXXXXX",
service_name="XXXXXX")
import * as pulumi from "@pulumi/pulumi";
import * as ovh from "@pulumi/ovh";
const myfailoverip = ovh.CloudProject.getFailoverIpAttach({
ip: "XXXXXX",
serviceName: "XXXXXX",
});
variables:
myfailoverip:
fn::invoke:
Function: ovh:CloudProject:getFailoverIpAttach
Arguments:
ip: XXXXXX
serviceName: XXXXXX
Using getFailoverIpAttach
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 getFailoverIpAttach(args: GetFailoverIpAttachArgs, opts?: InvokeOptions): Promise<GetFailoverIpAttachResult>
function getFailoverIpAttachOutput(args: GetFailoverIpAttachOutputArgs, opts?: InvokeOptions): Output<GetFailoverIpAttachResult>
def get_failover_ip_attach(block: Optional[str] = None,
continent_code: Optional[str] = None,
geo_loc: Optional[str] = None,
ip: Optional[str] = None,
routed_to: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFailoverIpAttachResult
def get_failover_ip_attach_output(block: Optional[pulumi.Input[str]] = None,
continent_code: Optional[pulumi.Input[str]] = None,
geo_loc: Optional[pulumi.Input[str]] = None,
ip: Optional[pulumi.Input[str]] = None,
routed_to: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFailoverIpAttachResult]
func GetFailoverIpAttach(ctx *Context, args *GetFailoverIpAttachArgs, opts ...InvokeOption) (*GetFailoverIpAttachResult, error)
func GetFailoverIpAttachOutput(ctx *Context, args *GetFailoverIpAttachOutputArgs, opts ...InvokeOption) GetFailoverIpAttachResultOutput
> Note: This function is named GetFailoverIpAttach
in the Go SDK.
public static class GetFailoverIpAttach
{
public static Task<GetFailoverIpAttachResult> InvokeAsync(GetFailoverIpAttachArgs args, InvokeOptions? opts = null)
public static Output<GetFailoverIpAttachResult> Invoke(GetFailoverIpAttachInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFailoverIpAttachResult> getFailoverIpAttach(GetFailoverIpAttachArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: ovh:CloudProject/getFailoverIpAttach:getFailoverIpAttach
arguments:
# arguments dictionary
The following arguments are supported:
- Service
Name string The id of the public cloud project. If omitted, the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.- Block string
The IP block
- Continent
Code string - Geo
Loc string - Ip string
The failover ip address to query
- Routed
To string
- Service
Name string The id of the public cloud project. If omitted, the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.- Block string
The IP block
- Continent
Code string - Geo
Loc string - Ip string
The failover ip address to query
- Routed
To string
- service
Name String The id of the public cloud project. If omitted, the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.- block String
The IP block
- continent
Code String - geo
Loc String - ip String
The failover ip address to query
- routed
To String
- service
Name string The id of the public cloud project. If omitted, the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.- block string
The IP block
- continent
Code string - geo
Loc string - ip string
The failover ip address to query
- routed
To string
- service_
name str The id of the public cloud project. If omitted, the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.- block str
The IP block
- continent_
code str - geo_
loc str - ip str
The failover ip address to query
- routed_
to str
- service
Name String The id of the public cloud project. If omitted, the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used.- block String
The IP block
- continent
Code String - geo
Loc String - ip String
The failover ip address to query
- routed
To String
getFailoverIpAttach Result
The following output properties are available:
- Block string
The IP block
- Continent
Code string - Geo
Loc string - Id string
The Ip id
- Ip string
The Ip Address
- Progress int
Current operation progress in percent
- Routed
To string - Service
Name string - Status string
Ip status, can be
ok
oroperationPending
- Sub
Type string
- Block string
The IP block
- Continent
Code string - Geo
Loc string - Id string
The Ip id
- Ip string
The Ip Address
- Progress int
Current operation progress in percent
- Routed
To string - Service
Name string - Status string
Ip status, can be
ok
oroperationPending
- Sub
Type string
- block String
The IP block
- continent
Code String - geo
Loc String - id String
The Ip id
- ip String
The Ip Address
- progress Integer
Current operation progress in percent
- routed
To String - service
Name String - status String
Ip status, can be
ok
oroperationPending
- sub
Type String
- block string
The IP block
- continent
Code string - geo
Loc string - id string
The Ip id
- ip string
The Ip Address
- progress number
Current operation progress in percent
- routed
To string - service
Name string - status string
Ip status, can be
ok
oroperationPending
- sub
Type string
- block str
The IP block
- continent_
code str - geo_
loc str - id str
The Ip id
- ip str
The Ip Address
- progress int
Current operation progress in percent
- routed_
to str - service_
name str - status str
Ip status, can be
ok
oroperationPending
- sub_
type str
- block String
The IP block
- continent
Code String - geo
Loc String - id String
The Ip id
- ip String
The Ip Address
- progress Number
Current operation progress in percent
- routed
To String - service
Name String - status String
Ip status, can be
ok
oroperationPending
- sub
Type String
Package Details
- Repository
- ovh lbrlabs/pulumi-ovh
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
ovh
Terraform Provider.