gcp.oracledatabase.getAutonomousDatabases
Explore with Pulumi AI
List all AutonomousDatabases.
For more information see the API.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const my-adbs = gcp.oracledatabase.getAutonomousDatabases({
    location: "us-east4",
});
import pulumi
import pulumi_gcp as gcp
my_adbs = gcp.oracledatabase.get_autonomous_databases(location="us-east4")
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.GetAutonomousDatabases(ctx, &oracledatabase.GetAutonomousDatabasesArgs{
			Location: "us-east4",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() => 
{
    var my_adbs = Gcp.OracleDatabase.GetAutonomousDatabases.Invoke(new()
    {
        Location = "us-east4",
    });
});
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.GetAutonomousDatabasesArgs;
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-adbs = OracledatabaseFunctions.getAutonomousDatabases(GetAutonomousDatabasesArgs.builder()
            .location("us-east4")
            .build());
    }
}
variables:
  my-adbs:
    fn::invoke:
      Function: gcp:oracledatabase:getAutonomousDatabases
      Arguments:
        location: us-east4
Using getAutonomousDatabases
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 getAutonomousDatabases(args: GetAutonomousDatabasesArgs, opts?: InvokeOptions): Promise<GetAutonomousDatabasesResult>
function getAutonomousDatabasesOutput(args: GetAutonomousDatabasesOutputArgs, opts?: InvokeOptions): Output<GetAutonomousDatabasesResult>def get_autonomous_databases(location: Optional[str] = None,
                             project: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetAutonomousDatabasesResult
def get_autonomous_databases_output(location: Optional[pulumi.Input[str]] = None,
                             project: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousDatabasesResult]func GetAutonomousDatabases(ctx *Context, args *GetAutonomousDatabasesArgs, opts ...InvokeOption) (*GetAutonomousDatabasesResult, error)
func GetAutonomousDatabasesOutput(ctx *Context, args *GetAutonomousDatabasesOutputArgs, opts ...InvokeOption) GetAutonomousDatabasesResultOutput> Note: This function is named GetAutonomousDatabases in the Go SDK.
public static class GetAutonomousDatabases 
{
    public static Task<GetAutonomousDatabasesResult> InvokeAsync(GetAutonomousDatabasesArgs args, InvokeOptions? opts = null)
    public static Output<GetAutonomousDatabasesResult> Invoke(GetAutonomousDatabasesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAutonomousDatabasesResult> getAutonomousDatabases(GetAutonomousDatabasesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: gcp:oracledatabase/getAutonomousDatabases:getAutonomousDatabases
  arguments:
    # arguments dictionaryThe following arguments are supported:
getAutonomousDatabases Result
The following output properties are available:
- AutonomousDatabases List<GetAutonomous Databases Autonomous Database> 
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- AutonomousDatabases []GetAutonomous Databases Autonomous Database 
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- autonomousDatabases List<GetAutonomous Databases Autonomous Database> 
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
- autonomousDatabases GetAutonomous Databases Autonomous Database[] 
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- project string
- autonomous_databases Sequence[GetAutonomous Databases Autonomous Database] 
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- project str
- autonomousDatabases List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
Supporting Types
GetAutonomousDatabasesAutonomousDatabase    
- AdminPassword string
- The password for the default ADMIN user.
- AutonomousDatabase stringId 
- The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- Cidr string
- The subnet CIDR range for the Autonmous Database.
- CreateTime string
- The date and time that the Autonomous Database was created.
- Database string
- The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
- DisplayName string
- The display name for the Autonomous Database. The name does not have to be unique within your project.
- EffectiveLabels Dictionary<string, string>
- EntitlementId string
- The ID of the subscription entitlement associated with the Autonomous Database.
- Labels Dictionary<string, string>
- The labels or tags associated with the Autonomous Database. - Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. 
- Location string
- The location of the resource.
- Name string
- Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
- Network string
- The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- Properties
List<GetAutonomous Databases Autonomous Database Property> 
- The properties of an Autonomous Database.
- PulumiLabels Dictionary<string, string>
- The combination of labels configured directly on the resource and default labels configured on the provider.
- AdminPassword string
- The password for the default ADMIN user.
- AutonomousDatabase stringId 
- The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- Cidr string
- The subnet CIDR range for the Autonmous Database.
- CreateTime string
- The date and time that the Autonomous Database was created.
- Database string
- The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
- DisplayName string
- The display name for the Autonomous Database. The name does not have to be unique within your project.
- EffectiveLabels map[string]string
- EntitlementId string
- The ID of the subscription entitlement associated with the Autonomous Database.
- Labels map[string]string
- The labels or tags associated with the Autonomous Database. - Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. 
- Location string
- The location of the resource.
- Name string
- Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
- Network string
- The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- Properties
[]GetAutonomous Databases Autonomous Database Property 
- The properties of an Autonomous Database.
- PulumiLabels map[string]string
- The combination of labels configured directly on the resource and default labels configured on the provider.
- adminPassword String
- The password for the default ADMIN user.
- autonomousDatabase StringId 
- The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- cidr String
- The subnet CIDR range for the Autonmous Database.
- createTime String
- The date and time that the Autonomous Database was created.
- database String
- The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
- displayName String
- The display name for the Autonomous Database. The name does not have to be unique within your project.
- effectiveLabels Map<String,String>
- entitlementId String
- The ID of the subscription entitlement associated with the Autonomous Database.
- labels Map<String,String>
- The labels or tags associated with the Autonomous Database. - Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. 
- location String
- The location of the resource.
- name String
- Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
- network String
- The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties
List<GetAutonomous Databases Autonomous Database Property> 
- The properties of an Autonomous Database.
- pulumiLabels Map<String,String>
- The combination of labels configured directly on the resource and default labels configured on the provider.
- adminPassword string
- The password for the default ADMIN user.
- autonomousDatabase stringId 
- The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- cidr string
- The subnet CIDR range for the Autonmous Database.
- createTime string
- The date and time that the Autonomous Database was created.
- database string
- The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
- displayName string
- The display name for the Autonomous Database. The name does not have to be unique within your project.
- effectiveLabels {[key: string]: string}
- entitlementId string
- The ID of the subscription entitlement associated with the Autonomous Database.
- labels {[key: string]: string}
- The labels or tags associated with the Autonomous Database. - Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. 
- location string
- The location of the resource.
- name string
- Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
- network string
- The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
- project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties
GetAutonomous Databases Autonomous Database Property[] 
- The properties of an Autonomous Database.
- pulumiLabels {[key: string]: string}
- The combination of labels configured directly on the resource and default labels configured on the provider.
- admin_password str
- The password for the default ADMIN user.
- autonomous_database_ strid 
- The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- cidr str
- The subnet CIDR range for the Autonmous Database.
- create_time str
- The date and time that the Autonomous Database was created.
- database str
- The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
- display_name str
- The display name for the Autonomous Database. The name does not have to be unique within your project.
- effective_labels Mapping[str, str]
- entitlement_id str
- The ID of the subscription entitlement associated with the Autonomous Database.
- labels Mapping[str, str]
- The labels or tags associated with the Autonomous Database. - Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. 
- location str
- The location of the resource.
- name str
- Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
- network str
- The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
- project str
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties
Sequence[GetAutonomous Databases Autonomous Database Property] 
- The properties of an Autonomous Database.
- pulumi_labels Mapping[str, str]
- The combination of labels configured directly on the resource and default labels configured on the provider.
- adminPassword String
- The password for the default ADMIN user.
- autonomousDatabase StringId 
- The ID of the Autonomous Database to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.
- cidr String
- The subnet CIDR range for the Autonmous Database.
- createTime String
- The date and time that the Autonomous Database was created.
- database String
- The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.
- displayName String
- The display name for the Autonomous Database. The name does not have to be unique within your project.
- effectiveLabels Map<String>
- entitlementId String
- The ID of the subscription entitlement associated with the Autonomous Database.
- labels Map<String>
- The labels or tags associated with the Autonomous Database. - Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. 
- location String
- The location of the resource.
- name String
- Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}
- network String
- The name of the VPC network used by the Autonomous Database. Format: projects/{project}/global/networks/{network}
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
- properties List<Property Map>
- The properties of an Autonomous Database.
- pulumiLabels Map<String>
- The combination of labels configured directly on the resource and default labels configured on the provider.
GetAutonomousDatabasesAutonomousDatabaseProperty     
- ActualUsed doubleData Storage Size Tb 
- The amount of storage currently being used for user and system data, in terabytes.
- AllocatedStorage doubleSize Tb 
- The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- ApexDetails List<GetAutonomous Databases Autonomous Database Property Apex Detail> 
- Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- ArePrimary boolAllowlisted Ips Used 
- 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.
- AutonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- AvailableUpgrade List<string>Versions 
- The list of available Oracle Database upgrade versions for an Autonomous Database.
- BackupRetention intPeriod Days 
- 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 string
- The character set for the Autonomous Database. The default is AL32UTF8.
- ComputeCount double
- The number of compute servers for the Autonomous Database.
- ConnectionStrings List<GetAutonomous Databases Autonomous Database Property Connection String> 
- The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
- ConnectionUrls List<GetAutonomous Databases Autonomous Database Property Connection Url> 
- 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 List<GetAutonomous Databases Autonomous Database Property Customer Contact> 
- The list of customer contacts.
- DataSafe stringState 
- The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- DataStorage intSize Gb 
- The size of the data stored in the database, in gigabytes.
- DataStorage intSize Tb 
- The size of the data stored in the database, in terabytes.
- DatabaseManagement stringState 
- 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 string
- The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- DbVersion string
- The Oracle Database version for the Autonomous Database.
- DbWorkload string
- Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- FailedData stringRecovery Duration 
- This field indicates the number of seconds of data loss during a Data Guard failover.
- IsAuto boolScaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- IsLocal boolData Guard Enabled 
- This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- IsStorage boolAuto Scaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database storage.
- LicenseType string
- The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- LifecycleDetails string
- The details of the current lifestyle state of the Autonomous Database.
- LocalAdg intAuto Failover Max Data Loss Limit 
- This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- LocalDisaster stringRecovery Type 
- This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- LocalStandby List<GetDbs Autonomous Databases Autonomous Database Property Local Standby Db> 
- Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
- MaintenanceBegin stringTime 
- The date and time when maintenance will begin.
- MaintenanceEnd stringTime 
- The date and time when maintenance will end.
- MaintenanceSchedule stringType 
- The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- MemoryPer intOracle Compute Unit Gbs 
- The amount of memory enabled per ECPU, in gigabytes.
- MemoryTable intGbs 
- The memory assigned to in-memory tables in an Autonomous Database.
- MtlsConnection boolRequired 
- This field specifies if the Autonomous Database requires mTLS connections.
- NCharacterSet string
- The national character set for the Autonomous Database. The default is AL16UTF16.
- NextLong stringTerm Backup Time 
- The long term backup schedule of the Autonomous Database.
- OciUrl string
- The Oracle Cloud Infrastructure link for the Autonomous Database.
- Ocid string
- OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- OpenMode string
- This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- OperationsInsights stringState 
- Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- PeerDb List<string>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- PermissionLevel string
- The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- PrivateEndpoint string
- The private endpoint for the Autonomous Database.
- PrivateEndpoint stringIp 
- The private endpoint IP address for the Autonomous Database.
- PrivateEndpoint stringLabel 
- The private endpoint label for the Autonomous Database.
- RefreshableMode string
- The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- RefreshableState string
- The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- Role string
- The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- ScheduledOperation List<GetDetails Autonomous Databases Autonomous Database Property Scheduled Operation Detail> 
- The list and details of the scheduled operations of the Autonomous Database.
- SqlWeb stringDeveloper Url 
- The SQL Web Developer URL for the Autonomous Database.
- State 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
- SupportedClone List<string>Regions 
- The list of available regions that can be used to create a clone for the Autonomous Database.
- TotalAuto doubleBackup Storage Size Gbs 
- The storage space used by automatic backups of Autonomous Database, in gigabytes.
- UsedData intStorage Size Tbs 
- The storage space used by Autonomous Database, in gigabytes.
- ActualUsed float64Data Storage Size Tb 
- The amount of storage currently being used for user and system data, in terabytes.
- AllocatedStorage float64Size Tb 
- The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- ApexDetails []GetAutonomous Databases Autonomous Database Property Apex Detail 
- Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- ArePrimary boolAllowlisted Ips Used 
- 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.
- AutonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- AvailableUpgrade []stringVersions 
- The list of available Oracle Database upgrade versions for an Autonomous Database.
- BackupRetention intPeriod Days 
- 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 string
- The character set for the Autonomous Database. The default is AL32UTF8.
- ComputeCount float64
- The number of compute servers for the Autonomous Database.
- ConnectionStrings []GetAutonomous Databases Autonomous Database Property Connection String 
- The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
- ConnectionUrls []GetAutonomous Databases Autonomous Database Property Connection Url 
- 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 []GetAutonomous Databases Autonomous Database Property Customer Contact 
- The list of customer contacts.
- DataSafe stringState 
- The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- DataStorage intSize Gb 
- The size of the data stored in the database, in gigabytes.
- DataStorage intSize Tb 
- The size of the data stored in the database, in terabytes.
- DatabaseManagement stringState 
- 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 string
- The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- DbVersion string
- The Oracle Database version for the Autonomous Database.
- DbWorkload string
- Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- FailedData stringRecovery Duration 
- This field indicates the number of seconds of data loss during a Data Guard failover.
- IsAuto boolScaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- IsLocal boolData Guard Enabled 
- This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- IsStorage boolAuto Scaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database storage.
- LicenseType string
- The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- LifecycleDetails string
- The details of the current lifestyle state of the Autonomous Database.
- LocalAdg intAuto Failover Max Data Loss Limit 
- This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- LocalDisaster stringRecovery Type 
- This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- LocalStandby []GetDbs Autonomous Databases Autonomous Database Property Local Standby Db 
- Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
- MaintenanceBegin stringTime 
- The date and time when maintenance will begin.
- MaintenanceEnd stringTime 
- The date and time when maintenance will end.
- MaintenanceSchedule stringType 
- The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- MemoryPer intOracle Compute Unit Gbs 
- The amount of memory enabled per ECPU, in gigabytes.
- MemoryTable intGbs 
- The memory assigned to in-memory tables in an Autonomous Database.
- MtlsConnection boolRequired 
- This field specifies if the Autonomous Database requires mTLS connections.
- NCharacterSet string
- The national character set for the Autonomous Database. The default is AL16UTF16.
- NextLong stringTerm Backup Time 
- The long term backup schedule of the Autonomous Database.
- OciUrl string
- The Oracle Cloud Infrastructure link for the Autonomous Database.
- Ocid string
- OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- OpenMode string
- This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- OperationsInsights stringState 
- Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- PeerDb []stringIds 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- PermissionLevel string
- The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- PrivateEndpoint string
- The private endpoint for the Autonomous Database.
- PrivateEndpoint stringIp 
- The private endpoint IP address for the Autonomous Database.
- PrivateEndpoint stringLabel 
- The private endpoint label for the Autonomous Database.
- RefreshableMode string
- The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- RefreshableState string
- The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- Role string
- The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- ScheduledOperation []GetDetails Autonomous Databases Autonomous Database Property Scheduled Operation Detail 
- The list and details of the scheduled operations of the Autonomous Database.
- SqlWeb stringDeveloper Url 
- The SQL Web Developer URL for the Autonomous Database.
- State 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
- SupportedClone []stringRegions 
- The list of available regions that can be used to create a clone for the Autonomous Database.
- TotalAuto float64Backup Storage Size Gbs 
- The storage space used by automatic backups of Autonomous Database, in gigabytes.
- UsedData intStorage Size Tbs 
- The storage space used by Autonomous Database, in gigabytes.
- actualUsed DoubleData Storage Size Tb 
- The amount of storage currently being used for user and system data, in terabytes.
- allocatedStorage DoubleSize Tb 
- The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apexDetails List<GetAutonomous Databases Autonomous Database Property Apex Detail> 
- Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- arePrimary BooleanAllowlisted Ips Used 
- 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.
- autonomousContainer StringDatabase Id 
- The Autonomous Container Database OCID.
- availableUpgrade List<String>Versions 
- The list of available Oracle Database upgrade versions for an Autonomous Database.
- backupRetention IntegerPeriod Days 
- 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 String
- The character set for the Autonomous Database. The default is AL32UTF8.
- computeCount Double
- The number of compute servers for the Autonomous Database.
- connectionStrings List<GetAutonomous Databases Autonomous Database Property Connection String> 
- The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
- connectionUrls List<GetAutonomous Databases Autonomous Database Property Connection Url> 
- 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 List<GetAutonomous Databases Autonomous Database Property Customer Contact> 
- The list of customer contacts.
- dataSafe StringState 
- The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- dataStorage IntegerSize Gb 
- The size of the data stored in the database, in gigabytes.
- dataStorage IntegerSize Tb 
- The size of the data stored in the database, in terabytes.
- databaseManagement StringState 
- 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 String
- The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- dbVersion String
- The Oracle Database version for the Autonomous Database.
- dbWorkload String
- Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failedData StringRecovery Duration 
- This field indicates the number of seconds of data loss during a Data Guard failover.
- isAuto BooleanScaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- isLocal BooleanData Guard Enabled 
- This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- isStorage BooleanAuto Scaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database storage.
- licenseType String
- The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycleDetails String
- The details of the current lifestyle state of the Autonomous Database.
- localAdg IntegerAuto Failover Max Data Loss Limit 
- This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- localDisaster StringRecovery Type 
- This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- localStandby List<GetDbs Autonomous Databases Autonomous Database Property Local Standby Db> 
- Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
- maintenanceBegin StringTime 
- The date and time when maintenance will begin.
- maintenanceEnd StringTime 
- The date and time when maintenance will end.
- maintenanceSchedule StringType 
- The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memoryPer IntegerOracle Compute Unit Gbs 
- The amount of memory enabled per ECPU, in gigabytes.
- memoryTable IntegerGbs 
- The memory assigned to in-memory tables in an Autonomous Database.
- mtlsConnection BooleanRequired 
- This field specifies if the Autonomous Database requires mTLS connections.
- nCharacter StringSet 
- The national character set for the Autonomous Database. The default is AL16UTF16.
- nextLong StringTerm Backup Time 
- The long term backup schedule of the Autonomous Database.
- ociUrl String
- The Oracle Cloud Infrastructure link for the Autonomous Database.
- ocid String
- OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- openMode String
- This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operationsInsights StringState 
- Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peerDb List<String>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permissionLevel String
- The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- privateEndpoint String
- The private endpoint for the Autonomous Database.
- privateEndpoint StringIp 
- The private endpoint IP address for the Autonomous Database.
- privateEndpoint StringLabel 
- The private endpoint label for the Autonomous Database.
- refreshableMode String
- The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshableState String
- The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- role String
- The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- scheduledOperation List<GetDetails Autonomous Databases Autonomous Database Property Scheduled Operation Detail> 
- The list and details of the scheduled operations of the Autonomous Database.
- sqlWeb StringDeveloper Url 
- The SQL Web Developer URL for the Autonomous Database.
- state 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
- supportedClone List<String>Regions 
- The list of available regions that can be used to create a clone for the Autonomous Database.
- totalAuto DoubleBackup Storage Size Gbs 
- The storage space used by automatic backups of Autonomous Database, in gigabytes.
- usedData IntegerStorage Size Tbs 
- The storage space used by Autonomous Database, in gigabytes.
- actualUsed numberData Storage Size Tb 
- The amount of storage currently being used for user and system data, in terabytes.
- allocatedStorage numberSize Tb 
- The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apexDetails GetAutonomous Databases Autonomous Database Property Apex Detail[] 
- Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- arePrimary booleanAllowlisted Ips Used 
- 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.
- autonomousContainer stringDatabase Id 
- The Autonomous Container Database OCID.
- availableUpgrade string[]Versions 
- The list of available Oracle Database upgrade versions for an Autonomous Database.
- backupRetention numberPeriod Days 
- 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 string
- The character set for the Autonomous Database. The default is AL32UTF8.
- computeCount number
- The number of compute servers for the Autonomous Database.
- connectionStrings GetAutonomous Databases Autonomous Database Property Connection String[] 
- The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
- connectionUrls GetAutonomous Databases Autonomous Database Property Connection Url[] 
- 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 GetAutonomous Databases Autonomous Database Property Customer Contact[] 
- The list of customer contacts.
- dataSafe stringState 
- The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- dataStorage numberSize Gb 
- The size of the data stored in the database, in gigabytes.
- dataStorage numberSize Tb 
- The size of the data stored in the database, in terabytes.
- databaseManagement stringState 
- 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 string
- The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- dbVersion string
- The Oracle Database version for the Autonomous Database.
- dbWorkload string
- Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failedData stringRecovery Duration 
- This field indicates the number of seconds of data loss during a Data Guard failover.
- isAuto booleanScaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- isLocal booleanData Guard Enabled 
- This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- isStorage booleanAuto Scaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database storage.
- licenseType string
- The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycleDetails string
- The details of the current lifestyle state of the Autonomous Database.
- localAdg numberAuto Failover Max Data Loss Limit 
- This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- localDisaster stringRecovery Type 
- This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- localStandby GetDbs Autonomous Databases Autonomous Database Property Local Standby Db[] 
- Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
- maintenanceBegin stringTime 
- The date and time when maintenance will begin.
- maintenanceEnd stringTime 
- The date and time when maintenance will end.
- maintenanceSchedule stringType 
- The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memoryPer numberOracle Compute Unit Gbs 
- The amount of memory enabled per ECPU, in gigabytes.
- memoryTable numberGbs 
- The memory assigned to in-memory tables in an Autonomous Database.
- mtlsConnection booleanRequired 
- This field specifies if the Autonomous Database requires mTLS connections.
- nCharacter stringSet 
- The national character set for the Autonomous Database. The default is AL16UTF16.
- nextLong stringTerm Backup Time 
- The long term backup schedule of the Autonomous Database.
- ociUrl string
- The Oracle Cloud Infrastructure link for the Autonomous Database.
- ocid string
- OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- openMode string
- This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operationsInsights stringState 
- Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peerDb string[]Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permissionLevel string
- The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- privateEndpoint string
- The private endpoint for the Autonomous Database.
- privateEndpoint stringIp 
- The private endpoint IP address for the Autonomous Database.
- privateEndpoint stringLabel 
- The private endpoint label for the Autonomous Database.
- refreshableMode string
- The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshableState string
- The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- role string
- The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- scheduledOperation GetDetails Autonomous Databases Autonomous Database Property Scheduled Operation Detail[] 
- The list and details of the scheduled operations of the Autonomous Database.
- sqlWeb stringDeveloper Url 
- The SQL Web Developer URL for the Autonomous Database.
- state 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
- supportedClone string[]Regions 
- The list of available regions that can be used to create a clone for the Autonomous Database.
- totalAuto numberBackup Storage Size Gbs 
- The storage space used by automatic backups of Autonomous Database, in gigabytes.
- usedData numberStorage Size Tbs 
- The storage space used by Autonomous Database, in gigabytes.
- actual_used_ floatdata_ storage_ size_ tb 
- The amount of storage currently being used for user and system data, in terabytes.
- allocated_storage_ floatsize_ tb 
- The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apex_details Sequence[GetAutonomous Databases Autonomous Database Property Apex Detail] 
- Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- are_primary_ boolallowlisted_ ips_ used 
- 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_ strdatabase_ id 
- The Autonomous Container Database OCID.
- available_upgrade_ Sequence[str]versions 
- The list of available Oracle Database upgrade versions for an Autonomous Database.
- backup_retention_ intperiod_ days 
- 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 str
- The character set for the Autonomous Database. The default is AL32UTF8.
- compute_count float
- The number of compute servers for the Autonomous Database.
- connection_strings Sequence[GetAutonomous Databases Autonomous Database Property Connection String] 
- 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 Sequence[GetAutonomous Databases Autonomous Database Property Connection Url] 
- 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 Sequence[GetAutonomous Databases Autonomous Database Property Customer Contact] 
- The list of customer contacts.
- data_safe_ strstate 
- 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_ intsize_ gb 
- The size of the data stored in the database, in gigabytes.
- data_storage_ intsize_ tb 
- The size of the data stored in the database, in terabytes.
- database_management_ strstate 
- 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 str
- The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- db_version str
- The Oracle Database version for the Autonomous Database.
- db_workload str
- Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failed_data_ strrecovery_ duration 
- This field indicates the number of seconds of data loss during a Data Guard failover.
- is_auto_ boolscaling_ enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- is_local_ booldata_ guard_ enabled 
- This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- is_storage_ boolauto_ scaling_ enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database storage.
- license_type str
- The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycle_details str
- The details of the current lifestyle state of the Autonomous Database.
- local_adg_ intauto_ failover_ max_ data_ loss_ limit 
- This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- local_disaster_ strrecovery_ type 
- 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_ Sequence[Getdbs Autonomous Databases Autonomous Database Property Local Standby Db] 
- Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
- maintenance_begin_ strtime 
- The date and time when maintenance will begin.
- maintenance_end_ strtime 
- The date and time when maintenance will end.
- maintenance_schedule_ strtype 
- The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memory_per_ intoracle_ compute_ unit_ gbs 
- The amount of memory enabled per ECPU, in gigabytes.
- memory_table_ intgbs 
- The memory assigned to in-memory tables in an Autonomous Database.
- mtls_connection_ boolrequired 
- This field specifies if the Autonomous Database requires mTLS connections.
- n_character_ strset 
- The national character set for the Autonomous Database. The default is AL16UTF16.
- next_long_ strterm_ backup_ time 
- The long term backup schedule of the Autonomous Database.
- oci_url str
- The Oracle Cloud Infrastructure link for the Autonomous Database.
- ocid str
- OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- open_mode str
- This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operations_insights_ strstate 
- Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peer_db_ Sequence[str]ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permission_level str
- The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- private_endpoint str
- The private endpoint for the Autonomous Database.
- private_endpoint_ strip 
- The private endpoint IP address for the Autonomous Database.
- private_endpoint_ strlabel 
- The private endpoint label for the Autonomous Database.
- refreshable_mode str
- The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshable_state str
- The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- role str
- The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- scheduled_operation_ Sequence[Getdetails Autonomous Databases Autonomous Database Property Scheduled Operation Detail] 
- The list and details of the scheduled operations of the Autonomous Database.
- sql_web_ strdeveloper_ url 
- The SQL Web Developer URL for the Autonomous Database.
- state 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_ Sequence[str]regions 
- The list of available regions that can be used to create a clone for the Autonomous Database.
- total_auto_ floatbackup_ storage_ size_ gbs 
- The storage space used by automatic backups of Autonomous Database, in gigabytes.
- used_data_ intstorage_ size_ tbs 
- The storage space used by Autonomous Database, in gigabytes.
- actualUsed NumberData Storage Size Tb 
- The amount of storage currently being used for user and system data, in terabytes.
- allocatedStorage NumberSize Tb 
- The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apexDetails List<Property Map>
- Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- arePrimary BooleanAllowlisted Ips Used 
- 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.
- autonomousContainer StringDatabase Id 
- The Autonomous Container Database OCID.
- availableUpgrade List<String>Versions 
- The list of available Oracle Database upgrade versions for an Autonomous Database.
- backupRetention NumberPeriod Days 
- 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 String
- The character set for the Autonomous Database. The default is AL32UTF8.
- computeCount Number
- The number of compute servers for the Autonomous Database.
- connectionStrings 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 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 List<Property Map>
- The list of customer contacts.
- dataSafe StringState 
- The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- dataStorage NumberSize Gb 
- The size of the data stored in the database, in gigabytes.
- dataStorage NumberSize Tb 
- The size of the data stored in the database, in terabytes.
- databaseManagement StringState 
- 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 String
- The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- dbVersion String
- The Oracle Database version for the Autonomous Database.
- dbWorkload String
- Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failedData StringRecovery Duration 
- This field indicates the number of seconds of data loss during a Data Guard failover.
- isAuto BooleanScaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- isLocal BooleanData Guard Enabled 
- This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- isStorage BooleanAuto Scaling Enabled 
- This field indicates if auto scaling is enabled for the Autonomous Database storage.
- licenseType String
- The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycleDetails String
- The details of the current lifestyle state of the Autonomous Database.
- localAdg NumberAuto Failover Max Data Loss Limit 
- This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- localDisaster StringRecovery Type 
- This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- localStandby List<Property Map>Dbs 
- Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
- maintenanceBegin StringTime 
- The date and time when maintenance will begin.
- maintenanceEnd StringTime 
- The date and time when maintenance will end.
- maintenanceSchedule StringType 
- The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memoryPer NumberOracle Compute Unit Gbs 
- The amount of memory enabled per ECPU, in gigabytes.
- memoryTable NumberGbs 
- The memory assigned to in-memory tables in an Autonomous Database.
- mtlsConnection BooleanRequired 
- This field specifies if the Autonomous Database requires mTLS connections.
- nCharacter StringSet 
- The national character set for the Autonomous Database. The default is AL16UTF16.
- nextLong StringTerm Backup Time 
- The long term backup schedule of the Autonomous Database.
- ociUrl String
- The Oracle Cloud Infrastructure link for the Autonomous Database.
- ocid String
- OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- openMode String
- This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operationsInsights StringState 
- Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peerDb List<String>Ids 
- The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permissionLevel String
- The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- privateEndpoint String
- The private endpoint for the Autonomous Database.
- privateEndpoint StringIp 
- The private endpoint IP address for the Autonomous Database.
- privateEndpoint StringLabel 
- The private endpoint label for the Autonomous Database.
- refreshableMode String
- The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshableState String
- The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- role String
- The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- scheduledOperation List<Property Map>Details 
- The list and details of the scheduled operations of the Autonomous Database.
- sqlWeb StringDeveloper Url 
- The SQL Web Developer URL for the Autonomous Database.
- state 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
- supportedClone List<String>Regions 
- The list of available regions that can be used to create a clone for the Autonomous Database.
- totalAuto NumberBackup Storage Size Gbs 
- The storage space used by automatic backups of Autonomous Database, in gigabytes.
- usedData NumberStorage Size Tbs 
- The storage space used by Autonomous Database, in gigabytes.
GetAutonomousDatabasesAutonomousDatabasePropertyApexDetail       
- ApexVersion string
- The Oracle APEX Application Development version.
- OrdsVersion string
- The Oracle REST Data Services (ORDS) version.
- ApexVersion string
- The Oracle APEX Application Development version.
- OrdsVersion string
- The Oracle REST Data Services (ORDS) version.
- apexVersion String
- The Oracle APEX Application Development version.
- ordsVersion String
- The Oracle REST Data Services (ORDS) version.
- apexVersion string
- The Oracle APEX Application Development version.
- ordsVersion string
- The Oracle REST Data Services (ORDS) version.
- apex_version str
- The Oracle APEX Application Development version.
- ords_version str
- The Oracle REST Data Services (ORDS) version.
- apexVersion String
- The Oracle APEX Application Development version.
- ordsVersion String
- The Oracle REST Data Services (ORDS) version.
GetAutonomousDatabasesAutonomousDatabasePropertyConnectionString       
- AllConnection List<GetStrings Autonomous Databases Autonomous Database Property Connection String All Connection String> 
- A list of all connection strings that can be used to connect to the Autonomous Database.
- Dedicated string
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- High string
- The database service provides the highest level of resources to each SQL statement.
- Low string
- The database service provides the least level of resources to each SQL statement.
- Medium string
- The database service provides a lower level of resources to each SQL statement.
- Profiles
List<GetAutonomous Databases Autonomous Database Property Connection String Profile> 
- A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
- AllConnection []GetStrings Autonomous Databases Autonomous Database Property Connection String All Connection String 
- A list of all connection strings that can be used to connect to the Autonomous Database.
- Dedicated string
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- High string
- The database service provides the highest level of resources to each SQL statement.
- Low string
- The database service provides the least level of resources to each SQL statement.
- Medium string
- The database service provides a lower level of resources to each SQL statement.
- Profiles
[]GetAutonomous Databases Autonomous Database Property Connection String Profile 
- A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
- allConnection List<GetStrings Autonomous Databases Autonomous Database Property Connection String All Connection String> 
- A list of all connection strings that can be used to connect to the Autonomous Database.
- dedicated String
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high String
- The database service provides the highest level of resources to each SQL statement.
- low String
- The database service provides the least level of resources to each SQL statement.
- medium String
- The database service provides a lower level of resources to each SQL statement.
- profiles
List<GetAutonomous Databases Autonomous Database Property Connection String Profile> 
- A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
- allConnection GetStrings Autonomous Databases Autonomous Database Property Connection String All Connection String[] 
- A list of all connection strings that can be used to connect to the Autonomous Database.
- dedicated string
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high string
- The database service provides the highest level of resources to each SQL statement.
- low string
- The database service provides the least level of resources to each SQL statement.
- medium string
- The database service provides a lower level of resources to each SQL statement.
- profiles
GetAutonomous Databases Autonomous Database Property Connection String Profile[] 
- A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
- all_connection_ Sequence[Getstrings Autonomous Databases Autonomous Database Property Connection String All Connection String] 
- A list of all connection strings that can be used to connect to the Autonomous Database.
- dedicated str
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high str
- The database service provides the highest level of resources to each SQL statement.
- low str
- The database service provides the least level of resources to each SQL statement.
- medium str
- The database service provides a lower level of resources to each SQL statement.
- profiles
Sequence[GetAutonomous Databases Autonomous Database Property Connection String Profile] 
- A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
- allConnection List<Property Map>Strings 
- A list of all connection strings that can be used to connect to the Autonomous Database.
- dedicated String
- The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high String
- The database service provides the highest level of resources to each SQL statement.
- low String
- The database service provides the least level of resources to each SQL statement.
- medium String
- The database service provides a lower level of resources to each SQL statement.
- profiles List<Property Map>
- A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringAllConnectionString          
GetAutonomousDatabasesAutonomousDatabasePropertyConnectionStringProfile        
- ConsumerGroup string
- The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- DisplayName string
- The display name for the database connection.
- HostFormat string
- The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- IsRegional bool
- This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- Protocol string
- The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- SessionMode string
- The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- SyntaxFormat string
- The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- TlsAuthentication string
- This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- Value string
- The value of the connection string.
- ConsumerGroup string
- The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- DisplayName string
- The display name for the database connection.
- HostFormat string
- The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- IsRegional bool
- This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- Protocol string
- The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- SessionMode string
- The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- SyntaxFormat string
- The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- TlsAuthentication string
- This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- Value string
- The value of the connection string.
- consumerGroup String
- The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- displayName String
- The display name for the database connection.
- hostFormat String
- The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- isRegional Boolean
- This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- protocol String
- The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- sessionMode String
- The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntaxFormat String
- The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tlsAuthentication String
- This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- value String
- The value of the connection string.
- consumerGroup string
- The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- displayName string
- The display name for the database connection.
- hostFormat string
- The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- isRegional boolean
- This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- protocol string
- The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- sessionMode string
- The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntaxFormat string
- The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tlsAuthentication string
- This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- value string
- The value of the connection string.
- consumer_group str
- The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- display_name str
- The display name for the database connection.
- host_format str
- The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- is_regional bool
- This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- protocol str
- The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- session_mode str
- The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntax_format str
- The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tls_authentication str
- This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- value str
- The value of the connection string.
- consumerGroup String
- The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- displayName String
- The display name for the database connection.
- hostFormat String
- The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- isRegional Boolean
- This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- protocol String
- The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- sessionMode String
- The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntaxFormat String
- The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tlsAuthentication String
- This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- value String
- The value of the connection string.
GetAutonomousDatabasesAutonomousDatabasePropertyConnectionUrl       
- ApexUri string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUri 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUri 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Uri 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Uri 
- The URL of Machine Learning user management the Autonomous Database.
- MongoDb stringUri 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUri string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Uri 
- The URL of the Oracle SQL Developer Web for the Autonomous Database.
- ApexUri string
- Oracle Application Express (APEX) URL.
- DatabaseTransforms stringUri 
- The URL of the Database Transforms for the Autonomous Database.
- GraphStudio stringUri 
- The URL of the Graph Studio for the Autonomous Database.
- MachineLearning stringNotebook Uri 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- MachineLearning stringUser Management Uri 
- The URL of Machine Learning user management the Autonomous Database.
- MongoDb stringUri 
- The URL of the MongoDB API for the Autonomous Database.
- OrdsUri string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- SqlDev stringWeb Uri 
- The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apexUri String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUri 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUri 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Uri 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Uri 
- The URL of Machine Learning user management the Autonomous Database.
- mongoDb StringUri 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUri String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Uri 
- The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apexUri string
- Oracle Application Express (APEX) URL.
- databaseTransforms stringUri 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio stringUri 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning stringNotebook Uri 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning stringUser Management Uri 
- The URL of Machine Learning user management the Autonomous Database.
- mongoDb stringUri 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUri string
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev stringWeb Uri 
- The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apex_uri str
- Oracle Application Express (APEX) URL.
- database_transforms_ struri 
- The URL of the Database Transforms for the Autonomous Database.
- graph_studio_ struri 
- The URL of the Graph Studio for the Autonomous Database.
- machine_learning_ strnotebook_ uri 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine_learning_ struser_ management_ uri 
- The URL of Machine Learning user management the Autonomous Database.
- mongo_db_ struri 
- The URL of the MongoDB API for the Autonomous Database.
- ords_uri str
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql_dev_ strweb_ uri 
- The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apexUri String
- Oracle Application Express (APEX) URL.
- databaseTransforms StringUri 
- The URL of the Database Transforms for the Autonomous Database.
- graphStudio StringUri 
- The URL of the Graph Studio for the Autonomous Database.
- machineLearning StringNotebook Uri 
- The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machineLearning StringUser Management Uri 
- The URL of Machine Learning user management the Autonomous Database.
- mongoDb StringUri 
- The URL of the MongoDB API for the Autonomous Database.
- ordsUri String
- The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sqlDev StringWeb Uri 
- The URL of the Oracle SQL Developer Web for the Autonomous Database.
GetAutonomousDatabasesAutonomousDatabasePropertyCustomerContact       
- Email string
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- Email string
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- email String
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- email string
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- email str
- The email address used by Oracle to send notifications regarding databases and infrastructure.
- email String
- The email address used by Oracle to send notifications regarding databases and infrastructure.
GetAutonomousDatabasesAutonomousDatabasePropertyLocalStandbyDb        
- DataGuard stringRole Changed Time 
- The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- DisasterRecovery stringRole Changed Time 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- LagTime stringDuration 
- The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- LifecycleDetails string
- The additional details about the current lifecycle state of the Autonomous Database.
- State 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
- DataGuard stringRole Changed Time 
- The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- DisasterRecovery stringRole Changed Time 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- LagTime stringDuration 
- The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- LifecycleDetails string
- The additional details about the current lifecycle state of the Autonomous Database.
- State 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
- dataGuard StringRole Changed Time 
- The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disasterRecovery StringRole Changed Time 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lagTime StringDuration 
- The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- lifecycleDetails String
- The additional details about the current lifecycle state of the Autonomous Database.
- state 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
- dataGuard stringRole Changed Time 
- The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disasterRecovery stringRole Changed Time 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lagTime stringDuration 
- The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- lifecycleDetails string
- The additional details about the current lifecycle state of the Autonomous Database.
- state 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_ strrole_ changed_ time 
- The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disaster_recovery_ strrole_ changed_ time 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lag_time_ strduration 
- 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 str
- The additional details about the current lifecycle state of the Autonomous Database.
- state 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
- dataGuard StringRole Changed Time 
- The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disasterRecovery StringRole Changed Time 
- The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lagTime StringDuration 
- The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- lifecycleDetails String
- The additional details about the current lifecycle state of the Autonomous Database.
- state 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
GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetail        
- DayOf stringWeek 
- Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- StartTimes List<GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Start Time> 
- 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 List<GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Stop Time> 
- 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'.
- DayOf stringWeek 
- Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- StartTimes []GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Start Time 
- 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 []GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Stop Time 
- 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'.
- dayOf StringWeek 
- Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- startTimes List<GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Start Time> 
- 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 List<GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Stop Time> 
- 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'.
- dayOf stringWeek 
- Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- startTimes GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Start Time[] 
- 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 GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Stop Time[] 
- 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_ strweek 
- Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- start_times Sequence[GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Start Time] 
- 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 Sequence[GetAutonomous Databases Autonomous Database Property Scheduled Operation Detail Stop Time] 
- 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'.
- dayOf StringWeek 
- Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- startTimes 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 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'.
GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStartTime          
- Hours 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 int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds 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 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 int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds 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 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 Integer
- Minutes of hour of day. Must be from 0 to 59.
- nanos Integer
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds 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 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 number
- Minutes of hour of day. Must be from 0 to 59.
- nanos number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds 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 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 int
- Minutes of hour of day. Must be from 0 to 59.
- nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds 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 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 Number
- Minutes of hour of day. Must be from 0 to 59.
- nanos Number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds 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.
GetAutonomousDatabasesAutonomousDatabasePropertyScheduledOperationDetailStopTime          
- Hours 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 int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds 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 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 int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds 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 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 Integer
- Minutes of hour of day. Must be from 0 to 59.
- nanos Integer
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds 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 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 number
- Minutes of hour of day. Must be from 0 to 59.
- nanos number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds 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 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 int
- Minutes of hour of day. Must be from 0 to 59.
- nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds 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 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 Number
- Minutes of hour of day. Must be from 0 to 59.
- nanos Number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds 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-betaTerraform Provider.