Viewing docs for civo 1.3.1
published on Thursday, Aug 6, 2026 by civo
published on Thursday, Aug 6, 2026 by civo
Viewing docs for civo 1.3.1
published on Thursday, Aug 6, 2026 by civo
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 dictionarydata "civo_get_vpc_reserved_ip" "name" {
# arguments
}The following arguments are supported:
getVpcReservedIp Result
The following output properties are available:
- 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
- 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
- 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
- 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
- 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
- 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
- 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
Package Details
- Repository
- Civo civo/terraform-provider-civo
- License
- Notes
- This Pulumi package is based on the
civoTerraform Provider.
Viewing docs for civo 1.3.1
published on Thursday, Aug 6, 2026 by civo
published on Thursday, Aug 6, 2026 by civo