1. Packages
  2. Google Cloud (GCP) Classic
  3. API Docs
  4. oracledatabase
  5. getAutonomousDatabase
Google Cloud v8.25.0 published on Thursday, Apr 3, 2025 by Pulumi

gcp.oracledatabase.getAutonomousDatabase

Explore with Pulumi AI

Google Cloud v8.25.0 published on Thursday, Apr 3, 2025 by Pulumi

Get information about an AutonomousDatabase.

For more information see the API.

Example Usage

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

const my_instance = gcp.oracledatabase.getAutonomousDatabase({
    location: "us-east4",
    autonomousDatabaseId: "autonomous_database_id",
});
Copy
import pulumi
import pulumi_gcp as gcp

my_instance = gcp.oracledatabase.get_autonomous_database(location="us-east4",
    autonomous_database_id="autonomous_database_id")
Copy
package main

import (
	"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/oracledatabase"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := oracledatabase.LookupAutonomousDatabase(ctx, &oracledatabase.LookupAutonomousDatabaseArgs{
			Location:             "us-east4",
			AutonomousDatabaseId: "autonomous_database_id",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;

return await Deployment.RunAsync(() => 
{
    var my_instance = Gcp.OracleDatabase.GetAutonomousDatabase.Invoke(new()
    {
        Location = "us-east4",
        AutonomousDatabaseId = "autonomous_database_id",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.oracledatabase.OracledatabaseFunctions;
import com.pulumi.gcp.oracledatabase.inputs.GetAutonomousDatabaseArgs;
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 my-instance = OracledatabaseFunctions.getAutonomousDatabase(GetAutonomousDatabaseArgs.builder()
            .location("us-east4")
            .autonomousDatabaseId("autonomous_database_id")
            .build());

    }
}
Copy
variables:
  my-instance:
    fn::invoke:
      function: gcp:oracledatabase:getAutonomousDatabase
      arguments:
        location: us-east4
        autonomousDatabaseId: autonomous_database_id
Copy

Using getAutonomousDatabase

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 getAutonomousDatabase(args: GetAutonomousDatabaseArgs, opts?: InvokeOptions): Promise<GetAutonomousDatabaseResult>
function getAutonomousDatabaseOutput(args: GetAutonomousDatabaseOutputArgs, opts?: InvokeOptions): Output<GetAutonomousDatabaseResult>
Copy
def get_autonomous_database(autonomous_database_id: Optional[str] = None,
                            location: Optional[str] = None,
                            project: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetAutonomousDatabaseResult
def get_autonomous_database_output(autonomous_database_id: Optional[pulumi.Input[str]] = None,
                            location: Optional[pulumi.Input[str]] = None,
                            project: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousDatabaseResult]
Copy
func LookupAutonomousDatabase(ctx *Context, args *LookupAutonomousDatabaseArgs, opts ...InvokeOption) (*LookupAutonomousDatabaseResult, error)
func LookupAutonomousDatabaseOutput(ctx *Context, args *LookupAutonomousDatabaseOutputArgs, opts ...InvokeOption) LookupAutonomousDatabaseResultOutput
Copy

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

public static class GetAutonomousDatabase 
{
    public static Task<GetAutonomousDatabaseResult> InvokeAsync(GetAutonomousDatabaseArgs args, InvokeOptions? opts = null)
    public static Output<GetAutonomousDatabaseResult> Invoke(GetAutonomousDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAutonomousDatabaseResult> getAutonomousDatabase(GetAutonomousDatabaseArgs args, InvokeOptions options)
public static Output<GetAutonomousDatabaseResult> getAutonomousDatabase(GetAutonomousDatabaseArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: gcp:oracledatabase/getAutonomousDatabase:getAutonomousDatabase
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AutonomousDatabaseId This property is required. string
The ID of the AutonomousDatabase.
Location This property is required. string
The location of the resource.


Project string
The project to which the resource belongs. If it is not provided, the provider project is used.
AutonomousDatabaseId This property is required. string
The ID of the AutonomousDatabase.
Location This property is required. string
The location of the resource.


Project string
The project to which the resource belongs. If it is not provided, the provider project is used.
autonomousDatabaseId This property is required. String
The ID of the AutonomousDatabase.
location This property is required. String
The location of the resource.


project String
The project to which the resource belongs. If it is not provided, the provider project is used.
autonomousDatabaseId This property is required. string
The ID of the AutonomousDatabase.
location This property is required. string
The location of the resource.


project string
The project to which the resource belongs. If it is not provided, the provider project is used.
autonomous_database_id This property is required. str
The ID of the AutonomousDatabase.
location This property is required. str
The location of the resource.


project str
The project to which the resource belongs. If it is not provided, the provider project is used.
autonomousDatabaseId This property is required. String
The ID of the AutonomousDatabase.
location This property is required. String
The location of the resource.


project String
The project to which the resource belongs. If it is not provided, the provider project is used.

getAutonomousDatabase Result

The following output properties are available:

AdminPassword string
AutonomousDatabaseId string
Cidr string
CreateTime string
Database string
DeletionProtection bool
DisplayName string
EffectiveLabels Dictionary<string, string>
EntitlementId string
Id string
The provider-assigned unique ID for this managed resource.
Labels Dictionary<string, string>
Location string
Name string
Network string
Properties List<GetAutonomousDatabaseProperty>
PulumiLabels Dictionary<string, string>
Project string
AdminPassword string
AutonomousDatabaseId string
Cidr string
CreateTime string
Database string
DeletionProtection bool
DisplayName string
EffectiveLabels map[string]string
EntitlementId string
Id string
The provider-assigned unique ID for this managed resource.
Labels map[string]string
Location string
Name string
Network string
Properties []GetAutonomousDatabaseProperty
PulumiLabels map[string]string
Project string
adminPassword String
autonomousDatabaseId String
cidr String
createTime String
database String
deletionProtection Boolean
displayName String
effectiveLabels Map<String,String>
entitlementId String
id String
The provider-assigned unique ID for this managed resource.
labels Map<String,String>
location String
name String
network String
properties List<GetAutonomousDatabaseProperty>
pulumiLabels Map<String,String>
project String
adminPassword string
autonomousDatabaseId string
cidr string
createTime string
database string
deletionProtection boolean
displayName string
effectiveLabels {[key: string]: string}
entitlementId string
id string
The provider-assigned unique ID for this managed resource.
labels {[key: string]: string}
location string
name string
network string
properties GetAutonomousDatabaseProperty[]
pulumiLabels {[key: string]: string}
project string
admin_password str
autonomous_database_id str
cidr str
create_time str
database str
deletion_protection bool
display_name str
effective_labels Mapping[str, str]
entitlement_id str
id str
The provider-assigned unique ID for this managed resource.
labels Mapping[str, str]
location str
name str
network str
properties Sequence[GetAutonomousDatabaseProperty]
pulumi_labels Mapping[str, str]
project str
adminPassword String
autonomousDatabaseId String
cidr String
createTime String
database String
deletionProtection Boolean
displayName String
effectiveLabels Map<String>
entitlementId String
id String
The provider-assigned unique ID for this managed resource.
labels Map<String>
location String
name String
network String
properties List<Property Map>
pulumiLabels Map<String>
project String

Supporting Types

GetAutonomousDatabaseProperty

ActualUsedDataStorageSizeTb This property is required. double
The amount of storage currently being used for user and system data, in terabytes.
AllocatedStorageSizeTb This property is required. double
The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
ApexDetails This property is required. List<GetAutonomousDatabasePropertyApexDetail>
Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
ArePrimaryAllowlistedIpsUsed This property is required. bool
This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
AutonomousContainerDatabaseId This property is required. string
The Autonomous Container Database OCID.
AvailableUpgradeVersions This property is required. List<string>
The list of available Oracle Database upgrade versions for an Autonomous Database.
BackupRetentionPeriodDays This property is required. int
The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
CharacterSet This property is required. string
The character set for the Autonomous Database. The default is AL32UTF8.
ComputeCount This property is required. double
The number of compute servers for the Autonomous Database.
ConnectionStrings This property is required. List<GetAutonomousDatabasePropertyConnectionString>
The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
ConnectionUrls This property is required. List<GetAutonomousDatabasePropertyConnectionUrl>
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
CustomerContacts This property is required. List<GetAutonomousDatabasePropertyCustomerContact>
The list of customer contacts.
DataSafeState This property is required. string
The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
DataStorageSizeGb This property is required. int
The size of the data stored in the database, in gigabytes.
DataStorageSizeTb This property is required. int
The size of the data stored in the database, in terabytes.
DatabaseManagementState This property is required. string
The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
DbEdition This property is required. string
The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
DbVersion This property is required. string
The Oracle Database version for the Autonomous Database.
DbWorkload This property is required. string
Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
FailedDataRecoveryDuration This property is required. string
This field indicates the number of seconds of data loss during a Data Guard failover.
IsAutoScalingEnabled This property is required. bool
This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
IsLocalDataGuardEnabled This property is required. bool
This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
IsStorageAutoScalingEnabled This property is required. bool
This field indicates if auto scaling is enabled for the Autonomous Database storage.
LicenseType This property is required. string
The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
LifecycleDetails This property is required. string
The details of the current lifestyle state of the Autonomous Database.
LocalAdgAutoFailoverMaxDataLossLimit This property is required. int
This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
LocalDisasterRecoveryType This property is required. string
This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
LocalStandbyDbs This property is required. List<GetAutonomousDatabasePropertyLocalStandbyDb>
Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
MaintenanceBeginTime This property is required. string
The date and time when maintenance will begin.
MaintenanceEndTime This property is required. string
The date and time when maintenance will end.
MaintenanceScheduleType This property is required. string
The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
MemoryPerOracleComputeUnitGbs This property is required. int
The amount of memory enabled per ECPU, in gigabytes.
MemoryTableGbs This property is required. int
The memory assigned to in-memory tables in an Autonomous Database.
MtlsConnectionRequired This property is required. bool
This field specifies if the Autonomous Database requires mTLS connections.
NCharacterSet This property is required. string
The national character set for the Autonomous Database. The default is AL16UTF16.
NextLongTermBackupTime This property is required. string
The long term backup schedule of the Autonomous Database.
OciUrl This property is required. string
The Oracle Cloud Infrastructure link for the Autonomous Database.
Ocid This property is required. string
OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
OpenMode This property is required. string
This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
OperationsInsightsState This property is required. string
Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
PeerDbIds This property is required. List<string>
The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
PermissionLevel This property is required. string
The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
PrivateEndpoint This property is required. string
The private endpoint for the Autonomous Database.
PrivateEndpointIp This property is required. string
The private endpoint IP address for the Autonomous Database.
PrivateEndpointLabel This property is required. string
The private endpoint label for the Autonomous Database.
RefreshableMode This property is required. string
The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
RefreshableState This property is required. string
The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
Role This property is required. string
The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
ScheduledOperationDetails This property is required. List<GetAutonomousDatabasePropertyScheduledOperationDetail>
The list and details of the scheduled operations of the Autonomous Database.
SqlWebDeveloperUrl This property is required. string
The SQL Web Developer URL for the Autonomous Database.
State This property is required. string
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
SupportedCloneRegions This property is required. List<string>
The list of available regions that can be used to create a clone for the Autonomous Database.
TotalAutoBackupStorageSizeGbs This property is required. double
The storage space used by automatic backups of Autonomous Database, in gigabytes.
UsedDataStorageSizeTbs This property is required. int
The storage space used by Autonomous Database, in gigabytes.
ActualUsedDataStorageSizeTb This property is required. float64
The amount of storage currently being used for user and system data, in terabytes.
AllocatedStorageSizeTb This property is required. float64
The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
ApexDetails This property is required. []GetAutonomousDatabasePropertyApexDetail
Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
ArePrimaryAllowlistedIpsUsed This property is required. bool
This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
AutonomousContainerDatabaseId This property is required. string
The Autonomous Container Database OCID.
AvailableUpgradeVersions This property is required. []string
The list of available Oracle Database upgrade versions for an Autonomous Database.
BackupRetentionPeriodDays This property is required. int
The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
CharacterSet This property is required. string
The character set for the Autonomous Database. The default is AL32UTF8.
ComputeCount This property is required. float64
The number of compute servers for the Autonomous Database.
ConnectionStrings This property is required. []GetAutonomousDatabasePropertyConnectionString
The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
ConnectionUrls This property is required. []GetAutonomousDatabasePropertyConnectionUrl
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
CustomerContacts This property is required. []GetAutonomousDatabasePropertyCustomerContact
The list of customer contacts.
DataSafeState This property is required. string
The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
DataStorageSizeGb This property is required. int
The size of the data stored in the database, in gigabytes.
DataStorageSizeTb This property is required. int
The size of the data stored in the database, in terabytes.
DatabaseManagementState This property is required. string
The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
DbEdition This property is required. string
The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
DbVersion This property is required. string
The Oracle Database version for the Autonomous Database.
DbWorkload This property is required. string
Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
FailedDataRecoveryDuration This property is required. string
This field indicates the number of seconds of data loss during a Data Guard failover.
IsAutoScalingEnabled This property is required. bool
This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
IsLocalDataGuardEnabled This property is required. bool
This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
IsStorageAutoScalingEnabled This property is required. bool
This field indicates if auto scaling is enabled for the Autonomous Database storage.
LicenseType This property is required. string
The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
LifecycleDetails This property is required. string
The details of the current lifestyle state of the Autonomous Database.
LocalAdgAutoFailoverMaxDataLossLimit This property is required. int
This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
LocalDisasterRecoveryType This property is required. string
This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
LocalStandbyDbs This property is required. []GetAutonomousDatabasePropertyLocalStandbyDb
Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
MaintenanceBeginTime This property is required. string
The date and time when maintenance will begin.
MaintenanceEndTime This property is required. string
The date and time when maintenance will end.
MaintenanceScheduleType This property is required. string
The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
MemoryPerOracleComputeUnitGbs This property is required. int
The amount of memory enabled per ECPU, in gigabytes.
MemoryTableGbs This property is required. int
The memory assigned to in-memory tables in an Autonomous Database.
MtlsConnectionRequired This property is required. bool
This field specifies if the Autonomous Database requires mTLS connections.
NCharacterSet This property is required. string
The national character set for the Autonomous Database. The default is AL16UTF16.
NextLongTermBackupTime This property is required. string
The long term backup schedule of the Autonomous Database.
OciUrl This property is required. string
The Oracle Cloud Infrastructure link for the Autonomous Database.
Ocid This property is required. string
OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
OpenMode This property is required. string
This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
OperationsInsightsState This property is required. string
Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
PeerDbIds This property is required. []string
The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
PermissionLevel This property is required. string
The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
PrivateEndpoint This property is required. string
The private endpoint for the Autonomous Database.
PrivateEndpointIp This property is required. string
The private endpoint IP address for the Autonomous Database.
PrivateEndpointLabel This property is required. string
The private endpoint label for the Autonomous Database.
RefreshableMode This property is required. string
The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
RefreshableState This property is required. string
The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
Role This property is required. string
The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
ScheduledOperationDetails This property is required. []GetAutonomousDatabasePropertyScheduledOperationDetail
The list and details of the scheduled operations of the Autonomous Database.
SqlWebDeveloperUrl This property is required. string
The SQL Web Developer URL for the Autonomous Database.
State This property is required. string
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
SupportedCloneRegions This property is required. []string
The list of available regions that can be used to create a clone for the Autonomous Database.
TotalAutoBackupStorageSizeGbs This property is required. float64
The storage space used by automatic backups of Autonomous Database, in gigabytes.
UsedDataStorageSizeTbs This property is required. int
The storage space used by Autonomous Database, in gigabytes.
actualUsedDataStorageSizeTb This property is required. Double
The amount of storage currently being used for user and system data, in terabytes.
allocatedStorageSizeTb This property is required. Double
The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
apexDetails This property is required. List<GetAutonomousDatabasePropertyApexDetail>
Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
arePrimaryAllowlistedIpsUsed This property is required. Boolean
This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
autonomousContainerDatabaseId This property is required. String
The Autonomous Container Database OCID.
availableUpgradeVersions This property is required. List<String>
The list of available Oracle Database upgrade versions for an Autonomous Database.
backupRetentionPeriodDays This property is required. Integer
The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
characterSet This property is required. String
The character set for the Autonomous Database. The default is AL32UTF8.
computeCount This property is required. Double
The number of compute servers for the Autonomous Database.
connectionStrings This property is required. List<GetAutonomousDatabasePropertyConnectionString>
The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
connectionUrls This property is required. List<GetAutonomousDatabasePropertyConnectionUrl>
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
customerContacts This property is required. List<GetAutonomousDatabasePropertyCustomerContact>
The list of customer contacts.
dataSafeState This property is required. String
The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
dataStorageSizeGb This property is required. Integer
The size of the data stored in the database, in gigabytes.
dataStorageSizeTb This property is required. Integer
The size of the data stored in the database, in terabytes.
databaseManagementState This property is required. String
The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
dbEdition This property is required. String
The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
dbVersion This property is required. String
The Oracle Database version for the Autonomous Database.
dbWorkload This property is required. String
Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
failedDataRecoveryDuration This property is required. String
This field indicates the number of seconds of data loss during a Data Guard failover.
isAutoScalingEnabled This property is required. Boolean
This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
isLocalDataGuardEnabled This property is required. Boolean
This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
isStorageAutoScalingEnabled This property is required. Boolean
This field indicates if auto scaling is enabled for the Autonomous Database storage.
licenseType This property is required. String
The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
lifecycleDetails This property is required. String
The details of the current lifestyle state of the Autonomous Database.
localAdgAutoFailoverMaxDataLossLimit This property is required. Integer
This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
localDisasterRecoveryType This property is required. String
This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
localStandbyDbs This property is required. List<GetAutonomousDatabasePropertyLocalStandbyDb>
Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
maintenanceBeginTime This property is required. String
The date and time when maintenance will begin.
maintenanceEndTime This property is required. String
The date and time when maintenance will end.
maintenanceScheduleType This property is required. String
The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
memoryPerOracleComputeUnitGbs This property is required. Integer
The amount of memory enabled per ECPU, in gigabytes.
memoryTableGbs This property is required. Integer
The memory assigned to in-memory tables in an Autonomous Database.
mtlsConnectionRequired This property is required. Boolean
This field specifies if the Autonomous Database requires mTLS connections.
nCharacterSet This property is required. String
The national character set for the Autonomous Database. The default is AL16UTF16.
nextLongTermBackupTime This property is required. String
The long term backup schedule of the Autonomous Database.
ociUrl This property is required. String
The Oracle Cloud Infrastructure link for the Autonomous Database.
ocid This property is required. String
OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
openMode This property is required. String
This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
operationsInsightsState This property is required. String
Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
peerDbIds This property is required. List<String>
The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
permissionLevel This property is required. String
The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
privateEndpoint This property is required. String
The private endpoint for the Autonomous Database.
privateEndpointIp This property is required. String
The private endpoint IP address for the Autonomous Database.
privateEndpointLabel This property is required. String
The private endpoint label for the Autonomous Database.
refreshableMode This property is required. String
The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
refreshableState This property is required. String
The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
role This property is required. String
The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
scheduledOperationDetails This property is required. List<GetAutonomousDatabasePropertyScheduledOperationDetail>
The list and details of the scheduled operations of the Autonomous Database.
sqlWebDeveloperUrl This property is required. String
The SQL Web Developer URL for the Autonomous Database.
state This property is required. String
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
supportedCloneRegions This property is required. List<String>
The list of available regions that can be used to create a clone for the Autonomous Database.
totalAutoBackupStorageSizeGbs This property is required. Double
The storage space used by automatic backups of Autonomous Database, in gigabytes.
usedDataStorageSizeTbs This property is required. Integer
The storage space used by Autonomous Database, in gigabytes.
actualUsedDataStorageSizeTb This property is required. number
The amount of storage currently being used for user and system data, in terabytes.
allocatedStorageSizeTb This property is required. number
The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
apexDetails This property is required. GetAutonomousDatabasePropertyApexDetail[]
Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
arePrimaryAllowlistedIpsUsed This property is required. boolean
This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
autonomousContainerDatabaseId This property is required. string
The Autonomous Container Database OCID.
availableUpgradeVersions This property is required. string[]
The list of available Oracle Database upgrade versions for an Autonomous Database.
backupRetentionPeriodDays This property is required. number
The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
characterSet This property is required. string
The character set for the Autonomous Database. The default is AL32UTF8.
computeCount This property is required. number
The number of compute servers for the Autonomous Database.
connectionStrings This property is required. GetAutonomousDatabasePropertyConnectionString[]
The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
connectionUrls This property is required. GetAutonomousDatabasePropertyConnectionUrl[]
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
customerContacts This property is required. GetAutonomousDatabasePropertyCustomerContact[]
The list of customer contacts.
dataSafeState This property is required. string
The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
dataStorageSizeGb This property is required. number
The size of the data stored in the database, in gigabytes.
dataStorageSizeTb This property is required. number
The size of the data stored in the database, in terabytes.
databaseManagementState This property is required. string
The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
dbEdition This property is required. string
The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
dbVersion This property is required. string
The Oracle Database version for the Autonomous Database.
dbWorkload This property is required. string
Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
failedDataRecoveryDuration This property is required. string
This field indicates the number of seconds of data loss during a Data Guard failover.
isAutoScalingEnabled This property is required. boolean
This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
isLocalDataGuardEnabled This property is required. boolean
This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
isStorageAutoScalingEnabled This property is required. boolean
This field indicates if auto scaling is enabled for the Autonomous Database storage.
licenseType This property is required. string
The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
lifecycleDetails This property is required. string
The details of the current lifestyle state of the Autonomous Database.
localAdgAutoFailoverMaxDataLossLimit This property is required. number
This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
localDisasterRecoveryType This property is required. string
This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
localStandbyDbs This property is required. GetAutonomousDatabasePropertyLocalStandbyDb[]
Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
maintenanceBeginTime This property is required. string
The date and time when maintenance will begin.
maintenanceEndTime This property is required. string
The date and time when maintenance will end.
maintenanceScheduleType This property is required. string
The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
memoryPerOracleComputeUnitGbs This property is required. number
The amount of memory enabled per ECPU, in gigabytes.
memoryTableGbs This property is required. number
The memory assigned to in-memory tables in an Autonomous Database.
mtlsConnectionRequired This property is required. boolean
This field specifies if the Autonomous Database requires mTLS connections.
nCharacterSet This property is required. string
The national character set for the Autonomous Database. The default is AL16UTF16.
nextLongTermBackupTime This property is required. string
The long term backup schedule of the Autonomous Database.
ociUrl This property is required. string
The Oracle Cloud Infrastructure link for the Autonomous Database.
ocid This property is required. string
OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
openMode This property is required. string
This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
operationsInsightsState This property is required. string
Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
peerDbIds This property is required. string[]
The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
permissionLevel This property is required. string
The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
privateEndpoint This property is required. string
The private endpoint for the Autonomous Database.
privateEndpointIp This property is required. string
The private endpoint IP address for the Autonomous Database.
privateEndpointLabel This property is required. string
The private endpoint label for the Autonomous Database.
refreshableMode This property is required. string
The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
refreshableState This property is required. string
The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
role This property is required. string
The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
scheduledOperationDetails This property is required. GetAutonomousDatabasePropertyScheduledOperationDetail[]
The list and details of the scheduled operations of the Autonomous Database.
sqlWebDeveloperUrl This property is required. string
The SQL Web Developer URL for the Autonomous Database.
state This property is required. string
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
supportedCloneRegions This property is required. string[]
The list of available regions that can be used to create a clone for the Autonomous Database.
totalAutoBackupStorageSizeGbs This property is required. number
The storage space used by automatic backups of Autonomous Database, in gigabytes.
usedDataStorageSizeTbs This property is required. number
The storage space used by Autonomous Database, in gigabytes.
actual_used_data_storage_size_tb This property is required. float
The amount of storage currently being used for user and system data, in terabytes.
allocated_storage_size_tb This property is required. float
The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
apex_details This property is required. Sequence[GetAutonomousDatabasePropertyApexDetail]
Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
are_primary_allowlisted_ips_used This property is required. bool
This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
autonomous_container_database_id This property is required. str
The Autonomous Container Database OCID.
available_upgrade_versions This property is required. Sequence[str]
The list of available Oracle Database upgrade versions for an Autonomous Database.
backup_retention_period_days This property is required. int
The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
character_set This property is required. str
The character set for the Autonomous Database. The default is AL32UTF8.
compute_count This property is required. float
The number of compute servers for the Autonomous Database.
connection_strings This property is required. Sequence[GetAutonomousDatabasePropertyConnectionString]
The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
connection_urls This property is required. Sequence[GetAutonomousDatabasePropertyConnectionUrl]
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
customer_contacts This property is required. Sequence[GetAutonomousDatabasePropertyCustomerContact]
The list of customer contacts.
data_safe_state This property is required. str
The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
data_storage_size_gb This property is required. int
The size of the data stored in the database, in gigabytes.
data_storage_size_tb This property is required. int
The size of the data stored in the database, in terabytes.
database_management_state This property is required. str
The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
db_edition This property is required. str
The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
db_version This property is required. str
The Oracle Database version for the Autonomous Database.
db_workload This property is required. str
Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
failed_data_recovery_duration This property is required. str
This field indicates the number of seconds of data loss during a Data Guard failover.
is_auto_scaling_enabled This property is required. bool
This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
is_local_data_guard_enabled This property is required. bool
This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
is_storage_auto_scaling_enabled This property is required. bool
This field indicates if auto scaling is enabled for the Autonomous Database storage.
license_type This property is required. str
The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
lifecycle_details This property is required. str
The details of the current lifestyle state of the Autonomous Database.
local_adg_auto_failover_max_data_loss_limit This property is required. int
This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
local_disaster_recovery_type This property is required. str
This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
local_standby_dbs This property is required. Sequence[GetAutonomousDatabasePropertyLocalStandbyDb]
Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
maintenance_begin_time This property is required. str
The date and time when maintenance will begin.
maintenance_end_time This property is required. str
The date and time when maintenance will end.
maintenance_schedule_type This property is required. str
The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
memory_per_oracle_compute_unit_gbs This property is required. int
The amount of memory enabled per ECPU, in gigabytes.
memory_table_gbs This property is required. int
The memory assigned to in-memory tables in an Autonomous Database.
mtls_connection_required This property is required. bool
This field specifies if the Autonomous Database requires mTLS connections.
n_character_set This property is required. str
The national character set for the Autonomous Database. The default is AL16UTF16.
next_long_term_backup_time This property is required. str
The long term backup schedule of the Autonomous Database.
oci_url This property is required. str
The Oracle Cloud Infrastructure link for the Autonomous Database.
ocid This property is required. str
OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
open_mode This property is required. str
This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
operations_insights_state This property is required. str
Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
peer_db_ids This property is required. Sequence[str]
The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
permission_level This property is required. str
The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
private_endpoint This property is required. str
The private endpoint for the Autonomous Database.
private_endpoint_ip This property is required. str
The private endpoint IP address for the Autonomous Database.
private_endpoint_label This property is required. str
The private endpoint label for the Autonomous Database.
refreshable_mode This property is required. str
The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
refreshable_state This property is required. str
The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
role This property is required. str
The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
scheduled_operation_details This property is required. Sequence[GetAutonomousDatabasePropertyScheduledOperationDetail]
The list and details of the scheduled operations of the Autonomous Database.
sql_web_developer_url This property is required. str
The SQL Web Developer URL for the Autonomous Database.
state This property is required. str
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
supported_clone_regions This property is required. Sequence[str]
The list of available regions that can be used to create a clone for the Autonomous Database.
total_auto_backup_storage_size_gbs This property is required. float
The storage space used by automatic backups of Autonomous Database, in gigabytes.
used_data_storage_size_tbs This property is required. int
The storage space used by Autonomous Database, in gigabytes.
actualUsedDataStorageSizeTb This property is required. Number
The amount of storage currently being used for user and system data, in terabytes.
allocatedStorageSizeTb This property is required. Number
The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
apexDetails This property is required. List<Property Map>
Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
arePrimaryAllowlistedIpsUsed This property is required. Boolean
This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
autonomousContainerDatabaseId This property is required. String
The Autonomous Container Database OCID.
availableUpgradeVersions This property is required. List<String>
The list of available Oracle Database upgrade versions for an Autonomous Database.
backupRetentionPeriodDays This property is required. Number
The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
characterSet This property is required. String
The character set for the Autonomous Database. The default is AL32UTF8.
computeCount This property is required. Number
The number of compute servers for the Autonomous Database.
connectionStrings This property is required. List<Property Map>
The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
connectionUrls This property is required. List<Property Map>
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
customerContacts This property is required. List<Property Map>
The list of customer contacts.
dataSafeState This property is required. String
The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
dataStorageSizeGb This property is required. Number
The size of the data stored in the database, in gigabytes.
dataStorageSizeTb This property is required. Number
The size of the data stored in the database, in terabytes.
databaseManagementState This property is required. String
The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
dbEdition This property is required. String
The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
dbVersion This property is required. String
The Oracle Database version for the Autonomous Database.
dbWorkload This property is required. String
Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
failedDataRecoveryDuration This property is required. String
This field indicates the number of seconds of data loss during a Data Guard failover.
isAutoScalingEnabled This property is required. Boolean
This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
isLocalDataGuardEnabled This property is required. Boolean
This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
isStorageAutoScalingEnabled This property is required. Boolean
This field indicates if auto scaling is enabled for the Autonomous Database storage.
licenseType This property is required. String
The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
lifecycleDetails This property is required. String
The details of the current lifestyle state of the Autonomous Database.
localAdgAutoFailoverMaxDataLossLimit This property is required. Number
This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
localDisasterRecoveryType This property is required. String
This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
localStandbyDbs This property is required. List<Property Map>
Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
maintenanceBeginTime This property is required. String
The date and time when maintenance will begin.
maintenanceEndTime This property is required. String
The date and time when maintenance will end.
maintenanceScheduleType This property is required. String
The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
memoryPerOracleComputeUnitGbs This property is required. Number
The amount of memory enabled per ECPU, in gigabytes.
memoryTableGbs This property is required. Number
The memory assigned to in-memory tables in an Autonomous Database.
mtlsConnectionRequired This property is required. Boolean
This field specifies if the Autonomous Database requires mTLS connections.
nCharacterSet This property is required. String
The national character set for the Autonomous Database. The default is AL16UTF16.
nextLongTermBackupTime This property is required. String
The long term backup schedule of the Autonomous Database.
ociUrl This property is required. String
The Oracle Cloud Infrastructure link for the Autonomous Database.
ocid This property is required. String
OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
openMode This property is required. String
This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
operationsInsightsState This property is required. String
Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
peerDbIds This property is required. List<String>
The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
permissionLevel This property is required. String
The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
privateEndpoint This property is required. String
The private endpoint for the Autonomous Database.
privateEndpointIp This property is required. String
The private endpoint IP address for the Autonomous Database.
privateEndpointLabel This property is required. String
The private endpoint label for the Autonomous Database.
refreshableMode This property is required. String
The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
refreshableState This property is required. String
The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
role This property is required. String
The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
scheduledOperationDetails This property is required. List<Property Map>
The list and details of the scheduled operations of the Autonomous Database.
sqlWebDeveloperUrl This property is required. String
The SQL Web Developer URL for the Autonomous Database.
state This property is required. String
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
supportedCloneRegions This property is required. List<String>
The list of available regions that can be used to create a clone for the Autonomous Database.
totalAutoBackupStorageSizeGbs This property is required. Number
The storage space used by automatic backups of Autonomous Database, in gigabytes.
usedDataStorageSizeTbs This property is required. Number
The storage space used by Autonomous Database, in gigabytes.

GetAutonomousDatabasePropertyApexDetail

ApexVersion This property is required. string
The Oracle APEX Application Development version.
OrdsVersion This property is required. string
The Oracle REST Data Services (ORDS) version.
ApexVersion This property is required. string
The Oracle APEX Application Development version.
OrdsVersion This property is required. string
The Oracle REST Data Services (ORDS) version.
apexVersion This property is required. String
The Oracle APEX Application Development version.
ordsVersion This property is required. String
The Oracle REST Data Services (ORDS) version.
apexVersion This property is required. string
The Oracle APEX Application Development version.
ordsVersion This property is required. string
The Oracle REST Data Services (ORDS) version.
apex_version This property is required. str
The Oracle APEX Application Development version.
ords_version This property is required. str
The Oracle REST Data Services (ORDS) version.
apexVersion This property is required. String
The Oracle APEX Application Development version.
ordsVersion This property is required. String
The Oracle REST Data Services (ORDS) version.

GetAutonomousDatabasePropertyConnectionString

AllConnectionStrings This property is required. List<GetAutonomousDatabasePropertyConnectionStringAllConnectionString>
A list of all connection strings that can be used to connect to the Autonomous Database.
Dedicated This property is required. string
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
High This property is required. string
The database service provides the highest level of resources to each SQL statement.
Low This property is required. string
The database service provides the least level of resources to each SQL statement.
Medium This property is required. string
The database service provides a lower level of resources to each SQL statement.
Profiles This property is required. List<GetAutonomousDatabasePropertyConnectionStringProfile>
A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
AllConnectionStrings This property is required. []GetAutonomousDatabasePropertyConnectionStringAllConnectionString
A list of all connection strings that can be used to connect to the Autonomous Database.
Dedicated This property is required. string
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
High This property is required. string
The database service provides the highest level of resources to each SQL statement.
Low This property is required. string
The database service provides the least level of resources to each SQL statement.
Medium This property is required. string
The database service provides a lower level of resources to each SQL statement.
Profiles This property is required. []GetAutonomousDatabasePropertyConnectionStringProfile
A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
allConnectionStrings This property is required. List<GetAutonomousDatabasePropertyConnectionStringAllConnectionString>
A list of all connection strings that can be used to connect to the Autonomous Database.
dedicated This property is required. String
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
high This property is required. String
The database service provides the highest level of resources to each SQL statement.
low This property is required. String
The database service provides the least level of resources to each SQL statement.
medium This property is required. String
The database service provides a lower level of resources to each SQL statement.
profiles This property is required. List<GetAutonomousDatabasePropertyConnectionStringProfile>
A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
allConnectionStrings This property is required. GetAutonomousDatabasePropertyConnectionStringAllConnectionString[]
A list of all connection strings that can be used to connect to the Autonomous Database.
dedicated This property is required. string
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
high This property is required. string
The database service provides the highest level of resources to each SQL statement.
low This property is required. string
The database service provides the least level of resources to each SQL statement.
medium This property is required. string
The database service provides a lower level of resources to each SQL statement.
profiles This property is required. GetAutonomousDatabasePropertyConnectionStringProfile[]
A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
all_connection_strings This property is required. Sequence[GetAutonomousDatabasePropertyConnectionStringAllConnectionString]
A list of all connection strings that can be used to connect to the Autonomous Database.
dedicated This property is required. str
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
high This property is required. str
The database service provides the highest level of resources to each SQL statement.
low This property is required. str
The database service provides the least level of resources to each SQL statement.
medium This property is required. str
The database service provides a lower level of resources to each SQL statement.
profiles This property is required. Sequence[GetAutonomousDatabasePropertyConnectionStringProfile]
A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
allConnectionStrings This property is required. List<Property Map>
A list of all connection strings that can be used to connect to the Autonomous Database.
dedicated This property is required. String
The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
high This property is required. String
The database service provides the highest level of resources to each SQL statement.
low This property is required. String
The database service provides the least level of resources to each SQL statement.
medium This property is required. String
The database service provides a lower level of resources to each SQL statement.
profiles This property is required. List<Property Map>
A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.

GetAutonomousDatabasePropertyConnectionStringAllConnectionString

High This property is required. string
The database service provides the highest level of resources to each SQL statement.
Low This property is required. string
The database service provides the least level of resources to each SQL statement.
Medium This property is required. string
The database service provides a lower level of resources to each SQL statement.
High This property is required. string
The database service provides the highest level of resources to each SQL statement.
Low This property is required. string
The database service provides the least level of resources to each SQL statement.
Medium This property is required. string
The database service provides a lower level of resources to each SQL statement.
high This property is required. String
The database service provides the highest level of resources to each SQL statement.
low This property is required. String
The database service provides the least level of resources to each SQL statement.
medium This property is required. String
The database service provides a lower level of resources to each SQL statement.
high This property is required. string
The database service provides the highest level of resources to each SQL statement.
low This property is required. string
The database service provides the least level of resources to each SQL statement.
medium This property is required. string
The database service provides a lower level of resources to each SQL statement.
high This property is required. str
The database service provides the highest level of resources to each SQL statement.
low This property is required. str
The database service provides the least level of resources to each SQL statement.
medium This property is required. str
The database service provides a lower level of resources to each SQL statement.
high This property is required. String
The database service provides the highest level of resources to each SQL statement.
low This property is required. String
The database service provides the least level of resources to each SQL statement.
medium This property is required. String
The database service provides a lower level of resources to each SQL statement.

GetAutonomousDatabasePropertyConnectionStringProfile

ConsumerGroup This property is required. string
The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
DisplayName This property is required. string
The display name for the database connection.
HostFormat This property is required. string
The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
IsRegional This property is required. bool
This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
Protocol This property is required. string
The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
SessionMode This property is required. string
The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
SyntaxFormat This property is required. string
The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
TlsAuthentication This property is required. string
This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
Value This property is required. string
The value of the connection string.
ConsumerGroup This property is required. string
The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
DisplayName This property is required. string
The display name for the database connection.
HostFormat This property is required. string
The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
IsRegional This property is required. bool
This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
Protocol This property is required. string
The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
SessionMode This property is required. string
The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
SyntaxFormat This property is required. string
The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
TlsAuthentication This property is required. string
This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
Value This property is required. string
The value of the connection string.
consumerGroup This property is required. String
The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
displayName This property is required. String
The display name for the database connection.
hostFormat This property is required. String
The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
isRegional This property is required. Boolean
This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
protocol This property is required. String
The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
sessionMode This property is required. String
The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
syntaxFormat This property is required. String
The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
tlsAuthentication This property is required. String
This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
value This property is required. String
The value of the connection string.
consumerGroup This property is required. string
The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
displayName This property is required. string
The display name for the database connection.
hostFormat This property is required. string
The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
isRegional This property is required. boolean
This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
protocol This property is required. string
The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
sessionMode This property is required. string
The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
syntaxFormat This property is required. string
The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
tlsAuthentication This property is required. string
This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
value This property is required. string
The value of the connection string.
consumer_group This property is required. str
The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
display_name This property is required. str
The display name for the database connection.
host_format This property is required. str
The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
is_regional This property is required. bool
This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
protocol This property is required. str
The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
session_mode This property is required. str
The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
syntax_format This property is required. str
The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
tls_authentication This property is required. str
This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
value This property is required. str
The value of the connection string.
consumerGroup This property is required. String
The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
displayName This property is required. String
The display name for the database connection.
hostFormat This property is required. String
The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
isRegional This property is required. Boolean
This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
protocol This property is required. String
The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
sessionMode This property is required. String
The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
syntaxFormat This property is required. String
The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
tlsAuthentication This property is required. String
This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
value This property is required. String
The value of the connection string.

GetAutonomousDatabasePropertyConnectionUrl

ApexUri This property is required. string
Oracle Application Express (APEX) URL.
DatabaseTransformsUri This property is required. string
The URL of the Database Transforms for the Autonomous Database.
GraphStudioUri This property is required. string
The URL of the Graph Studio for the Autonomous Database.
MachineLearningNotebookUri This property is required. string
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
MachineLearningUserManagementUri This property is required. string
The URL of Machine Learning user management the Autonomous Database.
MongoDbUri This property is required. string
The URL of the MongoDB API for the Autonomous Database.
OrdsUri This property is required. string
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
SqlDevWebUri This property is required. string
The URL of the Oracle SQL Developer Web for the Autonomous Database.
ApexUri This property is required. string
Oracle Application Express (APEX) URL.
DatabaseTransformsUri This property is required. string
The URL of the Database Transforms for the Autonomous Database.
GraphStudioUri This property is required. string
The URL of the Graph Studio for the Autonomous Database.
MachineLearningNotebookUri This property is required. string
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
MachineLearningUserManagementUri This property is required. string
The URL of Machine Learning user management the Autonomous Database.
MongoDbUri This property is required. string
The URL of the MongoDB API for the Autonomous Database.
OrdsUri This property is required. string
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
SqlDevWebUri This property is required. string
The URL of the Oracle SQL Developer Web for the Autonomous Database.
apexUri This property is required. String
Oracle Application Express (APEX) URL.
databaseTransformsUri This property is required. String
The URL of the Database Transforms for the Autonomous Database.
graphStudioUri This property is required. String
The URL of the Graph Studio for the Autonomous Database.
machineLearningNotebookUri This property is required. String
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
machineLearningUserManagementUri This property is required. String
The URL of Machine Learning user management the Autonomous Database.
mongoDbUri This property is required. String
The URL of the MongoDB API for the Autonomous Database.
ordsUri This property is required. String
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
sqlDevWebUri This property is required. String
The URL of the Oracle SQL Developer Web for the Autonomous Database.
apexUri This property is required. string
Oracle Application Express (APEX) URL.
databaseTransformsUri This property is required. string
The URL of the Database Transforms for the Autonomous Database.
graphStudioUri This property is required. string
The URL of the Graph Studio for the Autonomous Database.
machineLearningNotebookUri This property is required. string
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
machineLearningUserManagementUri This property is required. string
The URL of Machine Learning user management the Autonomous Database.
mongoDbUri This property is required. string
The URL of the MongoDB API for the Autonomous Database.
ordsUri This property is required. string
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
sqlDevWebUri This property is required. string
The URL of the Oracle SQL Developer Web for the Autonomous Database.
apex_uri This property is required. str
Oracle Application Express (APEX) URL.
database_transforms_uri This property is required. str
The URL of the Database Transforms for the Autonomous Database.
graph_studio_uri This property is required. str
The URL of the Graph Studio for the Autonomous Database.
machine_learning_notebook_uri This property is required. str
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
machine_learning_user_management_uri This property is required. str
The URL of Machine Learning user management the Autonomous Database.
mongo_db_uri This property is required. str
The URL of the MongoDB API for the Autonomous Database.
ords_uri This property is required. str
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
sql_dev_web_uri This property is required. str
The URL of the Oracle SQL Developer Web for the Autonomous Database.
apexUri This property is required. String
Oracle Application Express (APEX) URL.
databaseTransformsUri This property is required. String
The URL of the Database Transforms for the Autonomous Database.
graphStudioUri This property is required. String
The URL of the Graph Studio for the Autonomous Database.
machineLearningNotebookUri This property is required. String
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
machineLearningUserManagementUri This property is required. String
The URL of Machine Learning user management the Autonomous Database.
mongoDbUri This property is required. String
The URL of the MongoDB API for the Autonomous Database.
ordsUri This property is required. String
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
sqlDevWebUri This property is required. String
The URL of the Oracle SQL Developer Web for the Autonomous Database.

GetAutonomousDatabasePropertyCustomerContact

Email This property is required. string
The email address used by Oracle to send notifications regarding databases and infrastructure.
Email This property is required. string
The email address used by Oracle to send notifications regarding databases and infrastructure.
email This property is required. String
The email address used by Oracle to send notifications regarding databases and infrastructure.
email This property is required. string
The email address used by Oracle to send notifications regarding databases and infrastructure.
email This property is required. str
The email address used by Oracle to send notifications regarding databases and infrastructure.
email This property is required. String
The email address used by Oracle to send notifications regarding databases and infrastructure.

GetAutonomousDatabasePropertyLocalStandbyDb

DataGuardRoleChangedTime This property is required. string
The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
DisasterRecoveryRoleChangedTime This property is required. string
The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
LagTimeDuration This property is required. string
The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
LifecycleDetails This property is required. string
The additional details about the current lifecycle state of the Autonomous Database.
State This property is required. string
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
DataGuardRoleChangedTime This property is required. string
The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
DisasterRecoveryRoleChangedTime This property is required. string
The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
LagTimeDuration This property is required. string
The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
LifecycleDetails This property is required. string
The additional details about the current lifecycle state of the Autonomous Database.
State This property is required. string
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
dataGuardRoleChangedTime This property is required. String
The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
disasterRecoveryRoleChangedTime This property is required. String
The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
lagTimeDuration This property is required. String
The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
lifecycleDetails This property is required. String
The additional details about the current lifecycle state of the Autonomous Database.
state This property is required. String
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
dataGuardRoleChangedTime This property is required. string
The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
disasterRecoveryRoleChangedTime This property is required. string
The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
lagTimeDuration This property is required. string
The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
lifecycleDetails This property is required. string
The additional details about the current lifecycle state of the Autonomous Database.
state This property is required. string
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
data_guard_role_changed_time This property is required. str
The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
disaster_recovery_role_changed_time This property is required. str
The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
lag_time_duration This property is required. str
The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
lifecycle_details This property is required. str
The additional details about the current lifecycle state of the Autonomous Database.
state This property is required. str
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
dataGuardRoleChangedTime This property is required. String
The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
disasterRecoveryRoleChangedTime This property is required. String
The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
lagTimeDuration This property is required. String
The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
lifecycleDetails This property is required. String
The additional details about the current lifecycle state of the Autonomous Database.
state This property is required. String
Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY

GetAutonomousDatabasePropertyScheduledOperationDetail

DayOfWeek This property is required. string
Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
StartTimes This property is required. List<GetAutonomousDatabasePropertyScheduledOperationDetailStartTime>
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
StopTimes This property is required. List<GetAutonomousDatabasePropertyScheduledOperationDetailStopTime>
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
DayOfWeek This property is required. string
Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
StartTimes This property is required. []GetAutonomousDatabasePropertyScheduledOperationDetailStartTime
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
StopTimes This property is required. []GetAutonomousDatabasePropertyScheduledOperationDetailStopTime
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
dayOfWeek This property is required. String
Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
startTimes This property is required. List<GetAutonomousDatabasePropertyScheduledOperationDetailStartTime>
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
stopTimes This property is required. List<GetAutonomousDatabasePropertyScheduledOperationDetailStopTime>
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
dayOfWeek This property is required. string
Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
startTimes This property is required. GetAutonomousDatabasePropertyScheduledOperationDetailStartTime[]
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
stopTimes This property is required. GetAutonomousDatabasePropertyScheduledOperationDetailStopTime[]
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
day_of_week This property is required. str
Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
start_times This property is required. Sequence[GetAutonomousDatabasePropertyScheduledOperationDetailStartTime]
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
stop_times This property is required. Sequence[GetAutonomousDatabasePropertyScheduledOperationDetailStopTime]
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
dayOfWeek This property is required. String
Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
startTimes This property is required. List<Property Map>
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
stopTimes This property is required. List<Property Map>
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.

GetAutonomousDatabasePropertyScheduledOperationDetailStartTime

Hours This property is required. int
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
Minutes This property is required. int
Minutes of hour of day. Must be from 0 to 59.
Nanos This property is required. int
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
Seconds This property is required. int
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
Hours This property is required. int
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
Minutes This property is required. int
Minutes of hour of day. Must be from 0 to 59.
Nanos This property is required. int
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
Seconds This property is required. int
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
hours This property is required. Integer
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes This property is required. Integer
Minutes of hour of day. Must be from 0 to 59.
nanos This property is required. Integer
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
seconds This property is required. Integer
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
hours This property is required. number
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes This property is required. number
Minutes of hour of day. Must be from 0 to 59.
nanos This property is required. number
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
seconds This property is required. number
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
hours This property is required. int
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes This property is required. int
Minutes of hour of day. Must be from 0 to 59.
nanos This property is required. int
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
seconds This property is required. int
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
hours This property is required. Number
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes This property is required. Number
Minutes of hour of day. Must be from 0 to 59.
nanos This property is required. Number
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
seconds This property is required. Number
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.

GetAutonomousDatabasePropertyScheduledOperationDetailStopTime

Hours This property is required. int
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
Minutes This property is required. int
Minutes of hour of day. Must be from 0 to 59.
Nanos This property is required. int
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
Seconds This property is required. int
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
Hours This property is required. int
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
Minutes This property is required. int
Minutes of hour of day. Must be from 0 to 59.
Nanos This property is required. int
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
Seconds This property is required. int
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
hours This property is required. Integer
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes This property is required. Integer
Minutes of hour of day. Must be from 0 to 59.
nanos This property is required. Integer
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
seconds This property is required. Integer
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
hours This property is required. number
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes This property is required. number
Minutes of hour of day. Must be from 0 to 59.
nanos This property is required. number
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
seconds This property is required. number
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
hours This property is required. int
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes This property is required. int
Minutes of hour of day. Must be from 0 to 59.
nanos This property is required. int
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
seconds This property is required. int
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
hours This property is required. Number
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
minutes This property is required. Number
Minutes of hour of day. Must be from 0 to 59.
nanos This property is required. Number
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
seconds This property is required. Number
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.

Package Details

Repository
Google Cloud (GCP) Classic pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.
Google Cloud v8.25.0 published on Thursday, Apr 3, 2025 by Pulumi