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 dictionary
The following arguments are supported:
getAutonomousDatabases Result
The following output properties are available:
- Autonomous
Databases List<GetAutonomous Databases Autonomous Database> - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- Autonomous
Databases []GetAutonomous Databases Autonomous Database - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- Project string
- autonomous
Databases List<GetAutonomous Databases Autonomous Database> - id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
- autonomous
Databases 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
- autonomous
Databases List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
- location String
- project String
Supporting Types
GetAutonomousDatabasesAutonomousDatabase
- Admin
Password string - The password for the default ADMIN user.
- Autonomous
Database 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.
- Create
Time 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.
- Display
Name string - The display name for the Autonomous Database. The name does not have to be unique within your project.
- Effective
Labels Dictionary<string, string> - Entitlement
Id 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<Get
Autonomous Databases Autonomous Database Property> - The properties of an Autonomous Database.
- Pulumi
Labels Dictionary<string, string> - The combination of labels configured directly on the resource and default labels configured on the provider.
- Admin
Password string - The password for the default ADMIN user.
- Autonomous
Database 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.
- Create
Time 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.
- Display
Name string - The display name for the Autonomous Database. The name does not have to be unique within your project.
- Effective
Labels map[string]string - Entitlement
Id 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
[]Get
Autonomous Databases Autonomous Database Property - The properties of an Autonomous Database.
- Pulumi
Labels map[string]string - The combination of labels configured directly on the resource and default labels configured on the provider.
- admin
Password String - The password for the default ADMIN user.
- autonomous
Database 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.
- create
Time 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.
- display
Name String - The display name for the Autonomous Database. The name does not have to be unique within your project.
- effective
Labels Map<String,String> - entitlement
Id 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<Get
Autonomous Databases Autonomous Database Property> - The properties of an Autonomous Database.
- pulumi
Labels Map<String,String> - The combination of labels configured directly on the resource and default labels configured on the provider.
- admin
Password string - The password for the default ADMIN user.
- autonomous
Database 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.
- create
Time 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.
- display
Name string - The display name for the Autonomous Database. The name does not have to be unique within your project.
- effective
Labels {[key: string]: string} - entitlement
Id 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
Get
Autonomous Databases Autonomous Database Property[] - The properties of an Autonomous Database.
- pulumi
Labels {[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[Get
Autonomous 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.
- admin
Password String - The password for the default ADMIN user.
- autonomous
Database 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.
- create
Time 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.
- display
Name String - The display name for the Autonomous Database. The name does not have to be unique within your project.
- effective
Labels Map<String> - entitlement
Id 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.
- pulumi
Labels Map<String> - The combination of labels configured directly on the resource and default labels configured on the provider.
GetAutonomousDatabasesAutonomousDatabaseProperty
- Actual
Used doubleData Storage Size Tb - The amount of storage currently being used for user and system data, in terabytes.
- Allocated
Storage doubleSize Tb - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- Apex
Details 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
- 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 stringDatabase Id - The Autonomous Container Database OCID.
- Available
Upgrade List<string>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 string - The character set for the Autonomous Database. The default is AL32UTF8.
- Compute
Count double - The number of compute servers for the Autonomous Database.
- Connection
Strings 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
- Connection
Urls 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
- Customer
Contacts List<GetAutonomous Databases Autonomous Database Property Customer Contact> - The list of customer contacts.
- Data
Safe 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
- 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 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
- Db
Edition string - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- Db
Version string - The Oracle Database version for the Autonomous Database.
- Db
Workload string - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- Failed
Data stringRecovery 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 string - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- Lifecycle
Details string - 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 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
- Local
Standby 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
- Maintenance
Begin stringTime - The date and time when maintenance will begin.
- Maintenance
End stringTime - The date and time when maintenance will end.
- Maintenance
Schedule stringType - 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.
- NCharacter
Set string - The national character set for the Autonomous Database. The default is AL16UTF16.
- Next
Long stringTerm Backup Time - The long term backup schedule of the Autonomous Database.
- Oci
Url 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
- Open
Mode string - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- Operations
Insights stringState - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- Peer
Db List<string>Ids - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- Permission
Level string - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- Private
Endpoint string - The private endpoint for the Autonomous Database.
- Private
Endpoint stringIp - The private endpoint IP address for the Autonomous Database.
- Private
Endpoint stringLabel - The private endpoint label for the Autonomous Database.
- Refreshable
Mode string - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- Refreshable
State 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
- Scheduled
Operation List<GetDetails Autonomous Databases Autonomous Database Property Scheduled Operation Detail> - The list and details of the scheduled operations of the Autonomous Database.
- Sql
Web 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
- Supported
Clone List<string>Regions - The list of available regions that can be used to create a clone for the Autonomous Database.
- Total
Auto doubleBackup 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.
- Actual
Used float64Data Storage Size Tb - The amount of storage currently being used for user and system data, in terabytes.
- Allocated
Storage float64Size Tb - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- Apex
Details []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 stringDatabase Id - The Autonomous Container Database OCID.
- Available
Upgrade []stringVersions - 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 string - The character set for the Autonomous Database. The default is AL32UTF8.
- Compute
Count float64 - The number of compute servers for the Autonomous Database.
- Connection
Strings []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 []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 []GetAutonomous Databases Autonomous Database Property Customer Contact - The list of customer contacts.
- Data
Safe 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
- 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 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
- Db
Edition string - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- Db
Version string - The Oracle Database version for the Autonomous Database.
- Db
Workload string - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- Failed
Data stringRecovery 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 string - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- Lifecycle
Details string - 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 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
- Local
Standby []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 stringTime - The date and time when maintenance will begin.
- Maintenance
End stringTime - The date and time when maintenance will end.
- Maintenance
Schedule stringType - 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.
- NCharacter
Set string - The national character set for the Autonomous Database. The default is AL16UTF16.
- Next
Long stringTerm Backup Time - The long term backup schedule of the Autonomous Database.
- Oci
Url 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
- Open
Mode string - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- Operations
Insights stringState - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- Peer
Db []stringIds - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- Permission
Level string - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- Private
Endpoint string - The private endpoint for the Autonomous Database.
- Private
Endpoint stringIp - The private endpoint IP address for the Autonomous Database.
- Private
Endpoint stringLabel - The private endpoint label for the Autonomous Database.
- Refreshable
Mode string - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- Refreshable
State 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
- Scheduled
Operation []GetDetails Autonomous Databases Autonomous Database Property Scheduled Operation Detail - The list and details of the scheduled operations of the Autonomous Database.
- Sql
Web 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
- Supported
Clone []stringRegions - The list of available regions that can be used to create a clone for the Autonomous Database.
- Total
Auto float64Backup 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.
- actual
Used DoubleData Storage Size Tb - The amount of storage currently being used for user and system data, in terabytes.
- allocated
Storage DoubleSize Tb - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apex
Details 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
- are
Primary 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.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID.
- available
Upgrade List<String>Versions - The list of available Oracle Database upgrade versions for an Autonomous Database.
- backup
Retention 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.
- character
Set String - The character set for the Autonomous Database. The default is AL32UTF8.
- compute
Count Double - The number of compute servers for the Autonomous Database.
- connection
Strings 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
- connection
Urls 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
- customer
Contacts List<GetAutonomous Databases Autonomous Database Property Customer Contact> - The list of customer contacts.
- data
Safe 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
- data
Storage IntegerSize Gb - The size of the data stored in the database, in gigabytes.
- data
Storage IntegerSize Tb - The size of the data stored in the database, in terabytes.
- database
Management 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
- db
Edition String - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- db
Version String - The Oracle Database version for the Autonomous Database.
- db
Workload String - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failed
Data StringRecovery Duration - This field indicates the number of seconds of data loss during a Data Guard failover.
- is
Auto BooleanScaling Enabled - This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- is
Local BooleanData Guard Enabled - This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- is
Storage BooleanAuto Scaling Enabled - This field indicates if auto scaling is enabled for the Autonomous Database storage.
- license
Type String - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycle
Details String - The details of the current lifestyle state of the Autonomous Database.
- local
Adg IntegerAuto Failover Max Data Loss Limit - This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- local
Disaster 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
- local
Standby 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
- maintenance
Begin StringTime - The date and time when maintenance will begin.
- maintenance
End StringTime - The date and time when maintenance will end.
- maintenance
Schedule StringType - The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memory
Per IntegerOracle Compute Unit Gbs - The amount of memory enabled per ECPU, in gigabytes.
- memory
Table IntegerGbs - The memory assigned to in-memory tables in an Autonomous Database.
- mtls
Connection BooleanRequired - This field specifies if the Autonomous Database requires mTLS connections.
- n
Character StringSet - The national character set for the Autonomous Database. The default is AL16UTF16.
- next
Long StringTerm Backup Time - The long term backup schedule of the Autonomous Database.
- oci
Url 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
- open
Mode String - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operations
Insights StringState - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peer
Db List<String>Ids - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permission
Level String - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- private
Endpoint String - The private endpoint for the Autonomous Database.
- private
Endpoint StringIp - The private endpoint IP address for the Autonomous Database.
- private
Endpoint StringLabel - The private endpoint label for the Autonomous Database.
- refreshable
Mode String - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshable
State 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
- scheduled
Operation List<GetDetails Autonomous Databases Autonomous Database Property Scheduled Operation Detail> - The list and details of the scheduled operations of the Autonomous Database.
- sql
Web 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
- supported
Clone List<String>Regions - The list of available regions that can be used to create a clone for the Autonomous Database.
- total
Auto DoubleBackup Storage Size Gbs - The storage space used by automatic backups of Autonomous Database, in gigabytes.
- used
Data IntegerStorage Size Tbs - The storage space used by Autonomous Database, in gigabytes.
- actual
Used numberData Storage Size Tb - The amount of storage currently being used for user and system data, in terabytes.
- allocated
Storage numberSize Tb - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apex
Details 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 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.
- autonomous
Container stringDatabase Id - The Autonomous Container Database OCID.
- available
Upgrade string[]Versions - The list of available Oracle Database upgrade versions for an Autonomous Database.
- backup
Retention 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.
- character
Set string - The character set for the Autonomous Database. The default is AL32UTF8.
- compute
Count number - The number of compute servers for the Autonomous Database.
- connection
Strings 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 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 GetAutonomous Databases Autonomous Database Property Customer Contact[] - The list of customer contacts.
- data
Safe 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
- data
Storage numberSize Gb - The size of the data stored in the database, in gigabytes.
- data
Storage numberSize Tb - The size of the data stored in the database, in terabytes.
- database
Management 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
- db
Edition string - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- db
Version string - The Oracle Database version for the Autonomous Database.
- db
Workload string - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failed
Data stringRecovery Duration - This field indicates the number of seconds of data loss during a Data Guard failover.
- is
Auto booleanScaling Enabled - This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- is
Local booleanData Guard Enabled - This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- is
Storage booleanAuto Scaling Enabled - This field indicates if auto scaling is enabled for the Autonomous Database storage.
- license
Type string - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycle
Details string - The details of the current lifestyle state of the Autonomous Database.
- local
Adg numberAuto Failover Max Data Loss Limit - This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- local
Disaster 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
- local
Standby 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 stringTime - The date and time when maintenance will begin.
- maintenance
End stringTime - The date and time when maintenance will end.
- maintenance
Schedule stringType - The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memory
Per numberOracle Compute Unit Gbs - The amount of memory enabled per ECPU, in gigabytes.
- memory
Table numberGbs - The memory assigned to in-memory tables in an Autonomous Database.
- mtls
Connection booleanRequired - This field specifies if the Autonomous Database requires mTLS connections.
- n
Character stringSet - The national character set for the Autonomous Database. The default is AL16UTF16.
- next
Long stringTerm Backup Time - The long term backup schedule of the Autonomous Database.
- oci
Url 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
- open
Mode string - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operations
Insights stringState - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peer
Db string[]Ids - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permission
Level string - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- private
Endpoint string - The private endpoint for the Autonomous Database.
- private
Endpoint stringIp - The private endpoint IP address for the Autonomous Database.
- private
Endpoint stringLabel - The private endpoint label for the Autonomous Database.
- refreshable
Mode string - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshable
State 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
- scheduled
Operation GetDetails Autonomous Databases Autonomous Database Property Scheduled Operation Detail[] - The list and details of the scheduled operations of the Autonomous Database.
- sql
Web 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
- supported
Clone string[]Regions - The list of available regions that can be used to create a clone for the Autonomous Database.
- total
Auto numberBackup Storage Size Gbs - The storage space used by automatic backups of Autonomous Database, in gigabytes.
- used
Data 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.
- actual
Used NumberData Storage Size Tb - The amount of storage currently being used for user and system data, in terabytes.
- allocated
Storage NumberSize Tb - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apex
Details List<Property Map> - Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- are
Primary 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.
- autonomous
Container StringDatabase Id - The Autonomous Container Database OCID.
- available
Upgrade List<String>Versions - The list of available Oracle Database upgrade versions for an Autonomous Database.
- backup
Retention 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.
- character
Set String - The character set for the Autonomous Database. The default is AL32UTF8.
- compute
Count Number - The number of compute servers for the Autonomous Database.
- connection
Strings 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
- connection
Urls 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
- customer
Contacts List<Property Map> - The list of customer contacts.
- data
Safe 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
- data
Storage NumberSize Gb - The size of the data stored in the database, in gigabytes.
- data
Storage NumberSize Tb - The size of the data stored in the database, in terabytes.
- database
Management 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
- db
Edition String - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- db
Version String - The Oracle Database version for the Autonomous Database.
- db
Workload String - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failed
Data StringRecovery Duration - This field indicates the number of seconds of data loss during a Data Guard failover.
- is
Auto BooleanScaling Enabled - This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- is
Local BooleanData Guard Enabled - This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- is
Storage BooleanAuto Scaling Enabled - This field indicates if auto scaling is enabled for the Autonomous Database storage.
- license
Type String - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycle
Details String - The details of the current lifestyle state of the Autonomous Database.
- local
Adg NumberAuto Failover Max Data Loss Limit - This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- local
Disaster 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
- local
Standby List<Property Map>Dbs - Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
- maintenance
Begin StringTime - The date and time when maintenance will begin.
- maintenance
End StringTime - The date and time when maintenance will end.
- maintenance
Schedule StringType - The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memory
Per NumberOracle Compute Unit Gbs - The amount of memory enabled per ECPU, in gigabytes.
- memory
Table NumberGbs - The memory assigned to in-memory tables in an Autonomous Database.
- mtls
Connection BooleanRequired - This field specifies if the Autonomous Database requires mTLS connections.
- n
Character StringSet - The national character set for the Autonomous Database. The default is AL16UTF16.
- next
Long StringTerm Backup Time - The long term backup schedule of the Autonomous Database.
- oci
Url 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
- open
Mode String - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operations
Insights StringState - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peer
Db List<String>Ids - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permission
Level String - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- private
Endpoint String - The private endpoint for the Autonomous Database.
- private
Endpoint StringIp - The private endpoint IP address for the Autonomous Database.
- private
Endpoint StringLabel - The private endpoint label for the Autonomous Database.
- refreshable
Mode String - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshable
State 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
- scheduled
Operation List<Property Map>Details - The list and details of the scheduled operations of the Autonomous Database.
- sql
Web 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
- supported
Clone List<String>Regions - The list of available regions that can be used to create a clone for the Autonomous Database.
- total
Auto NumberBackup Storage Size Gbs - The storage space used by automatic backups of Autonomous Database, in gigabytes.
- used
Data NumberStorage Size Tbs - The storage space used by Autonomous Database, in gigabytes.
GetAutonomousDatabasesAutonomousDatabasePropertyApexDetail
- Apex
Version string - The Oracle APEX Application Development version.
- Ords
Version string - The Oracle REST Data Services (ORDS) version.
- Apex
Version string - The Oracle APEX Application Development version.
- Ords
Version string - The Oracle REST Data Services (ORDS) version.
- apex
Version String - The Oracle APEX Application Development version.
- ords
Version String - The Oracle REST Data Services (ORDS) version.
- apex
Version string - The Oracle APEX Application Development version.
- ords
Version 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.
- apex
Version String - The Oracle APEX Application Development version.
- ords
Version String - The Oracle REST Data Services (ORDS) version.
GetAutonomousDatabasesAutonomousDatabasePropertyConnectionString
- All
Connection 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<Get
Autonomous 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 []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
[]Get
Autonomous 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 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<Get
Autonomous 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 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
Get
Autonomous 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[Get
Autonomous 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 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
- Consumer
Group string - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- Display
Name string - The display name for the database connection.
- Host
Format string - 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 string
- The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- Session
Mode string - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- Syntax
Format string - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- Tls
Authentication 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 string - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- Display
Name string - The display name for the database connection.
- Host
Format string - 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 string
- The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- Session
Mode string - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- Syntax
Format string - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- Tls
Authentication 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 String - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- display
Name String - The display name for the database connection.
- host
Format String - The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- is
Regional 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
- session
Mode String - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntax
Format String - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tls
Authentication 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 string - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- display
Name string - The display name for the database connection.
- host
Format string - The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- is
Regional 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
- session
Mode string - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntax
Format string - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tls
Authentication 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.
- consumer
Group String - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- display
Name String - The display name for the database connection.
- host
Format String - The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- is
Regional 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
- session
Mode String - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntax
Format String - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tls
Authentication 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
- Apex
Uri string - Oracle Application Express (APEX) URL.
- Database
Transforms stringUri - The URL of the Database Transforms for the Autonomous Database.
- Graph
Studio stringUri - The URL of the Graph Studio for the Autonomous Database.
- Machine
Learning stringNotebook Uri - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- Machine
Learning stringUser Management Uri - The URL of Machine Learning user management the Autonomous Database.
- Mongo
Db stringUri - The URL of the MongoDB API for the Autonomous Database.
- Ords
Uri string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- Sql
Dev stringWeb Uri - The URL of the Oracle SQL Developer Web for the Autonomous Database.
- Apex
Uri string - Oracle Application Express (APEX) URL.
- Database
Transforms stringUri - The URL of the Database Transforms for the Autonomous Database.
- Graph
Studio stringUri - The URL of the Graph Studio for the Autonomous Database.
- Machine
Learning stringNotebook Uri - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- Machine
Learning stringUser Management Uri - The URL of Machine Learning user management the Autonomous Database.
- Mongo
Db stringUri - The URL of the MongoDB API for the Autonomous Database.
- Ords
Uri string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- Sql
Dev stringWeb Uri - The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apex
Uri String - Oracle Application Express (APEX) URL.
- database
Transforms StringUri - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio StringUri - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning StringNotebook Uri - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning StringUser Management Uri - The URL of Machine Learning user management the Autonomous Database.
- mongo
Db StringUri - The URL of the MongoDB API for the Autonomous Database.
- ords
Uri String - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev StringWeb Uri - The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apex
Uri string - Oracle Application Express (APEX) URL.
- database
Transforms stringUri - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio stringUri - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning stringNotebook Uri - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning stringUser Management Uri - The URL of Machine Learning user management the Autonomous Database.
- mongo
Db stringUri - The URL of the MongoDB API for the Autonomous Database.
- ords
Uri string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev 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.
- apex
Uri String - Oracle Application Express (APEX) URL.
- database
Transforms StringUri - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio StringUri - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning StringNotebook Uri - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning StringUser Management Uri - The URL of Machine Learning user management the Autonomous Database.
- mongo
Db StringUri - The URL of the MongoDB API for the Autonomous Database.
- ords
Uri String - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev 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
- Data
Guard stringRole Changed Time - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- Disaster
Recovery stringRole Changed Time - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Lag
Time stringDuration - 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 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 stringRole Changed Time - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- Disaster
Recovery stringRole Changed Time - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Lag
Time stringDuration - 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 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 StringRole Changed Time - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disaster
Recovery StringRole Changed Time - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lag
Time StringDuration - 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 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 stringRole Changed Time - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disaster
Recovery stringRole Changed Time - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lag
Time stringDuration - 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 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
- data
Guard StringRole Changed Time - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disaster
Recovery StringRole Changed Time - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lag
Time StringDuration - 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 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
- Day
Of stringWeek - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- Start
Times 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'.
- Stop
Times 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'.
- Day
Of stringWeek - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- Start
Times []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 []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 StringWeek - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- start
Times 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'.
- stop
Times 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'.
- day
Of stringWeek - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- start
Times 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 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'.
- day
Of StringWeek - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- start
Times 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'.
- stop
Times 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-beta
Terraform Provider.