import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; /** * This resource provides the Vb Instance resource in Oracle Cloud Infrastructure Visual Builder service. * Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/visual-builder/latest/VbInstance * * Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/visula_builder * * Creates a new Vb Instance. * * ## Import * * VbInstances can be imported using the `id`, e.g. * * ```sh * $ pulumi import oci:VisualBuilder/vbInstance:VbInstance test_vb_instance "id" * ``` */ export declare class VbInstance extends pulumi.CustomResource { /** * Get an existing VbInstance resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param state Any extra arguments used during the lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name: string, id: pulumi.Input, state?: VbInstanceState, opts?: pulumi.CustomResourceOptions): VbInstance; /** * Returns true if the given object is an instance of VbInstance. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj: any): obj is VbInstance; /** * (Updatable) A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance). */ readonly alternateCustomEndpoints: pulumi.Output; /** * (Updatable) Compartment Identifier. */ readonly compartmentId: pulumi.Output; /** * Optional parameter specifying which entitlement to use for billing purposes. Only required if the account possesses more than one entitlement. */ readonly consumptionModel: pulumi.Output; /** * (Updatable) Details for a custom endpoint for the vb instance (update). */ readonly customEndpoint: pulumi.Output; /** * (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}` */ readonly definedTags: pulumi.Output<{ [key: string]: string; }>; /** * (Updatable) Vb Instance Identifier. */ readonly displayName: pulumi.Output; /** * (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` */ readonly freeformTags: pulumi.Output<{ [key: string]: string; }>; /** * (Updatable) Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter */ readonly idcsOpenId: pulumi.Output; /** * The Vb Instance URL. */ readonly instanceUrl: pulumi.Output; /** * (Updatable) Visual Builder is enabled or not. */ readonly isVisualBuilderEnabled: pulumi.Output; /** * The NAT gateway IP address for the VB management VCN */ readonly managementNatGatewayIp: pulumi.Output; /** * The Oracle Cloud ID (OCID) of the Visual Builder management VCN */ readonly managementVcnId: pulumi.Output; /** * (Updatable) 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. */ readonly networkEndpointDetails: pulumi.Output; /** * (Updatable) The number of Nodes * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values */ readonly nodeCount: pulumi.Output; /** * The NAT gateway IP address for the VB service VCN */ readonly serviceNatGatewayIp: pulumi.Output; /** * The Oracle Cloud ID (OCID) of the Visual Builder service VCN */ readonly serviceVcnId: pulumi.Output; /** * The current state of the vb instance. */ readonly state: pulumi.Output; /** * An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. */ readonly stateMessage: pulumi.Output; /** * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}` */ readonly systemTags: pulumi.Output<{ [key: string]: string; }>; /** * The time the the VbInstance was created. An RFC3339 formatted datetime string. */ readonly timeCreated: pulumi.Output; /** * The time the VbInstance was updated. An RFC3339 formatted datetime string. */ readonly timeUpdated: pulumi.Output; /** * Create a VbInstance resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name: string, args: VbInstanceArgs, opts?: pulumi.CustomResourceOptions); } /** * Input properties used for looking up and filtering VbInstance resources. */ export interface VbInstanceState { /** * (Updatable) A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance). */ alternateCustomEndpoints?: pulumi.Input[] | undefined>; /** * (Updatable) Compartment Identifier. */ compartmentId?: pulumi.Input; /** * Optional parameter specifying which entitlement to use for billing purposes. Only required if the account possesses more than one entitlement. */ consumptionModel?: pulumi.Input; /** * (Updatable) Details for a custom endpoint for the vb instance (update). */ customEndpoint?: pulumi.Input; /** * (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) Vb Instance Identifier. */ displayName?: pulumi.Input; /** * (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter */ idcsOpenId?: pulumi.Input; /** * The Vb Instance URL. */ instanceUrl?: pulumi.Input; /** * (Updatable) Visual Builder is enabled or not. */ isVisualBuilderEnabled?: pulumi.Input; /** * The NAT gateway IP address for the VB management VCN */ managementNatGatewayIp?: pulumi.Input; /** * The Oracle Cloud ID (OCID) of the Visual Builder management VCN */ managementVcnId?: pulumi.Input; /** * (Updatable) 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. */ networkEndpointDetails?: pulumi.Input; /** * (Updatable) The number of Nodes * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values */ nodeCount?: pulumi.Input; /** * The NAT gateway IP address for the VB service VCN */ serviceNatGatewayIp?: pulumi.Input; /** * The Oracle Cloud ID (OCID) of the Visual Builder service VCN */ serviceVcnId?: pulumi.Input; /** * The current state of the vb instance. */ state?: pulumi.Input; /** * An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. */ stateMessage?: pulumi.Input; /** * Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}` */ systemTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * The time the the VbInstance was created. An RFC3339 formatted datetime string. */ timeCreated?: pulumi.Input; /** * The time the VbInstance was updated. An RFC3339 formatted datetime string. */ timeUpdated?: pulumi.Input; } /** * The set of arguments for constructing a VbInstance resource. */ export interface VbInstanceArgs { /** * (Updatable) A list of alternate custom endpoints to be used for the vb instance URL (contact Oracle for alternateCustomEndpoints availability for a specific instance). */ alternateCustomEndpoints?: pulumi.Input[] | undefined>; /** * (Updatable) Compartment Identifier. */ compartmentId: pulumi.Input; /** * Optional parameter specifying which entitlement to use for billing purposes. Only required if the account possesses more than one entitlement. */ consumptionModel?: pulumi.Input; /** * (Updatable) Details for a custom endpoint for the vb instance (update). */ customEndpoint?: pulumi.Input; /** * (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}` */ definedTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) Vb Instance Identifier. */ displayName: pulumi.Input; /** * (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` */ freeformTags?: pulumi.Input<{ [key: string]: pulumi.Input; } | undefined>; /** * (Updatable) Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter */ idcsOpenId?: pulumi.Input; /** * (Updatable) Visual Builder is enabled or not. */ isVisualBuilderEnabled?: pulumi.Input; /** * (Updatable) 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. */ networkEndpointDetails?: pulumi.Input; /** * (Updatable) The number of Nodes * * ** IMPORTANT ** * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values */ nodeCount: pulumi.Input; } //# sourceMappingURL=vbInstance.d.ts.map