1. Packages
  2. Packages
  3. Civo Provider
  4. API Docs
  5. getVpcReservedIp
Viewing docs for civo 1.3.1
published on Thursday, Aug 6, 2026 by civo
civo logo
Viewing docs for civo 1.3.1
published on Thursday, Aug 6, 2026 by civo

    Using getVpcReservedIp

    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 getVpcReservedIp(args: GetVpcReservedIpArgs, opts?: InvokeOptions): Promise<GetVpcReservedIpResult>
    function getVpcReservedIpOutput(args: GetVpcReservedIpOutputArgs, opts?: InvokeOptions): Output<GetVpcReservedIpResult>
    def get_vpc_reserved_ip(id: Optional[str] = None,
                            name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetVpcReservedIpResult
    def get_vpc_reserved_ip_output(id: pulumi.Input[Optional[str]] = None,
                            name: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetVpcReservedIpResult]
    func LookupVpcReservedIp(ctx *Context, args *LookupVpcReservedIpArgs, opts ...InvokeOption) (*LookupVpcReservedIpResult, error)
    func LookupVpcReservedIpOutput(ctx *Context, args *LookupVpcReservedIpOutputArgs, opts ...InvokeOption) LookupVpcReservedIpResultOutput

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

    public static class GetVpcReservedIp 
    {
        public static Task<GetVpcReservedIpResult> InvokeAsync(GetVpcReservedIpArgs args, InvokeOptions? opts = null)
        public static Output<GetVpcReservedIpResult> Invoke(GetVpcReservedIpInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcReservedIpResult> getVpcReservedIp(GetVpcReservedIpArgs args, InvokeOptions options)
    public static Output<GetVpcReservedIpResult> getVpcReservedIp(GetVpcReservedIpArgs args, InvokeOptions options)
    
    fn::invoke:
      function: civo:index/getVpcReservedIp:getVpcReservedIp
      arguments:
        # arguments dictionary
    data "civo_get_vpc_reserved_ip" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    ID for the ip address
    Name string
    Name for the ip address
    Id string
    ID for the ip address
    Name string
    Name for the ip address
    id string
    ID for the ip address
    name string
    Name for the ip address
    id String
    ID for the ip address
    name String
    Name for the ip address
    id string
    ID for the ip address
    name string
    Name for the ip address
    id str
    ID for the ip address
    name str
    Name for the ip address
    id String
    ID for the ip address
    name String
    Name for the ip address

    getVpcReservedIp Result

    The following output properties are available:

    InstanceId string
    The ID of the instance the IP is attached to
    InstanceName string
    The name of the instance the IP is attached to
    Ip string
    The IP Address requested
    Region string
    The region the ip address is in
    Id string
    ID for the ip address
    Name string
    Name for the ip address
    InstanceId string
    The ID of the instance the IP is attached to
    InstanceName string
    The name of the instance the IP is attached to
    Ip string
    The IP Address requested
    Region string
    The region the ip address is in
    Id string
    ID for the ip address
    Name string
    Name for the ip address
    instance_id string
    The ID of the instance the IP is attached to
    instance_name string
    The name of the instance the IP is attached to
    ip string
    The IP Address requested
    region string
    The region the ip address is in
    id string
    ID for the ip address
    name string
    Name for the ip address
    instanceId String
    The ID of the instance the IP is attached to
    instanceName String
    The name of the instance the IP is attached to
    ip String
    The IP Address requested
    region String
    The region the ip address is in
    id String
    ID for the ip address
    name String
    Name for the ip address
    instanceId string
    The ID of the instance the IP is attached to
    instanceName string
    The name of the instance the IP is attached to
    ip string
    The IP Address requested
    region string
    The region the ip address is in
    id string
    ID for the ip address
    name string
    Name for the ip address
    instance_id str
    The ID of the instance the IP is attached to
    instance_name str
    The name of the instance the IP is attached to
    ip str
    The IP Address requested
    region str
    The region the ip address is in
    id str
    ID for the ip address
    name str
    Name for the ip address
    instanceId String
    The ID of the instance the IP is attached to
    instanceName String
    The name of the instance the IP is attached to
    ip String
    The IP Address requested
    region String
    The region the ip address is in
    id String
    ID for the ip address
    name String
    Name for the ip address

    Package Details

    Repository
    Civo civo/terraform-provider-civo
    License
    Notes
    This Pulumi package is based on the civo Terraform Provider.
    civo logo
    Viewing docs for civo 1.3.1
    published on Thursday, Aug 6, 2026 by civo

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial