Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 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 LookupVbInstance(ctx *Context, args *LookupVbInstanceArgs, opts ...InvokeOption) (*LookupVbInstanceResult, error)
func LookupVbInstanceOutput(ctx *Context, args *LookupVbInstanceOutputArgs, opts ...InvokeOption) LookupVbInstanceResultOutput> Note: This function is named LookupVbInstance 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:
- VbInstance stringId 
- Unique Vb Instance identifier.
- VbInstance stringId 
- Unique Vb Instance identifier.
- vbInstance StringId 
- Unique Vb Instance identifier.
- vbInstance stringId 
- Unique Vb Instance identifier.
- vb_instance_ strid 
- Unique Vb Instance identifier.
- vbInstance StringId 
- Unique Vb Instance identifier.
getVbInstance Result
The following output properties are available:
- AlternateCustom List<GetEndpoints Vb Instance Alternate Custom Endpoint> 
- A list of alternate custom endpoints used for the vb instance URL.
- CompartmentId string
- Compartment Identifier.
- ConsumptionModel string
- The entitlement used for billing purposes.
- CustomEndpoints 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"}
- DisplayName 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
- The Virtual Cloud Network OCID.
- IdcsOpen stringId 
- InstanceUrl string
- The Vb Instance URL.
- IsVisual boolBuilder Enabled 
- Visual Builder is enabled or not.
- ManagementNat stringGateway Ip 
- The NAT gateway IP address for the VB management VCN
- ManagementVcn stringId 
- The Oracle Cloud ID (OCID) of the Visual Builder management VCN
- NetworkEndpoint 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.
- NodeCount int
- The number of Nodes
- ServiceNat stringGateway Ip 
- The NAT gateway IP address for the VB service VCN
- ServiceVcn stringId 
- The Oracle Cloud ID (OCID) of the Visual Builder service VCN
- State string
- The current state of the vb instance.
- StateMessage 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"}
- TimeCreated string
- The time the the VbInstance was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the VbInstance was updated. An RFC3339 formatted datetime string.
- VbInstance stringId 
- AlternateCustom []GetEndpoints Vb Instance Alternate Custom Endpoint 
- A list of alternate custom endpoints used for the vb instance URL.
- CompartmentId string
- Compartment Identifier.
- ConsumptionModel string
- The entitlement used for billing purposes.
- CustomEndpoints []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"}
- DisplayName 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
- The Virtual Cloud Network OCID.
- IdcsOpen stringId 
- InstanceUrl string
- The Vb Instance URL.
- IsVisual boolBuilder Enabled 
- Visual Builder is enabled or not.
- ManagementNat stringGateway Ip 
- The NAT gateway IP address for the VB management VCN
- ManagementVcn stringId 
- The Oracle Cloud ID (OCID) of the Visual Builder management VCN
- NetworkEndpoint []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.
- NodeCount int
- The number of Nodes
- ServiceNat stringGateway Ip 
- The NAT gateway IP address for the VB service VCN
- ServiceVcn stringId 
- The Oracle Cloud ID (OCID) of the Visual Builder service VCN
- State string
- The current state of the vb instance.
- StateMessage 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"}
- TimeCreated string
- The time the the VbInstance was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the VbInstance was updated. An RFC3339 formatted datetime string.
- VbInstance stringId 
- alternateCustom List<GetEndpoints Vb Instance Alternate Custom Endpoint> 
- A list of alternate custom endpoints used for the vb instance URL.
- compartmentId String
- Compartment Identifier.
- consumptionModel String
- The entitlement used for billing purposes.
- customEndpoints 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"}
- displayName 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
- The Virtual Cloud Network OCID.
- idcsOpen StringId 
- instanceUrl String
- The Vb Instance URL.
- isVisual BooleanBuilder Enabled 
- Visual Builder is enabled or not.
- managementNat StringGateway Ip 
- The NAT gateway IP address for the VB management VCN
- managementVcn StringId 
- The Oracle Cloud ID (OCID) of the Visual Builder management VCN
- networkEndpoint 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.
- nodeCount Integer
- The number of Nodes
- serviceNat StringGateway Ip 
- The NAT gateway IP address for the VB service VCN
- serviceVcn StringId 
- The Oracle Cloud ID (OCID) of the Visual Builder service VCN
- state String
- The current state of the vb instance.
- stateMessage 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"}
- timeCreated String
- The time the the VbInstance was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the VbInstance was updated. An RFC3339 formatted datetime string.
- vbInstance StringId 
- alternateCustom GetEndpoints Vb Instance Alternate Custom Endpoint[] 
- A list of alternate custom endpoints used for the vb instance URL.
- compartmentId string
- Compartment Identifier.
- consumptionModel string
- The entitlement used for billing purposes.
- customEndpoints 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"}
- displayName 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
- The Virtual Cloud Network OCID.
- idcsOpen stringId 
- instanceUrl string
- The Vb Instance URL.
- isVisual booleanBuilder Enabled 
- Visual Builder is enabled or not.
- managementNat stringGateway Ip 
- The NAT gateway IP address for the VB management VCN
- managementVcn stringId 
- The Oracle Cloud ID (OCID) of the Visual Builder management VCN
- networkEndpoint 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.
- nodeCount number
- The number of Nodes
- serviceNat stringGateway Ip 
- The NAT gateway IP address for the VB service VCN
- serviceVcn stringId 
- The Oracle Cloud ID (OCID) of the Visual Builder service VCN
- state string
- The current state of the vb instance.
- stateMessage 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"}
- timeCreated string
- The time the the VbInstance was created. An RFC3339 formatted datetime string.
- timeUpdated string
- The time the VbInstance was updated. An RFC3339 formatted datetime string.
- vbInstance stringId 
- alternate_custom_ Sequence[Getendpoints 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[GetVb 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
- The Virtual Cloud Network OCID.
- 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[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_ 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 
- alternateCustom List<Property Map>Endpoints 
- A list of alternate custom endpoints used for the vb instance URL.
- compartmentId String
- Compartment Identifier.
- consumptionModel String
- The entitlement used for billing purposes.
- customEndpoints 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"}
- displayName 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
- The Virtual Cloud Network OCID.
- idcsOpen StringId 
- instanceUrl String
- The Vb Instance URL.
- isVisual BooleanBuilder Enabled 
- Visual Builder is enabled or not.
- managementNat StringGateway Ip 
- The NAT gateway IP address for the VB management VCN
- managementVcn StringId 
- The Oracle Cloud ID (OCID) of the Visual Builder management VCN
- networkEndpoint 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.
- nodeCount Number
- The number of Nodes
- serviceNat StringGateway Ip 
- The NAT gateway IP address for the VB service VCN
- serviceVcn StringId 
- The Oracle Cloud ID (OCID) of the Visual Builder service VCN
- state String
- The current state of the vb instance.
- stateMessage 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"}
- timeCreated String
- The time the the VbInstance was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the VbInstance was updated. An RFC3339 formatted datetime string.
- vbInstance StringId 
Supporting Types
GetVbInstanceAlternateCustomEndpoint     
- CertificateSecret stringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- CertificateSecret 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.
- CertificateSecret stringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- CertificateSecret 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.
- certificateSecret StringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- certificateSecret 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.
- certificateSecret stringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- certificateSecret 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.
- certificateSecret StringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- certificateSecret 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    
- CertificateSecret stringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- CertificateSecret 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.
- CertificateSecret stringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- CertificateSecret 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.
- certificateSecret StringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- certificateSecret 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.
- certificateSecret stringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- certificateSecret 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.
- certificateSecret StringId 
- Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
- certificateSecret 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     
- AllowlistedHttp List<string>Ips 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- AllowlistedHttp List<GetVcns Vb Instance Network Endpoint Detail Allowlisted Http Vcn> 
- Virtual Cloud Networks allowed to access this network endpoint.
- NetworkEndpoint stringType 
- The type of network endpoint.
- NetworkSecurity List<string>Group Ids 
- Network Security Group OCIDs for the Private Endpoint.
- PrivateEndpoint stringIp 
- The IP address to be assigned to Private Endpoint
- SubnetId string
- The subnet OCID for the private endpoint.
- AllowlistedHttp []stringIps 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- AllowlistedHttp []GetVcns Vb Instance Network Endpoint Detail Allowlisted Http Vcn 
- Virtual Cloud Networks allowed to access this network endpoint.
- NetworkEndpoint stringType 
- The type of network endpoint.
- NetworkSecurity []stringGroup Ids 
- Network Security Group OCIDs for the Private Endpoint.
- PrivateEndpoint stringIp 
- The IP address to be assigned to Private Endpoint
- SubnetId string
- The subnet OCID for the private endpoint.
- allowlistedHttp List<String>Ips 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- allowlistedHttp List<GetVcns Vb Instance Network Endpoint Detail Allowlisted Http Vcn> 
- Virtual Cloud Networks allowed to access this network endpoint.
- networkEndpoint StringType 
- The type of network endpoint.
- networkSecurity List<String>Group Ids 
- Network Security Group OCIDs for the Private Endpoint.
- privateEndpoint StringIp 
- The IP address to be assigned to Private Endpoint
- subnetId String
- The subnet OCID for the private endpoint.
- allowlistedHttp string[]Ips 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- allowlistedHttp GetVcns Vb Instance Network Endpoint Detail Allowlisted Http Vcn[] 
- Virtual Cloud Networks allowed to access this network endpoint.
- networkEndpoint stringType 
- The type of network endpoint.
- networkSecurity string[]Group Ids 
- Network Security Group OCIDs for the Private Endpoint.
- privateEndpoint stringIp 
- The IP address to be assigned to Private Endpoint
- subnetId string
- The subnet OCID for the private endpoint.
- allowlisted_http_ Sequence[str]ips 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- allowlisted_http_ Sequence[Getvcns Vb Instance Network Endpoint Detail Allowlisted Http Vcn] 
- Virtual Cloud Networks allowed to access this network 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.
- allowlistedHttp List<String>Ips 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- allowlistedHttp List<Property Map>Vcns 
- Virtual Cloud Networks allowed to access this network endpoint.
- networkEndpoint StringType 
- The type of network endpoint.
- networkSecurity List<String>Group Ids 
- Network Security Group OCIDs for the Private Endpoint.
- privateEndpoint StringIp 
- The IP address to be assigned to Private Endpoint
- subnetId String
- The subnet OCID for the private endpoint.
GetVbInstanceNetworkEndpointDetailAllowlistedHttpVcn        
- AllowlistedIp List<string>Cidrs 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- Id string
- The Virtual Cloud Network OCID.
- AllowlistedIp []stringCidrs 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- Id string
- The Virtual Cloud Network OCID.
- allowlistedIp List<String>Cidrs 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- id String
- The Virtual Cloud Network OCID.
- allowlistedIp string[]Cidrs 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- id string
- The Virtual Cloud Network OCID.
- allowlisted_ip_ Sequence[str]cidrs 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- id str
- The Virtual Cloud Network OCID.
- allowlistedIp List<String>Cidrs 
- Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5/32", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
- id String
- The Virtual Cloud Network OCID.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.