Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.CloudBridge.getAssetSources
Explore with Pulumi AI
This data source provides the list of Asset Sources in Oracle Cloud Infrastructure Cloud Bridge service.
Returns a list of asset sources.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAssetSources = oci.CloudBridge.getAssetSources({
compartmentId: compartmentId,
assetSourceId: testAssetSource.id,
displayName: assetSourceDisplayName,
state: assetSourceState,
});
import pulumi
import pulumi_oci as oci
test_asset_sources = oci.CloudBridge.get_asset_sources(compartment_id=compartment_id,
asset_source_id=test_asset_source["id"],
display_name=asset_source_display_name,
state=asset_source_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/CloudBridge"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := CloudBridge.GetAssetSources(ctx, &cloudbridge.GetAssetSourcesArgs{
CompartmentId: compartmentId,
AssetSourceId: pulumi.StringRef(testAssetSource.Id),
DisplayName: pulumi.StringRef(assetSourceDisplayName),
State: pulumi.StringRef(assetSourceState),
}, 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 testAssetSources = Oci.CloudBridge.GetAssetSources.Invoke(new()
{
CompartmentId = compartmentId,
AssetSourceId = testAssetSource.Id,
DisplayName = assetSourceDisplayName,
State = assetSourceState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.CloudBridge.CloudBridgeFunctions;
import com.pulumi.oci.CloudBridge.inputs.GetAssetSourcesArgs;
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 testAssetSources = CloudBridgeFunctions.getAssetSources(GetAssetSourcesArgs.builder()
.compartmentId(compartmentId)
.assetSourceId(testAssetSource.id())
.displayName(assetSourceDisplayName)
.state(assetSourceState)
.build());
}
}
variables:
testAssetSources:
fn::invoke:
Function: oci:CloudBridge:getAssetSources
Arguments:
compartmentId: ${compartmentId}
assetSourceId: ${testAssetSource.id}
displayName: ${assetSourceDisplayName}
state: ${assetSourceState}
Using getAssetSources
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 getAssetSources(args: GetAssetSourcesArgs, opts?: InvokeOptions): Promise<GetAssetSourcesResult>
function getAssetSourcesOutput(args: GetAssetSourcesOutputArgs, opts?: InvokeOptions): Output<GetAssetSourcesResult>
def get_asset_sources(asset_source_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_cloudbridge.GetAssetSourcesFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAssetSourcesResult
def get_asset_sources_output(asset_source_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_cloudbridge.GetAssetSourcesFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAssetSourcesResult]
func GetAssetSources(ctx *Context, args *GetAssetSourcesArgs, opts ...InvokeOption) (*GetAssetSourcesResult, error)
func GetAssetSourcesOutput(ctx *Context, args *GetAssetSourcesOutputArgs, opts ...InvokeOption) GetAssetSourcesResultOutput
> Note: This function is named GetAssetSources
in the Go SDK.
public static class GetAssetSources
{
public static Task<GetAssetSourcesResult> InvokeAsync(GetAssetSourcesArgs args, InvokeOptions? opts = null)
public static Output<GetAssetSourcesResult> Invoke(GetAssetSourcesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAssetSourcesResult> getAssetSources(GetAssetSourcesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:CloudBridge/getAssetSources:getAssetSources
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Asset
Source stringId - The OCID of the asset source.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Asset Sources Filter> - State string
- The current state of the asset source.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Asset
Source stringId - The OCID of the asset source.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Asset Sources Filter - State string
- The current state of the asset source.
- compartment
Id String - The ID of the compartment in which to list resources.
- asset
Source StringId - The OCID of the asset source.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Asset Sources Filter> - state String
- The current state of the asset source.
- compartment
Id string - The ID of the compartment in which to list resources.
- asset
Source stringId - The OCID of the asset source.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Asset Sources Filter[] - state string
- The current state of the asset source.
- compartment_
id str - The ID of the compartment in which to list resources.
- asset_
source_ strid - The OCID of the asset source.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[cloudbridge.
Get Asset Sources Filter] - state str
- The current state of the asset source.
- compartment
Id String - The ID of the compartment in which to list resources.
- asset
Source StringId - The OCID of the asset source.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- state String
- The current state of the asset source.
getAssetSources Result
The following output properties are available:
- Asset
Source List<GetCollections Asset Sources Asset Source Collection> - The list of asset_source_collection.
- Compartment
Id string - The OCID of the compartment for the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Asset
Source stringId - Display
Name string - A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
- Filters
List<Get
Asset Sources Filter> - State string
- The current state of the asset source.
- Asset
Source []GetCollections Asset Sources Asset Source Collection - The list of asset_source_collection.
- Compartment
Id string - The OCID of the compartment for the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Asset
Source stringId - Display
Name string - A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
- Filters
[]Get
Asset Sources Filter - State string
- The current state of the asset source.
- asset
Source List<GetCollections Asset Sources Asset Source Collection> - The list of asset_source_collection.
- compartment
Id String - The OCID of the compartment for the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- asset
Source StringId - display
Name String - A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
- filters
List<Get
Asset Sources Filter> - state String
- The current state of the asset source.
- asset
Source GetCollections Asset Sources Asset Source Collection[] - The list of asset_source_collection.
- compartment
Id string - The OCID of the compartment for the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- asset
Source stringId - display
Name string - A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
- filters
Get
Asset Sources Filter[] - state string
- The current state of the asset source.
- asset_
source_ Sequence[cloudbridge.collections Get Asset Sources Asset Source Collection] - The list of asset_source_collection.
- compartment_
id str - The OCID of the compartment for the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- asset_
source_ strid - display_
name str - A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
- filters
Sequence[cloudbridge.
Get Asset Sources Filter] - state str
- The current state of the asset source.
- asset
Source List<Property Map>Collections - The list of asset_source_collection.
- compartment
Id String - The OCID of the compartment for the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- asset
Source StringId - display
Name String - A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information.
- filters List<Property Map>
- state String
- The current state of the asset source.
Supporting Types
GetAssetSourcesAssetSourceCollection
GetAssetSourcesAssetSourceCollectionItem
- Are
Historical boolMetrics Collected - Flag indicating whether historical metrics are collected for assets, originating from this asset source.
- Are
Realtime boolMetrics Collected - Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
- Assets
Compartment stringId - The OCID of the compartment that is going to be used to create assets.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Dictionary<string, string>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Discovery
Credentials List<GetAsset Sources Asset Source Collection Item Discovery Credential> - Credentials for an asset source.
- Discovery
Schedule stringId - The OCID of an attached discovery schedule.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Environment
Id string - The OCID of the environment.
- Dictionary<string, string>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the resource.
- Inventory
Id string - The OCID of the inventory that will contain created assets.
- Lifecycle
Details string - The detailed state of the asset source.
- Replication
Credentials List<GetAsset Sources Asset Source Collection Item Replication Credential> - Credentials for an asset source.
- State string
- The current state of the asset source.
- Dictionary<string, string>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time when the asset source was created in the RFC3339 format.
- Time
Updated string - The point in time that the asset source was last updated in the RFC3339 format.
- Type string
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- Vcenter
Endpoint string - Endpoint for VMware asset discovery and replication in the form of
https://<host>:<port>/sdk
- Are
Historical boolMetrics Collected - Flag indicating whether historical metrics are collected for assets, originating from this asset source.
- Are
Realtime boolMetrics Collected - Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
- Assets
Compartment stringId - The OCID of the compartment that is going to be used to create assets.
- Compartment
Id string - The ID of the compartment in which to list resources.
- map[string]string
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Discovery
Credentials []GetAsset Sources Asset Source Collection Item Discovery Credential - Credentials for an asset source.
- Discovery
Schedule stringId - The OCID of an attached discovery schedule.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Environment
Id string - The OCID of the environment.
- map[string]string
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The OCID of the resource.
- Inventory
Id string - The OCID of the inventory that will contain created assets.
- Lifecycle
Details string - The detailed state of the asset source.
- Replication
Credentials []GetAsset Sources Asset Source Collection Item Replication Credential - Credentials for an asset source.
- State string
- The current state of the asset source.
- map[string]string
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- Time
Created string - The time when the asset source was created in the RFC3339 format.
- Time
Updated string - The point in time that the asset source was last updated in the RFC3339 format.
- Type string
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- Vcenter
Endpoint string - Endpoint for VMware asset discovery and replication in the form of
https://<host>:<port>/sdk
- are
Historical BooleanMetrics Collected - Flag indicating whether historical metrics are collected for assets, originating from this asset source.
- are
Realtime BooleanMetrics Collected - Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
- assets
Compartment StringId - The OCID of the compartment that is going to be used to create assets.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String,String>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovery
Credentials List<GetAsset Sources Asset Source Collection Item Discovery Credential> - Credentials for an asset source.
- discovery
Schedule StringId - The OCID of an attached discovery schedule.
- display
Name String - A filter to return only resources that match the entire display name given.
- environment
Id String - The OCID of the environment.
- Map<String,String>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the resource.
- inventory
Id String - The OCID of the inventory that will contain created assets.
- lifecycle
Details String - The detailed state of the asset source.
- replication
Credentials List<GetAsset Sources Asset Source Collection Item Replication Credential> - Credentials for an asset source.
- state String
- The current state of the asset source.
- Map<String,String>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time when the asset source was created in the RFC3339 format.
- time
Updated String - The point in time that the asset source was last updated in the RFC3339 format.
- type String
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- vcenter
Endpoint String - Endpoint for VMware asset discovery and replication in the form of
https://<host>:<port>/sdk
- are
Historical booleanMetrics Collected - Flag indicating whether historical metrics are collected for assets, originating from this asset source.
- are
Realtime booleanMetrics Collected - Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
- assets
Compartment stringId - The OCID of the compartment that is going to be used to create assets.
- compartment
Id string - The ID of the compartment in which to list resources.
- {[key: string]: string}
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovery
Credentials GetAsset Sources Asset Source Collection Item Discovery Credential[] - Credentials for an asset source.
- discovery
Schedule stringId - The OCID of an attached discovery schedule.
- display
Name string - A filter to return only resources that match the entire display name given.
- environment
Id string - The OCID of the environment.
- {[key: string]: string}
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The OCID of the resource.
- inventory
Id string - The OCID of the inventory that will contain created assets.
- lifecycle
Details string - The detailed state of the asset source.
- replication
Credentials GetAsset Sources Asset Source Collection Item Replication Credential[] - Credentials for an asset source.
- state string
- The current state of the asset source.
- {[key: string]: string}
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created string - The time when the asset source was created in the RFC3339 format.
- time
Updated string - The point in time that the asset source was last updated in the RFC3339 format.
- type string
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- vcenter
Endpoint string - Endpoint for VMware asset discovery and replication in the form of
https://<host>:<port>/sdk
- are_
historical_ boolmetrics_ collected - Flag indicating whether historical metrics are collected for assets, originating from this asset source.
- are_
realtime_ boolmetrics_ collected - Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
- assets_
compartment_ strid - The OCID of the compartment that is going to be used to create assets.
- compartment_
id str - The ID of the compartment in which to list resources.
- Mapping[str, str]
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovery_
credentials Sequence[cloudbridge.Get Asset Sources Asset Source Collection Item Discovery Credential] - Credentials for an asset source.
- discovery_
schedule_ strid - The OCID of an attached discovery schedule.
- display_
name str - A filter to return only resources that match the entire display name given.
- environment_
id str - The OCID of the environment.
- Mapping[str, str]
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The OCID of the resource.
- inventory_
id str - The OCID of the inventory that will contain created assets.
- lifecycle_
details str - The detailed state of the asset source.
- replication_
credentials Sequence[cloudbridge.Get Asset Sources Asset Source Collection Item Replication Credential] - Credentials for an asset source.
- state str
- The current state of the asset source.
- Mapping[str, str]
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time_
created str - The time when the asset source was created in the RFC3339 format.
- time_
updated str - The point in time that the asset source was last updated in the RFC3339 format.
- type str
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- vcenter_
endpoint str - Endpoint for VMware asset discovery and replication in the form of
https://<host>:<port>/sdk
- are
Historical BooleanMetrics Collected - Flag indicating whether historical metrics are collected for assets, originating from this asset source.
- are
Realtime BooleanMetrics Collected - Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
- assets
Compartment StringId - The OCID of the compartment that is going to be used to create assets.
- compartment
Id String - The ID of the compartment in which to list resources.
- Map<String>
- The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- discovery
Credentials List<Property Map> - Credentials for an asset source.
- discovery
Schedule StringId - The OCID of an attached discovery schedule.
- display
Name String - A filter to return only resources that match the entire display name given.
- environment
Id String - The OCID of the environment.
- Map<String>
- The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The OCID of the resource.
- inventory
Id String - The OCID of the inventory that will contain created assets.
- lifecycle
Details String - The detailed state of the asset source.
- replication
Credentials List<Property Map> - Credentials for an asset source.
- state String
- The current state of the asset source.
- Map<String>
- The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example:
{orcl-cloud: {free-tier-retain: true}}
- time
Created String - The time when the asset source was created in the RFC3339 format.
- time
Updated String - The point in time that the asset source was last updated in the RFC3339 format.
- type String
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- vcenter
Endpoint String - Endpoint for VMware asset discovery and replication in the form of
https://<host>:<port>/sdk
GetAssetSourcesAssetSourceCollectionItemDiscoveryCredential
- Secret
Id string - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - Type string
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- Secret
Id string - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - Type string
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- secret
Id String - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - type String
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- secret
Id string - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - type string
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- secret_
id str - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - type str
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- secret
Id String - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - type String
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
GetAssetSourcesAssetSourceCollectionItemReplicationCredential
- Secret
Id string - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - Type string
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- Secret
Id string - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - Type string
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- secret
Id String - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - type String
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- secret
Id string - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - type string
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- secret_
id str - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - type str
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
- secret
Id String - The OCID of the secret in a vault. If the the type of the credentials is BASIC
, the secret must contain the username and password in JSON format, which is in the form of
{ "username": "", "password": "" }`. - type String
- The type of asset source. Indicates external origin of the assets that are read by assigning this asset source.
GetAssetSourcesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.