Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.VisualBuilder.getVbInstances
Explore with Pulumi AI
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/v2/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:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Filters
List<Get
Vb Instances Filter> - State string
- Life cycle state to query on.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- Filters
[]Get
Vb Instances Filter - State string
- Life cycle state to query on.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
List<Get
Vb Instances Filter> - state String
- Life cycle state to query on.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- filters
Get
Vb Instances Filter[] - 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.
Get Vb Instances Filter] - state str
- Life cycle state to query on.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name 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:
- Compartment
Id string - Compartment Identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Vb
Instance List<GetSummary Collections Vb Instances Vb Instance Summary Collection> - The list of vb_instance_summary_collection.
- Display
Name string - Vb Instance Identifier, can be renamed.
- Filters
List<Get
Vb Instances Filter> - State string
- The current state of the vb instance.
- Compartment
Id string - Compartment Identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- Vb
Instance []GetSummary Collections Vb Instances Vb Instance Summary Collection - The list of vb_instance_summary_collection.
- Display
Name string - Vb Instance Identifier, can be renamed.
- Filters
[]Get
Vb Instances Filter - State string
- The current state of the vb instance.
- compartment
Id String - Compartment Identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- vb
Instance List<GetSummary Collections Vb Instances Vb Instance Summary Collection> - The list of vb_instance_summary_collection.
- display
Name String - Vb Instance Identifier, can be renamed.
- filters
List<Get
Vb Instances Filter> - state String
- The current state of the vb instance.
- compartment
Id string - Compartment Identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- vb
Instance GetSummary Collections Vb Instances Vb Instance Summary Collection[] - The list of vb_instance_summary_collection.
- display
Name string - Vb Instance Identifier, can be renamed.
- filters
Get
Vb Instances Filter[] - 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_ Sequence[visualbuilder.summary_ collections Get Vb Instances Vb Instance Summary Collection] - The list of vb_instance_summary_collection.
- display_
name str - Vb Instance Identifier, can be renamed.
- filters
Sequence[visualbuilder.
Get Vb Instances Filter] - state str
- The current state of the vb instance.
- compartment
Id String - Compartment Identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- vb
Instance List<Property Map>Summary Collections - The list of vb_instance_summary_collection.
- display
Name String - Vb Instance Identifier, can be renamed.
- filters List<Property Map>
- state String
- The current state of the vb instance.
Supporting Types
GetVbInstancesFilter
GetVbInstancesVbInstanceSummaryCollection
GetVbInstancesVbInstanceSummaryCollectionItem
- Alternate
Custom List<GetEndpoints Vb Instances Vb Instance Summary Collection Item Alternate Custom Endpoint> - A list of alternate custom endpoints used for the vb instance URL.
- Attachments
List<Get
Vb Instances Vb Instance Summary Collection Item Attachment> - A list of associated attachments to other services
- Compartment
Id string - The ID of the compartment in which to list resources.
- Consumption
Model string - The entitlement used for billing purposes.
- Custom
Endpoints List<GetVb Instances Vb Instance Summary Collection Item 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 - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- 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
Infos List<GetVb Instances Vb Instance Summary Collection Item Idcs Info> - Information for IDCS access
- 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
- 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
- Life cycle state to query on.
- 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.
- Alternate
Custom []GetEndpoints Vb Instances Vb Instance Summary Collection Item Alternate Custom Endpoint - A list of alternate custom endpoints used for the vb instance URL.
- Attachments
[]Get
Vb Instances Vb Instance Summary Collection Item Attachment - A list of associated attachments to other services
- Compartment
Id string - The ID of the compartment in which to list resources.
- Consumption
Model string - The entitlement used for billing purposes.
- Custom
Endpoints []GetVb Instances Vb Instance Summary Collection Item 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 - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- 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
Infos []GetVb Instances Vb Instance Summary Collection Item Idcs Info - Information for IDCS access
- 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
- 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
- Life cycle state to query on.
- 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.
- alternate
Custom List<GetEndpoints Vb Instances Vb Instance Summary Collection Item Alternate Custom Endpoint> - A list of alternate custom endpoints used for the vb instance URL.
- attachments
List<Get
Vb Instances Vb Instance Summary Collection Item Attachment> - A list of associated attachments to other services
- compartment
Id String - The ID of the compartment in which to list resources.
- consumption
Model String - The entitlement used for billing purposes.
- custom
Endpoints List<GetVb Instances Vb Instance Summary Collection Item 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 - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- 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
Infos List<GetVb Instances Vb Instance Summary Collection Item Idcs Info> - Information for IDCS access
- 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
- 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
- Life cycle state to query on.
- 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.
- alternate
Custom GetEndpoints Vb Instances Vb Instance Summary Collection Item Alternate Custom Endpoint[] - A list of alternate custom endpoints used for the vb instance URL.
- attachments
Get
Vb Instances Vb Instance Summary Collection Item Attachment[] - A list of associated attachments to other services
- compartment
Id string - The ID of the compartment in which to list resources.
- consumption
Model string - The entitlement used for billing purposes.
- custom
Endpoints GetVb Instances Vb Instance Summary Collection Item 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 - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- {[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
Infos GetVb Instances Vb Instance Summary Collection Item Idcs Info[] - Information for IDCS access
- 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
- 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
- Life cycle state to query on.
- 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.
- alternate_
custom_ Sequence[visualbuilder.endpoints Get Vb Instances Vb Instance Summary Collection Item Alternate Custom Endpoint] - A list of alternate custom endpoints used for the vb instance URL.
- attachments
Sequence[visualbuilder.
Get Vb Instances Vb Instance Summary Collection Item Attachment] - 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.Get Vb Instances Vb Instance Summary Collection Item 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 - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- 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_
infos Sequence[visualbuilder.Get Vb Instances Vb Instance Summary Collection Item Idcs Info] - Information for IDCS access
- 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
- 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
- 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.
- 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.
- alternate
Custom List<Property Map>Endpoints - A list of alternate custom endpoints used for the vb instance URL.
- attachments List<Property Map>
- A list of associated attachments to other services
- compartment
Id String - The ID of the compartment in which to list resources.
- 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 - A user-friendly name. Does not have to be unique, and it's changeable. Example:
My new resource
- 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
Infos List<Property Map> - Information for IDCS access
- 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
- 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
- Life cycle state to query on.
- 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.
GetVbInstancesVbInstanceSummaryCollectionItemAlternateCustomEndpoint
- 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.
GetVbInstancesVbInstanceSummaryCollectionItemAttachment
- 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
- If role ==
- Target
Id string - 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 stringUrl - The dataplane instance URL of the attached instance
- Target
Role string - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- Target
Service stringType - 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
- If role ==
- Target
Id string - 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 stringUrl - The dataplane instance URL of the attached instance
- Target
Role string - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- Target
Service stringType - The type of the target instance, such as "FUSION".
- is
Implicit 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
- If role ==
- target
Id String - 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 StringUrl - The dataplane instance URL of the attached instance
- target
Role String - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- target
Service StringType - The type of the target instance, such as "FUSION".
- is
Implicit 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
- If role ==
- target
Id string - 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 stringUrl - The dataplane instance URL of the attached instance
- target
Role string - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- target
Service stringType - 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
- If role ==
- 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_ strurl - The dataplane instance URL of the attached instance
- target_
role str - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- target_
service_ strtype - The type of the target instance, such as "FUSION".
- is
Implicit 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
- If role ==
- target
Id String - 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 StringUrl - The dataplane instance URL of the attached instance
- target
Role String - The role of the target attachment.
PARENT
- The target instance is the parent of this attachment.CHILD
- The target instance is the child of this attachment.
- target
Service StringType - The type of the target instance, such as "FUSION".
GetVbInstancesVbInstanceSummaryCollectionItemCustomEndpoint
- 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.
GetVbInstancesVbInstanceSummaryCollectionItemIdcsInfo
- Idcs
App stringDisplay Name - The IDCS application display name associated with the instance
- Idcs
App stringId - The IDCS application ID associated with the instance
- Idcs
App stringLocation Url - URL for the location of the IDCS Application (used by IDCS APIs)
- Idcs
App stringName - The IDCS application name associated with the instance
- Instance
Primary stringAudience Url - The URL used as the primary audience for visual builder flows in this instance type: string
- Idcs
App stringDisplay Name - The IDCS application display name associated with the instance
- Idcs
App stringId - The IDCS application ID associated with the instance
- Idcs
App stringLocation Url - URL for the location of the IDCS Application (used by IDCS APIs)
- Idcs
App stringName - The IDCS application name associated with the instance
- Instance
Primary stringAudience Url - The URL used as the primary audience for visual builder flows in this instance type: string
- idcs
App StringDisplay Name - The IDCS application display name associated with the instance
- idcs
App StringId - The IDCS application ID associated with the instance
- idcs
App StringLocation Url - URL for the location of the IDCS Application (used by IDCS APIs)
- idcs
App StringName - The IDCS application name associated with the instance
- instance
Primary StringAudience Url - The URL used as the primary audience for visual builder flows in this instance type: string
- idcs
App stringDisplay Name - The IDCS application display name associated with the instance
- idcs
App stringId - The IDCS application ID associated with the instance
- idcs
App stringLocation Url - URL for the location of the IDCS Application (used by IDCS APIs)
- idcs
App stringName - The IDCS application name associated with the instance
- instance
Primary stringAudience Url - The URL used as the primary audience for visual builder flows in this instance type: string
- idcs_
app_ strdisplay_ name - The IDCS application display name associated with the instance
- idcs_
app_ strid - The IDCS application ID associated with the instance
- idcs_
app_ strlocation_ url - URL for the location of the IDCS Application (used by IDCS APIs)
- idcs_
app_ strname - The IDCS application name associated with the instance
- instance_
primary_ straudience_ url - The URL used as the primary audience for visual builder flows in this instance type: string
- idcs
App StringDisplay Name - The IDCS application display name associated with the instance
- idcs
App StringId - The IDCS application ID associated with the instance
- idcs
App StringLocation Url - URL for the location of the IDCS Application (used by IDCS APIs)
- idcs
App StringName - The IDCS application name associated with the instance
- instance
Primary StringAudience Url - 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.