oci logo
Oracle Cloud Infrastructure v0.19.0, May 26 23

oci.Database.getAutonomousVmCluster

Explore with Pulumi AI

This data source provides details about a specific Autonomous Vm Cluster resource in Oracle Cloud Infrastructure Database service.

Gets information about the specified Autonomous VM cluster for an Exadata Cloud@Customer system. To get information about an Autonomous VM Cluster in the Oracle cloud, see GetCloudAutonomousVmCluster.

Example Usage

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testAutonomousVmCluster = Oci.Database.GetAutonomousVmCluster.Invoke(new()
    {
        AutonomousVmClusterId = oci_database_autonomous_vm_cluster.Test_autonomous_vm_cluster.Id,
    });

});
package main

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

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := Database.GetAutonomousVmCluster(ctx, &database.GetAutonomousVmClusterArgs{
			AutonomousVmClusterId: oci_database_autonomous_vm_cluster.Test_autonomous_vm_cluster.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetAutonomousVmClusterArgs;
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 testAutonomousVmCluster = DatabaseFunctions.getAutonomousVmCluster(GetAutonomousVmClusterArgs.builder()
            .autonomousVmClusterId(oci_database_autonomous_vm_cluster.test_autonomous_vm_cluster().id())
            .build());

    }
}
import pulumi
import pulumi_oci as oci

test_autonomous_vm_cluster = oci.Database.get_autonomous_vm_cluster(autonomous_vm_cluster_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testAutonomousVmCluster = oci.Database.getAutonomousVmCluster({
    autonomousVmClusterId: oci_database_autonomous_vm_cluster.test_autonomous_vm_cluster.id,
});
variables:
  testAutonomousVmCluster:
    fn::invoke:
      Function: oci:Database:getAutonomousVmCluster
      Arguments:
        autonomousVmClusterId: ${oci_database_autonomous_vm_cluster.test_autonomous_vm_cluster.id}

Using getAutonomousVmCluster

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 getAutonomousVmCluster(args: GetAutonomousVmClusterArgs, opts?: InvokeOptions): Promise<GetAutonomousVmClusterResult>
function getAutonomousVmClusterOutput(args: GetAutonomousVmClusterOutputArgs, opts?: InvokeOptions): Output<GetAutonomousVmClusterResult>
def get_autonomous_vm_cluster(autonomous_vm_cluster_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAutonomousVmClusterResult
def get_autonomous_vm_cluster_output(autonomous_vm_cluster_id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousVmClusterResult]
func GetAutonomousVmCluster(ctx *Context, args *GetAutonomousVmClusterArgs, opts ...InvokeOption) (*GetAutonomousVmClusterResult, error)
func GetAutonomousVmClusterOutput(ctx *Context, args *GetAutonomousVmClusterOutputArgs, opts ...InvokeOption) GetAutonomousVmClusterResultOutput

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

public static class GetAutonomousVmCluster 
{
    public static Task<GetAutonomousVmClusterResult> InvokeAsync(GetAutonomousVmClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetAutonomousVmClusterResult> Invoke(GetAutonomousVmClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAutonomousVmClusterResult> getAutonomousVmCluster(GetAutonomousVmClusterArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:Database/getAutonomousVmCluster:getAutonomousVmCluster
  arguments:
    # arguments dictionary

The following arguments are supported:

AutonomousVmClusterId string

The autonomous VM cluster OCID.

AutonomousVmClusterId string

The autonomous VM cluster OCID.

autonomousVmClusterId String

The autonomous VM cluster OCID.

autonomousVmClusterId string

The autonomous VM cluster OCID.

autonomous_vm_cluster_id str

The autonomous VM cluster OCID.

autonomousVmClusterId String

The autonomous VM cluster OCID.

getAutonomousVmCluster Result

The following output properties are available:

AutonomousDataStorageSizeInTbs double

The data disk group size allocated for Autonomous Databases, in TBs.

AutonomousVmClusterId string
AvailableAutonomousDataStorageSizeInTbs double

The data disk group size available for Autonomous Databases, in TBs.

AvailableContainerDatabases int

The number of Autonomous Container Databases that can be created with the currently available local storage.

AvailableCpus int

The numnber of CPU cores available.

AvailableDataStorageSizeInTbs double

Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.

CompartmentId string

The OCID of the compartment.

ComputeModel string

The compute model of the Autonomous VM Cluster. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

CpuCoreCountPerNode int

The number of CPU cores enabled per VM cluster node.

CpusEnabled int

The number of enabled CPU cores.

DataStorageSizeInGb double

The total data storage allocated in GBs.

DataStorageSizeInTbs double

The total data storage allocated in TBs

DbNodeStorageSizeInGbs int

The local node storage allocated in GBs.

DbServers List<string>

The list of OCIDs of the Db servers.

DefinedTags Dictionary<string, object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

DisplayName string

The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.

ExadataInfrastructureId string

The OCID of the Exadata infrastructure.

FreeformTags Dictionary<string, object>

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

Id string

The OCID of the Autonomous VM cluster.

IsLocalBackupEnabled bool

If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.

IsMtlsEnabled bool

Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.

LastMaintenanceRunId string

The OCID of the last maintenance run.

LicenseModel string

The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.

LifecycleDetails string

Additional information about the current lifecycle state.

MaintenanceWindowDetails List<GetAutonomousVmClusterMaintenanceWindowDetail>
MaintenanceWindows List<GetAutonomousVmClusterMaintenanceWindow>

The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

MemoryPerOracleComputeUnitInGbs int

The amount of memory (in GBs) to be enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

MemorySizeInGbs int

The memory allocated in GBs.

NextMaintenanceRunId string

The OCID of the next maintenance run.

NodeCount int

The number of nodes in the Autonomous VM Cluster.

OcpusEnabled double

The number of enabled OCPU cores.

ReclaimableCpus int

For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
ScanListenerPortNonTls int

The SCAN Listener Non TLS port number. Default value is 1521.

ScanListenerPortTls int

The SCAN Listener TLS port number. Default value is 2484.

State string

The current state of the Autonomous VM cluster.

TimeCreated string

The date and time that the Autonomous VM cluster was created.

TimeZone string

The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.

TotalContainerDatabases int

The total number of Autonomous Container Databases that can be created.

VmClusterNetworkId string

The OCID of the VM cluster network.

AutonomousDataStorageSizeInTbs float64

The data disk group size allocated for Autonomous Databases, in TBs.

AutonomousVmClusterId string
AvailableAutonomousDataStorageSizeInTbs float64

The data disk group size available for Autonomous Databases, in TBs.

AvailableContainerDatabases int

The number of Autonomous Container Databases that can be created with the currently available local storage.

AvailableCpus int

The numnber of CPU cores available.

AvailableDataStorageSizeInTbs float64

Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.

CompartmentId string

The OCID of the compartment.

ComputeModel string

The compute model of the Autonomous VM Cluster. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

CpuCoreCountPerNode int

The number of CPU cores enabled per VM cluster node.

CpusEnabled int

The number of enabled CPU cores.

DataStorageSizeInGb float64

The total data storage allocated in GBs.

DataStorageSizeInTbs float64

The total data storage allocated in TBs

DbNodeStorageSizeInGbs int

The local node storage allocated in GBs.

DbServers []string

The list of OCIDs of the Db servers.

DefinedTags map[string]interface{}

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

DisplayName string

The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.

ExadataInfrastructureId string

The OCID of the Exadata infrastructure.

FreeformTags map[string]interface{}

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

Id string

The OCID of the Autonomous VM cluster.

IsLocalBackupEnabled bool

If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.

IsMtlsEnabled bool

Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.

LastMaintenanceRunId string

The OCID of the last maintenance run.

LicenseModel string

The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.

LifecycleDetails string

Additional information about the current lifecycle state.

MaintenanceWindowDetails []GetAutonomousVmClusterMaintenanceWindowDetail
MaintenanceWindows []GetAutonomousVmClusterMaintenanceWindow

The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

MemoryPerOracleComputeUnitInGbs int

The amount of memory (in GBs) to be enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

MemorySizeInGbs int

The memory allocated in GBs.

NextMaintenanceRunId string

The OCID of the next maintenance run.

NodeCount int

The number of nodes in the Autonomous VM Cluster.

OcpusEnabled float64

The number of enabled OCPU cores.

ReclaimableCpus int

For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
ScanListenerPortNonTls int

The SCAN Listener Non TLS port number. Default value is 1521.

ScanListenerPortTls int

The SCAN Listener TLS port number. Default value is 2484.

State string

The current state of the Autonomous VM cluster.

TimeCreated string

The date and time that the Autonomous VM cluster was created.

TimeZone string

The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.

TotalContainerDatabases int

The total number of Autonomous Container Databases that can be created.

VmClusterNetworkId string

The OCID of the VM cluster network.

autonomousDataStorageSizeInTbs Double

The data disk group size allocated for Autonomous Databases, in TBs.

autonomousVmClusterId String
availableAutonomousDataStorageSizeInTbs Double

The data disk group size available for Autonomous Databases, in TBs.

availableContainerDatabases Integer

The number of Autonomous Container Databases that can be created with the currently available local storage.

availableCpus Integer

The numnber of CPU cores available.

availableDataStorageSizeInTbs Double

Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.

compartmentId String

The OCID of the compartment.

computeModel String

The compute model of the Autonomous VM Cluster. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

cpuCoreCountPerNode Integer

The number of CPU cores enabled per VM cluster node.

cpusEnabled Integer

The number of enabled CPU cores.

dataStorageSizeInGb Double

The total data storage allocated in GBs.

dataStorageSizeInTbs Double

The total data storage allocated in TBs

dbNodeStorageSizeInGbs Integer

The local node storage allocated in GBs.

dbServers List<String>

The list of OCIDs of the Db servers.

definedTags Map<String,Object>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

displayName String

The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.

exadataInfrastructureId String

The OCID of the Exadata infrastructure.

freeformTags Map<String,Object>

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

id String

The OCID of the Autonomous VM cluster.

isLocalBackupEnabled Boolean

If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.

isMtlsEnabled Boolean

Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.

lastMaintenanceRunId String

The OCID of the last maintenance run.

licenseModel String

The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.

lifecycleDetails String

Additional information about the current lifecycle state.

maintenanceWindowDetails List<GetAutonomousVmClusterMaintenanceWindowDetail>
maintenanceWindows List<GetAutonomousVmClusterMaintenanceWindow>

The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

memoryPerOracleComputeUnitInGbs Integer

The amount of memory (in GBs) to be enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

memorySizeInGbs Integer

The memory allocated in GBs.

nextMaintenanceRunId String

The OCID of the next maintenance run.

nodeCount Integer

The number of nodes in the Autonomous VM Cluster.

ocpusEnabled Double

The number of enabled OCPU cores.

reclaimableCpus Integer

For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
scanListenerPortNonTls Integer

The SCAN Listener Non TLS port number. Default value is 1521.

scanListenerPortTls Integer

The SCAN Listener TLS port number. Default value is 2484.

state String

The current state of the Autonomous VM cluster.

timeCreated String

The date and time that the Autonomous VM cluster was created.

timeZone String

The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.

totalContainerDatabases Integer

The total number of Autonomous Container Databases that can be created.

vmClusterNetworkId String

The OCID of the VM cluster network.

autonomousDataStorageSizeInTbs number

The data disk group size allocated for Autonomous Databases, in TBs.

autonomousVmClusterId string
availableAutonomousDataStorageSizeInTbs number

The data disk group size available for Autonomous Databases, in TBs.

availableContainerDatabases number

The number of Autonomous Container Databases that can be created with the currently available local storage.

availableCpus number

The numnber of CPU cores available.

availableDataStorageSizeInTbs number

Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.

compartmentId string

The OCID of the compartment.

computeModel string

The compute model of the Autonomous VM Cluster. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

cpuCoreCountPerNode number

The number of CPU cores enabled per VM cluster node.

cpusEnabled number

The number of enabled CPU cores.

dataStorageSizeInGb number

The total data storage allocated in GBs.

dataStorageSizeInTbs number

The total data storage allocated in TBs

dbNodeStorageSizeInGbs number

The local node storage allocated in GBs.

dbServers string[]

The list of OCIDs of the Db servers.

definedTags {[key: string]: any}

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

displayName string

The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.

exadataInfrastructureId string

The OCID of the Exadata infrastructure.

freeformTags {[key: string]: any}

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

id string

The OCID of the Autonomous VM cluster.

isLocalBackupEnabled boolean

If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.

isMtlsEnabled boolean

Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.

lastMaintenanceRunId string

The OCID of the last maintenance run.

licenseModel string

The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.

lifecycleDetails string

Additional information about the current lifecycle state.

maintenanceWindowDetails GetAutonomousVmClusterMaintenanceWindowDetail[]
maintenanceWindows GetAutonomousVmClusterMaintenanceWindow[]

The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

memoryPerOracleComputeUnitInGbs number

The amount of memory (in GBs) to be enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

memorySizeInGbs number

The memory allocated in GBs.

nextMaintenanceRunId string

The OCID of the next maintenance run.

nodeCount number

The number of nodes in the Autonomous VM Cluster.

ocpusEnabled number

The number of enabled OCPU cores.

reclaimableCpus number

For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
scanListenerPortNonTls number

The SCAN Listener Non TLS port number. Default value is 1521.

scanListenerPortTls number

The SCAN Listener TLS port number. Default value is 2484.

state string

The current state of the Autonomous VM cluster.

timeCreated string

The date and time that the Autonomous VM cluster was created.

timeZone string

The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.

totalContainerDatabases number

The total number of Autonomous Container Databases that can be created.

vmClusterNetworkId string

The OCID of the VM cluster network.

autonomous_data_storage_size_in_tbs float

The data disk group size allocated for Autonomous Databases, in TBs.

autonomous_vm_cluster_id str
available_autonomous_data_storage_size_in_tbs float

The data disk group size available for Autonomous Databases, in TBs.

available_container_databases int

The number of Autonomous Container Databases that can be created with the currently available local storage.

available_cpus int

The numnber of CPU cores available.

available_data_storage_size_in_tbs float

Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.

compartment_id str

The OCID of the compartment.

compute_model str

The compute model of the Autonomous VM Cluster. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

cpu_core_count_per_node int

The number of CPU cores enabled per VM cluster node.

cpus_enabled int

The number of enabled CPU cores.

data_storage_size_in_gb float

The total data storage allocated in GBs.

data_storage_size_in_tbs float

The total data storage allocated in TBs

db_node_storage_size_in_gbs int

The local node storage allocated in GBs.

db_servers Sequence[str]

The list of OCIDs of the Db servers.

defined_tags Mapping[str, Any]

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

display_name str

The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.

exadata_infrastructure_id str

The OCID of the Exadata infrastructure.

freeform_tags Mapping[str, Any]

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

id str

The OCID of the Autonomous VM cluster.

is_local_backup_enabled bool

If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.

is_mtls_enabled bool

Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.

last_maintenance_run_id str

The OCID of the last maintenance run.

license_model str

The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.

lifecycle_details str

Additional information about the current lifecycle state.

maintenance_window_details GetAutonomousVmClusterMaintenanceWindowDetail]
maintenance_windows GetAutonomousVmClusterMaintenanceWindow]

The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

memory_per_oracle_compute_unit_in_gbs int

The amount of memory (in GBs) to be enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

memory_size_in_gbs int

The memory allocated in GBs.

next_maintenance_run_id str

The OCID of the next maintenance run.

node_count int

The number of nodes in the Autonomous VM Cluster.

ocpus_enabled float

The number of enabled OCPU cores.

reclaimable_cpus int

For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
scan_listener_port_non_tls int

The SCAN Listener Non TLS port number. Default value is 1521.

scan_listener_port_tls int

The SCAN Listener TLS port number. Default value is 2484.

state str

The current state of the Autonomous VM cluster.

time_created str

The date and time that the Autonomous VM cluster was created.

time_zone str

The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.

total_container_databases int

The total number of Autonomous Container Databases that can be created.

vm_cluster_network_id str

The OCID of the VM cluster network.

autonomousDataStorageSizeInTbs Number

The data disk group size allocated for Autonomous Databases, in TBs.

autonomousVmClusterId String
availableAutonomousDataStorageSizeInTbs Number

The data disk group size available for Autonomous Databases, in TBs.

availableContainerDatabases Number

The number of Autonomous Container Databases that can be created with the currently available local storage.

availableCpus Number

The numnber of CPU cores available.

availableDataStorageSizeInTbs Number

Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.

compartmentId String

The OCID of the compartment.

computeModel String

The compute model of the Autonomous VM Cluster. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

cpuCoreCountPerNode Number

The number of CPU cores enabled per VM cluster node.

cpusEnabled Number

The number of enabled CPU cores.

dataStorageSizeInGb Number

The total data storage allocated in GBs.

dataStorageSizeInTbs Number

The total data storage allocated in TBs

dbNodeStorageSizeInGbs Number

The local node storage allocated in GBs.

dbServers List<String>

The list of OCIDs of the Db servers.

definedTags Map<Any>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

displayName String

The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.

exadataInfrastructureId String

The OCID of the Exadata infrastructure.

freeformTags Map<Any>

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}

id String

The OCID of the Autonomous VM cluster.

isLocalBackupEnabled Boolean

If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.

isMtlsEnabled Boolean

Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.

lastMaintenanceRunId String

The OCID of the last maintenance run.

licenseModel String

The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.

lifecycleDetails String

Additional information about the current lifecycle state.

maintenanceWindowDetails List<Property Map>
maintenanceWindows List<Property Map>

The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

memoryPerOracleComputeUnitInGbs Number

The amount of memory (in GBs) to be enabled per OCPU or ECPU. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.

memorySizeInGbs Number

The memory allocated in GBs.

nextMaintenanceRunId String

The OCID of the next maintenance run.

nodeCount Number

The number of nodes in the Autonomous VM Cluster.

ocpusEnabled Number

The number of enabled OCPU cores.

reclaimableCpus Number

For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
scanListenerPortNonTls Number

The SCAN Listener Non TLS port number. Default value is 1521.

scanListenerPortTls Number

The SCAN Listener TLS port number. Default value is 2484.

state String

The current state of the Autonomous VM cluster.

timeCreated String

The date and time that the Autonomous VM cluster was created.

timeZone String

The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.

totalContainerDatabases Number

The total number of Autonomous Container Databases that can be created.

vmClusterNetworkId String

The OCID of the VM cluster network.

Supporting Types

GetAutonomousVmClusterMaintenanceWindow

CustomActionTimeoutInMins int
DaysOfWeeks List<GetAutonomousVmClusterMaintenanceWindowDaysOfWeek>

Days during the week when maintenance should be performed.

HoursOfDays List<int>

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
IsCustomActionTimeoutEnabled bool
IsMonthlyPatchingEnabled bool
LeadTimeInWeeks int

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

Months List<GetAutonomousVmClusterMaintenanceWindowMonth>

Months during the year when maintenance should be performed.

PatchingMode string
Preference string

The maintenance window scheduling preference.

WeeksOfMonths List<int>

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

CustomActionTimeoutInMins int
DaysOfWeeks []GetAutonomousVmClusterMaintenanceWindowDaysOfWeek

Days during the week when maintenance should be performed.

HoursOfDays []int

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
IsCustomActionTimeoutEnabled bool
IsMonthlyPatchingEnabled bool
LeadTimeInWeeks int

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

Months []GetAutonomousVmClusterMaintenanceWindowMonth

Months during the year when maintenance should be performed.

PatchingMode string
Preference string

The maintenance window scheduling preference.

WeeksOfMonths []int

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

customActionTimeoutInMins Integer
daysOfWeeks List<GetAutonomousVmClusterMaintenanceWindowDaysOfWeek>

Days during the week when maintenance should be performed.

hoursOfDays List<Integer>

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled Boolean
isMonthlyPatchingEnabled Boolean
leadTimeInWeeks Integer

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

months List<GetAutonomousVmClusterMaintenanceWindowMonth>

Months during the year when maintenance should be performed.

patchingMode String
preference String

The maintenance window scheduling preference.

weeksOfMonths List<Integer>

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

customActionTimeoutInMins number
daysOfWeeks GetAutonomousVmClusterMaintenanceWindowDaysOfWeek[]

Days during the week when maintenance should be performed.

hoursOfDays number[]

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled boolean
isMonthlyPatchingEnabled boolean
leadTimeInWeeks number

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

months GetAutonomousVmClusterMaintenanceWindowMonth[]

Months during the year when maintenance should be performed.

patchingMode string
preference string

The maintenance window scheduling preference.

weeksOfMonths number[]

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

custom_action_timeout_in_mins int
days_of_weeks GetAutonomousVmClusterMaintenanceWindowDaysOfWeek]

Days during the week when maintenance should be performed.

hours_of_days Sequence[int]

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
is_custom_action_timeout_enabled bool
is_monthly_patching_enabled bool
lead_time_in_weeks int

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

months GetAutonomousVmClusterMaintenanceWindowMonth]

Months during the year when maintenance should be performed.

patching_mode str
preference str

The maintenance window scheduling preference.

weeks_of_months Sequence[int]

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

customActionTimeoutInMins Number
daysOfWeeks List<Property Map>

Days during the week when maintenance should be performed.

hoursOfDays List<Number>

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled Boolean
isMonthlyPatchingEnabled Boolean
leadTimeInWeeks Number

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

months List<Property Map>

Months during the year when maintenance should be performed.

patchingMode String
preference String

The maintenance window scheduling preference.

weeksOfMonths List<Number>

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

GetAutonomousVmClusterMaintenanceWindowDaysOfWeek

Name string

Name of the month of the year.

Name string

Name of the month of the year.

name String

Name of the month of the year.

name string

Name of the month of the year.

name str

Name of the month of the year.

name String

Name of the month of the year.

GetAutonomousVmClusterMaintenanceWindowDetail

CustomActionTimeoutInMins int
DaysOfWeeks List<GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek>

Days during the week when maintenance should be performed.

HoursOfDays List<int>

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
IsCustomActionTimeoutEnabled bool
IsMonthlyPatchingEnabled bool
LeadTimeInWeeks int

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

Months List<GetAutonomousVmClusterMaintenanceWindowDetailMonth>

Months during the year when maintenance should be performed.

PatchingMode string
Preference string

The maintenance window scheduling preference.

WeeksOfMonths List<int>

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

CustomActionTimeoutInMins int
DaysOfWeeks []GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek

Days during the week when maintenance should be performed.

HoursOfDays []int

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
IsCustomActionTimeoutEnabled bool
IsMonthlyPatchingEnabled bool
LeadTimeInWeeks int

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

Months []GetAutonomousVmClusterMaintenanceWindowDetailMonth

Months during the year when maintenance should be performed.

PatchingMode string
Preference string

The maintenance window scheduling preference.

WeeksOfMonths []int

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

customActionTimeoutInMins Integer
daysOfWeeks List<GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek>

Days during the week when maintenance should be performed.

hoursOfDays List<Integer>

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled Boolean
isMonthlyPatchingEnabled Boolean
leadTimeInWeeks Integer

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

months List<GetAutonomousVmClusterMaintenanceWindowDetailMonth>

Months during the year when maintenance should be performed.

patchingMode String
preference String

The maintenance window scheduling preference.

weeksOfMonths List<Integer>

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

customActionTimeoutInMins number
daysOfWeeks GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek[]

Days during the week when maintenance should be performed.

hoursOfDays number[]

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled boolean
isMonthlyPatchingEnabled boolean
leadTimeInWeeks number

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

months GetAutonomousVmClusterMaintenanceWindowDetailMonth[]

Months during the year when maintenance should be performed.

patchingMode string
preference string

The maintenance window scheduling preference.

weeksOfMonths number[]

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

custom_action_timeout_in_mins int
days_of_weeks GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek]

Days during the week when maintenance should be performed.

hours_of_days Sequence[int]

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
is_custom_action_timeout_enabled bool
is_monthly_patching_enabled bool
lead_time_in_weeks int

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

months GetAutonomousVmClusterMaintenanceWindowDetailMonth]

Months during the year when maintenance should be performed.

patching_mode str
preference str

The maintenance window scheduling preference.

weeks_of_months Sequence[int]

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

customActionTimeoutInMins Number
daysOfWeeks List<Property Map>

Days during the week when maintenance should be performed.

hoursOfDays List<Number>

The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled Boolean
isMonthlyPatchingEnabled Boolean
leadTimeInWeeks Number

Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.

months List<Property Map>

Months during the year when maintenance should be performed.

patchingMode String
preference String

The maintenance window scheduling preference.

weeksOfMonths List<Number>

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek

Name string

Name of the month of the year.

Name string

Name of the month of the year.

name String

Name of the month of the year.

name string

Name of the month of the year.

name str

Name of the month of the year.

name String

Name of the month of the year.

GetAutonomousVmClusterMaintenanceWindowDetailMonth

Name string

Name of the month of the year.

Name string

Name of the month of the year.

name String

Name of the month of the year.

name string

Name of the month of the year.

name str

Name of the month of the year.

name String

Name of the month of the year.

GetAutonomousVmClusterMaintenanceWindowMonth

Name string

Name of the month of the year.

Name string

Name of the month of the year.

name String

Name of the month of the year.

name string

Name of the month of the year.

name str

Name of the month of the year.

name String

Name of the month of the year.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.