1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Vbs
  5. InstVbsInstance
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.Vbs.InstVbsInstance

Explore with Pulumi AI

This resource provides the Vbs Instance resource in Oracle Cloud Infrastructure Vbs Inst service.

Creates a new VbsInstance.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testVbsInstance = new oci.vbs.InstVbsInstance("test_vbs_instance", {
    compartmentId: compartmentId,
    displayName: vbsInstanceDisplayName,
    name: vbsInstanceName,
    definedTags: {
        "foo-namespace.bar-key": "value",
    },
    freeformTags: {
        "bar-key": "value",
    },
    idcsAccessToken: vbsInstanceIdcsAccessToken,
    isResourceUsageAgreementGranted: vbsInstanceIsResourceUsageAgreementGranted,
    resourceCompartmentId: resourceCompartmentId,
});
Copy
import pulumi
import pulumi_oci as oci

test_vbs_instance = oci.vbs.InstVbsInstance("test_vbs_instance",
    compartment_id=compartment_id,
    display_name=vbs_instance_display_name,
    name=vbs_instance_name,
    defined_tags={
        "foo-namespace.bar-key": "value",
    },
    freeform_tags={
        "bar-key": "value",
    },
    idcs_access_token=vbs_instance_idcs_access_token,
    is_resource_usage_agreement_granted=vbs_instance_is_resource_usage_agreement_granted,
    resource_compartment_id=resource_compartment_id)
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/vbs"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := vbs.NewInstVbsInstance(ctx, "test_vbs_instance", &vbs.InstVbsInstanceArgs{
			CompartmentId: pulumi.Any(compartmentId),
			DisplayName:   pulumi.Any(vbsInstanceDisplayName),
			Name:          pulumi.Any(vbsInstanceName),
			DefinedTags: pulumi.StringMap{
				"foo-namespace.bar-key": pulumi.String("value"),
			},
			FreeformTags: pulumi.StringMap{
				"bar-key": pulumi.String("value"),
			},
			IdcsAccessToken:                 pulumi.Any(vbsInstanceIdcsAccessToken),
			IsResourceUsageAgreementGranted: pulumi.Any(vbsInstanceIsResourceUsageAgreementGranted),
			ResourceCompartmentId:           pulumi.Any(resourceCompartmentId),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testVbsInstance = new Oci.Vbs.InstVbsInstance("test_vbs_instance", new()
    {
        CompartmentId = compartmentId,
        DisplayName = vbsInstanceDisplayName,
        Name = vbsInstanceName,
        DefinedTags = 
        {
            { "foo-namespace.bar-key", "value" },
        },
        FreeformTags = 
        {
            { "bar-key", "value" },
        },
        IdcsAccessToken = vbsInstanceIdcsAccessToken,
        IsResourceUsageAgreementGranted = vbsInstanceIsResourceUsageAgreementGranted,
        ResourceCompartmentId = resourceCompartmentId,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Vbs.InstVbsInstance;
import com.pulumi.oci.Vbs.InstVbsInstanceArgs;
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) {
        var testVbsInstance = new InstVbsInstance("testVbsInstance", InstVbsInstanceArgs.builder()
            .compartmentId(compartmentId)
            .displayName(vbsInstanceDisplayName)
            .name(vbsInstanceName)
            .definedTags(Map.of("foo-namespace.bar-key", "value"))
            .freeformTags(Map.of("bar-key", "value"))
            .idcsAccessToken(vbsInstanceIdcsAccessToken)
            .isResourceUsageAgreementGranted(vbsInstanceIsResourceUsageAgreementGranted)
            .resourceCompartmentId(resourceCompartmentId)
            .build());

    }
}
Copy
resources:
  testVbsInstance:
    type: oci:Vbs:InstVbsInstance
    name: test_vbs_instance
    properties:
      compartmentId: ${compartmentId}
      displayName: ${vbsInstanceDisplayName}
      name: ${vbsInstanceName}
      definedTags:
        foo-namespace.bar-key: value
      freeformTags:
        bar-key: value
      idcsAccessToken: ${vbsInstanceIdcsAccessToken}
      isResourceUsageAgreementGranted: ${vbsInstanceIsResourceUsageAgreementGranted}
      resourceCompartmentId: ${resourceCompartmentId}
Copy

Create InstVbsInstance Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new InstVbsInstance(name: string, args: InstVbsInstanceArgs, opts?: CustomResourceOptions);
@overload
def InstVbsInstance(resource_name: str,
                    args: InstVbsInstanceArgs,
                    opts: Optional[ResourceOptions] = None)

@overload
def InstVbsInstance(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    compartment_id: Optional[str] = None,
                    display_name: Optional[str] = None,
                    defined_tags: Optional[Mapping[str, str]] = None,
                    freeform_tags: Optional[Mapping[str, str]] = None,
                    idcs_access_token: Optional[str] = None,
                    is_resource_usage_agreement_granted: Optional[bool] = None,
                    name: Optional[str] = None,
                    resource_compartment_id: Optional[str] = None)
func NewInstVbsInstance(ctx *Context, name string, args InstVbsInstanceArgs, opts ...ResourceOption) (*InstVbsInstance, error)
public InstVbsInstance(string name, InstVbsInstanceArgs args, CustomResourceOptions? opts = null)
public InstVbsInstance(String name, InstVbsInstanceArgs args)
public InstVbsInstance(String name, InstVbsInstanceArgs args, CustomResourceOptions options)
type: oci:Vbs:InstVbsInstance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. InstVbsInstanceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. InstVbsInstanceArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. InstVbsInstanceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. InstVbsInstanceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. InstVbsInstanceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var instVbsInstanceResource = new Oci.Vbs.InstVbsInstance("instVbsInstanceResource", new()
{
    CompartmentId = "string",
    DisplayName = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    FreeformTags = 
    {
        { "string", "string" },
    },
    IdcsAccessToken = "string",
    IsResourceUsageAgreementGranted = false,
    Name = "string",
    ResourceCompartmentId = "string",
});
Copy
example, err := Vbs.NewInstVbsInstance(ctx, "instVbsInstanceResource", &Vbs.InstVbsInstanceArgs{
	CompartmentId: pulumi.String("string"),
	DisplayName:   pulumi.String("string"),
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	IdcsAccessToken:                 pulumi.String("string"),
	IsResourceUsageAgreementGranted: pulumi.Bool(false),
	Name:                            pulumi.String("string"),
	ResourceCompartmentId:           pulumi.String("string"),
})
Copy
var instVbsInstanceResource = new InstVbsInstance("instVbsInstanceResource", InstVbsInstanceArgs.builder()
    .compartmentId("string")
    .displayName("string")
    .definedTags(Map.of("string", "string"))
    .freeformTags(Map.of("string", "string"))
    .idcsAccessToken("string")
    .isResourceUsageAgreementGranted(false)
    .name("string")
    .resourceCompartmentId("string")
    .build());
Copy
inst_vbs_instance_resource = oci.vbs.InstVbsInstance("instVbsInstanceResource",
    compartment_id="string",
    display_name="string",
    defined_tags={
        "string": "string",
    },
    freeform_tags={
        "string": "string",
    },
    idcs_access_token="string",
    is_resource_usage_agreement_granted=False,
    name="string",
    resource_compartment_id="string")
Copy
const instVbsInstanceResource = new oci.vbs.InstVbsInstance("instVbsInstanceResource", {
    compartmentId: "string",
    displayName: "string",
    definedTags: {
        string: "string",
    },
    freeformTags: {
        string: "string",
    },
    idcsAccessToken: "string",
    isResourceUsageAgreementGranted: false,
    name: "string",
    resourceCompartmentId: "string",
});
Copy
type: oci:Vbs:InstVbsInstance
properties:
    compartmentId: string
    definedTags:
        string: string
    displayName: string
    freeformTags:
        string: string
    idcsAccessToken: string
    isResourceUsageAgreementGranted: false
    name: string
    resourceCompartmentId: string
Copy

InstVbsInstance Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The InstVbsInstance resource accepts the following input properties:

CompartmentId This property is required. string
(Updatable) Compartment Identifier. It can only be the root compartment
DisplayName This property is required. string
(Updatable) Display Name
DefinedTags Dictionary<string, string>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
FreeformTags Dictionary<string, string>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
IdcsAccessToken Changes to this property will trigger replacement. string
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
IsResourceUsageAgreementGranted bool
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
Name Changes to this property will trigger replacement. string
Service Instance Name
ResourceCompartmentId string

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

CompartmentId This property is required. string
(Updatable) Compartment Identifier. It can only be the root compartment
DisplayName This property is required. string
(Updatable) Display Name
DefinedTags map[string]string
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
FreeformTags map[string]string
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
IdcsAccessToken Changes to this property will trigger replacement. string
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
IsResourceUsageAgreementGranted bool
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
Name Changes to this property will trigger replacement. string
Service Instance Name
ResourceCompartmentId string

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

compartmentId This property is required. String
(Updatable) Compartment Identifier. It can only be the root compartment
displayName This property is required. String
(Updatable) Display Name
definedTags Map<String,String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeformTags Map<String,String>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
idcsAccessToken Changes to this property will trigger replacement. String
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
isResourceUsageAgreementGranted Boolean
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
name Changes to this property will trigger replacement. String
Service Instance Name
resourceCompartmentId String

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

compartmentId This property is required. string
(Updatable) Compartment Identifier. It can only be the root compartment
displayName This property is required. string
(Updatable) Display Name
definedTags {[key: string]: string}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeformTags {[key: string]: string}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
idcsAccessToken Changes to this property will trigger replacement. string
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
isResourceUsageAgreementGranted boolean
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
name Changes to this property will trigger replacement. string
Service Instance Name
resourceCompartmentId string

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

compartment_id This property is required. str
(Updatable) Compartment Identifier. It can only be the root compartment
display_name This property is required. str
(Updatable) Display Name
defined_tags Mapping[str, str]
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeform_tags Mapping[str, str]
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
idcs_access_token Changes to this property will trigger replacement. str
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
is_resource_usage_agreement_granted bool
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
name Changes to this property will trigger replacement. str
Service Instance Name
resource_compartment_id str

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

compartmentId This property is required. String
(Updatable) Compartment Identifier. It can only be the root compartment
displayName This property is required. String
(Updatable) Display Name
definedTags Map<String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
freeformTags Map<String>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
idcsAccessToken Changes to this property will trigger replacement. String
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
isResourceUsageAgreementGranted Boolean
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
name Changes to this property will trigger replacement. String
Service Instance Name
resourceCompartmentId String

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

Outputs

All input properties are implicitly available as output properties. Additionally, the InstVbsInstance resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
LifecyleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
State string
The current state of the VbsInstance.
SystemTags 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 VbsInstance was created. An RFC3339 formatted datetime string
TimeUpdated string
The time the VbsInstance was updated. An RFC3339 formatted datetime string
VbsAccessUrl string
Public web URL for accessing the VBS service instance
Id string
The provider-assigned unique ID for this managed resource.
LifecyleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
State string
The current state of the VbsInstance.
SystemTags 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 VbsInstance was created. An RFC3339 formatted datetime string
TimeUpdated string
The time the VbsInstance was updated. An RFC3339 formatted datetime string
VbsAccessUrl string
Public web URL for accessing the VBS service instance
id String
The provider-assigned unique ID for this managed resource.
lifecyleDetails String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
state String
The current state of the VbsInstance.
systemTags 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 VbsInstance was created. An RFC3339 formatted datetime string
timeUpdated String
The time the VbsInstance was updated. An RFC3339 formatted datetime string
vbsAccessUrl String
Public web URL for accessing the VBS service instance
id string
The provider-assigned unique ID for this managed resource.
lifecyleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
state string
The current state of the VbsInstance.
systemTags {[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 VbsInstance was created. An RFC3339 formatted datetime string
timeUpdated string
The time the VbsInstance was updated. An RFC3339 formatted datetime string
vbsAccessUrl string
Public web URL for accessing the VBS service instance
id str
The provider-assigned unique ID for this managed resource.
lifecyle_details str
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
state str
The current state of the VbsInstance.
system_tags 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 VbsInstance was created. An RFC3339 formatted datetime string
time_updated str
The time the VbsInstance was updated. An RFC3339 formatted datetime string
vbs_access_url str
Public web URL for accessing the VBS service instance
id String
The provider-assigned unique ID for this managed resource.
lifecyleDetails String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
state String
The current state of the VbsInstance.
systemTags 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 VbsInstance was created. An RFC3339 formatted datetime string
timeUpdated String
The time the VbsInstance was updated. An RFC3339 formatted datetime string
vbsAccessUrl String
Public web URL for accessing the VBS service instance

Look up Existing InstVbsInstance Resource

Get an existing InstVbsInstance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: InstVbsInstanceState, opts?: CustomResourceOptions): InstVbsInstance
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        compartment_id: Optional[str] = None,
        defined_tags: Optional[Mapping[str, str]] = None,
        display_name: Optional[str] = None,
        freeform_tags: Optional[Mapping[str, str]] = None,
        idcs_access_token: Optional[str] = None,
        is_resource_usage_agreement_granted: Optional[bool] = None,
        lifecyle_details: Optional[str] = None,
        name: Optional[str] = None,
        resource_compartment_id: Optional[str] = None,
        state: Optional[str] = None,
        system_tags: Optional[Mapping[str, str]] = None,
        time_created: Optional[str] = None,
        time_updated: Optional[str] = None,
        vbs_access_url: Optional[str] = None) -> InstVbsInstance
func GetInstVbsInstance(ctx *Context, name string, id IDInput, state *InstVbsInstanceState, opts ...ResourceOption) (*InstVbsInstance, error)
public static InstVbsInstance Get(string name, Input<string> id, InstVbsInstanceState? state, CustomResourceOptions? opts = null)
public static InstVbsInstance get(String name, Output<String> id, InstVbsInstanceState state, CustomResourceOptions options)
resources:  _:    type: oci:Vbs:InstVbsInstance    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
CompartmentId string
(Updatable) Compartment Identifier. It can only be the root compartment
DefinedTags Dictionary<string, string>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
DisplayName string
(Updatable) Display Name
FreeformTags Dictionary<string, string>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
IdcsAccessToken Changes to this property will trigger replacement. string
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
IsResourceUsageAgreementGranted bool
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
LifecyleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Name Changes to this property will trigger replacement. string
Service Instance Name
ResourceCompartmentId string

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

State string
The current state of the VbsInstance.
SystemTags 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 VbsInstance was created. An RFC3339 formatted datetime string
TimeUpdated string
The time the VbsInstance was updated. An RFC3339 formatted datetime string
VbsAccessUrl string
Public web URL for accessing the VBS service instance
CompartmentId string
(Updatable) Compartment Identifier. It can only be the root compartment
DefinedTags map[string]string
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
DisplayName string
(Updatable) Display Name
FreeformTags map[string]string
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
IdcsAccessToken Changes to this property will trigger replacement. string
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
IsResourceUsageAgreementGranted bool
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
LifecyleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Name Changes to this property will trigger replacement. string
Service Instance Name
ResourceCompartmentId string

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

State string
The current state of the VbsInstance.
SystemTags 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 VbsInstance was created. An RFC3339 formatted datetime string
TimeUpdated string
The time the VbsInstance was updated. An RFC3339 formatted datetime string
VbsAccessUrl string
Public web URL for accessing the VBS service instance
compartmentId String
(Updatable) Compartment Identifier. It can only be the root compartment
definedTags Map<String,String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName String
(Updatable) Display Name
freeformTags Map<String,String>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
idcsAccessToken Changes to this property will trigger replacement. String
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
isResourceUsageAgreementGranted Boolean
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
lifecyleDetails String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
name Changes to this property will trigger replacement. String
Service Instance Name
resourceCompartmentId String

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

state String
The current state of the VbsInstance.
systemTags 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 VbsInstance was created. An RFC3339 formatted datetime string
timeUpdated String
The time the VbsInstance was updated. An RFC3339 formatted datetime string
vbsAccessUrl String
Public web URL for accessing the VBS service instance
compartmentId string
(Updatable) Compartment Identifier. It can only be the root compartment
definedTags {[key: string]: string}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName string
(Updatable) Display Name
freeformTags {[key: string]: string}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
idcsAccessToken Changes to this property will trigger replacement. string
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
isResourceUsageAgreementGranted boolean
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
lifecyleDetails string
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
name Changes to this property will trigger replacement. string
Service Instance Name
resourceCompartmentId string

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

state string
The current state of the VbsInstance.
systemTags {[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 VbsInstance was created. An RFC3339 formatted datetime string
timeUpdated string
The time the VbsInstance was updated. An RFC3339 formatted datetime string
vbsAccessUrl string
Public web URL for accessing the VBS service instance
compartment_id str
(Updatable) Compartment Identifier. It can only be the root compartment
defined_tags Mapping[str, str]
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
display_name str
(Updatable) Display Name
freeform_tags Mapping[str, str]
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
idcs_access_token Changes to this property will trigger replacement. str
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
is_resource_usage_agreement_granted bool
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
lifecyle_details str
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
name Changes to this property will trigger replacement. str
Service Instance Name
resource_compartment_id str

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

state str
The current state of the VbsInstance.
system_tags 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 VbsInstance was created. An RFC3339 formatted datetime string
time_updated str
The time the VbsInstance was updated. An RFC3339 formatted datetime string
vbs_access_url str
Public web URL for accessing the VBS service instance
compartmentId String
(Updatable) Compartment Identifier. It can only be the root compartment
definedTags Map<String>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
displayName String
(Updatable) Display Name
freeformTags Map<String>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
idcsAccessToken Changes to this property will trigger replacement. String
IDCS personal acceess token identifying IDCS user and stripe for the VBS service
isResourceUsageAgreementGranted Boolean
(Updatable) Whether VBS is authorized to create and use resources in the customer tenancy
lifecyleDetails String
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
name Changes to this property will trigger replacement. String
Service Instance Name
resourceCompartmentId String

(Updatable) Compartment where VBS may create additional resources for the service instance

** 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

state String
The current state of the VbsInstance.
systemTags 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 VbsInstance was created. An RFC3339 formatted datetime string
timeUpdated String
The time the VbsInstance was updated. An RFC3339 formatted datetime string
vbsAccessUrl String
Public web URL for accessing the VBS service instance

Import

VbsInstances can be imported using the id, e.g.

$ pulumi import oci:Vbs/instVbsInstance:InstVbsInstance test_vbs_instance "id"
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.