Oracle Cloud Infrastructure v2.27.0 published on Thursday, Mar 20, 2025 by Pulumi
oci.Database.getAutonomousContainerDatabase
Explore with Pulumi AI
This data source provides details about a specific Autonomous Container Database resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified Autonomous Container Database.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAutonomousContainerDatabase = oci.Database.getAutonomousContainerDatabase({
autonomousContainerDatabaseId: testAutonomousContainerDatabaseOciDatabaseAutonomousContainerDatabase.id,
});
import pulumi
import pulumi_oci as oci
test_autonomous_container_database = oci.Database.get_autonomous_container_database(autonomous_container_database_id=test_autonomous_container_database_oci_database_autonomous_container_database["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := database.GetAutonomousContainerDatabase(ctx, &database.GetAutonomousContainerDatabaseArgs{
AutonomousContainerDatabaseId: testAutonomousContainerDatabaseOciDatabaseAutonomousContainerDatabase.Id,
}, 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 testAutonomousContainerDatabase = Oci.Database.GetAutonomousContainerDatabase.Invoke(new()
{
AutonomousContainerDatabaseId = testAutonomousContainerDatabaseOciDatabaseAutonomousContainerDatabase.Id,
});
});
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.GetAutonomousContainerDatabaseArgs;
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 testAutonomousContainerDatabase = DatabaseFunctions.getAutonomousContainerDatabase(GetAutonomousContainerDatabaseArgs.builder()
.autonomousContainerDatabaseId(testAutonomousContainerDatabaseOciDatabaseAutonomousContainerDatabase.id())
.build());
}
}
variables:
testAutonomousContainerDatabase:
fn::invoke:
function: oci:Database:getAutonomousContainerDatabase
arguments:
autonomousContainerDatabaseId: ${testAutonomousContainerDatabaseOciDatabaseAutonomousContainerDatabase.id}
Using getAutonomousContainerDatabase
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 getAutonomousContainerDatabase(args: GetAutonomousContainerDatabaseArgs, opts?: InvokeOptions): Promise<GetAutonomousContainerDatabaseResult>
function getAutonomousContainerDatabaseOutput(args: GetAutonomousContainerDatabaseOutputArgs, opts?: InvokeOptions): Output<GetAutonomousContainerDatabaseResult>
def get_autonomous_container_database(autonomous_container_database_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAutonomousContainerDatabaseResult
def get_autonomous_container_database_output(autonomous_container_database_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousContainerDatabaseResult]
func GetAutonomousContainerDatabase(ctx *Context, args *GetAutonomousContainerDatabaseArgs, opts ...InvokeOption) (*GetAutonomousContainerDatabaseResult, error)
func GetAutonomousContainerDatabaseOutput(ctx *Context, args *GetAutonomousContainerDatabaseOutputArgs, opts ...InvokeOption) GetAutonomousContainerDatabaseResultOutput
> Note: This function is named GetAutonomousContainerDatabase
in the Go SDK.
public static class GetAutonomousContainerDatabase
{
public static Task<GetAutonomousContainerDatabaseResult> InvokeAsync(GetAutonomousContainerDatabaseArgs args, InvokeOptions? opts = null)
public static Output<GetAutonomousContainerDatabaseResult> Invoke(GetAutonomousContainerDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAutonomousContainerDatabaseResult> getAutonomousContainerDatabase(GetAutonomousContainerDatabaseArgs args, InvokeOptions options)
public static Output<GetAutonomousContainerDatabaseResult> getAutonomousContainerDatabase(GetAutonomousContainerDatabaseArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getAutonomousContainerDatabase:getAutonomousContainerDatabase
arguments:
# arguments dictionary
The following arguments are supported:
- Autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- Autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID.
- autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- autonomous_
container_ strdatabase_ id - The Autonomous Container Database OCID.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID.
getAutonomousContainerDatabase Result
The following output properties are available:
- Associated
Backup List<GetConfiguration Details Autonomous Container Database Associated Backup Configuration Detail> - A backup config object holds information about preferred backup destinations only. This object holds information about the associated backup destinations, such as secondary backup destinations created for local backups or remote replicated backups.
- Autonomous
Container stringDatabase Id - The OCID of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- Autonomous
Exadata stringInfrastructure Id - No longer used. For Autonomous Database on dedicated Exadata infrastructure, the container database is created within a specified
cloudAutonomousVmCluster
. - Autonomous
Vm stringCluster Id - The OCID of the Autonomous VM Cluster.
- Availability
Domain string - The domain of the Autonomous Container Database
- Available
Cpus double - Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, 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.
- Backup
Configs List<GetAutonomous Container Database Backup Config> - Backup options for the Autonomous Container Database.
- Backup
Destination List<GetProperties Lists Autonomous Container Database Backup Destination Properties List> - This list describes the backup destination properties associated with the Autonomous Container Database (ACD) 's preferred backup destination. The object at a given index is associated with the destination present at the same index in the backup destination details list of the ACD Backup Configuration.
- Cloud
Autonomous stringVm Cluster Id - The OCID of the cloud Autonomous Exadata VM Cluster.
- Compartment
Id string - The OCID of the compartment.
- Compute
Model string - The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- Database
Software stringImage Id - Dataguard
Group List<GetMembers Autonomous Container Database Dataguard Group Member> - Array of Dg associations.
- Dataguards
List<Get
Autonomous Container Database Dataguard> - The properties that define Autonomous Container Databases Dataguard.
- Db
Name string - The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
- Db
Split intThreshold - The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
- Db
Unique stringName - Db
Version string - Oracle Database version of the Autonomous Container Database.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name string - The user-provided name for the Autonomous Container Database.
- Distribution
Affinity string - Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
- Dst
File stringVersion - DST Time-zone File version of the Autonomous Container Database.
- Failover
Trigger int - Fast
Start intFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- Dictionary<string, string>
- 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 id of the Autonomous Database Vault service key management history entry.
- Infrastructure
Type string - The infrastructure type this resource belongs to.
- Is
Automatic boolFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- Is
Data boolGuard Enabled - Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- Is
Dst boolFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- Is
Multiple boolStandby - Whether it is multiple standby Autonomous Dataguard
- Key
History List<GetEntries Autonomous Container Database Key History Entry> - Key History Entry.
- Key
Store stringId - The OCID of the key store of Oracle Vault.
- Key
Store stringWallet Name - The wallet name for Oracle Key Vault.
- Key
Version stringId - (Optional) The OCID of the key version that is used in rotate key operations.
- Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Largest
Provisionable doubleAutonomous Database In Cpus - The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
- Last
Maintenance stringRun Id - The OCID of the last maintenance run.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- List
One List<string>Off Patches - List of One-Off patches that has been successfully applied to Autonomous Container Database
- Maintenance
Window List<GetDetails Autonomous Container Database Maintenance Window Detail> - Maintenance
Windows List<GetAutonomous Container Database Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
- Net
Services stringArchitecture - Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- Next
Maintenance stringRun Id - The OCID of the next maintenance run.
- Patch
Id string - The OCID of the last patch applied on the system.
- Patch
Model string - Database patch model preference.
- Peer
Autonomous List<GetContainer Database Backup Configs Autonomous Container Database Peer Autonomous Container Database Backup Config> - Peer
Autonomous stringContainer Database Compartment Id - Peer
Autonomous stringContainer Database Display Name - Peer
Autonomous stringExadata Infrastructure Id - Peer
Autonomous stringVm Cluster Id - Peer
Cloud stringAutonomous Vm Cluster Id - Peer
Db stringUnique Name - Protection
Mode string - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- Provisionable
Cpuses List<double> - An array of CPU values that can be used to successfully provision a single Autonomous Database.
- Provisioned
Cpus double - The number of CPUs provisioned in an Autonomous Container Database.
- Reclaimable
Cpus double - 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.
- Recovery
Appliance List<GetDetails Autonomous Container Database Recovery Appliance Detail> - Information about the recovery appliance configuration associated with the Autonomous Container Database.
- Reinstate
Trigger int - Reserved
Cpus double - The number of CPUs reserved in an Autonomous Container Database.
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- Rotate
Key boolTrigger - Service
Level stringAgreement Type - The service level agreement type of the container database. The default is STANDARD.
- Standby
Maintenance intBuffer In Days - The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
- State string
- The current state of the Autonomous Container Database.
- Switchover
Trigger int - Time
Created string - The date and time the Autonomous Container Database was created.
- Time
Of stringLast Backup - The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
- Time
Snapshot stringStandby Revert - The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
- Total
Cpus int - The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- Vault
Id string - The OCID of the Oracle Cloud Infrastructure vault.
- Version
Preference string - The next maintenance version preference.
- Vm
Failover intReservation - The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
- Associated
Backup []GetConfiguration Details Autonomous Container Database Associated Backup Configuration Detail - A backup config object holds information about preferred backup destinations only. This object holds information about the associated backup destinations, such as secondary backup destinations created for local backups or remote replicated backups.
- Autonomous
Container stringDatabase Id - The OCID of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- Autonomous
Exadata stringInfrastructure Id - No longer used. For Autonomous Database on dedicated Exadata infrastructure, the container database is created within a specified
cloudAutonomousVmCluster
. - Autonomous
Vm stringCluster Id - The OCID of the Autonomous VM Cluster.
- Availability
Domain string - The domain of the Autonomous Container Database
- Available
Cpus float64 - Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, 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.
- Backup
Configs []GetAutonomous Container Database Backup Config - Backup options for the Autonomous Container Database.
- Backup
Destination []GetProperties Lists Autonomous Container Database Backup Destination Properties List - This list describes the backup destination properties associated with the Autonomous Container Database (ACD) 's preferred backup destination. The object at a given index is associated with the destination present at the same index in the backup destination details list of the ACD Backup Configuration.
- Cloud
Autonomous stringVm Cluster Id - The OCID of the cloud Autonomous Exadata VM Cluster.
- Compartment
Id string - The OCID of the compartment.
- Compute
Model string - The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- Database
Software stringImage Id - Dataguard
Group []GetMembers Autonomous Container Database Dataguard Group Member - Array of Dg associations.
- Dataguards
[]Get
Autonomous Container Database Dataguard - The properties that define Autonomous Container Databases Dataguard.
- Db
Name string - The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
- Db
Split intThreshold - The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
- Db
Unique stringName - Db
Version string - Oracle Database version of the Autonomous Container Database.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name string - The user-provided name for the Autonomous Container Database.
- Distribution
Affinity string - Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
- Dst
File stringVersion - DST Time-zone File version of the Autonomous Container Database.
- Failover
Trigger int - Fast
Start intFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- map[string]string
- 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 id of the Autonomous Database Vault service key management history entry.
- Infrastructure
Type string - The infrastructure type this resource belongs to.
- Is
Automatic boolFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- Is
Data boolGuard Enabled - Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- Is
Dst boolFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- Is
Multiple boolStandby - Whether it is multiple standby Autonomous Dataguard
- Key
History []GetEntries Autonomous Container Database Key History Entry - Key History Entry.
- Key
Store stringId - The OCID of the key store of Oracle Vault.
- Key
Store stringWallet Name - The wallet name for Oracle Key Vault.
- Key
Version stringId - (Optional) The OCID of the key version that is used in rotate key operations.
- Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Largest
Provisionable float64Autonomous Database In Cpus - The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
- Last
Maintenance stringRun Id - The OCID of the last maintenance run.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- List
One []stringOff Patches - List of One-Off patches that has been successfully applied to Autonomous Container Database
- Maintenance
Window []GetDetails Autonomous Container Database Maintenance Window Detail - Maintenance
Windows []GetAutonomous Container Database Maintenance Window - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Memory
Per intOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
- Net
Services stringArchitecture - Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- Next
Maintenance stringRun Id - The OCID of the next maintenance run.
- Patch
Id string - The OCID of the last patch applied on the system.
- Patch
Model string - Database patch model preference.
- Peer
Autonomous []GetContainer Database Backup Configs Autonomous Container Database Peer Autonomous Container Database Backup Config - Peer
Autonomous stringContainer Database Compartment Id - Peer
Autonomous stringContainer Database Display Name - Peer
Autonomous stringExadata Infrastructure Id - Peer
Autonomous stringVm Cluster Id - Peer
Cloud stringAutonomous Vm Cluster Id - Peer
Db stringUnique Name - Protection
Mode string - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- Provisionable
Cpuses []float64 - An array of CPU values that can be used to successfully provision a single Autonomous Database.
- Provisioned
Cpus float64 - The number of CPUs provisioned in an Autonomous Container Database.
- Reclaimable
Cpus float64 - 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.
- Recovery
Appliance []GetDetails Autonomous Container Database Recovery Appliance Detail - Information about the recovery appliance configuration associated with the Autonomous Container Database.
- Reinstate
Trigger int - Reserved
Cpus float64 - The number of CPUs reserved in an Autonomous Container Database.
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- Rotate
Key boolTrigger - Service
Level stringAgreement Type - The service level agreement type of the container database. The default is STANDARD.
- Standby
Maintenance intBuffer In Days - The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
- State string
- The current state of the Autonomous Container Database.
- Switchover
Trigger int - Time
Created string - The date and time the Autonomous Container Database was created.
- Time
Of stringLast Backup - The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
- Time
Snapshot stringStandby Revert - The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
- Total
Cpus int - The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- Vault
Id string - The OCID of the Oracle Cloud Infrastructure vault.
- Version
Preference string - The next maintenance version preference.
- Vm
Failover intReservation - The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
- associated
Backup List<GetConfiguration Details Autonomous Container Associated Backup Configuration Detail> - A backup config object holds information about preferred backup destinations only. This object holds information about the associated backup destinations, such as secondary backup destinations created for local backups or remote replicated backups.
- autonomous
Container StringDatabase Id - The OCID of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous
Exadata StringInfrastructure Id - No longer used. For Autonomous Database on dedicated Exadata infrastructure, the container database is created within a specified
cloudAutonomousVmCluster
. - autonomous
Vm StringCluster Id - The OCID of the Autonomous VM Cluster.
- availability
Domain String - The domain of the Autonomous Container Database
- available
Cpus Double - Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, 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.
- backup
Configs List<GetAutonomous Container Backup Config> - Backup options for the Autonomous Container Database.
- backup
Destination List<GetProperties Lists Autonomous Container Backup Destination Properties List> - This list describes the backup destination properties associated with the Autonomous Container Database (ACD) 's preferred backup destination. The object at a given index is associated with the destination present at the same index in the backup destination details list of the ACD Backup Configuration.
- cloud
Autonomous StringVm Cluster Id - The OCID of the cloud Autonomous Exadata VM Cluster.
- compartment
Id String - The OCID of the compartment.
- compute
Model String - The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- database
Software StringImage Id - dataguard
Group List<GetMembers Autonomous Container Dataguard Group Member> - Array of Dg associations.
- dataguards
List<Get
Autonomous Container Dataguard> - The properties that define Autonomous Container Databases Dataguard.
- db
Name String - The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
- db
Split IntegerThreshold - The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
- db
Unique StringName - db
Version String - Oracle Database version of the Autonomous Container Database.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name String - The user-provided name for the Autonomous Container Database.
- distribution
Affinity String - Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
- dst
File StringVersion - DST Time-zone File version of the Autonomous Container Database.
- failover
Trigger Integer - fast
Start IntegerFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- Map<String,String>
- 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 id of the Autonomous Database Vault service key management history entry.
- infrastructure
Type String - The infrastructure type this resource belongs to.
- is
Automatic BooleanFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- is
Data BooleanGuard Enabled - Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is
Dst BooleanFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- is
Multiple BooleanStandby - Whether it is multiple standby Autonomous Dataguard
- key
History List<GetEntries Autonomous Container Key History Entry> - Key History Entry.
- key
Store StringId - The OCID of the key store of Oracle Vault.
- key
Store StringWallet Name - The wallet name for Oracle Key Vault.
- key
Version StringId - (Optional) The OCID of the key version that is used in rotate key operations.
- kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- largest
Provisionable DoubleAutonomous Database In Cpus - The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
- last
Maintenance StringRun Id - The OCID of the last maintenance run.
- lifecycle
Details String - Additional information about the current lifecycle state.
- list
One List<String>Off Patches - List of One-Off patches that has been successfully applied to Autonomous Container Database
- maintenance
Window List<GetDetails Autonomous Container Maintenance Window Detail> - maintenance
Windows List<GetAutonomous Container Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- memory
Per IntegerOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
- net
Services StringArchitecture - Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- next
Maintenance StringRun Id - The OCID of the next maintenance run.
- patch
Id String - The OCID of the last patch applied on the system.
- patch
Model String - Database patch model preference.
- peer
Autonomous List<GetContainer Database Backup Configs Autonomous Container Peer Autonomous Container Backup Config> - peer
Autonomous StringContainer Database Compartment Id - peer
Autonomous StringContainer Database Display Name - peer
Autonomous StringExadata Infrastructure Id - peer
Autonomous StringVm Cluster Id - peer
Cloud StringAutonomous Vm Cluster Id - peer
Db StringUnique Name - protection
Mode String - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- provisionable
Cpuses List<Double> - An array of CPU values that can be used to successfully provision a single Autonomous Database.
- provisioned
Cpus Double - The number of CPUs provisioned in an Autonomous Container Database.
- reclaimable
Cpus Double - 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.
- recovery
Appliance List<GetDetails Autonomous Container Recovery Appliance Detail> - Information about the recovery appliance configuration associated with the Autonomous Container Database.
- reinstate
Trigger Integer - reserved
Cpus Double - The number of CPUs reserved in an Autonomous Container Database.
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- rotate
Key BooleanTrigger - service
Level StringAgreement Type - The service level agreement type of the container database. The default is STANDARD.
- standby
Maintenance IntegerBuffer In Days - The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
- state String
- The current state of the Autonomous Container Database.
- switchover
Trigger Integer - time
Created String - The date and time the Autonomous Container Database was created.
- time
Of StringLast Backup - The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
- time
Snapshot StringStandby Revert - The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
- total
Cpus Integer - The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault.
- version
Preference String - The next maintenance version preference.
- vm
Failover IntegerReservation - The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
- associated
Backup GetConfiguration Details Autonomous Container Database Associated Backup Configuration Detail[] - A backup config object holds information about preferred backup destinations only. This object holds information about the associated backup destinations, such as secondary backup destinations created for local backups or remote replicated backups.
- autonomous
Container stringDatabase Id - The OCID of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous
Exadata stringInfrastructure Id - No longer used. For Autonomous Database on dedicated Exadata infrastructure, the container database is created within a specified
cloudAutonomousVmCluster
. - autonomous
Vm stringCluster Id - The OCID of the Autonomous VM Cluster.
- availability
Domain string - The domain of the Autonomous Container Database
- available
Cpus number - Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, 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.
- backup
Configs GetAutonomous Container Database Backup Config[] - Backup options for the Autonomous Container Database.
- backup
Destination GetProperties Lists Autonomous Container Database Backup Destination Properties List[] - This list describes the backup destination properties associated with the Autonomous Container Database (ACD) 's preferred backup destination. The object at a given index is associated with the destination present at the same index in the backup destination details list of the ACD Backup Configuration.
- cloud
Autonomous stringVm Cluster Id - The OCID of the cloud Autonomous Exadata VM Cluster.
- compartment
Id string - The OCID of the compartment.
- compute
Model string - The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- database
Software stringImage Id - dataguard
Group GetMembers Autonomous Container Database Dataguard Group Member[] - Array of Dg associations.
- dataguards
Get
Autonomous Container Database Dataguard[] - The properties that define Autonomous Container Databases Dataguard.
- db
Name string - The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
- db
Split numberThreshold - The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
- db
Unique stringName - db
Version string - Oracle Database version of the Autonomous Container Database.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name string - The user-provided name for the Autonomous Container Database.
- distribution
Affinity string - Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
- dst
File stringVersion - DST Time-zone File version of the Autonomous Container Database.
- failover
Trigger number - fast
Start numberFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- {[key: string]: string}
- 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 id of the Autonomous Database Vault service key management history entry.
- infrastructure
Type string - The infrastructure type this resource belongs to.
- is
Automatic booleanFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- is
Data booleanGuard Enabled - Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is
Dst booleanFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- is
Multiple booleanStandby - Whether it is multiple standby Autonomous Dataguard
- key
History GetEntries Autonomous Container Database Key History Entry[] - Key History Entry.
- key
Store stringId - The OCID of the key store of Oracle Vault.
- key
Store stringWallet Name - The wallet name for Oracle Key Vault.
- key
Version stringId - (Optional) The OCID of the key version that is used in rotate key operations.
- kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- largest
Provisionable numberAutonomous Database In Cpus - The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
- last
Maintenance stringRun Id - The OCID of the last maintenance run.
- lifecycle
Details string - Additional information about the current lifecycle state.
- list
One string[]Off Patches - List of One-Off patches that has been successfully applied to Autonomous Container Database
- maintenance
Window GetDetails Autonomous Container Database Maintenance Window Detail[] - maintenance
Windows GetAutonomous Container Database Maintenance Window[] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- memory
Per numberOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
- net
Services stringArchitecture - Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- next
Maintenance stringRun Id - The OCID of the next maintenance run.
- patch
Id string - The OCID of the last patch applied on the system.
- patch
Model string - Database patch model preference.
- peer
Autonomous GetContainer Database Backup Configs Autonomous Container Database Peer Autonomous Container Database Backup Config[] - peer
Autonomous stringContainer Database Compartment Id - peer
Autonomous stringContainer Database Display Name - peer
Autonomous stringExadata Infrastructure Id - peer
Autonomous stringVm Cluster Id - peer
Cloud stringAutonomous Vm Cluster Id - peer
Db stringUnique Name - protection
Mode string - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- provisionable
Cpuses number[] - An array of CPU values that can be used to successfully provision a single Autonomous Database.
- provisioned
Cpus number - The number of CPUs provisioned in an Autonomous Container Database.
- reclaimable
Cpus number - 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.
- recovery
Appliance GetDetails Autonomous Container Database Recovery Appliance Detail[] - Information about the recovery appliance configuration associated with the Autonomous Container Database.
- reinstate
Trigger number - reserved
Cpus number - The number of CPUs reserved in an Autonomous Container Database.
- role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- rotate
Key booleanTrigger - service
Level stringAgreement Type - The service level agreement type of the container database. The default is STANDARD.
- standby
Maintenance numberBuffer In Days - The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
- state string
- The current state of the Autonomous Container Database.
- switchover
Trigger number - time
Created string - The date and time the Autonomous Container Database was created.
- time
Of stringLast Backup - The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
- time
Snapshot stringStandby Revert - The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
- total
Cpus number - The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- vault
Id string - The OCID of the Oracle Cloud Infrastructure vault.
- version
Preference string - The next maintenance version preference.
- vm
Failover numberReservation - The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
- associated_
backup_ Sequence[database.configuration_ details Get Autonomous Container Database Associated Backup Configuration Detail] - A backup config object holds information about preferred backup destinations only. This object holds information about the associated backup destinations, such as secondary backup destinations created for local backups or remote replicated backups.
- autonomous_
container_ strdatabase_ id - The OCID of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous_
exadata_ strinfrastructure_ id - No longer used. For Autonomous Database on dedicated Exadata infrastructure, the container database is created within a specified
cloudAutonomousVmCluster
. - autonomous_
vm_ strcluster_ id - The OCID of the Autonomous VM Cluster.
- availability_
domain str - The domain of the Autonomous Container Database
- available_
cpus float - Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, 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.
- backup_
configs Sequence[database.Get Autonomous Container Database Backup Config] - Backup options for the Autonomous Container Database.
- backup_
destination_ Sequence[database.properties_ lists Get Autonomous Container Database Backup Destination Properties List] - This list describes the backup destination properties associated with the Autonomous Container Database (ACD) 's preferred backup destination. The object at a given index is associated with the destination present at the same index in the backup destination details list of the ACD Backup Configuration.
- cloud_
autonomous_ strvm_ cluster_ id - The OCID of the cloud Autonomous Exadata VM Cluster.
- compartment_
id str - The OCID of the compartment.
- compute_
model str - The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- database_
software_ strimage_ id - dataguard_
group_ Sequence[database.members Get Autonomous Container Database Dataguard Group Member] - Array of Dg associations.
- dataguards
Sequence[database.
Get Autonomous Container Database Dataguard] - The properties that define Autonomous Container Databases Dataguard.
- db_
name str - The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
- db_
split_ intthreshold - The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
- db_
unique_ strname - db_
version str - Oracle Database version of the Autonomous Container Database.
- Mapping[str, str]
- 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-provided name for the Autonomous Container Database.
- distribution_
affinity str - Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
- dst_
file_ strversion - DST Time-zone File version of the Autonomous Container Database.
- failover_
trigger int - fast_
start_ intfail_ over_ lag_ limit_ in_ seconds - The lag time for my preference based on data loss tolerance in seconds.
- Mapping[str, str]
- 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 id of the Autonomous Database Vault service key management history entry.
- infrastructure_
type str - The infrastructure type this resource belongs to.
- is_
automatic_ boolfailover_ enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- is_
data_ boolguard_ enabled - Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is_
dst_ boolfile_ update_ enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- is_
multiple_ boolstandby - Whether it is multiple standby Autonomous Dataguard
- key_
history_ Sequence[database.entries Get Autonomous Container Database Key History Entry] - Key History Entry.
- key_
store_ strid - The OCID of the key store of Oracle Vault.
- key_
store_ strwallet_ name - The wallet name for Oracle Key Vault.
- key_
version_ strid - (Optional) The OCID of the key version that is used in rotate key operations.
- kms_
key_ strid - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- largest_
provisionable_ floatautonomous_ database_ in_ cpus - The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
- last_
maintenance_ strrun_ id - The OCID of the last maintenance run.
- lifecycle_
details str - Additional information about the current lifecycle state.
- list_
one_ Sequence[str]off_ patches - List of One-Off patches that has been successfully applied to Autonomous Container Database
- maintenance_
window_ Sequence[database.details Get Autonomous Container Database Maintenance Window Detail] - maintenance_
windows Sequence[database.Get Autonomous Container Database Maintenance Window] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- memory_
per_ intoracle_ compute_ unit_ in_ gbs - The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
- net_
services_ strarchitecture - Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- next_
maintenance_ strrun_ id - The OCID of the next maintenance run.
- patch_
id str - The OCID of the last patch applied on the system.
- patch_
model str - Database patch model preference.
- peer_
autonomous_ Sequence[database.container_ database_ backup_ configs Get Autonomous Container Database Peer Autonomous Container Database Backup Config] - peer_
autonomous_ strcontainer_ database_ compartment_ id - peer_
autonomous_ strcontainer_ database_ display_ name - peer_
autonomous_ strexadata_ infrastructure_ id - peer_
autonomous_ strvm_ cluster_ id - peer_
cloud_ strautonomous_ vm_ cluster_ id - peer_
db_ strunique_ name - protection_
mode str - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- provisionable_
cpuses Sequence[float] - An array of CPU values that can be used to successfully provision a single Autonomous Database.
- provisioned_
cpus float - The number of CPUs provisioned in an Autonomous Container Database.
- reclaimable_
cpus float - 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.
- recovery_
appliance_ Sequence[database.details Get Autonomous Container Database Recovery Appliance Detail] - Information about the recovery appliance configuration associated with the Autonomous Container Database.
- reinstate_
trigger int - reserved_
cpus float - The number of CPUs reserved in an Autonomous Container Database.
- role str
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- rotate_
key_ booltrigger - service_
level_ stragreement_ type - The service level agreement type of the container database. The default is STANDARD.
- standby_
maintenance_ intbuffer_ in_ days - The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
- state str
- The current state of the Autonomous Container Database.
- switchover_
trigger int - time_
created str - The date and time the Autonomous Container Database was created.
- time_
of_ strlast_ backup - The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
- time_
snapshot_ strstandby_ revert - The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
- total_
cpus int - The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- vault_
id str - The OCID of the Oracle Cloud Infrastructure vault.
- version_
preference str - The next maintenance version preference.
- vm_
failover_ intreservation - The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
- associated
Backup List<Property Map>Configuration Details - A backup config object holds information about preferred backup destinations only. This object holds information about the associated backup destinations, such as secondary backup destinations created for local backups or remote replicated backups.
- autonomous
Container StringDatabase Id - The OCID of the Autonomous Container Database that has a relationship with the peer Autonomous Container Database. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
- autonomous
Exadata StringInfrastructure Id - No longer used. For Autonomous Database on dedicated Exadata infrastructure, the container database is created within a specified
cloudAutonomousVmCluster
. - autonomous
Vm StringCluster Id - The OCID of the Autonomous VM Cluster.
- availability
Domain String - The domain of the Autonomous Container Database
- available
Cpus Number - Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database. For Autonomous Databases on Dedicated Exadata Infrastructure, 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.
- backup
Configs List<Property Map> - Backup options for the Autonomous Container Database.
- backup
Destination List<Property Map>Properties Lists - This list describes the backup destination properties associated with the Autonomous Container Database (ACD) 's preferred backup destination. The object at a given index is associated with the destination present at the same index in the backup destination details list of the ACD Backup Configuration.
- cloud
Autonomous StringVm Cluster Id - The OCID of the cloud Autonomous Exadata VM Cluster.
- compartment
Id String - The OCID of the compartment.
- compute
Model String - The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata Infrastructure for more details.
- database
Software StringImage Id - dataguard
Group List<Property Map>Members - Array of Dg associations.
- dataguards List<Property Map>
- The properties that define Autonomous Container Databases Dataguard.
- db
Name String - The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
- db
Split NumberThreshold - The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
- db
Unique StringName - db
Version String - Oracle Database version of the Autonomous Container Database.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name String - The user-provided name for the Autonomous Container Database.
- distribution
Affinity String - Determines whether an Autonomous Database must be opened across the maximum number of nodes or the least number of nodes. By default, Minimum nodes is selected.
- dst
File StringVersion - DST Time-zone File version of the Autonomous Container Database.
- failover
Trigger Number - fast
Start NumberFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- Map<String>
- 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 id of the Autonomous Database Vault service key management history entry.
- infrastructure
Type String - The infrastructure type this resource belongs to.
- is
Automatic BooleanFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- is
Data BooleanGuard Enabled - Deprecated. Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
- is
Dst BooleanFile Update Enabled - Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
- is
Multiple BooleanStandby - Whether it is multiple standby Autonomous Dataguard
- key
History List<Property Map>Entries - Key History Entry.
- key
Store StringId - The OCID of the key store of Oracle Vault.
- key
Store StringWallet Name - The wallet name for Oracle Key Vault.
- key
Version StringId - (Optional) The OCID of the key version that is used in rotate key operations.
- kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- largest
Provisionable NumberAutonomous Database In Cpus - The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
- last
Maintenance StringRun Id - The OCID of the last maintenance run.
- lifecycle
Details String - Additional information about the current lifecycle state.
- list
One List<String>Off Patches - List of One-Off patches that has been successfully applied to Autonomous Container Database
- maintenance
Window List<Property Map>Details - maintenance
Windows List<Property Map> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- memory
Per NumberOracle Compute Unit In Gbs - The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
- net
Services StringArchitecture - Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
- next
Maintenance StringRun Id - The OCID of the next maintenance run.
- patch
Id String - The OCID of the last patch applied on the system.
- patch
Model String - Database patch model preference.
- peer
Autonomous List<Property Map>Container Database Backup Configs - peer
Autonomous StringContainer Database Compartment Id - peer
Autonomous StringContainer Database Display Name - peer
Autonomous StringExadata Infrastructure Id - peer
Autonomous StringVm Cluster Id - peer
Cloud StringAutonomous Vm Cluster Id - peer
Db StringUnique Name - protection
Mode String - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- provisionable
Cpuses List<Number> - An array of CPU values that can be used to successfully provision a single Autonomous Database.
- provisioned
Cpus Number - The number of CPUs provisioned in an Autonomous Container Database.
- reclaimable
Cpus Number - 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.
- recovery
Appliance List<Property Map>Details - Information about the recovery appliance configuration associated with the Autonomous Container Database.
- reinstate
Trigger Number - reserved
Cpus Number - The number of CPUs reserved in an Autonomous Container Database.
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- rotate
Key BooleanTrigger - service
Level StringAgreement Type - The service level agreement type of the container database. The default is STANDARD.
- standby
Maintenance NumberBuffer In Days - The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
- state String
- The current state of the Autonomous Container Database.
- switchover
Trigger Number - time
Created String - The date and time the Autonomous Container Database was created.
- time
Of StringLast Backup - The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
- time
Snapshot StringStandby Revert - The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
- total
Cpus Number - The number of CPUs allocated to the Autonomous VM cluster. For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault.
- version
Preference String - The next maintenance version preference.
- vm
Failover NumberReservation - The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
Supporting Types
GetAutonomousContainerDatabaseAssociatedBackupConfigurationDetail
- Backup
Destination List<string>Attach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- Dbrs
Policy stringId - The OCID of the DBRS policy used for backup.
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Internet
Proxy string - Proxy URL to connect to object store.
- Recovery
Window intIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- Space
Utilized intIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- Time
At stringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- Type string
- Type of the database backup destination.
- Vpc
Password string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- Vpc
User string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- Backup
Destination []stringAttach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- Dbrs
Policy stringId - The OCID of the DBRS policy used for backup.
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Internet
Proxy string - Proxy URL to connect to object store.
- Recovery
Window intIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- Space
Utilized intIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- Time
At stringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- Type string
- Type of the database backup destination.
- Vpc
Password string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- Vpc
User string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- backup
Destination List<String>Attach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- dbrs
Policy StringId - The OCID of the DBRS policy used for backup.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- internet
Proxy String - Proxy URL to connect to object store.
- recovery
Window IntegerIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- space
Utilized IntegerIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- time
At StringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- type String
- Type of the database backup destination.
- vpc
Password String - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User String - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- backup
Destination string[]Attach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- dbrs
Policy stringId - The OCID of the DBRS policy used for backup.
- id string
- The id of the Autonomous Database Vault service key management history entry.
- internet
Proxy string - Proxy URL to connect to object store.
- recovery
Window numberIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- space
Utilized numberIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- time
At stringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- type string
- Type of the database backup destination.
- vpc
Password string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- backup_
destination_ Sequence[str]attach_ histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- dbrs_
policy_ strid - The OCID of the DBRS policy used for backup.
- id str
- The id of the Autonomous Database Vault service key management history entry.
- internet_
proxy str - Proxy URL to connect to object store.
- recovery_
window_ intin_ days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- space_
utilized_ intin_ gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- time_
at_ strwhich_ storage_ details_ are_ updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- type str
- Type of the database backup destination.
- vpc_
password str - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc_
user str - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- backup
Destination List<String>Attach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- dbrs
Policy StringId - The OCID of the DBRS policy used for backup.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- internet
Proxy String - Proxy URL to connect to object store.
- recovery
Window NumberIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- space
Utilized NumberIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- time
At StringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- type String
- Type of the database backup destination.
- vpc
Password String - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User String - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
GetAutonomousContainerDatabaseBackupConfig
- Backup
Destination List<GetDetails Autonomous Container Database Backup Config Backup Destination Detail> - Backup destination details.
- Recovery
Window intIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- Backup
Destination []GetDetails Autonomous Container Database Backup Config Backup Destination Detail - Backup destination details.
- Recovery
Window intIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- backup
Destination List<GetDetails Autonomous Container Backup Config Backup Destination Detail> - Backup destination details.
- recovery
Window IntegerIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- backup
Destination GetDetails Autonomous Container Database Backup Config Backup Destination Detail[] - Backup destination details.
- recovery
Window numberIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- backup_
destination_ Sequence[database.details Get Autonomous Container Database Backup Config Backup Destination Detail] - Backup destination details.
- recovery_
window_ intin_ days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- backup
Destination List<Property Map>Details - Backup destination details.
- recovery
Window NumberIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
GetAutonomousContainerDatabaseBackupConfigBackupDestinationDetail
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Internet
Proxy string - Proxy URL to connect to object store.
- Type string
- Type of the database backup destination.
- Vpc
Password string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- Vpc
User string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Internet
Proxy string - Proxy URL to connect to object store.
- Type string
- Type of the database backup destination.
- Vpc
Password string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- Vpc
User string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- internet
Proxy String - Proxy URL to connect to object store.
- type String
- Type of the database backup destination.
- vpc
Password String - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User String - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id string
- The id of the Autonomous Database Vault service key management history entry.
- internet
Proxy string - Proxy URL to connect to object store.
- type string
- Type of the database backup destination.
- vpc
Password string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id str
- The id of the Autonomous Database Vault service key management history entry.
- internet_
proxy str - Proxy URL to connect to object store.
- type str
- Type of the database backup destination.
- vpc_
password str - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc_
user str - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- internet
Proxy String - Proxy URL to connect to object store.
- type String
- Type of the database backup destination.
- vpc
Password String - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User String - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
GetAutonomousContainerDatabaseBackupDestinationPropertiesList
- Backup
Destination List<string>Attach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- Space
Utilized intIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- Time
At stringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- Backup
Destination []stringAttach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- Space
Utilized intIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- Time
At stringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- backup
Destination List<String>Attach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- space
Utilized IntegerIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- time
At StringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- backup
Destination string[]Attach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- space
Utilized numberIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- time
At stringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- backup_
destination_ Sequence[str]attach_ histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- space_
utilized_ intin_ gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- time_
at_ strwhich_ storage_ details_ are_ updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
- backup
Destination List<String>Attach Histories - The timestamps at which this backup destination is used as the preferred destination to host the Autonomous Container Database backups.
- space
Utilized NumberIn Gbs - The total space utilized (in GBs) by this Autonomous Container Database on this backup destination, rounded to the nearest integer.
- time
At StringWhich Storage Details Are Updated - The latest timestamp when the backup destination details, such as 'spaceUtilized,' are updated.
GetAutonomousContainerDatabaseDataguard
- Apply
Lag string - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- Apply
Rate string - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- Automatic
Failover stringTarget - Automatically selected by backend when observer is enabled.
- Autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- Availability
Domain string - The domain of the Autonomous Container Database
- Fast
Start intFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- Is
Automatic boolFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Protection
Mode string - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- Redo
Transport stringMode - Automatically selected by backend based on the protection mode.
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- State string
- The current state of the Autonomous Container Database.
- Time
Created string - The date and time the Autonomous Container Database was created.
- Time
Lag stringRefreshed On - Timestamp when the lags were last calculated for a standby.
- Time
Last stringRole Changed - The date and time when the last role change action happened.
- Time
Last stringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- Transport
Lag string - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- Apply
Lag string - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- Apply
Rate string - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- Automatic
Failover stringTarget - Automatically selected by backend when observer is enabled.
- Autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- Availability
Domain string - The domain of the Autonomous Container Database
- Fast
Start intFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- Is
Automatic boolFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Protection
Mode string - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- Redo
Transport stringMode - Automatically selected by backend based on the protection mode.
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- State string
- The current state of the Autonomous Container Database.
- Time
Created string - The date and time the Autonomous Container Database was created.
- Time
Lag stringRefreshed On - Timestamp when the lags were last calculated for a standby.
- Time
Last stringRole Changed - The date and time when the last role change action happened.
- Time
Last stringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- Transport
Lag string - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- apply
Lag String - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- apply
Rate String - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- automatic
Failover StringTarget - Automatically selected by backend when observer is enabled.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID.
- availability
Domain String - The domain of the Autonomous Container Database
- fast
Start IntegerFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- is
Automatic BooleanFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- lifecycle
Details String - Additional information about the current lifecycle state.
- protection
Mode String - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- redo
Transport StringMode - Automatically selected by backend based on the protection mode.
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- state String
- The current state of the Autonomous Container Database.
- time
Created String - The date and time the Autonomous Container Database was created.
- time
Lag StringRefreshed On - Timestamp when the lags were last calculated for a standby.
- time
Last StringRole Changed - The date and time when the last role change action happened.
- time
Last StringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- transport
Lag String - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- apply
Lag string - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- apply
Rate string - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- automatic
Failover stringTarget - Automatically selected by backend when observer is enabled.
- autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- availability
Domain string - The domain of the Autonomous Container Database
- fast
Start numberFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- is
Automatic booleanFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- lifecycle
Details string - Additional information about the current lifecycle state.
- protection
Mode string - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- redo
Transport stringMode - Automatically selected by backend based on the protection mode.
- role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- state string
- The current state of the Autonomous Container Database.
- time
Created string - The date and time the Autonomous Container Database was created.
- time
Lag stringRefreshed On - Timestamp when the lags were last calculated for a standby.
- time
Last stringRole Changed - The date and time when the last role change action happened.
- time
Last stringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- transport
Lag string - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- apply_
lag str - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- apply_
rate str - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- automatic_
failover_ strtarget - Automatically selected by backend when observer is enabled.
- autonomous_
container_ strdatabase_ id - The Autonomous Container Database OCID.
- availability_
domain str - The domain of the Autonomous Container Database
- fast_
start_ intfail_ over_ lag_ limit_ in_ seconds - The lag time for my preference based on data loss tolerance in seconds.
- is_
automatic_ boolfailover_ enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- lifecycle_
details str - Additional information about the current lifecycle state.
- protection_
mode str - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- redo_
transport_ strmode - Automatically selected by backend based on the protection mode.
- role str
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- state str
- The current state of the Autonomous Container Database.
- time_
created str - The date and time the Autonomous Container Database was created.
- time_
lag_ strrefreshed_ on - Timestamp when the lags were last calculated for a standby.
- time_
last_ strrole_ changed - The date and time when the last role change action happened.
- time_
last_ strsynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- transport_
lag str - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- apply
Lag String - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- apply
Rate String - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- automatic
Failover StringTarget - Automatically selected by backend when observer is enabled.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID.
- availability
Domain String - The domain of the Autonomous Container Database
- fast
Start NumberFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- is
Automatic BooleanFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- lifecycle
Details String - Additional information about the current lifecycle state.
- protection
Mode String - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- redo
Transport StringMode - Automatically selected by backend based on the protection mode.
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- state String
- The current state of the Autonomous Container Database.
- time
Created String - The date and time the Autonomous Container Database was created.
- time
Lag StringRefreshed On - Timestamp when the lags were last calculated for a standby.
- time
Last StringRole Changed - The date and time when the last role change action happened.
- time
Last StringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- transport
Lag String - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
GetAutonomousContainerDatabaseDataguardGroupMember
- Apply
Lag string - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- Apply
Rate string - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- Automatic
Failover stringTarget - Automatically selected by backend when observer is enabled.
- Autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- Availability
Domain string - The domain of the Autonomous Container Database
- Fast
Start intFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- Is
Automatic boolFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Protection
Mode string - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- Redo
Transport stringMode - Automatically selected by backend based on the protection mode.
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- State string
- The current state of the Autonomous Container Database.
- Time
Created string - The date and time the Autonomous Container Database was created.
- Time
Lag stringRefreshed On - Timestamp when the lags were last calculated for a standby.
- Time
Last stringRole Changed - The date and time when the last role change action happened.
- Time
Last stringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- Transport
Lag string - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- Apply
Lag string - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- Apply
Rate string - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- Automatic
Failover stringTarget - Automatically selected by backend when observer is enabled.
- Autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- Availability
Domain string - The domain of the Autonomous Container Database
- Fast
Start intFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- Is
Automatic boolFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Protection
Mode string - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- Redo
Transport stringMode - Automatically selected by backend based on the protection mode.
- Role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- State string
- The current state of the Autonomous Container Database.
- Time
Created string - The date and time the Autonomous Container Database was created.
- Time
Lag stringRefreshed On - Timestamp when the lags were last calculated for a standby.
- Time
Last stringRole Changed - The date and time when the last role change action happened.
- Time
Last stringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- Transport
Lag string - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- apply
Lag String - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- apply
Rate String - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- automatic
Failover StringTarget - Automatically selected by backend when observer is enabled.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID.
- availability
Domain String - The domain of the Autonomous Container Database
- fast
Start IntegerFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- is
Automatic BooleanFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- lifecycle
Details String - Additional information about the current lifecycle state.
- protection
Mode String - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- redo
Transport StringMode - Automatically selected by backend based on the protection mode.
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- state String
- The current state of the Autonomous Container Database.
- time
Created String - The date and time the Autonomous Container Database was created.
- time
Lag StringRefreshed On - Timestamp when the lags were last calculated for a standby.
- time
Last StringRole Changed - The date and time when the last role change action happened.
- time
Last StringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- transport
Lag String - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- apply
Lag string - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- apply
Rate string - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- automatic
Failover stringTarget - Automatically selected by backend when observer is enabled.
- autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- availability
Domain string - The domain of the Autonomous Container Database
- fast
Start numberFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- is
Automatic booleanFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- lifecycle
Details string - Additional information about the current lifecycle state.
- protection
Mode string - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- redo
Transport stringMode - Automatically selected by backend based on the protection mode.
- role string
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- state string
- The current state of the Autonomous Container Database.
- time
Created string - The date and time the Autonomous Container Database was created.
- time
Lag stringRefreshed On - Timestamp when the lags were last calculated for a standby.
- time
Last stringRole Changed - The date and time when the last role change action happened.
- time
Last stringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- transport
Lag string - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- apply_
lag str - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- apply_
rate str - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- automatic_
failover_ strtarget - Automatically selected by backend when observer is enabled.
- autonomous_
container_ strdatabase_ id - The Autonomous Container Database OCID.
- availability_
domain str - The domain of the Autonomous Container Database
- fast_
start_ intfail_ over_ lag_ limit_ in_ seconds - The lag time for my preference based on data loss tolerance in seconds.
- is_
automatic_ boolfailover_ enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- lifecycle_
details str - Additional information about the current lifecycle state.
- protection_
mode str - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- redo_
transport_ strmode - Automatically selected by backend based on the protection mode.
- role str
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- state str
- The current state of the Autonomous Container Database.
- time_
created str - The date and time the Autonomous Container Database was created.
- time_
lag_ strrefreshed_ on - Timestamp when the lags were last calculated for a standby.
- time_
last_ strrole_ changed - The date and time when the last role change action happened.
- time_
last_ strsynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- transport_
lag str - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
- apply
Lag String - The lag time between updates to the primary Autonomous Container Database and application of the redo data on the standby Autonomous Container Database, as computed by the reporting database. Example:
9 seconds
- apply
Rate String - The rate at which redo logs are synchronized between the associated Autonomous Container Databases. Example:
180 Mb per second
- automatic
Failover StringTarget - Automatically selected by backend when observer is enabled.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID.
- availability
Domain String - The domain of the Autonomous Container Database
- fast
Start NumberFail Over Lag Limit In Seconds - The lag time for my preference based on data loss tolerance in seconds.
- is
Automatic BooleanFailover Enabled - Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
- lifecycle
Details String - Additional information about the current lifecycle state.
- protection
Mode String - The protection mode of this Autonomous Data Guard association. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
- redo
Transport StringMode - Automatically selected by backend based on the protection mode.
- role String
- The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
- state String
- The current state of the Autonomous Container Database.
- time
Created String - The date and time the Autonomous Container Database was created.
- time
Lag StringRefreshed On - Timestamp when the lags were last calculated for a standby.
- time
Last StringRole Changed - The date and time when the last role change action happened.
- time
Last StringSynced - The date and time of the last update to the apply lag, apply rate, and transport lag values.
- transport
Lag String - The approximate number of seconds of redo data not yet available on the standby Autonomous Container Database, as computed by the reporting database. Example:
7 seconds
GetAutonomousContainerDatabaseKeyHistoryEntry
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Kms
Key stringVersion Id - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- Time
Activated string - The date and time the kms key activated.
- Vault
Id string - The OCID of the Oracle Cloud Infrastructure vault.
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Kms
Key stringVersion Id - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- Time
Activated string - The date and time the kms key activated.
- Vault
Id string - The OCID of the Oracle Cloud Infrastructure vault.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- kms
Key StringVersion Id - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- time
Activated String - The date and time the kms key activated.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault.
- id string
- The id of the Autonomous Database Vault service key management history entry.
- kms
Key stringVersion Id - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- time
Activated string - The date and time the kms key activated.
- vault
Id string - The OCID of the Oracle Cloud Infrastructure vault.
- id str
- The id of the Autonomous Database Vault service key management history entry.
- kms_
key_ strversion_ id - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- time_
activated str - The date and time the kms key activated.
- vault_
id str - The OCID of the Oracle Cloud Infrastructure vault.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- kms
Key StringVersion Id - The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
- time
Activated String - The date and time the kms key activated.
- vault
Id String - The OCID of the Oracle Cloud Infrastructure vault.
GetAutonomousContainerDatabaseMaintenanceWindow
- Custom
Action intTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of List<GetWeeks Autonomous Container Database Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- Hours
Of List<int>Days - 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 boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly boolPatching Enabled - If true, enables the monthly patching option.
- Lead
Time intIn Weeks - 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<Get
Autonomous Container Database Maintenance Window Month> - Months during the year when maintenance should be performed.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference string
- The maintenance window scheduling preference.
- Skip
Rus List<bool> - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- Weeks
Of List<int>Months - 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 intTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of []GetWeeks Autonomous Container Database Maintenance Window Days Of Week - Days during the week when maintenance should be performed.
- Hours
Of []intDays - 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 boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly boolPatching Enabled - If true, enables the monthly patching option.
- Lead
Time intIn Weeks - 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
[]Get
Autonomous Container Database Maintenance Window Month - Months during the year when maintenance should be performed.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference string
- The maintenance window scheduling preference.
- Skip
Rus []bool - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- Weeks
Of []intMonths - 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 IntegerTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of List<GetWeeks Autonomous Container Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- hours
Of List<Integer>Days - 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 BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly BooleanPatching Enabled - If true, enables the monthly patching option.
- lead
Time IntegerIn Weeks - 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<Get
Autonomous Container Maintenance Window Month> - Months during the year when maintenance should be performed.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference String
- The maintenance window scheduling preference.
- skip
Rus List<Boolean> - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- weeks
Of List<Integer>Months - 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 numberTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of GetWeeks Autonomous Container Database Maintenance Window Days Of Week[] - Days during the week when maintenance should be performed.
- hours
Of number[]Days - 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 booleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly booleanPatching Enabled - If true, enables the monthly patching option.
- lead
Time numberIn Weeks - 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
Get
Autonomous Container Database Maintenance Window Month[] - Months during the year when maintenance should be performed.
- patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference string
- The maintenance window scheduling preference.
- skip
Rus boolean[] - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- weeks
Of number[]Months - 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_ inttimeout_ in_ mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days_
of_ Sequence[database.weeks Get Autonomous Container Database Maintenance Window Days Of Week] - Days during the week when maintenance should be performed.
- hours_
of_ Sequence[int]days - 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_ boolaction_ timeout_ enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is_
monthly_ boolpatching_ enabled - If true, enables the monthly patching option.
- lead_
time_ intin_ weeks - 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
Sequence[database.
Get Autonomous Container Database Maintenance Window Month] - Months during the year when maintenance should be performed.
- patching_
mode str - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference str
- The maintenance window scheduling preference.
- skip_
rus Sequence[bool] - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- weeks_
of_ Sequence[int]months - 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 NumberTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of List<Property Map>Weeks - Days during the week when maintenance should be performed.
- hours
Of List<Number>Days - 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 BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly BooleanPatching Enabled - If true, enables the monthly patching option.
- lead
Time NumberIn Weeks - 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.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference String
- The maintenance window scheduling preference.
- skip
Rus List<Boolean> - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- weeks
Of List<Number>Months - 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.
GetAutonomousContainerDatabaseMaintenanceWindowDaysOfWeek
- 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.
GetAutonomousContainerDatabaseMaintenanceWindowDetail
- Custom
Action intTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of List<GetWeeks Autonomous Container Database Maintenance Window Detail Days Of Week> - Days during the week when maintenance should be performed.
- Hours
Of List<int>Days - 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 boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly boolPatching Enabled - If true, enables the monthly patching option.
- Lead
Time intIn Weeks - 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<Get
Autonomous Container Database Maintenance Window Detail Month> - Months during the year when maintenance should be performed.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference string
- The maintenance window scheduling preference.
- Skip
Rus List<bool> - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- Weeks
Of List<int>Months - 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 intTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of []GetWeeks Autonomous Container Database Maintenance Window Detail Days Of Week - Days during the week when maintenance should be performed.
- Hours
Of []intDays - 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 boolAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly boolPatching Enabled - If true, enables the monthly patching option.
- Lead
Time intIn Weeks - 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
[]Get
Autonomous Container Database Maintenance Window Detail Month - Months during the year when maintenance should be performed.
- Patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference string
- The maintenance window scheduling preference.
- Skip
Rus []bool - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- Weeks
Of []intMonths - 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 IntegerTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of List<GetWeeks Autonomous Container Maintenance Window Detail Days Of Week> - Days during the week when maintenance should be performed.
- hours
Of List<Integer>Days - 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 BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly BooleanPatching Enabled - If true, enables the monthly patching option.
- lead
Time IntegerIn Weeks - 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<Get
Autonomous Container Maintenance Window Detail Month> - Months during the year when maintenance should be performed.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference String
- The maintenance window scheduling preference.
- skip
Rus List<Boolean> - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- weeks
Of List<Integer>Months - 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 numberTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of GetWeeks Autonomous Container Database Maintenance Window Detail Days Of Week[] - Days during the week when maintenance should be performed.
- hours
Of number[]Days - 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 booleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly booleanPatching Enabled - If true, enables the monthly patching option.
- lead
Time numberIn Weeks - 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
Get
Autonomous Container Database Maintenance Window Detail Month[] - Months during the year when maintenance should be performed.
- patching
Mode string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference string
- The maintenance window scheduling preference.
- skip
Rus boolean[] - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- weeks
Of number[]Months - 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_ inttimeout_ in_ mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days_
of_ Sequence[database.weeks Get Autonomous Container Database Maintenance Window Detail Days Of Week] - Days during the week when maintenance should be performed.
- hours_
of_ Sequence[int]days - 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_ boolaction_ timeout_ enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is_
monthly_ boolpatching_ enabled - If true, enables the monthly patching option.
- lead_
time_ intin_ weeks - 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
Sequence[database.
Get Autonomous Container Database Maintenance Window Detail Month] - Months during the year when maintenance should be performed.
- patching_
mode str - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference str
- The maintenance window scheduling preference.
- skip_
rus Sequence[bool] - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- weeks_
of_ Sequence[int]months - 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 NumberTimeout In Mins - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of List<Property Map>Weeks - Days during the week when maintenance should be performed.
- hours
Of List<Number>Days - 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 BooleanAction Timeout Enabled - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly BooleanPatching Enabled - If true, enables the monthly patching option.
- lead
Time NumberIn Weeks - 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.
- patching
Mode String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference String
- The maintenance window scheduling preference.
- skip
Rus List<Boolean> - If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
- weeks
Of List<Number>Months - 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.
GetAutonomousContainerDatabaseMaintenanceWindowDetailDaysOfWeek
- 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.
GetAutonomousContainerDatabaseMaintenanceWindowDetailMonth
- 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.
GetAutonomousContainerDatabaseMaintenanceWindowMonth
- 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.
GetAutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfig
- Backup
Destination List<GetDetails Autonomous Container Database Peer Autonomous Container Database Backup Config Backup Destination Detail> - Backup destination details.
- Recovery
Window intIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- Backup
Destination []GetDetails Autonomous Container Database Peer Autonomous Container Database Backup Config Backup Destination Detail - Backup destination details.
- Recovery
Window intIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- backup
Destination List<GetDetails Autonomous Container Peer Autonomous Container Backup Config Backup Destination Detail> - Backup destination details.
- recovery
Window IntegerIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- backup
Destination GetDetails Autonomous Container Database Peer Autonomous Container Database Backup Config Backup Destination Detail[] - Backup destination details.
- recovery
Window numberIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- backup_
destination_ Sequence[database.details Get Autonomous Container Database Peer Autonomous Container Database Backup Config Backup Destination Detail] - Backup destination details.
- recovery_
window_ intin_ days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- backup
Destination List<Property Map>Details - Backup destination details.
- recovery
Window NumberIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
GetAutonomousContainerDatabasePeerAutonomousContainerDatabaseBackupConfigBackupDestinationDetail
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Internet
Proxy string - Proxy URL to connect to object store.
- Type string
- Type of the database backup destination.
- Vpc
Password string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- Vpc
User string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- Id string
- The id of the Autonomous Database Vault service key management history entry.
- Internet
Proxy string - Proxy URL to connect to object store.
- Type string
- Type of the database backup destination.
- Vpc
Password string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- Vpc
User string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- internet
Proxy String - Proxy URL to connect to object store.
- type String
- Type of the database backup destination.
- vpc
Password String - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User String - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id string
- The id of the Autonomous Database Vault service key management history entry.
- internet
Proxy string - Proxy URL to connect to object store.
- type string
- Type of the database backup destination.
- vpc
Password string - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User string - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id str
- The id of the Autonomous Database Vault service key management history entry.
- internet_
proxy str - Proxy URL to connect to object store.
- type str
- Type of the database backup destination.
- vpc_
password str - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc_
user str - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
- id String
- The id of the Autonomous Database Vault service key management history entry.
- internet
Proxy String - Proxy URL to connect to object store.
- type String
- Type of the database backup destination.
- vpc
Password String - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
- vpc
User String - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
GetAutonomousContainerDatabaseRecoveryApplianceDetail
- Allocated
Storage intSize In Gbs - The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer.
- Recovery
Window intIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- Time
Recovery stringAppliance Details Updated - The time when the recovery appliance details are updated.
- Allocated
Storage intSize In Gbs - The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer.
- Recovery
Window intIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- Time
Recovery stringAppliance Details Updated - The time when the recovery appliance details are updated.
- allocated
Storage IntegerSize In Gbs - The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer.
- recovery
Window IntegerIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- time
Recovery StringAppliance Details Updated - The time when the recovery appliance details are updated.
- allocated
Storage numberSize In Gbs - The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer.
- recovery
Window numberIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- time
Recovery stringAppliance Details Updated - The time when the recovery appliance details are updated.
- allocated_
storage_ intsize_ in_ gbs - The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer.
- recovery_
window_ intin_ days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- time_
recovery_ strappliance_ details_ updated - The time when the recovery appliance details are updated.
- allocated
Storage NumberSize In Gbs - The storage size of the backup destination allocated for an Autonomous Container Database to store backups on the recovery appliance, in GBs, rounded to the nearest integer.
- recovery
Window NumberIn Days - Number of days between the current and earliest point of recoverability covered by automatic backups.
- time
Recovery StringAppliance Details Updated - The time when the recovery appliance details are updated.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.