Google Cloud v8.25.0 published on Thursday, Apr 3, 2025 by Pulumi
gcp.oracledatabase.getAutonomousDatabase
Explore with Pulumi AI
Get information about an AutonomousDatabase.
For more information see the API.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as gcp from "@pulumi/gcp";
const my_instance = gcp.oracledatabase.getAutonomousDatabase({
location: "us-east4",
autonomousDatabaseId: "autonomous_database_id",
});
import pulumi
import pulumi_gcp as gcp
my_instance = gcp.oracledatabase.get_autonomous_database(location="us-east4",
autonomous_database_id="autonomous_database_id")
package main
import (
"github.com/pulumi/pulumi-gcp/sdk/v8/go/gcp/oracledatabase"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oracledatabase.LookupAutonomousDatabase(ctx, &oracledatabase.LookupAutonomousDatabaseArgs{
Location: "us-east4",
AutonomousDatabaseId: "autonomous_database_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Gcp = Pulumi.Gcp;
return await Deployment.RunAsync(() =>
{
var my_instance = Gcp.OracleDatabase.GetAutonomousDatabase.Invoke(new()
{
Location = "us-east4",
AutonomousDatabaseId = "autonomous_database_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.oracledatabase.OracledatabaseFunctions;
import com.pulumi.gcp.oracledatabase.inputs.GetAutonomousDatabaseArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var my-instance = OracledatabaseFunctions.getAutonomousDatabase(GetAutonomousDatabaseArgs.builder()
.location("us-east4")
.autonomousDatabaseId("autonomous_database_id")
.build());
}
}
variables:
my-instance:
fn::invoke:
function: gcp:oracledatabase:getAutonomousDatabase
arguments:
location: us-east4
autonomousDatabaseId: autonomous_database_id
Using getAutonomousDatabase
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAutonomousDatabase(args: GetAutonomousDatabaseArgs, opts?: InvokeOptions): Promise<GetAutonomousDatabaseResult>
function getAutonomousDatabaseOutput(args: GetAutonomousDatabaseOutputArgs, opts?: InvokeOptions): Output<GetAutonomousDatabaseResult>
def get_autonomous_database(autonomous_database_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAutonomousDatabaseResult
def get_autonomous_database_output(autonomous_database_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousDatabaseResult]
func LookupAutonomousDatabase(ctx *Context, args *LookupAutonomousDatabaseArgs, opts ...InvokeOption) (*LookupAutonomousDatabaseResult, error)
func LookupAutonomousDatabaseOutput(ctx *Context, args *LookupAutonomousDatabaseOutputArgs, opts ...InvokeOption) LookupAutonomousDatabaseResultOutput
> Note: This function is named LookupAutonomousDatabase
in the Go SDK.
public static class GetAutonomousDatabase
{
public static Task<GetAutonomousDatabaseResult> InvokeAsync(GetAutonomousDatabaseArgs args, InvokeOptions? opts = null)
public static Output<GetAutonomousDatabaseResult> Invoke(GetAutonomousDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAutonomousDatabaseResult> getAutonomousDatabase(GetAutonomousDatabaseArgs args, InvokeOptions options)
public static Output<GetAutonomousDatabaseResult> getAutonomousDatabase(GetAutonomousDatabaseArgs args, InvokeOptions options)
fn::invoke:
function: gcp:oracledatabase/getAutonomousDatabase:getAutonomousDatabase
arguments:
# arguments dictionary
The following arguments are supported:
- Autonomous
Database Id This property is required. string - The ID of the AutonomousDatabase.
- Location
This property is required. string - The location of the resource.
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- Autonomous
Database Id This property is required. string - The ID of the AutonomousDatabase.
- Location
This property is required. string - The location of the resource.
- Project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- autonomous
Database Id This property is required. String - The ID of the AutonomousDatabase.
- location
This property is required. String - The location of the resource.
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
- autonomous
Database Id This property is required. string - The ID of the AutonomousDatabase.
- location
This property is required. string - The location of the resource.
- project string
- The project to which the resource belongs. If it is not provided, the provider project is used.
- autonomous_
database_ id This property is required. str - The ID of the AutonomousDatabase.
- location
This property is required. str - The location of the resource.
- project str
- The project to which the resource belongs. If it is not provided, the provider project is used.
- autonomous
Database Id This property is required. String - The ID of the AutonomousDatabase.
- location
This property is required. String - The location of the resource.
- project String
- The project to which the resource belongs. If it is not provided, the provider project is used.
getAutonomousDatabase Result
The following output properties are available:
- Admin
Password string - Autonomous
Database stringId - Cidr string
- Create
Time string - Database string
- Deletion
Protection bool - Display
Name string - Effective
Labels Dictionary<string, string> - Entitlement
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- Location string
- Name string
- Network string
- Properties
List<Get
Autonomous Database Property> - Pulumi
Labels Dictionary<string, string> - Project string
- Admin
Password string - Autonomous
Database stringId - Cidr string
- Create
Time string - Database string
- Deletion
Protection bool - Display
Name string - Effective
Labels map[string]string - Entitlement
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- Location string
- Name string
- Network string
- Properties
[]Get
Autonomous Database Property - Pulumi
Labels map[string]string - Project string
- admin
Password String - autonomous
Database StringId - cidr String
- create
Time String - database String
- deletion
Protection Boolean - display
Name String - effective
Labels Map<String,String> - entitlement
Id String - id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- location String
- name String
- network String
- properties
List<Get
Autonomous Database Property> - pulumi
Labels Map<String,String> - project String
- admin
Password string - autonomous
Database stringId - cidr string
- create
Time string - database string
- deletion
Protection boolean - display
Name string - effective
Labels {[key: string]: string} - entitlement
Id string - id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- location string
- name string
- network string
- properties
Get
Autonomous Database Property[] - pulumi
Labels {[key: string]: string} - project string
- admin_
password str - autonomous_
database_ strid - cidr str
- create_
time str - database str
- deletion_
protection bool - display_
name str - effective_
labels Mapping[str, str] - entitlement_
id str - id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- location str
- name str
- network str
- properties
Sequence[Get
Autonomous Database Property] - pulumi_
labels Mapping[str, str] - project str
- admin
Password String - autonomous
Database StringId - cidr String
- create
Time String - database String
- deletion
Protection Boolean - display
Name String - effective
Labels Map<String> - entitlement
Id String - id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- location String
- name String
- network String
- properties List<Property Map>
- pulumi
Labels Map<String> - project String
Supporting Types
GetAutonomousDatabaseProperty
- Actual
Used Data Storage Size Tb This property is required. double - The amount of storage currently being used for user and system data, in terabytes.
- Allocated
Storage Size Tb This property is required. double - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- Apex
Details This property is required. List<GetAutonomous Database Property Apex Detail> - Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- Are
Primary Allowlisted Ips Used This property is required. bool - This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
- Autonomous
Container Database Id This property is required. string - The Autonomous Container Database OCID.
- Available
Upgrade Versions This property is required. List<string> - The list of available Oracle Database upgrade versions for an Autonomous Database.
- Backup
Retention Period Days This property is required. int - The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
- Character
Set This property is required. string - The character set for the Autonomous Database. The default is AL32UTF8.
- Compute
Count This property is required. double - The number of compute servers for the Autonomous Database.
- Connection
Strings This property is required. List<GetAutonomous 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 This property is required. List<GetAutonomous 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 This property is required. List<GetAutonomous Database Property Customer Contact> - The list of customer contacts.
- Data
Safe State This property is required. string - The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- Data
Storage Size Gb This property is required. int - The size of the data stored in the database, in gigabytes.
- Data
Storage Size Tb This property is required. int - The size of the data stored in the database, in terabytes.
- Database
Management State This property is required. string - The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- Db
Edition This property is required. string - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- Db
Version This property is required. string - The Oracle Database version for the Autonomous Database.
- Db
Workload This property is required. string - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- Failed
Data Recovery Duration This property is required. string - This field indicates the number of seconds of data loss during a Data Guard failover.
- Is
Auto Scaling Enabled This property is required. bool - This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- Is
Local Data Guard Enabled This property is required. bool - This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- Is
Storage Auto Scaling Enabled This property is required. bool - This field indicates if auto scaling is enabled for the Autonomous Database storage.
- License
Type This property is required. string - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- Lifecycle
Details This property is required. string - The details of the current lifestyle state of the Autonomous Database.
- Local
Adg Auto Failover Max Data Loss Limit This property is required. int - This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- Local
Disaster Recovery Type This property is required. string - This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- Local
Standby Dbs This property is required. List<GetAutonomous 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 Time This property is required. string - The date and time when maintenance will begin.
- Maintenance
End Time This property is required. string - The date and time when maintenance will end.
- Maintenance
Schedule Type This property is required. string - The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- Memory
Per Oracle Compute Unit Gbs This property is required. int - The amount of memory enabled per ECPU, in gigabytes.
- Memory
Table Gbs This property is required. int - The memory assigned to in-memory tables in an Autonomous Database.
- Mtls
Connection Required This property is required. bool - This field specifies if the Autonomous Database requires mTLS connections.
- NCharacter
Set This property is required. string - The national character set for the Autonomous Database. The default is AL16UTF16.
- Next
Long Term Backup Time This property is required. string - The long term backup schedule of the Autonomous Database.
- Oci
Url This property is required. string - The Oracle Cloud Infrastructure link for the Autonomous Database.
- Ocid
This property is required. string - OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- Open
Mode This property is required. string - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- Operations
Insights State This property is required. string - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- Peer
Db Ids This property is required. List<string> - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- Permission
Level This property is required. string - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- Private
Endpoint This property is required. string - The private endpoint for the Autonomous Database.
- Private
Endpoint Ip This property is required. string - The private endpoint IP address for the Autonomous Database.
- Private
Endpoint Label This property is required. string - The private endpoint label for the Autonomous Database.
- Refreshable
Mode This property is required. string - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- Refreshable
State This property is required. string - The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- Role
This property is required. string - The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- Scheduled
Operation Details This property is required. List<GetAutonomous Database Property Scheduled Operation Detail> - The list and details of the scheduled operations of the Autonomous Database.
- Sql
Web Developer Url This property is required. string - The SQL Web Developer URL for the Autonomous Database.
- State
This property is required. string - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- Supported
Clone Regions This property is required. List<string> - The list of available regions that can be used to create a clone for the Autonomous Database.
- Total
Auto Backup Storage Size Gbs This property is required. double - The storage space used by automatic backups of Autonomous Database, in gigabytes.
- Used
Data Storage Size Tbs This property is required. int - The storage space used by Autonomous Database, in gigabytes.
- Actual
Used Data Storage Size Tb This property is required. float64 - The amount of storage currently being used for user and system data, in terabytes.
- Allocated
Storage Size Tb This property is required. float64 - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- Apex
Details This property is required. []GetAutonomous Database Property Apex Detail - Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- Are
Primary Allowlisted Ips Used This property is required. bool - This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
- Autonomous
Container Database Id This property is required. string - The Autonomous Container Database OCID.
- Available
Upgrade Versions This property is required. []string - The list of available Oracle Database upgrade versions for an Autonomous Database.
- Backup
Retention Period Days This property is required. int - The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
- Character
Set This property is required. string - The character set for the Autonomous Database. The default is AL32UTF8.
- Compute
Count This property is required. float64 - The number of compute servers for the Autonomous Database.
- Connection
Strings This property is required. []GetAutonomous 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 This property is required. []GetAutonomous 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 This property is required. []GetAutonomous Database Property Customer Contact - The list of customer contacts.
- Data
Safe State This property is required. string - The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- Data
Storage Size Gb This property is required. int - The size of the data stored in the database, in gigabytes.
- Data
Storage Size Tb This property is required. int - The size of the data stored in the database, in terabytes.
- Database
Management State This property is required. string - The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- Db
Edition This property is required. string - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- Db
Version This property is required. string - The Oracle Database version for the Autonomous Database.
- Db
Workload This property is required. string - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- Failed
Data Recovery Duration This property is required. string - This field indicates the number of seconds of data loss during a Data Guard failover.
- Is
Auto Scaling Enabled This property is required. bool - This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- Is
Local Data Guard Enabled This property is required. bool - This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- Is
Storage Auto Scaling Enabled This property is required. bool - This field indicates if auto scaling is enabled for the Autonomous Database storage.
- License
Type This property is required. string - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- Lifecycle
Details This property is required. string - The details of the current lifestyle state of the Autonomous Database.
- Local
Adg Auto Failover Max Data Loss Limit This property is required. int - This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- Local
Disaster Recovery Type This property is required. string - This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- Local
Standby Dbs This property is required. []GetAutonomous 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 Time This property is required. string - The date and time when maintenance will begin.
- Maintenance
End Time This property is required. string - The date and time when maintenance will end.
- Maintenance
Schedule Type This property is required. string - The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- Memory
Per Oracle Compute Unit Gbs This property is required. int - The amount of memory enabled per ECPU, in gigabytes.
- Memory
Table Gbs This property is required. int - The memory assigned to in-memory tables in an Autonomous Database.
- Mtls
Connection Required This property is required. bool - This field specifies if the Autonomous Database requires mTLS connections.
- NCharacter
Set This property is required. string - The national character set for the Autonomous Database. The default is AL16UTF16.
- Next
Long Term Backup Time This property is required. string - The long term backup schedule of the Autonomous Database.
- Oci
Url This property is required. string - The Oracle Cloud Infrastructure link for the Autonomous Database.
- Ocid
This property is required. string - OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- Open
Mode This property is required. string - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- Operations
Insights State This property is required. string - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- Peer
Db Ids This property is required. []string - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- Permission
Level This property is required. string - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- Private
Endpoint This property is required. string - The private endpoint for the Autonomous Database.
- Private
Endpoint Ip This property is required. string - The private endpoint IP address for the Autonomous Database.
- Private
Endpoint Label This property is required. string - The private endpoint label for the Autonomous Database.
- Refreshable
Mode This property is required. string - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- Refreshable
State This property is required. string - The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- Role
This property is required. string - The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- Scheduled
Operation Details This property is required. []GetAutonomous Database Property Scheduled Operation Detail - The list and details of the scheduled operations of the Autonomous Database.
- Sql
Web Developer Url This property is required. string - The SQL Web Developer URL for the Autonomous Database.
- State
This property is required. string - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- Supported
Clone Regions This property is required. []string - The list of available regions that can be used to create a clone for the Autonomous Database.
- Total
Auto Backup Storage Size Gbs This property is required. float64 - The storage space used by automatic backups of Autonomous Database, in gigabytes.
- Used
Data Storage Size Tbs This property is required. int - The storage space used by Autonomous Database, in gigabytes.
- actual
Used Data Storage Size Tb This property is required. Double - The amount of storage currently being used for user and system data, in terabytes.
- allocated
Storage Size Tb This property is required. Double - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apex
Details This property is required. List<GetAutonomous Database Property Apex Detail> - Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- are
Primary Allowlisted Ips Used This property is required. Boolean - This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
- autonomous
Container Database Id This property is required. String - The Autonomous Container Database OCID.
- available
Upgrade Versions This property is required. List<String> - The list of available Oracle Database upgrade versions for an Autonomous Database.
- backup
Retention Period Days This property is required. Integer - The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
- character
Set This property is required. String - The character set for the Autonomous Database. The default is AL32UTF8.
- compute
Count This property is required. Double - The number of compute servers for the Autonomous Database.
- connection
Strings This property is required. List<GetAutonomous 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 This property is required. List<GetAutonomous 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 This property is required. List<GetAutonomous Database Property Customer Contact> - The list of customer contacts.
- data
Safe State This property is required. String - The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- data
Storage Size Gb This property is required. Integer - The size of the data stored in the database, in gigabytes.
- data
Storage Size Tb This property is required. Integer - The size of the data stored in the database, in terabytes.
- database
Management State This property is required. String - The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- db
Edition This property is required. String - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- db
Version This property is required. String - The Oracle Database version for the Autonomous Database.
- db
Workload This property is required. String - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failed
Data Recovery Duration This property is required. String - This field indicates the number of seconds of data loss during a Data Guard failover.
- is
Auto Scaling Enabled This property is required. Boolean - This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- is
Local Data Guard Enabled This property is required. Boolean - This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- is
Storage Auto Scaling Enabled This property is required. Boolean - This field indicates if auto scaling is enabled for the Autonomous Database storage.
- license
Type This property is required. String - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycle
Details This property is required. String - The details of the current lifestyle state of the Autonomous Database.
- local
Adg Auto Failover Max Data Loss Limit This property is required. Integer - This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- local
Disaster Recovery Type This property is required. String - This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- local
Standby Dbs This property is required. List<GetAutonomous 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 Time This property is required. String - The date and time when maintenance will begin.
- maintenance
End Time This property is required. String - The date and time when maintenance will end.
- maintenance
Schedule Type This property is required. String - The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memory
Per Oracle Compute Unit Gbs This property is required. Integer - The amount of memory enabled per ECPU, in gigabytes.
- memory
Table Gbs This property is required. Integer - The memory assigned to in-memory tables in an Autonomous Database.
- mtls
Connection Required This property is required. Boolean - This field specifies if the Autonomous Database requires mTLS connections.
- n
Character Set This property is required. String - The national character set for the Autonomous Database. The default is AL16UTF16.
- next
Long Term Backup Time This property is required. String - The long term backup schedule of the Autonomous Database.
- oci
Url This property is required. String - The Oracle Cloud Infrastructure link for the Autonomous Database.
- ocid
This property is required. String - OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- open
Mode This property is required. String - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operations
Insights State This property is required. String - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peer
Db Ids This property is required. List<String> - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permission
Level This property is required. String - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- private
Endpoint This property is required. String - The private endpoint for the Autonomous Database.
- private
Endpoint Ip This property is required. String - The private endpoint IP address for the Autonomous Database.
- private
Endpoint Label This property is required. String - The private endpoint label for the Autonomous Database.
- refreshable
Mode This property is required. String - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshable
State This property is required. String - The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- role
This property is required. String - The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- scheduled
Operation Details This property is required. List<GetAutonomous Database Property Scheduled Operation Detail> - The list and details of the scheduled operations of the Autonomous Database.
- sql
Web Developer Url This property is required. String - The SQL Web Developer URL for the Autonomous Database.
- state
This property is required. String - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- supported
Clone Regions This property is required. List<String> - The list of available regions that can be used to create a clone for the Autonomous Database.
- total
Auto Backup Storage Size Gbs This property is required. Double - The storage space used by automatic backups of Autonomous Database, in gigabytes.
- used
Data Storage Size Tbs This property is required. Integer - The storage space used by Autonomous Database, in gigabytes.
- actual
Used Data Storage Size Tb This property is required. number - The amount of storage currently being used for user and system data, in terabytes.
- allocated
Storage Size Tb This property is required. number - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apex
Details This property is required. GetAutonomous Database Property Apex Detail[] - Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- are
Primary Allowlisted Ips Used This property is required. boolean - This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
- autonomous
Container Database Id This property is required. string - The Autonomous Container Database OCID.
- available
Upgrade Versions This property is required. string[] - The list of available Oracle Database upgrade versions for an Autonomous Database.
- backup
Retention Period Days This property is required. number - The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
- character
Set This property is required. string - The character set for the Autonomous Database. The default is AL32UTF8.
- compute
Count This property is required. number - The number of compute servers for the Autonomous Database.
- connection
Strings This property is required. GetAutonomous 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 This property is required. GetAutonomous 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 This property is required. GetAutonomous Database Property Customer Contact[] - The list of customer contacts.
- data
Safe State This property is required. string - The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- data
Storage Size Gb This property is required. number - The size of the data stored in the database, in gigabytes.
- data
Storage Size Tb This property is required. number - The size of the data stored in the database, in terabytes.
- database
Management State This property is required. string - The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- db
Edition This property is required. string - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- db
Version This property is required. string - The Oracle Database version for the Autonomous Database.
- db
Workload This property is required. string - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failed
Data Recovery Duration This property is required. string - This field indicates the number of seconds of data loss during a Data Guard failover.
- is
Auto Scaling Enabled This property is required. boolean - This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- is
Local Data Guard Enabled This property is required. boolean - This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- is
Storage Auto Scaling Enabled This property is required. boolean - This field indicates if auto scaling is enabled for the Autonomous Database storage.
- license
Type This property is required. string - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycle
Details This property is required. string - The details of the current lifestyle state of the Autonomous Database.
- local
Adg Auto Failover Max Data Loss Limit This property is required. number - This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- local
Disaster Recovery Type This property is required. string - This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- local
Standby Dbs This property is required. GetAutonomous 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 Time This property is required. string - The date and time when maintenance will begin.
- maintenance
End Time This property is required. string - The date and time when maintenance will end.
- maintenance
Schedule Type This property is required. string - The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memory
Per Oracle Compute Unit Gbs This property is required. number - The amount of memory enabled per ECPU, in gigabytes.
- memory
Table Gbs This property is required. number - The memory assigned to in-memory tables in an Autonomous Database.
- mtls
Connection Required This property is required. boolean - This field specifies if the Autonomous Database requires mTLS connections.
- n
Character Set This property is required. string - The national character set for the Autonomous Database. The default is AL16UTF16.
- next
Long Term Backup Time This property is required. string - The long term backup schedule of the Autonomous Database.
- oci
Url This property is required. string - The Oracle Cloud Infrastructure link for the Autonomous Database.
- ocid
This property is required. string - OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- open
Mode This property is required. string - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operations
Insights State This property is required. string - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peer
Db Ids This property is required. string[] - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permission
Level This property is required. string - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- private
Endpoint This property is required. string - The private endpoint for the Autonomous Database.
- private
Endpoint Ip This property is required. string - The private endpoint IP address for the Autonomous Database.
- private
Endpoint Label This property is required. string - The private endpoint label for the Autonomous Database.
- refreshable
Mode This property is required. string - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshable
State This property is required. string - The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- role
This property is required. string - The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- scheduled
Operation Details This property is required. GetAutonomous Database Property Scheduled Operation Detail[] - The list and details of the scheduled operations of the Autonomous Database.
- sql
Web Developer Url This property is required. string - The SQL Web Developer URL for the Autonomous Database.
- state
This property is required. string - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- supported
Clone Regions This property is required. string[] - The list of available regions that can be used to create a clone for the Autonomous Database.
- total
Auto Backup Storage Size Gbs This property is required. number - The storage space used by automatic backups of Autonomous Database, in gigabytes.
- used
Data Storage Size Tbs This property is required. number - The storage space used by Autonomous Database, in gigabytes.
- actual_
used_ data_ storage_ size_ tb This property is required. float - The amount of storage currently being used for user and system data, in terabytes.
- allocated_
storage_ size_ tb This property is required. float - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apex_
details This property is required. Sequence[GetAutonomous Database Property Apex Detail] - Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- are_
primary_ allowlisted_ ips_ used This property is required. bool - This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
- autonomous_
container_ database_ id This property is required. str - The Autonomous Container Database OCID.
- available_
upgrade_ versions This property is required. Sequence[str] - The list of available Oracle Database upgrade versions for an Autonomous Database.
- backup_
retention_ period_ days This property is required. int - The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
- character_
set This property is required. str - The character set for the Autonomous Database. The default is AL32UTF8.
- compute_
count This property is required. float - The number of compute servers for the Autonomous Database.
- connection_
strings This property is required. Sequence[GetAutonomous 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 This property is required. Sequence[GetAutonomous 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 This property is required. Sequence[GetAutonomous Database Property Customer Contact] - The list of customer contacts.
- data_
safe_ state This property is required. str - The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- data_
storage_ size_ gb This property is required. int - The size of the data stored in the database, in gigabytes.
- data_
storage_ size_ tb This property is required. int - The size of the data stored in the database, in terabytes.
- database_
management_ state This property is required. str - The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- db_
edition This property is required. str - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- db_
version This property is required. str - The Oracle Database version for the Autonomous Database.
- db_
workload This property is required. str - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failed_
data_ recovery_ duration This property is required. str - This field indicates the number of seconds of data loss during a Data Guard failover.
- is_
auto_ scaling_ enabled This property is required. bool - This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- is_
local_ data_ guard_ enabled This property is required. bool - This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- is_
storage_ auto_ scaling_ enabled This property is required. bool - This field indicates if auto scaling is enabled for the Autonomous Database storage.
- license_
type This property is required. str - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycle_
details This property is required. str - The details of the current lifestyle state of the Autonomous Database.
- local_
adg_ auto_ failover_ max_ data_ loss_ limit This property is required. int - This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- local_
disaster_ recovery_ type This property is required. str - This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- local_
standby_ dbs This property is required. Sequence[GetAutonomous 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_ time This property is required. str - The date and time when maintenance will begin.
- maintenance_
end_ time This property is required. str - The date and time when maintenance will end.
- maintenance_
schedule_ type This property is required. str - The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memory_
per_ oracle_ compute_ unit_ gbs This property is required. int - The amount of memory enabled per ECPU, in gigabytes.
- memory_
table_ gbs This property is required. int - The memory assigned to in-memory tables in an Autonomous Database.
- mtls_
connection_ required This property is required. bool - This field specifies if the Autonomous Database requires mTLS connections.
- n_
character_ set This property is required. str - The national character set for the Autonomous Database. The default is AL16UTF16.
- next_
long_ term_ backup_ time This property is required. str - The long term backup schedule of the Autonomous Database.
- oci_
url This property is required. str - The Oracle Cloud Infrastructure link for the Autonomous Database.
- ocid
This property is required. str - OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- open_
mode This property is required. str - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operations_
insights_ state This property is required. str - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peer_
db_ ids This property is required. Sequence[str] - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permission_
level This property is required. str - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- private_
endpoint This property is required. str - The private endpoint for the Autonomous Database.
- private_
endpoint_ ip This property is required. str - The private endpoint IP address for the Autonomous Database.
- private_
endpoint_ label This property is required. str - The private endpoint label for the Autonomous Database.
- refreshable_
mode This property is required. str - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshable_
state This property is required. str - The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- role
This property is required. str - The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- scheduled_
operation_ details This property is required. Sequence[GetAutonomous Database Property Scheduled Operation Detail] - The list and details of the scheduled operations of the Autonomous Database.
- sql_
web_ developer_ url This property is required. str - The SQL Web Developer URL for the Autonomous Database.
- state
This property is required. str - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- supported_
clone_ regions This property is required. Sequence[str] - The list of available regions that can be used to create a clone for the Autonomous Database.
- total_
auto_ backup_ storage_ size_ gbs This property is required. float - The storage space used by automatic backups of Autonomous Database, in gigabytes.
- used_
data_ storage_ size_ tbs This property is required. int - The storage space used by Autonomous Database, in gigabytes.
- actual
Used Data Storage Size Tb This property is required. Number - The amount of storage currently being used for user and system data, in terabytes.
- allocated
Storage Size Tb This property is required. Number - The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.
- apex
Details This property is required. List<Property Map> - Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
- are
Primary Allowlisted Ips Used This property is required. Boolean - This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary.
- autonomous
Container Database Id This property is required. String - The Autonomous Container Database OCID.
- available
Upgrade Versions This property is required. List<String> - The list of available Oracle Database upgrade versions for an Autonomous Database.
- backup
Retention Period Days This property is required. Number - The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days.
- character
Set This property is required. String - The character set for the Autonomous Database. The default is AL32UTF8.
- compute
Count This property is required. Number - The number of compute servers for the Autonomous Database.
- connection
Strings This property is required. List<Property Map> - The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings
- connection
Urls This property is required. List<Property Map> - The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls
- customer
Contacts This property is required. List<Property Map> - The list of customer contacts.
- data
Safe State This property is required. String - The current state of the Data Safe registration for the Autonomous Database. Possible values: DATA_SAFE_STATE_UNSPECIFIED REGISTERING REGISTERED DEREGISTERING NOT_REGISTERED FAILED
- data
Storage Size Gb This property is required. Number - The size of the data stored in the database, in gigabytes.
- data
Storage Size Tb This property is required. Number - The size of the data stored in the database, in terabytes.
- database
Management State This property is required. String - The current state of database management for the Autonomous Database. Possible values: DATABASE_MANAGEMENT_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- db
Edition This property is required. String - The edition of the Autonomous Databases. Possible values: DATABASE_EDITION_UNSPECIFIED STANDARD_EDITION ENTERPRISE_EDITION
- db
Version This property is required. String - The Oracle Database version for the Autonomous Database.
- db
Workload This property is required. String - Possible values: DB_WORKLOAD_UNSPECIFIED OLTP DW AJD APEX
- failed
Data Recovery Duration This property is required. String - This field indicates the number of seconds of data loss during a Data Guard failover.
- is
Auto Scaling Enabled This property is required. Boolean - This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.
- is
Local Data Guard Enabled This property is required. Boolean - This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.
- is
Storage Auto Scaling Enabled This property is required. Boolean - This field indicates if auto scaling is enabled for the Autonomous Database storage.
- license
Type This property is required. String - The license type used for the Autonomous Database. Possible values: LICENSE_TYPE_UNSPECIFIED LICENSE_INCLUDED BRING_YOUR_OWN_LICENSE
- lifecycle
Details This property is required. String - The details of the current lifestyle state of the Autonomous Database.
- local
Adg Auto Failover Max Data Loss Limit This property is required. Number - This field indicates the maximum data loss limit for an Autonomous Database, in seconds.
- local
Disaster Recovery Type This property is required. String - This field indicates the local disaster recovery (DR) type of an Autonomous Database. Possible values: LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED ADG BACKUP_BASED
- local
Standby Dbs This property is required. List<Property Map> - Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary
- maintenance
Begin Time This property is required. String - The date and time when maintenance will begin.
- maintenance
End Time This property is required. String - The date and time when maintenance will end.
- maintenance
Schedule Type This property is required. String - The maintenance schedule of the Autonomous Database. Possible values: MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED EARLY REGULAR
- memory
Per Oracle Compute Unit Gbs This property is required. Number - The amount of memory enabled per ECPU, in gigabytes.
- memory
Table Gbs This property is required. Number - The memory assigned to in-memory tables in an Autonomous Database.
- mtls
Connection Required This property is required. Boolean - This field specifies if the Autonomous Database requires mTLS connections.
- n
Character Set This property is required. String - The national character set for the Autonomous Database. The default is AL16UTF16.
- next
Long Term Backup Time This property is required. String - The long term backup schedule of the Autonomous Database.
- oci
Url This property is required. String - The Oracle Cloud Infrastructure link for the Autonomous Database.
- ocid
This property is required. String - OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle
- open
Mode This property is required. String - This field indicates the current mode of the Autonomous Database. Possible values: OPEN_MODE_UNSPECIFIED READ_ONLY READ_WRITE
- operations
Insights State This property is required. String - Possible values: OPERATIONS_INSIGHTS_STATE_UNSPECIFIED ENABLING ENABLED DISABLING NOT_ENABLED FAILED_ENABLING FAILED_DISABLING
- peer
Db Ids This property is required. List<String> - The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.
- permission
Level This property is required. String - The permission level of the Autonomous Database. Possible values: PERMISSION_LEVEL_UNSPECIFIED RESTRICTED UNRESTRICTED
- private
Endpoint This property is required. String - The private endpoint for the Autonomous Database.
- private
Endpoint Ip This property is required. String - The private endpoint IP address for the Autonomous Database.
- private
Endpoint Label This property is required. String - The private endpoint label for the Autonomous Database.
- refreshable
Mode This property is required. String - The refresh mode of the cloned Autonomous Database. Possible values: REFRESHABLE_MODE_UNSPECIFIED AUTOMATIC MANUAL
- refreshable
State This property is required. String - The refresh State of the clone. Possible values: REFRESHABLE_STATE_UNSPECIFIED REFRESHING NOT_REFRESHING
- role
This property is required. String - The Data Guard role of the Autonomous Database. Possible values: ROLE_UNSPECIFIED PRIMARY STANDBY DISABLED_STANDBY BACKUP_COPY SNAPSHOT_STANDBY
- scheduled
Operation Details This property is required. List<Property Map> - The list and details of the scheduled operations of the Autonomous Database.
- sql
Web Developer Url This property is required. String - The SQL Web Developer URL for the Autonomous Database.
- state
This property is required. String - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- supported
Clone Regions This property is required. List<String> - The list of available regions that can be used to create a clone for the Autonomous Database.
- total
Auto Backup Storage Size Gbs This property is required. Number - The storage space used by automatic backups of Autonomous Database, in gigabytes.
- used
Data Storage Size Tbs This property is required. Number - The storage space used by Autonomous Database, in gigabytes.
GetAutonomousDatabasePropertyApexDetail
- Apex
Version This property is required. string - The Oracle APEX Application Development version.
- Ords
Version This property is required. string - The Oracle REST Data Services (ORDS) version.
- Apex
Version This property is required. string - The Oracle APEX Application Development version.
- Ords
Version This property is required. string - The Oracle REST Data Services (ORDS) version.
- apex
Version This property is required. String - The Oracle APEX Application Development version.
- ords
Version This property is required. String - The Oracle REST Data Services (ORDS) version.
- apex
Version This property is required. string - The Oracle APEX Application Development version.
- ords
Version This property is required. string - The Oracle REST Data Services (ORDS) version.
- apex_
version This property is required. str - The Oracle APEX Application Development version.
- ords_
version This property is required. str - The Oracle REST Data Services (ORDS) version.
- apex
Version This property is required. String - The Oracle APEX Application Development version.
- ords
Version This property is required. String - The Oracle REST Data Services (ORDS) version.
GetAutonomousDatabasePropertyConnectionString
- All
Connection Strings This property is required. List<GetAutonomous Database Property Connection String All Connection String> - A list of all connection strings that can be used to connect to the Autonomous Database.
- Dedicated
This property is required. string - The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- High
This property is required. string - The database service provides the highest level of resources to each SQL statement.
- Low
This property is required. string - The database service provides the least level of resources to each SQL statement.
- Medium
This property is required. string - The database service provides a lower level of resources to each SQL statement.
- Profiles
This property is required. List<GetAutonomous 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 Strings This property is required. []GetAutonomous Database Property Connection String All Connection String - A list of all connection strings that can be used to connect to the Autonomous Database.
- Dedicated
This property is required. string - The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- High
This property is required. string - The database service provides the highest level of resources to each SQL statement.
- Low
This property is required. string - The database service provides the least level of resources to each SQL statement.
- Medium
This property is required. string - The database service provides a lower level of resources to each SQL statement.
- Profiles
This property is required. []GetAutonomous 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 Strings This property is required. List<GetAutonomous Database Property Connection String All Connection String> - A list of all connection strings that can be used to connect to the Autonomous Database.
- dedicated
This property is required. String - The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high
This property is required. String - The database service provides the highest level of resources to each SQL statement.
- low
This property is required. String - The database service provides the least level of resources to each SQL statement.
- medium
This property is required. String - The database service provides a lower level of resources to each SQL statement.
- profiles
This property is required. List<GetAutonomous 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 Strings This property is required. GetAutonomous Database Property Connection String All Connection String[] - A list of all connection strings that can be used to connect to the Autonomous Database.
- dedicated
This property is required. string - The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high
This property is required. string - The database service provides the highest level of resources to each SQL statement.
- low
This property is required. string - The database service provides the least level of resources to each SQL statement.
- medium
This property is required. string - The database service provides a lower level of resources to each SQL statement.
- profiles
This property is required. GetAutonomous 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_ strings This property is required. Sequence[GetAutonomous Database Property Connection String All Connection String] - A list of all connection strings that can be used to connect to the Autonomous Database.
- dedicated
This property is required. str - The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high
This property is required. str - The database service provides the highest level of resources to each SQL statement.
- low
This property is required. str - The database service provides the least level of resources to each SQL statement.
- medium
This property is required. str - The database service provides a lower level of resources to each SQL statement.
- profiles
This property is required. Sequence[GetAutonomous 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 Strings This property is required. List<Property Map> - A list of all connection strings that can be used to connect to the Autonomous Database.
- dedicated
This property is required. String - The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
- high
This property is required. String - The database service provides the highest level of resources to each SQL statement.
- low
This property is required. String - The database service provides the least level of resources to each SQL statement.
- medium
This property is required. String - The database service provides a lower level of resources to each SQL statement.
- profiles
This property is required. List<Property Map> - A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
GetAutonomousDatabasePropertyConnectionStringAllConnectionString
- High
This property is required. string - The database service provides the highest level of resources to each SQL statement.
- Low
This property is required. string - The database service provides the least level of resources to each SQL statement.
- Medium
This property is required. string - The database service provides a lower level of resources to each SQL statement.
- High
This property is required. string - The database service provides the highest level of resources to each SQL statement.
- Low
This property is required. string - The database service provides the least level of resources to each SQL statement.
- Medium
This property is required. string - The database service provides a lower level of resources to each SQL statement.
- high
This property is required. String - The database service provides the highest level of resources to each SQL statement.
- low
This property is required. String - The database service provides the least level of resources to each SQL statement.
- medium
This property is required. String - The database service provides a lower level of resources to each SQL statement.
- high
This property is required. string - The database service provides the highest level of resources to each SQL statement.
- low
This property is required. string - The database service provides the least level of resources to each SQL statement.
- medium
This property is required. string - The database service provides a lower level of resources to each SQL statement.
- high
This property is required. str - The database service provides the highest level of resources to each SQL statement.
- low
This property is required. str - The database service provides the least level of resources to each SQL statement.
- medium
This property is required. str - The database service provides a lower level of resources to each SQL statement.
- high
This property is required. String - The database service provides the highest level of resources to each SQL statement.
- low
This property is required. String - The database service provides the least level of resources to each SQL statement.
- medium
This property is required. String - The database service provides a lower level of resources to each SQL statement.
GetAutonomousDatabasePropertyConnectionStringProfile
- Consumer
Group This property is required. string - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- Display
Name This property is required. string - The display name for the database connection.
- Host
Format This property is required. string - The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- Is
Regional This property is required. bool - This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- Protocol
This property is required. string - The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- Session
Mode This property is required. string - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- Syntax
Format This property is required. string - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- Tls
Authentication This property is required. string - This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- Value
This property is required. string - The value of the connection string.
- Consumer
Group This property is required. string - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- Display
Name This property is required. string - The display name for the database connection.
- Host
Format This property is required. string - The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- Is
Regional This property is required. bool - This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- Protocol
This property is required. string - The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- Session
Mode This property is required. string - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- Syntax
Format This property is required. string - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- Tls
Authentication This property is required. string - This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- Value
This property is required. string - The value of the connection string.
- consumer
Group This property is required. String - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- display
Name This property is required. String - The display name for the database connection.
- host
Format This property is required. String - The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- is
Regional This property is required. Boolean - This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- protocol
This property is required. String - The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- session
Mode This property is required. String - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntax
Format This property is required. String - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tls
Authentication This property is required. String - This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- value
This property is required. String - The value of the connection string.
- consumer
Group This property is required. string - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- display
Name This property is required. string - The display name for the database connection.
- host
Format This property is required. string - The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- is
Regional This property is required. boolean - This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- protocol
This property is required. string - The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- session
Mode This property is required. string - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntax
Format This property is required. string - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tls
Authentication This property is required. string - This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- value
This property is required. string - The value of the connection string.
- consumer_
group This property is required. str - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- display_
name This property is required. str - The display name for the database connection.
- host_
format This property is required. str - The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- is_
regional This property is required. bool - This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- protocol
This property is required. str - The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- session_
mode This property is required. str - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntax_
format This property is required. str - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tls_
authentication This property is required. str - This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- value
This property is required. str - The value of the connection string.
- consumer
Group This property is required. String - The current consumer group being used by the connection. Possible values: CONSUMER_GROUP_UNSPECIFIED HIGH MEDIUM LOW TP TPURGENT
- display
Name This property is required. String - The display name for the database connection.
- host
Format This property is required. String - The host name format being currently used in connection string. Possible values: HOST_FORMAT_UNSPECIFIED FQDN IP
- is
Regional This property is required. Boolean - This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.
- protocol
This property is required. String - The protocol being used by the connection. Possible values: PROTOCOL_UNSPECIFIED TCP TCPS
- session
Mode This property is required. String - The current session mode of the connection. Possible values: SESSION_MODE_UNSPECIFIED DIRECT INDIRECT
- syntax
Format This property is required. String - The syntax of the connection string. Possible values: SYNTAX_FORMAT_UNSPECIFIED LONG EZCONNECT EZCONNECTPLUS
- tls
Authentication This property is required. String - This field indicates the TLS authentication type of the connection. Possible values: TLS_AUTHENTICATION_UNSPECIFIED SERVER MUTUAL
- value
This property is required. String - The value of the connection string.
GetAutonomousDatabasePropertyConnectionUrl
- Apex
Uri This property is required. string - Oracle Application Express (APEX) URL.
- Database
Transforms Uri This property is required. string - The URL of the Database Transforms for the Autonomous Database.
- Graph
Studio Uri This property is required. string - The URL of the Graph Studio for the Autonomous Database.
- Machine
Learning Notebook Uri This property is required. string - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- Machine
Learning User Management Uri This property is required. string - The URL of Machine Learning user management the Autonomous Database.
- Mongo
Db Uri This property is required. string - The URL of the MongoDB API for the Autonomous Database.
- Ords
Uri This property is required. string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- Sql
Dev Web Uri This property is required. string - The URL of the Oracle SQL Developer Web for the Autonomous Database.
- Apex
Uri This property is required. string - Oracle Application Express (APEX) URL.
- Database
Transforms Uri This property is required. string - The URL of the Database Transforms for the Autonomous Database.
- Graph
Studio Uri This property is required. string - The URL of the Graph Studio for the Autonomous Database.
- Machine
Learning Notebook Uri This property is required. string - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- Machine
Learning User Management Uri This property is required. string - The URL of Machine Learning user management the Autonomous Database.
- Mongo
Db Uri This property is required. string - The URL of the MongoDB API for the Autonomous Database.
- Ords
Uri This property is required. string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- Sql
Dev Web Uri This property is required. string - The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apex
Uri This property is required. String - Oracle Application Express (APEX) URL.
- database
Transforms Uri This property is required. String - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio Uri This property is required. String - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning Notebook Uri This property is required. String - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning User Management Uri This property is required. String - The URL of Machine Learning user management the Autonomous Database.
- mongo
Db Uri This property is required. String - The URL of the MongoDB API for the Autonomous Database.
- ords
Uri This property is required. String - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev Web Uri This property is required. String - The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apex
Uri This property is required. string - Oracle Application Express (APEX) URL.
- database
Transforms Uri This property is required. string - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio Uri This property is required. string - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning Notebook Uri This property is required. string - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning User Management Uri This property is required. string - The URL of Machine Learning user management the Autonomous Database.
- mongo
Db Uri This property is required. string - The URL of the MongoDB API for the Autonomous Database.
- ords
Uri This property is required. string - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev Web Uri This property is required. string - The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apex_
uri This property is required. str - Oracle Application Express (APEX) URL.
- database_
transforms_ uri This property is required. str - The URL of the Database Transforms for the Autonomous Database.
- graph_
studio_ uri This property is required. str - The URL of the Graph Studio for the Autonomous Database.
- machine_
learning_ notebook_ uri This property is required. str - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine_
learning_ user_ management_ uri This property is required. str - The URL of Machine Learning user management the Autonomous Database.
- mongo_
db_ uri This property is required. str - The URL of the MongoDB API for the Autonomous Database.
- ords_
uri This property is required. str - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql_
dev_ web_ uri This property is required. str - The URL of the Oracle SQL Developer Web for the Autonomous Database.
- apex
Uri This property is required. String - Oracle Application Express (APEX) URL.
- database
Transforms Uri This property is required. String - The URL of the Database Transforms for the Autonomous Database.
- graph
Studio Uri This property is required. String - The URL of the Graph Studio for the Autonomous Database.
- machine
Learning Notebook Uri This property is required. String - The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.
- machine
Learning User Management Uri This property is required. String - The URL of Machine Learning user management the Autonomous Database.
- mongo
Db Uri This property is required. String - The URL of the MongoDB API for the Autonomous Database.
- ords
Uri This property is required. String - The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.
- sql
Dev Web Uri This property is required. String - The URL of the Oracle SQL Developer Web for the Autonomous Database.
GetAutonomousDatabasePropertyCustomerContact
- Email
This property is required. string - The email address used by Oracle to send notifications regarding databases and infrastructure.
- Email
This property is required. string - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. String - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. string - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. str - The email address used by Oracle to send notifications regarding databases and infrastructure.
- email
This property is required. String - The email address used by Oracle to send notifications regarding databases and infrastructure.
GetAutonomousDatabasePropertyLocalStandbyDb
- Data
Guard Role Changed Time This property is required. string - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- Disaster
Recovery Role Changed Time This property is required. string - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Lag
Time Duration This property is required. string - The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- Lifecycle
Details This property is required. string - The additional details about the current lifecycle state of the Autonomous Database.
- State
This property is required. string - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- Data
Guard Role Changed Time This property is required. string - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- Disaster
Recovery Role Changed Time This property is required. string - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- Lag
Time Duration This property is required. string - The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- Lifecycle
Details This property is required. string - The additional details about the current lifecycle state of the Autonomous Database.
- State
This property is required. string - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- data
Guard Role Changed Time This property is required. String - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disaster
Recovery Role Changed Time This property is required. String - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lag
Time Duration This property is required. String - The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- lifecycle
Details This property is required. String - The additional details about the current lifecycle state of the Autonomous Database.
- state
This property is required. String - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- data
Guard Role Changed Time This property is required. string - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disaster
Recovery Role Changed Time This property is required. string - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lag
Time Duration This property is required. string - The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- lifecycle
Details This property is required. string - The additional details about the current lifecycle state of the Autonomous Database.
- state
This property is required. string - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- data_
guard_ role_ changed_ time This property is required. str - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disaster_
recovery_ role_ changed_ time This property is required. str - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lag_
time_ duration This property is required. str - The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- lifecycle_
details This property is required. str - The additional details about the current lifecycle state of the Autonomous Database.
- state
This property is required. str - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
- data
Guard Role Changed Time This property is required. String - The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.
- disaster
Recovery Role Changed Time This property is required. String - The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
- lag
Time Duration This property is required. String - The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.
- lifecycle
Details This property is required. String - The additional details about the current lifecycle state of the Autonomous Database.
- state
This property is required. String - Possible values: STATE_UNSPECIFIED PROVISIONING AVAILABLE STOPPING STOPPED STARTING TERMINATING TERMINATED UNAVAILABLE RESTORE_IN_PROGRESS RESTORE_FAILED BACKUP_IN_PROGRESS SCALE_IN_PROGRESS AVAILABLE_NEEDS_ATTENTION UPDATING MAINTENANCE_IN_PROGRESS RESTARTING RECREATING ROLE_CHANGE_IN_PROGRESS UPGRADING INACCESSIBLE STANDBY
GetAutonomousDatabasePropertyScheduledOperationDetail
- Day
Of Week This property is required. string - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- Start
Times This property is required. List<GetAutonomous 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 This property is required. List<GetAutonomous 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 Week This property is required. string - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- Start
Times This property is required. []GetAutonomous 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 This property is required. []GetAutonomous 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 Week This property is required. String - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- start
Times This property is required. List<GetAutonomous 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 This property is required. List<GetAutonomous 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 Week This property is required. string - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- start
Times This property is required. GetAutonomous 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 This property is required. GetAutonomous 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_ week This property is required. str - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- start_
times This property is required. Sequence[GetAutonomous 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 This property is required. Sequence[GetAutonomous 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 Week This property is required. String - Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY
- start
Times This property is required. List<Property Map> - Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
- stop
Times This property is required. List<Property Map> - Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
GetAutonomousDatabasePropertyScheduledOperationDetailStartTime
- Hours
This property is required. int - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes
This property is required. int - Minutes of hour of day. Must be from 0 to 59.
- Nanos
This property is required. int - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds
This property is required. int - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- Hours
This property is required. int - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes
This property is required. int - Minutes of hour of day. Must be from 0 to 59.
- Nanos
This property is required. int - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds
This property is required. int - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours
This property is required. Integer - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes
This property is required. Integer - Minutes of hour of day. Must be from 0 to 59.
- nanos
This property is required. Integer - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds
This property is required. Integer - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours
This property is required. number - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes
This property is required. number - Minutes of hour of day. Must be from 0 to 59.
- nanos
This property is required. number - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds
This property is required. number - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours
This property is required. int - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes
This property is required. int - Minutes of hour of day. Must be from 0 to 59.
- nanos
This property is required. int - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds
This property is required. int - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours
This property is required. Number - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes
This property is required. Number - Minutes of hour of day. Must be from 0 to 59.
- nanos
This property is required. Number - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds
This property is required. Number - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
GetAutonomousDatabasePropertyScheduledOperationDetailStopTime
- Hours
This property is required. int - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes
This property is required. int - Minutes of hour of day. Must be from 0 to 59.
- Nanos
This property is required. int - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds
This property is required. int - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- Hours
This property is required. int - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes
This property is required. int - Minutes of hour of day. Must be from 0 to 59.
- Nanos
This property is required. int - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds
This property is required. int - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours
This property is required. Integer - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes
This property is required. Integer - Minutes of hour of day. Must be from 0 to 59.
- nanos
This property is required. Integer - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds
This property is required. Integer - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours
This property is required. number - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes
This property is required. number - Minutes of hour of day. Must be from 0 to 59.
- nanos
This property is required. number - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds
This property is required. number - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours
This property is required. int - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes
This property is required. int - Minutes of hour of day. Must be from 0 to 59.
- nanos
This property is required. int - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds
This property is required. int - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours
This property is required. Number - Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes
This property is required. Number - Minutes of hour of day. Must be from 0 to 59.
- nanos
This property is required. Number - Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds
This property is required. Number - Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-beta
Terraform Provider.