1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. VisualBuilder
  5. getVbInstances
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

oci.VisualBuilder.getVbInstances

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi

    This data source provides the list of Vb Instances in Oracle Cloud Infrastructure Visual Builder service.

    Returns a list of Vb Instances.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testVbInstances = oci.VisualBuilder.getVbInstances({
        compartmentId: compartmentId,
        displayName: vbInstanceDisplayName,
        state: vbInstanceState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_vb_instances = oci.VisualBuilder.get_vb_instances(compartment_id=compartment_id,
        display_name=vb_instance_display_name,
        state=vb_instance_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/VisualBuilder"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := VisualBuilder.GetVbInstances(ctx, &visualbuilder.GetVbInstancesArgs{
    			CompartmentId: compartmentId,
    			DisplayName:   pulumi.StringRef(vbInstanceDisplayName),
    			State:         pulumi.StringRef(vbInstanceState),
    		}, 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 testVbInstances = Oci.VisualBuilder.GetVbInstances.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = vbInstanceDisplayName,
            State = vbInstanceState,
        });
    
    });
    
    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.GetVbInstancesArgs;
    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 testVbInstances = VisualBuilderFunctions.getVbInstances(GetVbInstancesArgs.builder()
                .compartmentId(compartmentId)
                .displayName(vbInstanceDisplayName)
                .state(vbInstanceState)
                .build());
    
        }
    }
    
    variables:
      testVbInstances:
        fn::invoke:
          Function: oci:VisualBuilder:getVbInstances
          Arguments:
            compartmentId: ${compartmentId}
            displayName: ${vbInstanceDisplayName}
            state: ${vbInstanceState}
    

    Using getVbInstances

    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 getVbInstances(args: GetVbInstancesArgs, opts?: InvokeOptions): Promise<GetVbInstancesResult>
    function getVbInstancesOutput(args: GetVbInstancesOutputArgs, opts?: InvokeOptions): Output<GetVbInstancesResult>
    def get_vb_instances(compartment_id: Optional[str] = None,
                         display_name: Optional[str] = None,
                         filters: Optional[Sequence[_visualbuilder.GetVbInstancesFilter]] = None,
                         state: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetVbInstancesResult
    def get_vb_instances_output(compartment_id: Optional[pulumi.Input[str]] = None,
                         display_name: Optional[pulumi.Input[str]] = None,
                         filters: Optional[pulumi.Input[Sequence[pulumi.Input[_visualbuilder.GetVbInstancesFilterArgs]]]] = None,
                         state: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetVbInstancesResult]
    func GetVbInstances(ctx *Context, args *GetVbInstancesArgs, opts ...InvokeOption) (*GetVbInstancesResult, error)
    func GetVbInstancesOutput(ctx *Context, args *GetVbInstancesOutputArgs, opts ...InvokeOption) GetVbInstancesResultOutput

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

    public static class GetVbInstances 
    {
        public static Task<GetVbInstancesResult> InvokeAsync(GetVbInstancesArgs args, InvokeOptions? opts = null)
        public static Output<GetVbInstancesResult> Invoke(GetVbInstancesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVbInstancesResult> getVbInstances(GetVbInstancesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:VisualBuilder/getVbInstances:getVbInstances
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    Filters List<GetVbInstancesFilter>
    State string
    Life cycle state to query on.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    Filters []GetVbInstancesFilter
    State string
    Life cycle state to query on.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    filters List<GetVbInstancesFilter>
    state String
    Life cycle state to query on.
    compartmentId string
    The ID of the compartment in which to list resources.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    filters GetVbInstancesFilter[]
    state string
    Life cycle state to query on.
    compartment_id str
    The ID of the compartment in which to list resources.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    filters Sequence[visualbuilder.GetVbInstancesFilter]
    state str
    Life cycle state to query on.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    filters List<Property Map>
    state String
    Life cycle state to query on.

    getVbInstances Result

    The following output properties are available:

    CompartmentId string
    Compartment Identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    VbInstanceSummaryCollections List<GetVbInstancesVbInstanceSummaryCollection>
    The list of vb_instance_summary_collection.
    DisplayName string
    Vb Instance Identifier, can be renamed.
    Filters List<GetVbInstancesFilter>
    State string
    The current state of the vb instance.
    CompartmentId string
    Compartment Identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    VbInstanceSummaryCollections []GetVbInstancesVbInstanceSummaryCollection
    The list of vb_instance_summary_collection.
    DisplayName string
    Vb Instance Identifier, can be renamed.
    Filters []GetVbInstancesFilter
    State string
    The current state of the vb instance.
    compartmentId String
    Compartment Identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    vbInstanceSummaryCollections List<GetVbInstancesVbInstanceSummaryCollection>
    The list of vb_instance_summary_collection.
    displayName String
    Vb Instance Identifier, can be renamed.
    filters List<GetVbInstancesFilter>
    state String
    The current state of the vb instance.
    compartmentId string
    Compartment Identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    vbInstanceSummaryCollections GetVbInstancesVbInstanceSummaryCollection[]
    The list of vb_instance_summary_collection.
    displayName string
    Vb Instance Identifier, can be renamed.
    filters GetVbInstancesFilter[]
    state string
    The current state of the vb instance.
    compartment_id str
    Compartment Identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    vb_instance_summary_collections Sequence[visualbuilder.GetVbInstancesVbInstanceSummaryCollection]
    The list of vb_instance_summary_collection.
    display_name str
    Vb Instance Identifier, can be renamed.
    filters Sequence[visualbuilder.GetVbInstancesFilter]
    state str
    The current state of the vb instance.
    compartmentId String
    Compartment Identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    vbInstanceSummaryCollections List<Property Map>
    The list of vb_instance_summary_collection.
    displayName String
    Vb Instance Identifier, can be renamed.
    filters List<Property Map>
    state String
    The current state of the vb instance.

    Supporting Types

    GetVbInstancesFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetVbInstancesVbInstanceSummaryCollection

    GetVbInstancesVbInstanceSummaryCollectionItem

    AlternateCustomEndpoints List<GetVbInstancesVbInstanceSummaryCollectionItemAlternateCustomEndpoint>
    A list of alternate custom endpoints used for the vb instance URL.
    Attachments List<GetVbInstancesVbInstanceSummaryCollectionItemAttachment>
    A list of associated attachments to other services
    CompartmentId string
    The ID of the compartment in which to list resources.
    ConsumptionModel string
    The entitlement used for billing purposes.
    CustomEndpoints List<GetVbInstancesVbInstanceSummaryCollectionItemCustomEndpoint>
    Details for a custom endpoint for the vb instance.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    FreeformTags Dictionary<string, object>
    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.
    IdcsInfos List<GetVbInstancesVbInstanceSummaryCollectionItemIdcsInfo>
    Information for IDCS access
    IdcsOpenId string
    InstanceUrl string
    The Vb Instance URL.
    IsVisualBuilderEnabled bool
    Visual Builder is enabled or not.
    ManagementNatGatewayIp string
    The NAT gateway IP address for the VB management VCN
    ManagementVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    NodeCount int
    The number of Nodes
    ServiceNatGatewayIp string
    The NAT gateway IP address for the VB service VCN
    ServiceVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    State string
    Life cycle state to query on.
    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.
    SystemTags Dictionary<string, object>
    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.
    AlternateCustomEndpoints []GetVbInstancesVbInstanceSummaryCollectionItemAlternateCustomEndpoint
    A list of alternate custom endpoints used for the vb instance URL.
    Attachments []GetVbInstancesVbInstanceSummaryCollectionItemAttachment
    A list of associated attachments to other services
    CompartmentId string
    The ID of the compartment in which to list resources.
    ConsumptionModel string
    The entitlement used for billing purposes.
    CustomEndpoints []GetVbInstancesVbInstanceSummaryCollectionItemCustomEndpoint
    Details for a custom endpoint for the vb instance.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    FreeformTags map[string]interface{}
    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.
    IdcsInfos []GetVbInstancesVbInstanceSummaryCollectionItemIdcsInfo
    Information for IDCS access
    IdcsOpenId string
    InstanceUrl string
    The Vb Instance URL.
    IsVisualBuilderEnabled bool
    Visual Builder is enabled or not.
    ManagementNatGatewayIp string
    The NAT gateway IP address for the VB management VCN
    ManagementVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    NodeCount int
    The number of Nodes
    ServiceNatGatewayIp string
    The NAT gateway IP address for the VB service VCN
    ServiceVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    State string
    Life cycle state to query on.
    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.
    SystemTags map[string]interface{}
    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.
    alternateCustomEndpoints List<GetVbInstancesVbInstanceSummaryCollectionItemAlternateCustomEndpoint>
    A list of alternate custom endpoints used for the vb instance URL.
    attachments List<GetVbInstancesVbInstanceSummaryCollectionItemAttachment>
    A list of associated attachments to other services
    compartmentId String
    The ID of the compartment in which to list resources.
    consumptionModel String
    The entitlement used for billing purposes.
    customEndpoints List<GetVbInstancesVbInstanceSummaryCollectionItemCustomEndpoint>
    Details for a custom endpoint for the vb instance.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    freeformTags Map<String,Object>
    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.
    idcsInfos List<GetVbInstancesVbInstanceSummaryCollectionItemIdcsInfo>
    Information for IDCS access
    idcsOpenId String
    instanceUrl String
    The Vb Instance URL.
    isVisualBuilderEnabled Boolean
    Visual Builder is enabled or not.
    managementNatGatewayIp String
    The NAT gateway IP address for the VB management VCN
    managementVcnId String
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    nodeCount Integer
    The number of Nodes
    serviceNatGatewayIp String
    The NAT gateway IP address for the VB service VCN
    serviceVcnId String
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    state String
    Life cycle state to query on.
    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.
    systemTags Map<String,Object>
    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.
    alternateCustomEndpoints GetVbInstancesVbInstanceSummaryCollectionItemAlternateCustomEndpoint[]
    A list of alternate custom endpoints used for the vb instance URL.
    attachments GetVbInstancesVbInstanceSummaryCollectionItemAttachment[]
    A list of associated attachments to other services
    compartmentId string
    The ID of the compartment in which to list resources.
    consumptionModel string
    The entitlement used for billing purposes.
    customEndpoints GetVbInstancesVbInstanceSummaryCollectionItemCustomEndpoint[]
    Details for a custom endpoint for the vb instance.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    freeformTags {[key: string]: any}
    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.
    idcsInfos GetVbInstancesVbInstanceSummaryCollectionItemIdcsInfo[]
    Information for IDCS access
    idcsOpenId string
    instanceUrl string
    The Vb Instance URL.
    isVisualBuilderEnabled boolean
    Visual Builder is enabled or not.
    managementNatGatewayIp string
    The NAT gateway IP address for the VB management VCN
    managementVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    nodeCount number
    The number of Nodes
    serviceNatGatewayIp string
    The NAT gateway IP address for the VB service VCN
    serviceVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    state string
    Life cycle state to query on.
    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.
    systemTags {[key: string]: any}
    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.
    alternate_custom_endpoints Sequence[visualbuilder.GetVbInstancesVbInstanceSummaryCollectionItemAlternateCustomEndpoint]
    A list of alternate custom endpoints used for the vb instance URL.
    attachments Sequence[visualbuilder.GetVbInstancesVbInstanceSummaryCollectionItemAttachment]
    A list of associated attachments to other services
    compartment_id str
    The ID of the compartment in which to list resources.
    consumption_model str
    The entitlement used for billing purposes.
    custom_endpoints Sequence[visualbuilder.GetVbInstancesVbInstanceSummaryCollectionItemCustomEndpoint]
    Details for a custom endpoint for the vb instance.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    freeform_tags Mapping[str, Any]
    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_infos Sequence[visualbuilder.GetVbInstancesVbInstanceSummaryCollectionItemIdcsInfo]
    Information for IDCS access
    idcs_open_id str
    instance_url str
    The Vb Instance URL.
    is_visual_builder_enabled bool
    Visual Builder is enabled or not.
    management_nat_gateway_ip str
    The NAT gateway IP address for the VB management VCN
    management_vcn_id str
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    node_count int
    The number of Nodes
    service_nat_gateway_ip str
    The NAT gateway IP address for the VB service VCN
    service_vcn_id str
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    state str
    Life cycle state to query on.
    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.
    system_tags Mapping[str, Any]
    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.
    alternateCustomEndpoints List<Property Map>
    A list of alternate custom endpoints used for the vb instance URL.
    attachments List<Property Map>
    A list of associated attachments to other services
    compartmentId String
    The ID of the compartment in which to list resources.
    consumptionModel String
    The entitlement used for billing purposes.
    customEndpoints List<Property Map>
    Details for a custom endpoint for the vb instance.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Example: My new resource
    freeformTags Map<Any>
    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.
    idcsInfos List<Property Map>
    Information for IDCS access
    idcsOpenId String
    instanceUrl String
    The Vb Instance URL.
    isVisualBuilderEnabled Boolean
    Visual Builder is enabled or not.
    managementNatGatewayIp String
    The NAT gateway IP address for the VB management VCN
    managementVcnId String
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    nodeCount Number
    The number of Nodes
    serviceNatGatewayIp String
    The NAT gateway IP address for the VB service VCN
    serviceVcnId String
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    state String
    Life cycle state to query on.
    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.
    systemTags Map<Any>
    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.

    GetVbInstancesVbInstanceSummaryCollectionItemAlternateCustomEndpoint

    CertificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    CertificateSecretVersion int
    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.
    CertificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    CertificateSecretVersion int
    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.
    certificateSecretId String
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion Integer
    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.
    certificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion number
    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_id str
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificate_secret_version int
    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.
    certificateSecretId String
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion Number
    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.

    GetVbInstancesVbInstanceSummaryCollectionItemAttachment

    IsImplicit bool
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    TargetId string
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    TargetInstanceUrl string
    The dataplane instance URL of the attached instance
    TargetRole string
    The role of the target attachment.
    TargetServiceType string
    The type of the target instance, such as "FUSION".
    IsImplicit bool
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    TargetId string
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    TargetInstanceUrl string
    The dataplane instance URL of the attached instance
    TargetRole string
    The role of the target attachment.
    TargetServiceType string
    The type of the target instance, such as "FUSION".
    isImplicit Boolean
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    targetId String
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    targetInstanceUrl String
    The dataplane instance URL of the attached instance
    targetRole String
    The role of the target attachment.
    targetServiceType String
    The type of the target instance, such as "FUSION".
    isImplicit boolean
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    targetId string
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    targetInstanceUrl string
    The dataplane instance URL of the attached instance
    targetRole string
    The role of the target attachment.
    targetServiceType string
    The type of the target instance, such as "FUSION".
    is_implicit bool
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    target_id str
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    target_instance_url str
    The dataplane instance URL of the attached instance
    target_role str
    The role of the target attachment.
    target_service_type str
    The type of the target instance, such as "FUSION".
    isImplicit Boolean
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    targetId String
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    targetInstanceUrl String
    The dataplane instance URL of the attached instance
    targetRole String
    The role of the target attachment.
    targetServiceType String
    The type of the target instance, such as "FUSION".

    GetVbInstancesVbInstanceSummaryCollectionItemCustomEndpoint

    CertificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    CertificateSecretVersion int
    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.
    CertificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    CertificateSecretVersion int
    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.
    certificateSecretId String
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion Integer
    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.
    certificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion number
    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_id str
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificate_secret_version int
    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.
    certificateSecretId String
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion Number
    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.

    GetVbInstancesVbInstanceSummaryCollectionItemIdcsInfo

    IdcsAppDisplayName string
    The IDCS application display name associated with the instance
    IdcsAppId string
    The IDCS application ID associated with the instance
    IdcsAppLocationUrl string
    URL for the location of the IDCS Application (used by IDCS APIs)
    IdcsAppName string
    The IDCS application name associated with the instance
    InstancePrimaryAudienceUrl string
    The URL used as the primary audience for visual builder flows in this instance type: string
    IdcsAppDisplayName string
    The IDCS application display name associated with the instance
    IdcsAppId string
    The IDCS application ID associated with the instance
    IdcsAppLocationUrl string
    URL for the location of the IDCS Application (used by IDCS APIs)
    IdcsAppName string
    The IDCS application name associated with the instance
    InstancePrimaryAudienceUrl string
    The URL used as the primary audience for visual builder flows in this instance type: string
    idcsAppDisplayName String
    The IDCS application display name associated with the instance
    idcsAppId String
    The IDCS application ID associated with the instance
    idcsAppLocationUrl String
    URL for the location of the IDCS Application (used by IDCS APIs)
    idcsAppName String
    The IDCS application name associated with the instance
    instancePrimaryAudienceUrl String
    The URL used as the primary audience for visual builder flows in this instance type: string
    idcsAppDisplayName string
    The IDCS application display name associated with the instance
    idcsAppId string
    The IDCS application ID associated with the instance
    idcsAppLocationUrl string
    URL for the location of the IDCS Application (used by IDCS APIs)
    idcsAppName string
    The IDCS application name associated with the instance
    instancePrimaryAudienceUrl string
    The URL used as the primary audience for visual builder flows in this instance type: string
    idcs_app_display_name str
    The IDCS application display name associated with the instance
    idcs_app_id str
    The IDCS application ID associated with the instance
    idcs_app_location_url str
    URL for the location of the IDCS Application (used by IDCS APIs)
    idcs_app_name str
    The IDCS application name associated with the instance
    instance_primary_audience_url str
    The URL used as the primary audience for visual builder flows in this instance type: string
    idcsAppDisplayName String
    The IDCS application display name associated with the instance
    idcsAppId String
    The IDCS application ID associated with the instance
    idcsAppLocationUrl String
    URL for the location of the IDCS Application (used by IDCS APIs)
    idcsAppName String
    The IDCS application name associated with the instance
    instancePrimaryAudienceUrl String
    The URL used as the primary audience for visual builder flows in this instance type: string

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.33.0 published on Thursday, Apr 25, 2024 by Pulumi