Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.VisualBuilder.getVbInstance
Explore with Pulumi AI
This data source provides details about a specific Vb Instance resource in Oracle Cloud Infrastructure Visual Builder service.
Gets a VbInstance by identifier
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testVbInstance = oci.VisualBuilder.getVbInstance({
    vbInstanceId: testVbInstanceOciVisualBuilderVbInstance.id,
});
import pulumi
import pulumi_oci as oci
test_vb_instance = oci.VisualBuilder.get_vb_instance(vb_instance_id=test_vb_instance_oci_visual_builder_vb_instance["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/visualbuilder"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := visualbuilder.GetVbInstance(ctx, &visualbuilder.GetVbInstanceArgs{
			VbInstanceId: testVbInstanceOciVisualBuilderVbInstance.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 testVbInstance = Oci.VisualBuilder.GetVbInstance.Invoke(new()
    {
        VbInstanceId = testVbInstanceOciVisualBuilderVbInstance.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.VisualBuilder.VisualBuilderFunctions;
import com.pulumi.oci.VisualBuilder.inputs.GetVbInstanceArgs;
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 testVbInstance = VisualBuilderFunctions.getVbInstance(GetVbInstanceArgs.builder()
            .vbInstanceId(testVbInstanceOciVisualBuilderVbInstance.id())
            .build());
    }
}
variables:
  testVbInstance:
    fn::invoke:
      function: oci:VisualBuilder:getVbInstance
      arguments:
        vbInstanceId: ${testVbInstanceOciVisualBuilderVbInstance.id}
Using getVbInstance
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 getVbInstance(args: GetVbInstanceArgs, opts?: InvokeOptions): Promise<GetVbInstanceResult>
function getVbInstanceOutput(args: GetVbInstanceOutputArgs, opts?: InvokeOptions): Output<GetVbInstanceResult>def get_vb_instance(vb_instance_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetVbInstanceResult
def get_vb_instance_output(vb_instance_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetVbInstanceResult]func GetVbInstance(ctx *Context, args *GetVbInstanceArgs, opts ...InvokeOption) (*GetVbInstanceResult, error)
func GetVbInstanceOutput(ctx *Context, args *GetVbInstanceOutputArgs, opts ...InvokeOption) GetVbInstanceResultOutput> Note: This function is named GetVbInstance in the Go SDK.
public static class GetVbInstance 
{
    public static Task<GetVbInstanceResult> InvokeAsync(GetVbInstanceArgs args, InvokeOptions? opts = null)
    public static Output<GetVbInstanceResult> Invoke(GetVbInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVbInstanceResult> getVbInstance(GetVbInstanceArgs args, InvokeOptions options)
public static Output<GetVbInstanceResult> getVbInstance(GetVbInstanceArgs args, InvokeOptions options)
fn::invoke:
  function: oci:VisualBuilder/getVbInstance:getVbInstance
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Vb
Instance stringId  - Unique Vb Instance identifier.
 
- Vb
Instance stringId  - Unique Vb Instance identifier.
 
- vb
Instance StringId  - Unique Vb Instance identifier.
 
- vb
Instance stringId  - Unique Vb Instance identifier.
 
- vb_
instance_ strid  - Unique Vb Instance identifier.
 
- vb
Instance StringId  - Unique Vb Instance identifier.
 
getVbInstance Result
The following output properties are available:
- Alternate
Custom List<GetEndpoints Vb Instance Alternate Custom Endpoint>  - A list of alternate custom endpoints used for the vb instance URL.
 - Compartment
Id string - Compartment Identifier.
 - Consumption
Model string - The entitlement used for billing purposes.
 - Custom
Endpoints List<GetVb Instance Custom Endpoint>  - Details for a custom endpoint for the vb instance.
 - Dictionary<string, string>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - Display
Name string - Vb Instance Identifier, can be renamed.
 - Dictionary<string, string>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - Id string
 - Unique identifier that is immutable on creation.
 - Idcs
Open stringId  - Instance
Url string - The Vb Instance URL.
 - Is
Visual boolBuilder Enabled  - Visual Builder is enabled or not.
 - Management
Nat stringGateway Ip  - The NAT gateway IP address for the VB management VCN
 - Management
Vcn stringId  - The Oracle Cloud ID (OCID) of the Visual Builder management VCN
 - Network
Endpoint List<GetDetails Vb Instance Network Endpoint Detail>  - Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
 - Node
Count int - The number of Nodes
 - Service
Nat stringGateway Ip  - The NAT gateway IP address for the VB service VCN
 - Service
Vcn stringId  - The Oracle Cloud ID (OCID) of the Visual Builder service VCN
 - State string
 - The current state of the vb instance.
 - State
Message string - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - Dictionary<string, string>
 - Usage of system tag keys. These predefined keys are scoped to namespaces. Example: 
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the the VbInstance was created. An RFC3339 formatted datetime string.
 - Time
Updated string - The time the VbInstance was updated. An RFC3339 formatted datetime string.
 - Vb
Instance stringId  
- Alternate
Custom []GetEndpoints Vb Instance Alternate Custom Endpoint  - A list of alternate custom endpoints used for the vb instance URL.
 - Compartment
Id string - Compartment Identifier.
 - Consumption
Model string - The entitlement used for billing purposes.
 - Custom
Endpoints []GetVb Instance Custom Endpoint  - Details for a custom endpoint for the vb instance.
 - map[string]string
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - Display
Name string - Vb Instance Identifier, can be renamed.
 - map[string]string
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - Id string
 - Unique identifier that is immutable on creation.
 - Idcs
Open stringId  - Instance
Url string - The Vb Instance URL.
 - Is
Visual boolBuilder Enabled  - Visual Builder is enabled or not.
 - Management
Nat stringGateway Ip  - The NAT gateway IP address for the VB management VCN
 - Management
Vcn stringId  - The Oracle Cloud ID (OCID) of the Visual Builder management VCN
 - Network
Endpoint []GetDetails Vb Instance Network Endpoint Detail  - Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
 - Node
Count int - The number of Nodes
 - Service
Nat stringGateway Ip  - The NAT gateway IP address for the VB service VCN
 - Service
Vcn stringId  - The Oracle Cloud ID (OCID) of the Visual Builder service VCN
 - State string
 - The current state of the vb instance.
 - State
Message string - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - map[string]string
 - Usage of system tag keys. These predefined keys are scoped to namespaces. Example: 
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The time the the VbInstance was created. An RFC3339 formatted datetime string.
 - Time
Updated string - The time the VbInstance was updated. An RFC3339 formatted datetime string.
 - Vb
Instance stringId  
- alternate
Custom List<GetEndpoints Vb Instance Alternate Custom Endpoint>  - A list of alternate custom endpoints used for the vb instance URL.
 - compartment
Id String - Compartment Identifier.
 - consumption
Model String - The entitlement used for billing purposes.
 - custom
Endpoints List<GetVb Instance Custom Endpoint>  - Details for a custom endpoint for the vb instance.
 - Map<String,String>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - display
Name String - Vb Instance Identifier, can be renamed.
 - Map<String,String>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id String
 - Unique identifier that is immutable on creation.
 - idcs
Open StringId  - instance
Url String - The Vb Instance URL.
 - is
Visual BooleanBuilder Enabled  - Visual Builder is enabled or not.
 - management
Nat StringGateway Ip  - The NAT gateway IP address for the VB management VCN
 - management
Vcn StringId  - The Oracle Cloud ID (OCID) of the Visual Builder management VCN
 - network
Endpoint List<GetDetails Vb Instance Network Endpoint Detail>  - Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
 - node
Count Integer - The number of Nodes
 - service
Nat StringGateway Ip  - The NAT gateway IP address for the VB service VCN
 - service
Vcn StringId  - The Oracle Cloud ID (OCID) of the Visual Builder service VCN
 - state String
 - The current state of the vb instance.
 - state
Message String - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - Map<String,String>
 - Usage of system tag keys. These predefined keys are scoped to namespaces. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the the VbInstance was created. An RFC3339 formatted datetime string.
 - time
Updated String - The time the VbInstance was updated. An RFC3339 formatted datetime string.
 - vb
Instance StringId  
- alternate
Custom GetEndpoints Vb Instance Alternate Custom Endpoint[]  - A list of alternate custom endpoints used for the vb instance URL.
 - compartment
Id string - Compartment Identifier.
 - consumption
Model string - The entitlement used for billing purposes.
 - custom
Endpoints GetVb Instance Custom Endpoint[]  - Details for a custom endpoint for the vb instance.
 - {[key: string]: string}
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - display
Name string - Vb Instance Identifier, can be renamed.
 - {[key: string]: string}
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id string
 - Unique identifier that is immutable on creation.
 - idcs
Open stringId  - instance
Url string - The Vb Instance URL.
 - is
Visual booleanBuilder Enabled  - Visual Builder is enabled or not.
 - management
Nat stringGateway Ip  - The NAT gateway IP address for the VB management VCN
 - management
Vcn stringId  - The Oracle Cloud ID (OCID) of the Visual Builder management VCN
 - network
Endpoint GetDetails Vb Instance Network Endpoint Detail[]  - Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
 - node
Count number - The number of Nodes
 - service
Nat stringGateway Ip  - The NAT gateway IP address for the VB service VCN
 - service
Vcn stringId  - The Oracle Cloud ID (OCID) of the Visual Builder service VCN
 - state string
 - The current state of the vb instance.
 - state
Message string - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - {[key: string]: string}
 - Usage of system tag keys. These predefined keys are scoped to namespaces. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The time the the VbInstance was created. An RFC3339 formatted datetime string.
 - time
Updated string - The time the VbInstance was updated. An RFC3339 formatted datetime string.
 - vb
Instance stringId  
- alternate_
custom_ Sequence[visualbuilder.endpoints Get Vb Instance Alternate Custom Endpoint]  - A list of alternate custom endpoints used for the vb instance URL.
 - compartment_
id str - Compartment Identifier.
 - consumption_
model str - The entitlement used for billing purposes.
 - custom_
endpoints Sequence[visualbuilder.Get Vb Instance Custom Endpoint]  - Details for a custom endpoint for the vb instance.
 - Mapping[str, str]
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - display_
name str - Vb Instance Identifier, can be renamed.
 - Mapping[str, str]
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id str
 - Unique identifier that is immutable on creation.
 - idcs_
open_ strid  - instance_
url str - The Vb Instance URL.
 - is_
visual_ boolbuilder_ enabled  - Visual Builder is enabled or not.
 - management_
nat_ strgateway_ ip  - The NAT gateway IP address for the VB management VCN
 - management_
vcn_ strid  - The Oracle Cloud ID (OCID) of the Visual Builder management VCN
 - network_
endpoint_ Sequence[visualbuilder.details Get Vb Instance Network Endpoint Detail]  - Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
 - node_
count int - The number of Nodes
 - service_
nat_ strgateway_ ip  - The NAT gateway IP address for the VB service VCN
 - service_
vcn_ strid  - The Oracle Cloud ID (OCID) of the Visual Builder service VCN
 - state str
 - The current state of the vb instance.
 - state_
message str - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - Mapping[str, str]
 - Usage of system tag keys. These predefined keys are scoped to namespaces. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The time the the VbInstance was created. An RFC3339 formatted datetime string.
 - time_
updated str - The time the VbInstance was updated. An RFC3339 formatted datetime string.
 - vb_
instance_ strid  
- alternate
Custom List<Property Map>Endpoints  - A list of alternate custom endpoints used for the vb instance URL.
 - compartment
Id String - Compartment Identifier.
 - consumption
Model String - The entitlement used for billing purposes.
 - custom
Endpoints List<Property Map> - Details for a custom endpoint for the vb instance.
 - Map<String>
 - Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: 
{"foo-namespace.bar-key": "value"} - display
Name String - Vb Instance Identifier, can be renamed.
 - Map<String>
 - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: 
{"bar-key": "value"} - id String
 - Unique identifier that is immutable on creation.
 - idcs
Open StringId  - instance
Url String - The Vb Instance URL.
 - is
Visual BooleanBuilder Enabled  - Visual Builder is enabled or not.
 - management
Nat StringGateway Ip  - The NAT gateway IP address for the VB management VCN
 - management
Vcn StringId  - The Oracle Cloud ID (OCID) of the Visual Builder management VCN
 - network
Endpoint List<Property Map>Details  - Base representation of a network endpoint. In input payload to update an Visual Builder instance endpoint details, an empty payload will clear out any existing configuration for Public Visual Builder instance.
 - node
Count Number - The number of Nodes
 - service
Nat StringGateway Ip  - The NAT gateway IP address for the VB service VCN
 - service
Vcn StringId  - The Oracle Cloud ID (OCID) of the Visual Builder service VCN
 - state String
 - The current state of the vb instance.
 - state
Message String - An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
 - Map<String>
 - Usage of system tag keys. These predefined keys are scoped to namespaces. Example: 
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The time the the VbInstance was created. An RFC3339 formatted datetime string.
 - time
Updated String - The time the VbInstance was updated. An RFC3339 formatted datetime string.
 - vb
Instance StringId  
Supporting Types
GetVbInstanceAlternateCustomEndpoint     
- Certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - Certificate
Secret intVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - Hostname string
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- Certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - Certificate
Secret intVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - Hostname string
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- certificate
Secret StringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret IntegerVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname String
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret numberVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname string
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- certificate_
secret_ strid  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate_
secret_ intversion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname str
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- certificate
Secret StringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret NumberVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname String
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
GetVbInstanceCustomEndpoint    
- Certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - Certificate
Secret intVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - Hostname string
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- Certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - Certificate
Secret intVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - Hostname string
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- certificate
Secret StringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret IntegerVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname String
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- certificate
Secret stringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret numberVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname string
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- certificate_
secret_ strid  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate_
secret_ intversion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname str
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
- certificate
Secret StringId  - Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
 - certificate
Secret NumberVersion  - The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
 - hostname String
 - A custom hostname to be used for the vb instance URL, in FQDN format.
 
GetVbInstanceNetworkEndpointDetail     
- Network
Endpoint stringType  - The type of network endpoint.
 - Network
Security List<string>Group Ids  - Network Security Group OCIDs for the Private Endpoint.
 - Private
Endpoint stringIp  - The IP address to be assigned to Private Endpoint
 - Subnet
Id string - The subnet OCID for the private endpoint.
 
- Network
Endpoint stringType  - The type of network endpoint.
 - Network
Security []stringGroup Ids  - Network Security Group OCIDs for the Private Endpoint.
 - Private
Endpoint stringIp  - The IP address to be assigned to Private Endpoint
 - Subnet
Id string - The subnet OCID for the private endpoint.
 
- network
Endpoint StringType  - The type of network endpoint.
 - network
Security List<String>Group Ids  - Network Security Group OCIDs for the Private Endpoint.
 - private
Endpoint StringIp  - The IP address to be assigned to Private Endpoint
 - subnet
Id String - The subnet OCID for the private endpoint.
 
- network
Endpoint stringType  - The type of network endpoint.
 - network
Security string[]Group Ids  - Network Security Group OCIDs for the Private Endpoint.
 - private
Endpoint stringIp  - The IP address to be assigned to Private Endpoint
 - subnet
Id string - The subnet OCID for the private endpoint.
 
- network_
endpoint_ strtype  - The type of network endpoint.
 - network_
security_ Sequence[str]group_ ids  - Network Security Group OCIDs for the Private Endpoint.
 - private_
endpoint_ strip  - The IP address to be assigned to Private Endpoint
 - subnet_
id str - The subnet OCID for the private endpoint.
 
- network
Endpoint StringType  - The type of network endpoint.
 - network
Security List<String>Group Ids  - Network Security Group OCIDs for the Private Endpoint.
 - private
Endpoint StringIp  - The IP address to be assigned to Private Endpoint
 - subnet
Id String - The subnet OCID for the private endpoint.
 
Package Details
- Repository
 - oci pulumi/pulumi-oci
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
ociTerraform Provider.