Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Database.getApplicationVip
Explore with Pulumi AI
This data source provides details about a specific Application Vip resource in Oracle Cloud Infrastructure Database service.
Gets information about a specified application virtual IP (VIP) address.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testApplicationVip = oci.Database.getApplicationVip({
    applicationVipId: testApplicationVipOciDatabaseApplicationVip.id,
});
import pulumi
import pulumi_oci as oci
test_application_vip = oci.Database.get_application_vip(application_vip_id=test_application_vip_oci_database_application_vip["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetApplicationVip(ctx, &database.GetApplicationVipArgs{
			ApplicationVipId: testApplicationVipOciDatabaseApplicationVip.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testApplicationVip = Oci.Database.GetApplicationVip.Invoke(new()
    {
        ApplicationVipId = testApplicationVipOciDatabaseApplicationVip.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetApplicationVipArgs;
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 testApplicationVip = DatabaseFunctions.getApplicationVip(GetApplicationVipArgs.builder()
            .applicationVipId(testApplicationVipOciDatabaseApplicationVip.id())
            .build());
    }
}
variables:
  testApplicationVip:
    fn::invoke:
      function: oci:Database:getApplicationVip
      arguments:
        applicationVipId: ${testApplicationVipOciDatabaseApplicationVip.id}
Using getApplicationVip
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 getApplicationVip(args: GetApplicationVipArgs, opts?: InvokeOptions): Promise<GetApplicationVipResult>
function getApplicationVipOutput(args: GetApplicationVipOutputArgs, opts?: InvokeOptions): Output<GetApplicationVipResult>def get_application_vip(application_vip_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationVipResult
def get_application_vip_output(application_vip_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetApplicationVipResult]func LookupApplicationVip(ctx *Context, args *LookupApplicationVipArgs, opts ...InvokeOption) (*LookupApplicationVipResult, error)
func LookupApplicationVipOutput(ctx *Context, args *LookupApplicationVipOutputArgs, opts ...InvokeOption) LookupApplicationVipResultOutput> Note: This function is named LookupApplicationVip in the Go SDK.
public static class GetApplicationVip 
{
    public static Task<GetApplicationVipResult> InvokeAsync(GetApplicationVipArgs args, InvokeOptions? opts = null)
    public static Output<GetApplicationVipResult> Invoke(GetApplicationVipInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApplicationVipResult> getApplicationVip(GetApplicationVipArgs args, InvokeOptions options)
public static Output<GetApplicationVipResult> getApplicationVip(GetApplicationVipArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getApplicationVip:getApplicationVip
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApplicationVip stringId 
- The OCID of the application virtual IP (VIP) address.
- ApplicationVip stringId 
- The OCID of the application virtual IP (VIP) address.
- applicationVip StringId 
- The OCID of the application virtual IP (VIP) address.
- applicationVip stringId 
- The OCID of the application virtual IP (VIP) address.
- application_vip_ strid 
- The OCID of the application virtual IP (VIP) address.
- applicationVip StringId 
- The OCID of the application virtual IP (VIP) address.
getApplicationVip Result
The following output properties are available:
- ApplicationVip stringId 
- CloudVm stringCluster Id 
- The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
- CompartmentId string
- The OCID of the compartment.
- DbNode stringId 
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname of the application virtual IP (VIP) address.
- Id string
- The OCID of the application virtual IP (VIP) address.
- IpAddress string
- The application virtual IP (VIP) IPv4 address.
- Ipv6address string
- The application virtual IP (VIP) IPv6 address.
- LifecycleDetails string
- Additional information about the current lifecycle state of the application virtual IP (VIP) address.
- State string
- The current lifecycle state of the application virtual IP (VIP) address.
- SubnetId string
- The OCID of the subnet associated with the application virtual IP (VIP) address.
- TimeAssigned string
- The date and time when the create operation for the application virtual IP (VIP) address completed.
- ApplicationVip stringId 
- CloudVm stringCluster Id 
- The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
- CompartmentId string
- The OCID of the compartment.
- DbNode stringId 
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- HostnameLabel string
- The hostname of the application virtual IP (VIP) address.
- Id string
- The OCID of the application virtual IP (VIP) address.
- IpAddress string
- The application virtual IP (VIP) IPv4 address.
- Ipv6address string
- The application virtual IP (VIP) IPv6 address.
- LifecycleDetails string
- Additional information about the current lifecycle state of the application virtual IP (VIP) address.
- State string
- The current lifecycle state of the application virtual IP (VIP) address.
- SubnetId string
- The OCID of the subnet associated with the application virtual IP (VIP) address.
- TimeAssigned string
- The date and time when the create operation for the application virtual IP (VIP) address completed.
- applicationVip StringId 
- cloudVm StringCluster Id 
- The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
- compartmentId String
- The OCID of the compartment.
- dbNode StringId 
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname of the application virtual IP (VIP) address.
- id String
- The OCID of the application virtual IP (VIP) address.
- ipAddress String
- The application virtual IP (VIP) IPv4 address.
- ipv6address String
- The application virtual IP (VIP) IPv6 address.
- lifecycleDetails String
- Additional information about the current lifecycle state of the application virtual IP (VIP) address.
- state String
- The current lifecycle state of the application virtual IP (VIP) address.
- subnetId String
- The OCID of the subnet associated with the application virtual IP (VIP) address.
- timeAssigned String
- The date and time when the create operation for the application virtual IP (VIP) address completed.
- applicationVip stringId 
- cloudVm stringCluster Id 
- The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
- compartmentId string
- The OCID of the compartment.
- dbNode stringId 
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostnameLabel string
- The hostname of the application virtual IP (VIP) address.
- id string
- The OCID of the application virtual IP (VIP) address.
- ipAddress string
- The application virtual IP (VIP) IPv4 address.
- ipv6address string
- The application virtual IP (VIP) IPv6 address.
- lifecycleDetails string
- Additional information about the current lifecycle state of the application virtual IP (VIP) address.
- state string
- The current lifecycle state of the application virtual IP (VIP) address.
- subnetId string
- The OCID of the subnet associated with the application virtual IP (VIP) address.
- timeAssigned string
- The date and time when the create operation for the application virtual IP (VIP) address completed.
- application_vip_ strid 
- cloud_vm_ strcluster_ id 
- The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
- compartment_id str
- The OCID of the compartment.
- db_node_ strid 
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostname_label str
- The hostname of the application virtual IP (VIP) address.
- id str
- The OCID of the application virtual IP (VIP) address.
- ip_address str
- The application virtual IP (VIP) IPv4 address.
- ipv6address str
- The application virtual IP (VIP) IPv6 address.
- lifecycle_details str
- Additional information about the current lifecycle state of the application virtual IP (VIP) address.
- state str
- The current lifecycle state of the application virtual IP (VIP) address.
- subnet_id str
- The OCID of the subnet associated with the application virtual IP (VIP) address.
- time_assigned str
- The date and time when the create operation for the application virtual IP (VIP) address completed.
- applicationVip StringId 
- cloudVm StringCluster Id 
- The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.
- compartmentId String
- The OCID of the compartment.
- dbNode StringId 
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- hostnameLabel String
- The hostname of the application virtual IP (VIP) address.
- id String
- The OCID of the application virtual IP (VIP) address.
- ipAddress String
- The application virtual IP (VIP) IPv4 address.
- ipv6address String
- The application virtual IP (VIP) IPv6 address.
- lifecycleDetails String
- Additional information about the current lifecycle state of the application virtual IP (VIP) address.
- state String
- The current lifecycle state of the application virtual IP (VIP) address.
- subnetId String
- The OCID of the subnet associated with the application virtual IP (VIP) address.
- timeAssigned String
- The date and time when the create operation for the application virtual IP (VIP) address completed.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.