oci.Database.getDbSystems
Explore with Pulumi AI
This data source provides the list of Db Systems in Oracle Cloud Infrastructure Database service.
Lists the DB systems in the specified compartment. You can specify a backupId
to list only the DB systems that support creating a database using this backup in this compartment.
Note: Deprecated for Exadata Cloud Service systems. Use the new resource model APIs instead.
For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See Switching an Exadata DB System to the New Resource Model and APIs for details on converting existing Exadata DB systems to the new resource model.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDbSystems = oci.Database.getDbSystems({
compartmentId: compartmentId,
availabilityDomain: dbSystemAvailabilityDomain,
backupId: testBackup.id,
displayName: dbSystemDisplayName,
state: dbSystemState,
});
import pulumi
import pulumi_oci as oci
test_db_systems = oci.Database.get_db_systems(compartment_id=compartment_id,
availability_domain=db_system_availability_domain,
backup_id=test_backup["id"],
display_name=db_system_display_name,
state=db_system_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := database.GetDbSystems(ctx, &database.GetDbSystemsArgs{
CompartmentId: compartmentId,
AvailabilityDomain: pulumi.StringRef(dbSystemAvailabilityDomain),
BackupId: pulumi.StringRef(testBackup.Id),
DisplayName: pulumi.StringRef(dbSystemDisplayName),
State: pulumi.StringRef(dbSystemState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testDbSystems = Oci.Database.GetDbSystems.Invoke(new()
{
CompartmentId = compartmentId,
AvailabilityDomain = dbSystemAvailabilityDomain,
BackupId = testBackup.Id,
DisplayName = dbSystemDisplayName,
State = dbSystemState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetDbSystemsArgs;
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 testDbSystems = DatabaseFunctions.getDbSystems(GetDbSystemsArgs.builder()
.compartmentId(compartmentId)
.availabilityDomain(dbSystemAvailabilityDomain)
.backupId(testBackup.id())
.displayName(dbSystemDisplayName)
.state(dbSystemState)
.build());
}
}
variables:
testDbSystems:
fn::invoke:
function: oci:Database:getDbSystems
arguments:
compartmentId: ${compartmentId}
availabilityDomain: ${dbSystemAvailabilityDomain}
backupId: ${testBackup.id}
displayName: ${dbSystemDisplayName}
state: ${dbSystemState}
Using getDbSystems
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 getDbSystems(args: GetDbSystemsArgs, opts?: InvokeOptions): Promise<GetDbSystemsResult>
function getDbSystemsOutput(args: GetDbSystemsOutputArgs, opts?: InvokeOptions): Output<GetDbSystemsResult>
def get_db_systems(availability_domain: Optional[str] = None,
backup_id: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_database.GetDbSystemsFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbSystemsResult
def get_db_systems_output(availability_domain: Optional[pulumi.Input[str]] = None,
backup_id: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetDbSystemsFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbSystemsResult]
func GetDbSystems(ctx *Context, args *GetDbSystemsArgs, opts ...InvokeOption) (*GetDbSystemsResult, error)
func GetDbSystemsOutput(ctx *Context, args *GetDbSystemsOutputArgs, opts ...InvokeOption) GetDbSystemsResultOutput
> Note: This function is named GetDbSystems
in the Go SDK.
public static class GetDbSystems
{
public static Task<GetDbSystemsResult> InvokeAsync(GetDbSystemsArgs args, InvokeOptions? opts = null)
public static Output<GetDbSystemsResult> Invoke(GetDbSystemsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDbSystemsResult> getDbSystems(GetDbSystemsArgs args, InvokeOptions options)
public static Output<GetDbSystemsResult> getDbSystems(GetDbSystemsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getDbSystems:getDbSystems
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The compartment OCID.
- Availability
Domain string - A filter to return only resources that match the given availability domain exactly.
- Backup
Id string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
Changes to this property will trigger replacement.
Db Systems Filter> - State string
- A filter to return only resources that match the given lifecycle state exactly.
- Compartment
Id This property is required. string - The compartment OCID.
- Availability
Domain string - A filter to return only resources that match the given availability domain exactly.
- Backup
Id string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- Display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Filters
Changes to this property will trigger replacement.
Db Systems Filter - State string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id This property is required. String - The compartment OCID.
- availability
Domain String - A filter to return only resources that match the given availability domain exactly.
- backup
Id String - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Db Systems Filter> - state String
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id This property is required. string - The compartment OCID.
- availability
Domain string - A filter to return only resources that match the given availability domain exactly.
- backup
Id string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- display
Name string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Db Systems Filter[] - state string
- A filter to return only resources that match the given lifecycle state exactly.
- compartment_
id This property is required. str - The compartment OCID.
- availability_
domain str - A filter to return only resources that match the given availability domain exactly.
- backup_
id str - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- display_
name str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
Get Db Systems Filter] - state str
- A filter to return only resources that match the given lifecycle state exactly.
- compartment
Id This property is required. String - The compartment OCID.
- availability
Domain String - A filter to return only resources that match the given availability domain exactly.
- backup
Id String - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- display
Name String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- filters
Changes to this property will trigger replacement.
- state String
- A filter to return only resources that match the given lifecycle state exactly.
getDbSystems Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Db
Systems List<GetDb Systems Db System> - The list of db_systems.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - The name of the availability domain that the DB system is located in.
- Backup
Id string - Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Filters
List<Get
Db Systems Filter> - State string
- The current state of the DB system.
- Compartment
Id string - The OCID of the compartment.
- Db
Systems []GetDb Systems Db System - The list of db_systems.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - The name of the availability domain that the DB system is located in.
- Backup
Id string - Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Filters
[]Get
Db Systems Filter - State string
- The current state of the DB system.
- compartment
Id String - The OCID of the compartment.
- db
Systems List<GetDb Systems Db System> - The list of db_systems.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - The name of the availability domain that the DB system is located in.
- backup
Id String - display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- filters
List<Get
Db Systems Filter> - state String
- The current state of the DB system.
- compartment
Id string - The OCID of the compartment.
- db
Systems GetDb Systems Db System[] - The list of db_systems.
- id string
- The provider-assigned unique ID for this managed resource.
- availability
Domain string - The name of the availability domain that the DB system is located in.
- backup
Id string - display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- filters
Get
Db Systems Filter[] - state string
- The current state of the DB system.
- compartment_
id str - The OCID of the compartment.
- db_
systems Sequence[database.Get Db Systems Db System] - The list of db_systems.
- id str
- The provider-assigned unique ID for this managed resource.
- availability_
domain str - The name of the availability domain that the DB system is located in.
- backup_
id str - display_
name str - The user-friendly name for the DB system. The name does not have to be unique.
- filters
Sequence[database.
Get Db Systems Filter] - state str
- The current state of the DB system.
- compartment
Id String - The OCID of the compartment.
- db
Systems List<Property Map> - The list of db_systems.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - The name of the availability domain that the DB system is located in.
- backup
Id String - display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- filters List<Property Map>
- state String
- The current state of the DB system.
Supporting Types
GetDbSystemsDbSystem
- Availability
Domain This property is required. string - A filter to return only resources that match the given availability domain exactly.
- Backup
Network Nsg Ids This property is required. List<string> - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- Backup
Subnet Id This property is required. string - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- Cluster
Name This property is required. string - The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- Compartment
Id This property is required. string - The compartment OCID.
- Cpu
Core Count This property is required. int - The number of CPU cores enabled on the DB system.
- Data
Collection Options This property is required. List<GetDb Systems Db System Data Collection Option> - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- Data
Storage Percentage This property is required. int - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 40 and 80. The default is 80 percent assigned to DATA storage. Not applicable for virtual machine DB systems. Required for BMDBs.
- Data
Storage Size In Gb This property is required. int - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. Required for VMDBs.
- Database
Edition This property is required. string - The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- Db
Homes This property is required. List<GetDb Systems Db System Db Home> - Db
System Options This property is required. List<GetDb Systems Db System Db System Option> - The DB system options.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Disk
Redundancy This property is required. string - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain
This property is required. string - The domain name for the DB system.
- Fault
Domains This property is required. List<string> - List of the Fault Domains in which this DB system is provisioned.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
This property is required. string - The hostname for the DB system.
- Id
This property is required. string - The OCID of the DB system.
- Iorm
Config Caches This property is required. List<GetDb Systems Db System Iorm Config Cach> - Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - Last
Maintenance Run Id This property is required. string - The OCID of the last maintenance run.
- Last
Patch History Entry Id This property is required. string - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- License
Model This property is required. string - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Listener
Port This property is required. int - The port number configured for the listener on the DB system.
- Maintenance
Window Details This property is required. List<GetDb Systems Db System Maintenance Window Detail> - Maintenance
Windows This property is required. List<GetDb Systems Db System Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Memory
Size In Gbs This property is required. int - Memory allocated to the DB system, in gigabytes.
- Next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- Node
Count This property is required. int - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- Nsg
Ids This property is required. List<string> - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- Os
Version This property is required. string - The most recent OS Patch Version applied on the DB system.
- Point
In Time Data Disk Clone Timestamp This property is required. string - The point in time for a cloned database system when the data disks were cloned from the source database system, as described in RFC 3339.
- Private
Ip This property is required. string - Private
Ip V6 This property is required. string - Reco
Storage Size In Gb This property is required. int - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- Scan
Dns Name This property is required. string - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Dns Record Id This property is required. string - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Ip Ids This property is required. List<string> - The OCID of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system. SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- Scan
Ipv6ids This property is required. List<string> - The OCID of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system. SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- Security
Attributes This property is required. Dictionary<string, string> - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- Shape
This property is required. string - The shape of the DB system. The shape determines resources to allocate to the DB system.
- For virtual machine shapes, the number of CPU cores and memory
- For bare metal and Exadata shapes, the number of CPU cores, storage, and memory
- Source
This property is required. string - Source
Db System Id This property is required. string - The OCID of the DB system.
- Sparse
Diskgroup This property is required. bool - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured. Only applied for Exadata shape.
- Ssh
Public Keys This property is required. List<string> - The public key portion of one or more key pairs used for SSH access to the DB system.
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Storage
Volume Performance Mode This property is required. string - The block storage volume performance level. Valid values are
BALANCED
andHIGH_PERFORMANCE
. See Block Volume Performance for more information. - Subnet
Id This property is required. string - The OCID of the subnet the DB system is associated with.
- Time
Created This property is required. string - The date and time the DB system was created.
- Time
Zone This property is required. string - The time zone of the DB system. For details, see DB System Time Zones.
- Version
This property is required. string - The Oracle Database version of the DB system.
- Vip
Ids This property is required. List<string> - The OCID of the virtual IPv4 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
- Vipv6ids
This property is required. List<string> - The OCID of the virtual IPv6 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- Zone
Id This property is required. string - The OCID of the zone the DB system is associated with.
- Availability
Domain This property is required. string - A filter to return only resources that match the given availability domain exactly.
- Backup
Network Nsg Ids This property is required. []string - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- Backup
Subnet Id This property is required. string - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- Cluster
Name This property is required. string - The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- Compartment
Id This property is required. string - The compartment OCID.
- Cpu
Core Count This property is required. int - The number of CPU cores enabled on the DB system.
- Data
Collection Options This property is required. []GetDb Systems Db System Data Collection Option - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- Data
Storage Percentage This property is required. int - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 40 and 80. The default is 80 percent assigned to DATA storage. Not applicable for virtual machine DB systems. Required for BMDBs.
- Data
Storage Size In Gb This property is required. int - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. Required for VMDBs.
- Database
Edition This property is required. string - The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- Db
Homes This property is required. []GetDb Systems Db System Db Home - Db
System Options This property is required. []GetDb Systems Db System Db System Option - The DB system options.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Disk
Redundancy This property is required. string - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- Domain
This property is required. string - The domain name for the DB system.
- Fault
Domains This property is required. []string - List of the Fault Domains in which this DB system is provisioned.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Hostname
This property is required. string - The hostname for the DB system.
- Id
This property is required. string - The OCID of the DB system.
- Iorm
Config Caches This property is required. []GetDb Systems Db System Iorm Config Cach - Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - Last
Maintenance Run Id This property is required. string - The OCID of the last maintenance run.
- Last
Patch History Entry Id This property is required. string - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- License
Model This property is required. string - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Listener
Port This property is required. int - The port number configured for the listener on the DB system.
- Maintenance
Window Details This property is required. []GetDb Systems Db System Maintenance Window Detail - Maintenance
Windows This property is required. []GetDb Systems Db System Maintenance Window - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Memory
Size In Gbs This property is required. int - Memory allocated to the DB system, in gigabytes.
- Next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- Node
Count This property is required. int - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- Nsg
Ids This property is required. []string - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- Os
Version This property is required. string - The most recent OS Patch Version applied on the DB system.
- Point
In Time Data Disk Clone Timestamp This property is required. string - The point in time for a cloned database system when the data disks were cloned from the source database system, as described in RFC 3339.
- Private
Ip This property is required. string - Private
Ip V6 This property is required. string - Reco
Storage Size In Gb This property is required. int - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- Scan
Dns Name This property is required. string - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Dns Record Id This property is required. string - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Ip Ids This property is required. []string - The OCID of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system. SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- Scan
Ipv6ids This property is required. []string - The OCID of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system. SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- Security
Attributes This property is required. map[string]string - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- Shape
This property is required. string - The shape of the DB system. The shape determines resources to allocate to the DB system.
- For virtual machine shapes, the number of CPU cores and memory
- For bare metal and Exadata shapes, the number of CPU cores, storage, and memory
- Source
This property is required. string - Source
Db System Id This property is required. string - The OCID of the DB system.
- Sparse
Diskgroup This property is required. bool - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured. Only applied for Exadata shape.
- Ssh
Public Keys This property is required. []string - The public key portion of one or more key pairs used for SSH access to the DB system.
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Storage
Volume Performance Mode This property is required. string - The block storage volume performance level. Valid values are
BALANCED
andHIGH_PERFORMANCE
. See Block Volume Performance for more information. - Subnet
Id This property is required. string - The OCID of the subnet the DB system is associated with.
- Time
Created This property is required. string - The date and time the DB system was created.
- Time
Zone This property is required. string - The time zone of the DB system. For details, see DB System Time Zones.
- Version
This property is required. string - The Oracle Database version of the DB system.
- Vip
Ids This property is required. []string - The OCID of the virtual IPv4 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
- Vipv6ids
This property is required. []string - The OCID of the virtual IPv6 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- Zone
Id This property is required. string - The OCID of the zone the DB system is associated with.
- availability
Domain This property is required. String - A filter to return only resources that match the given availability domain exactly.
- backup
Network Nsg Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup
Subnet Id This property is required. String - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster
Name This property is required. String - The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- compartment
Id This property is required. String - The compartment OCID.
- cpu
Core Count This property is required. Integer - The number of CPU cores enabled on the DB system.
- data
Collection Options This property is required. List<GetDb Systems Db System Data Collection Option> - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- data
Storage Percentage This property is required. Integer - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 40 and 80. The default is 80 percent assigned to DATA storage. Not applicable for virtual machine DB systems. Required for BMDBs.
- data
Storage Size In Gb This property is required. Integer - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. Required for VMDBs.
- database
Edition This property is required. String - The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- db
Homes This property is required. List<GetDb Systems Db System Db Home> - db
System Options This property is required. List<GetDb Systems Db System Db System Option> - The DB system options.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy This property is required. String - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain
This property is required. String - The domain name for the DB system.
- fault
Domains This property is required. List<String> - List of the Fault Domains in which this DB system is provisioned.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
This property is required. String - The hostname for the DB system.
- id
This property is required. String - The OCID of the DB system.
- iorm
Config Caches This property is required. List<GetDb Systems Db System Iorm Config Cach> - kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - last
Maintenance Run Id This property is required. String - The OCID of the last maintenance run.
- last
Patch History Entry Id This property is required. String - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license
Model This property is required. String - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- listener
Port This property is required. Integer - The port number configured for the listener on the DB system.
- maintenance
Window Details This property is required. List<GetDb Systems Db System Maintenance Window Detail> - maintenance
Windows This property is required. List<GetDb Systems Db System Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- memory
Size In Gbs This property is required. Integer - Memory allocated to the DB system, in gigabytes.
- next
Maintenance Run Id This property is required. String - The OCID of the next maintenance run.
- node
Count This property is required. Integer - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg
Ids This property is required. List<String> - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- os
Version This property is required. String - The most recent OS Patch Version applied on the DB system.
- point
In Time Data Disk Clone Timestamp This property is required. String - The point in time for a cloned database system when the data disks were cloned from the source database system, as described in RFC 3339.
- private
Ip This property is required. String - private
Ip V6 This property is required. String - reco
Storage Size In Gb This property is required. Integer - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan
Dns Name This property is required. String - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Dns Record Id This property is required. String - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Ip Ids This property is required. List<String> - The OCID of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system. SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan
Ipv6ids This property is required. List<String> - The OCID of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system. SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- security
Attributes This property is required. Map<String,String> - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shape
This property is required. String - The shape of the DB system. The shape determines resources to allocate to the DB system.
- For virtual machine shapes, the number of CPU cores and memory
- For bare metal and Exadata shapes, the number of CPU cores, storage, and memory
- source
This property is required. String - source
Db System Id This property is required. String - The OCID of the DB system.
- sparse
Diskgroup This property is required. Boolean - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured. Only applied for Exadata shape.
- ssh
Public Keys This property is required. List<String> - The public key portion of one or more key pairs used for SSH access to the DB system.
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- storage
Volume Performance Mode This property is required. String - The block storage volume performance level. Valid values are
BALANCED
andHIGH_PERFORMANCE
. See Block Volume Performance for more information. - subnet
Id This property is required. String - The OCID of the subnet the DB system is associated with.
- time
Created This property is required. String - The date and time the DB system was created.
- time
Zone This property is required. String - The time zone of the DB system. For details, see DB System Time Zones.
- version
This property is required. String - The Oracle Database version of the DB system.
- vip
Ids This property is required. List<String> - The OCID of the virtual IPv4 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
- vipv6ids
This property is required. List<String> - The OCID of the virtual IPv6 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- zone
Id This property is required. String - The OCID of the zone the DB system is associated with.
- availability
Domain This property is required. string - A filter to return only resources that match the given availability domain exactly.
- backup
Network Nsg Ids This property is required. string[] - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup
Subnet Id This property is required. string - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster
Name This property is required. string - The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- compartment
Id This property is required. string - The compartment OCID.
- cpu
Core Count This property is required. number - The number of CPU cores enabled on the DB system.
- data
Collection Options This property is required. GetDb Systems Db System Data Collection Option[] - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- data
Storage Percentage This property is required. number - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 40 and 80. The default is 80 percent assigned to DATA storage. Not applicable for virtual machine DB systems. Required for BMDBs.
- data
Storage Size In Gb This property is required. number - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. Required for VMDBs.
- database
Edition This property is required. string - The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- db
Homes This property is required. GetDb Systems Db System Db Home[] - db
System Options This property is required. GetDb Systems Db System Db System Option[] - The DB system options.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy This property is required. string - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain
This property is required. string - The domain name for the DB system.
- fault
Domains This property is required. string[] - List of the Fault Domains in which this DB system is provisioned.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
This property is required. string - The hostname for the DB system.
- id
This property is required. string - The OCID of the DB system.
- iorm
Config Caches This property is required. GetDb Systems Db System Iorm Config Cach[] - kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. string - last
Maintenance Run Id This property is required. string - The OCID of the last maintenance run.
- last
Patch History Entry Id This property is required. string - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license
Model This property is required. string - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- listener
Port This property is required. number - The port number configured for the listener on the DB system.
- maintenance
Window Details This property is required. GetDb Systems Db System Maintenance Window Detail[] - maintenance
Windows This property is required. GetDb Systems Db System Maintenance Window[] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- memory
Size In Gbs This property is required. number - Memory allocated to the DB system, in gigabytes.
- next
Maintenance Run Id This property is required. string - The OCID of the next maintenance run.
- node
Count This property is required. number - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg
Ids This property is required. string[] - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- os
Version This property is required. string - The most recent OS Patch Version applied on the DB system.
- point
In Time Data Disk Clone Timestamp This property is required. string - The point in time for a cloned database system when the data disks were cloned from the source database system, as described in RFC 3339.
- private
Ip This property is required. string - private
Ip V6 This property is required. string - reco
Storage Size In Gb This property is required. number - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan
Dns Name This property is required. string - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Dns Record Id This property is required. string - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Ip Ids This property is required. string[] - The OCID of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system. SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan
Ipv6ids This property is required. string[] - The OCID of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system. SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- security
Attributes This property is required. {[key: string]: string} - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shape
This property is required. string - The shape of the DB system. The shape determines resources to allocate to the DB system.
- For virtual machine shapes, the number of CPU cores and memory
- For bare metal and Exadata shapes, the number of CPU cores, storage, and memory
- source
This property is required. string - source
Db System Id This property is required. string - The OCID of the DB system.
- sparse
Diskgroup This property is required. boolean - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured. Only applied for Exadata shape.
- ssh
Public Keys This property is required. string[] - The public key portion of one or more key pairs used for SSH access to the DB system.
- state
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- storage
Volume Performance Mode This property is required. string - The block storage volume performance level. Valid values are
BALANCED
andHIGH_PERFORMANCE
. See Block Volume Performance for more information. - subnet
Id This property is required. string - The OCID of the subnet the DB system is associated with.
- time
Created This property is required. string - The date and time the DB system was created.
- time
Zone This property is required. string - The time zone of the DB system. For details, see DB System Time Zones.
- version
This property is required. string - The Oracle Database version of the DB system.
- vip
Ids This property is required. string[] - The OCID of the virtual IPv4 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
- vipv6ids
This property is required. string[] - The OCID of the virtual IPv6 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- zone
Id This property is required. string - The OCID of the zone the DB system is associated with.
- availability_
domain This property is required. str - A filter to return only resources that match the given availability domain exactly.
- backup_
network_ nsg_ ids This property is required. Sequence[str] - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup_
subnet_ id This property is required. str - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster_
name This property is required. str - The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- compartment_
id This property is required. str - The compartment OCID.
- cpu_
core_ count This property is required. int - The number of CPU cores enabled on the DB system.
- data_
collection_ options This property is required. Sequence[database.Get Db Systems Db System Data Collection Option] - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- data_
storage_ percentage This property is required. int - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 40 and 80. The default is 80 percent assigned to DATA storage. Not applicable for virtual machine DB systems. Required for BMDBs.
- data_
storage_ size_ in_ gb This property is required. int - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. Required for VMDBs.
- database_
edition This property is required. str - The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- db_
homes This property is required. Sequence[database.Get Db Systems Db System Db Home] - db_
system_ options This property is required. Sequence[database.Get Db Systems Db System Db System Option] - The DB system options.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk_
redundancy This property is required. str - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain
This property is required. str - The domain name for the DB system.
- fault_
domains This property is required. Sequence[str] - List of the Fault Domains in which this DB system is provisioned.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
This property is required. str - The hostname for the DB system.
- id
This property is required. str - The OCID of the DB system.
- iorm_
config_ caches This property is required. Sequence[database.Get Db Systems Db System Iorm Config Cach] - kms_
key_ id This property is required. str - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms_
key_ version_ id This property is required. str - last_
maintenance_ run_ id This property is required. str - The OCID of the last maintenance run.
- last_
patch_ history_ entry_ id This property is required. str - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license_
model This property is required. str - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- listener_
port This property is required. int - The port number configured for the listener on the DB system.
- maintenance_
window_ details This property is required. Sequence[database.Get Db Systems Db System Maintenance Window Detail] - maintenance_
windows This property is required. Sequence[database.Get Db Systems Db System Maintenance Window] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- memory_
size_ in_ gbs This property is required. int - Memory allocated to the DB system, in gigabytes.
- next_
maintenance_ run_ id This property is required. str - The OCID of the next maintenance run.
- node_
count This property is required. int - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg_
ids This property is required. Sequence[str] - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- os_
version This property is required. str - The most recent OS Patch Version applied on the DB system.
- point_
in_ time_ data_ disk_ clone_ timestamp This property is required. str - The point in time for a cloned database system when the data disks were cloned from the source database system, as described in RFC 3339.
- private_
ip This property is required. str - private_
ip_ v6 This property is required. str - reco_
storage_ size_ in_ gb This property is required. int - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan_
dns_ name This property is required. str - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan_
dns_ record_ id This property is required. str - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan_
ip_ ids This property is required. Sequence[str] - The OCID of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system. SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan_
ipv6ids This property is required. Sequence[str] - The OCID of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system. SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- security_
attributes This property is required. Mapping[str, str] - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shape
This property is required. str - The shape of the DB system. The shape determines resources to allocate to the DB system.
- For virtual machine shapes, the number of CPU cores and memory
- For bare metal and Exadata shapes, the number of CPU cores, storage, and memory
- source
This property is required. str - source_
db_ system_ id This property is required. str - The OCID of the DB system.
- sparse_
diskgroup This property is required. bool - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured. Only applied for Exadata shape.
- ssh_
public_ keys This property is required. Sequence[str] - The public key portion of one or more key pairs used for SSH access to the DB system.
- state
This property is required. str - A filter to return only resources that match the given lifecycle state exactly.
- storage_
volume_ performance_ mode This property is required. str - The block storage volume performance level. Valid values are
BALANCED
andHIGH_PERFORMANCE
. See Block Volume Performance for more information. - subnet_
id This property is required. str - The OCID of the subnet the DB system is associated with.
- time_
created This property is required. str - The date and time the DB system was created.
- time_
zone This property is required. str - The time zone of the DB system. For details, see DB System Time Zones.
- version
This property is required. str - The Oracle Database version of the DB system.
- vip_
ids This property is required. Sequence[str] - The OCID of the virtual IPv4 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
- vipv6ids
This property is required. Sequence[str] - The OCID of the virtual IPv6 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- zone_
id This property is required. str - The OCID of the zone the DB system is associated with.
- availability
Domain This property is required. String - A filter to return only resources that match the given availability domain exactly.
- backup
Network Nsg Ids This property is required. List<String> - A list of the OCIDs of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. Applicable only to Exadata systems.
- backup
Subnet Id This property is required. String - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster
Name This property is required. String - The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
- compartment
Id This property is required. String - The compartment OCID.
- cpu
Core Count This property is required. Number - The number of CPU cores enabled on the DB system.
- data
Collection Options This property is required. List<Property Map> - Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
- data
Storage Percentage This property is required. Number - The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 40 and 80. The default is 80 percent assigned to DATA storage. Not applicable for virtual machine DB systems. Required for BMDBs.
- data
Storage Size In Gb This property is required. Number - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems. Required for VMDBs.
- database
Edition This property is required. String - The Oracle Database Edition that applies to all the databases on the DB system. Exadata DB systems and 2-node RAC DB systems require ENTERPRISE_EDITION_EXTREME_PERFORMANCE.
- db
Homes This property is required. List<Property Map> - db
System Options This property is required. List<Property Map> - The DB system options.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy This property is required. String - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
- domain
This property is required. String - The domain name for the DB system.
- fault
Domains This property is required. List<String> - List of the Fault Domains in which this DB system is provisioned.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- hostname
This property is required. String - The hostname for the DB system.
- id
This property is required. String - The OCID of the DB system.
- iorm
Config Caches This property is required. List<Property Map> - kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - last
Maintenance Run Id This property is required. String - The OCID of the last maintenance run.
- last
Patch History Entry Id This property is required. String - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license
Model This property is required. String - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- listener
Port This property is required. Number - The port number configured for the listener on the DB system.
- maintenance
Window Details This property is required. List<Property Map> - maintenance
Windows This property is required. List<Property Map> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- memory
Size In Gbs This property is required. Number - Memory allocated to the DB system, in gigabytes.
- next
Maintenance Run Id This property is required. String - The OCID of the next maintenance run.
- node
Count This property is required. Number - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg
Ids This property is required. List<String> - The list of OCIDs for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions:
- A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
- os
Version This property is required. String - The most recent OS Patch Version applied on the DB system.
- point
In Time Data Disk Clone Timestamp This property is required. String - The point in time for a cloned database system when the data disks were cloned from the source database system, as described in RFC 3339.
- private
Ip This property is required. String - private
Ip V6 This property is required. String - reco
Storage Size In Gb This property is required. Number - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan
Dns Name This property is required. String - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Dns Record Id This property is required. String - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Ip Ids This property is required. List<String> - The OCID of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system. SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- scan
Ipv6ids This property is required. List<String> - The OCID of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system. SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
- security
Attributes This property is required. Map<String> - Security Attributes for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}
- shape
This property is required. String - The shape of the DB system. The shape determines resources to allocate to the DB system.
- For virtual machine shapes, the number of CPU cores and memory
- For bare metal and Exadata shapes, the number of CPU cores, storage, and memory
- source
This property is required. String - source
Db System Id This property is required. String - The OCID of the DB system.
- sparse
Diskgroup This property is required. Boolean - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured. Only applied for Exadata shape.
- ssh
Public Keys This property is required. List<String> - The public key portion of one or more key pairs used for SSH access to the DB system.
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- storage
Volume Performance Mode This property is required. String - The block storage volume performance level. Valid values are
BALANCED
andHIGH_PERFORMANCE
. See Block Volume Performance for more information. - subnet
Id This property is required. String - The OCID of the subnet the DB system is associated with.
- time
Created This property is required. String - The date and time the DB system was created.
- time
Zone This property is required. String - The time zone of the DB system. For details, see DB System Time Zones.
- version
This property is required. String - The Oracle Database version of the DB system.
- vip
Ids This property is required. List<String> - The OCID of the virtual IPv4 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
- vipv6ids
This property is required. List<String> - The OCID of the virtual IPv6 (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
- zone
Id This property is required. String - The OCID of the zone the DB system is associated with.
GetDbSystemsDbSystemDataCollectionOption
- Is
Diagnostics Events Enabled This property is required. bool - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - Is
Health Monitoring Enabled This property is required. bool - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - Is
Incident Logs Enabled This property is required. bool - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- Is
Diagnostics Events Enabled This property is required. bool - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - Is
Health Monitoring Enabled This property is required. bool - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - Is
Incident Logs Enabled This property is required. bool - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- is
Diagnostics Events Enabled This property is required. Boolean - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - is
Health Monitoring Enabled This property is required. Boolean - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - is
Incident Logs Enabled This property is required. Boolean - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- is
Diagnostics Events Enabled This property is required. boolean - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - is
Health Monitoring Enabled This property is required. boolean - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - is
Incident Logs Enabled This property is required. boolean - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- is_
diagnostics_ events_ enabled This property is required. bool - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - is_
health_ monitoring_ enabled This property is required. bool - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - is_
incident_ logs_ enabled This property is required. bool - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
- is
Diagnostics Events Enabled This property is required. Boolean - Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the
UpdateVmCluster
orupdateCloudVmCluster
API. - is
Health Monitoring Enabled This property is required. Boolean - Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the
UpdateVmCluster
,UpdateCloudVmCluster
orupdateDbsystem
API. - is
Incident Logs Enabled This property is required. Boolean - Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the
UpdateVmCluster
,updateCloudVmCluster
orupdateDbsystem
API.
GetDbSystemsDbSystemDbHome
- Create
Async This property is required. bool - Database
Software Image Id This property is required. string - Databases
This property is required. List<GetDb Systems Db System Db Home Database> - Db
Home Location This property is required. string - Db
Version This property is required. string This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the DB system.
- Is
Unified Auditing Enabled This property is required. bool - Last
Patch History Entry Id This property is required. string - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Time
Created This property is required. string - The date and time the DB system was created.
- Create
Async This property is required. bool - Database
Software Image Id This property is required. string - Databases
This property is required. []GetDb Systems Db System Db Home Database - Db
Home Location This property is required. string - Db
Version This property is required. string This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- Display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the DB system.
- Is
Unified Auditing Enabled This property is required. bool - Last
Patch History Entry Id This property is required. string - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Time
Created This property is required. string - The date and time the DB system was created.
- create
Async This property is required. Boolean - database
Software Image Id This property is required. String - databases
This property is required. List<GetDb Systems Db System Db Home> - db
Home Location This property is required. String - db
Version This property is required. String This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the DB system.
- is
Unified Auditing Enabled This property is required. Boolean - last
Patch History Entry Id This property is required. String - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- time
Created This property is required. String - The date and time the DB system was created.
- create
Async This property is required. boolean - database
Software Image Id This property is required. string - databases
This property is required. GetDb Systems Db System Db Home Database[] - db
Home Location This property is required. string - db
Version This property is required. string This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. string - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. string - The OCID of the DB system.
- is
Unified Auditing Enabled This property is required. boolean - last
Patch History Entry Id This property is required. string - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- state
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- time
Created This property is required. string - The date and time the DB system was created.
- create_
async This property is required. bool - database_
software_ image_ id This property is required. str - databases
This property is required. Sequence[database.Get Db Systems Db System Db Home Database] - db_
home_ location This property is required. str - db_
version This property is required. str This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display_
name This property is required. str - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. str - The OCID of the DB system.
- is_
unified_ auditing_ enabled This property is required. bool - last_
patch_ history_ entry_ id This property is required. str - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- state
This property is required. str - A filter to return only resources that match the given lifecycle state exactly.
- time_
created This property is required. str - The date and time the DB system was created.
- create
Async This property is required. Boolean - database
Software Image Id This property is required. String - databases
This property is required. List<Property Map> - db
Home Location This property is required. String - db
Version This property is required. String This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- display
Name This property is required. String - A filter to return only resources that match the entire display name given. The match is not case sensitive.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the DB system.
- is
Unified Auditing Enabled This property is required. Boolean - last
Patch History Entry Id This property is required. String - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- time
Created This property is required. String - The date and time the DB system was created.
GetDbSystemsDbSystemDbHomeDatabase
- Admin
Password This property is required. string - Backup
Id This property is required. string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- Backup
Tde Password This property is required. string - Character
Set This property is required. string - Connection
Strings This property is required. List<GetDb Systems Db System Db Home Database Connection String> - Database
Id This property is required. string - Database
Software Image Id This property is required. string - Db
Backup Configs This property is required. List<GetDb Systems Db System Db Home Database Db Backup Config> - Db
Domain This property is required. string - Db
Name This property is required. string - Db
Unique Name This property is required. string - Db
Workload This property is required. string This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
This property is required. Dictionary<string, string>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the DB system.
- Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Ncharacter
Set This property is required. string - Pdb
Name This property is required. string - Pluggable
Databases This property is required. List<string> - State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Tde
Wallet Password This property is required. string - Time
Created This property is required. string - The date and time the DB system was created.
- Time
Stamp For Point In Time Recovery This property is required. string - Vault
Id This property is required. string
- Admin
Password This property is required. string - Backup
Id This property is required. string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- Backup
Tde Password This property is required. string - Character
Set This property is required. string - Connection
Strings This property is required. []GetDb Systems Db System Db Home Database Connection String - Database
Id This property is required. string - Database
Software Image Id This property is required. string - Db
Backup Configs This property is required. []GetDb Systems Db System Db Home Database Db Backup Config - Db
Domain This property is required. string - Db
Name This property is required. string - Db
Unique Name This property is required. string - Db
Workload This property is required. string This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
This property is required. map[string]string- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id
This property is required. string - The OCID of the DB system.
- Kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Kms
Key Version Id This property is required. string - Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Ncharacter
Set This property is required. string - Pdb
Name This property is required. string - Pluggable
Databases This property is required. []string - State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Tde
Wallet Password This property is required. string - Time
Created This property is required. string - The date and time the DB system was created.
- Time
Stamp For Point In Time Recovery This property is required. string - Vault
Id This property is required. string
- admin
Password This property is required. String - backup
Id This property is required. String - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- backup
Tde Password This property is required. String - character
Set This property is required. String - connection
Strings This property is required. List<GetDb Systems Db System Db Home Connection String> - database
Id This property is required. String - database
Software Image Id This property is required. String - db
Backup Configs This property is required. List<GetDb Systems Db System Db Home Db Backup Config> - db
Domain This property is required. String - db
Name This property is required. String - db
Unique Name This property is required. String - db
Workload This property is required. String This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
This property is required. Map<String,String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the DB system.
- kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- ncharacter
Set This property is required. String - pdb
Name This property is required. String - pluggable
Databases This property is required. List<String> - state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- tde
Wallet Password This property is required. String - time
Created This property is required. String - The date and time the DB system was created.
- time
Stamp For Point In Time Recovery This property is required. String - vault
Id This property is required. String
- admin
Password This property is required. string - backup
Id This property is required. string - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- backup
Tde Password This property is required. string - character
Set This property is required. string - connection
Strings This property is required. GetDb Systems Db System Db Home Database Connection String[] - database
Id This property is required. string - database
Software Image Id This property is required. string - db
Backup Configs This property is required. GetDb Systems Db System Db Home Database Db Backup Config[] - db
Domain This property is required. string - db
Name This property is required. string - db
Unique Name This property is required. string - db
Workload This property is required. string This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
This property is required. {[key: string]: string}- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. string - The OCID of the DB system.
- kms
Key Id This property is required. string - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. string - lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- ncharacter
Set This property is required. string - pdb
Name This property is required. string - pluggable
Databases This property is required. string[] - state
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- tde
Wallet Password This property is required. string - time
Created This property is required. string - The date and time the DB system was created.
- time
Stamp For Point In Time Recovery This property is required. string - vault
Id This property is required. string
- admin_
password This property is required. str - backup_
id This property is required. str - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- backup_
tde_ password This property is required. str - character_
set This property is required. str - connection_
strings This property is required. Sequence[database.Get Db Systems Db System Db Home Database Connection String] - database_
id This property is required. str - database_
software_ image_ id This property is required. str - db_
backup_ configs This property is required. Sequence[database.Get Db Systems Db System Db Home Database Db Backup Config] - db_
domain This property is required. str - db_
name This property is required. str - db_
unique_ name This property is required. str - db_
workload This property is required. str This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
This property is required. Mapping[str, str]- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. str - The OCID of the DB system.
- kms_
key_ id This property is required. str - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms_
key_ version_ id This property is required. str - lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- ncharacter_
set This property is required. str - pdb_
name This property is required. str - pluggable_
databases This property is required. Sequence[str] - state
This property is required. str - A filter to return only resources that match the given lifecycle state exactly.
- tde_
wallet_ password This property is required. str - time_
created This property is required. str - The date and time the DB system was created.
- time_
stamp_ for_ point_ in_ time_ recovery This property is required. str - vault_
id This property is required. str
- admin
Password This property is required. String - backup
Id This property is required. String - The OCID of the backup. Specify a backupId to list only the DB systems or DB homes that support creating a database using this backup in this compartment.
- backup
Tde Password This property is required. String - character
Set This property is required. String - connection
Strings This property is required. List<Property Map> - database
Id This property is required. String - database
Software Image Id This property is required. String - db
Backup Configs This property is required. List<Property Map> - db
Domain This property is required. String - db
Name This property is required. String - db
Unique Name This property is required. String - db
Workload This property is required. String This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
This property is required. Map<String>- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id
This property is required. String - The OCID of the DB system.
- kms
Key Id This property is required. String - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- kms
Key Version Id This property is required. String - lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- ncharacter
Set This property is required. String - pdb
Name This property is required. String - pluggable
Databases This property is required. List<String> - state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- tde
Wallet Password This property is required. String - time
Created This property is required. String - The date and time the DB system was created.
- time
Stamp For Point In Time Recovery This property is required. String - vault
Id This property is required. String
GetDbSystemsDbSystemDbHomeDatabaseConnectionString
- All
Connection Strings This property is required. Dictionary<string, string> - Cdb
Default This property is required. string - Cdb
Ip Default This property is required. string
- All
Connection Strings This property is required. map[string]string - Cdb
Default This property is required. string - Cdb
Ip Default This property is required. string
- all
Connection Strings This property is required. Map<String,String> - cdb
Default This property is required. String - cdb
Ip Default This property is required. String
- all
Connection Strings This property is required. {[key: string]: string} - cdb
Default This property is required. string - cdb
Ip Default This property is required. string
- all_
connection_ strings This property is required. Mapping[str, str] - cdb_
default This property is required. str - cdb_
ip_ default This property is required. str
- all
Connection Strings This property is required. Map<String> - cdb
Default This property is required. String - cdb
Ip Default This property is required. String
GetDbSystemsDbSystemDbHomeDatabaseDbBackupConfig
- Auto
Backup Enabled This property is required. bool - Auto
Backup Window This property is required. string - Auto
Full Backup Day This property is required. string - Auto
Full Backup Window This property is required. string - Backup
Deletion Policy This property is required. string - Backup
Destination Details This property is required. List<GetDb Systems Db System Db Home Database Db Backup Config Backup Destination Detail> - Recovery
Window In Days This property is required. int - Run
Immediate Full Backup This property is required. bool
- Auto
Backup Enabled This property is required. bool - Auto
Backup Window This property is required. string - Auto
Full Backup Day This property is required. string - Auto
Full Backup Window This property is required. string - Backup
Deletion Policy This property is required. string - Backup
Destination Details This property is required. []GetDb Systems Db System Db Home Database Db Backup Config Backup Destination Detail - Recovery
Window In Days This property is required. int - Run
Immediate Full Backup This property is required. bool
- auto
Backup Enabled This property is required. Boolean - auto
Backup Window This property is required. String - auto
Full Backup Day This property is required. String - auto
Full Backup Window This property is required. String - backup
Deletion Policy This property is required. String - backup
Destination Details This property is required. List<GetDb Systems Db System Db Home Db Backup Config Backup Destination Detail> - recovery
Window In Days This property is required. Integer - run
Immediate Full Backup This property is required. Boolean
- auto
Backup Enabled This property is required. boolean - auto
Backup Window This property is required. string - auto
Full Backup Day This property is required. string - auto
Full Backup Window This property is required. string - backup
Deletion Policy This property is required. string - backup
Destination Details This property is required. GetDb Systems Db System Db Home Database Db Backup Config Backup Destination Detail[] - recovery
Window In Days This property is required. number - run
Immediate Full Backup This property is required. boolean
- auto_
backup_ enabled This property is required. bool - auto_
backup_ window This property is required. str - auto_
full_ backup_ day This property is required. str - auto_
full_ backup_ window This property is required. str - backup_
deletion_ policy This property is required. str - backup_
destination_ details This property is required. Sequence[database.Get Db Systems Db System Db Home Database Db Backup Config Backup Destination Detail] - recovery_
window_ in_ days This property is required. int - run_
immediate_ full_ backup This property is required. bool
- auto
Backup Enabled This property is required. Boolean - auto
Backup Window This property is required. String - auto
Full Backup Day This property is required. String - auto
Full Backup Window This property is required. String - backup
Deletion Policy This property is required. String - backup
Destination Details This property is required. List<Property Map> - recovery
Window In Days This property is required. Number - run
Immediate Full Backup This property is required. Boolean
GetDbSystemsDbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetail
- Dbrs
Policy Id This property is required. string - Id
This property is required. string - The OCID of the DB system.
- Type
This property is required. string
- Dbrs
Policy Id This property is required. string - Id
This property is required. string - The OCID of the DB system.
- Type
This property is required. string
- dbrs
Policy Id This property is required. String - id
This property is required. String - The OCID of the DB system.
- type
This property is required. String
- dbrs
Policy Id This property is required. string - id
This property is required. string - The OCID of the DB system.
- type
This property is required. string
- dbrs_
policy_ id This property is required. str - id
This property is required. str - The OCID of the DB system.
- type
This property is required. str
- dbrs
Policy Id This property is required. String - id
This property is required. String - The OCID of the DB system.
- type
This property is required. String
GetDbSystemsDbSystemDbSystemOption
- Storage
Management This property is required. string - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- Storage
Management This property is required. string - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- storage
Management This property is required. String - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- storage
Management This property is required. string - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- storage_
management This property is required. str - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- storage
Management This property is required. String - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
GetDbSystemsDbSystemIormConfigCach
- Db
Plans This property is required. List<GetDb Systems Db System Iorm Config Cach Db Plan> - Db
System Id This property is required. string - Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Objective
This property is required. string - State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- Db
Plans This property is required. []GetDb Systems Db System Iorm Config Cach Db Plan - Db
System Id This property is required. string - Lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- Objective
This property is required. string - State
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- db
Plans This property is required. List<GetDb Systems Db System Iorm Config Cach Db Plan> - db
System Id This property is required. String - lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- objective
This property is required. String - state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
- db
Plans This property is required. GetDb Systems Db System Iorm Config Cach Db Plan[] - db
System Id This property is required. string - lifecycle
Details This property is required. string - Additional information about the current lifecycle state.
- objective
This property is required. string - state
This property is required. string - A filter to return only resources that match the given lifecycle state exactly.
- db_
plans This property is required. Sequence[database.Get Db Systems Db System Iorm Config Cach Db Plan] - db_
system_ id This property is required. str - lifecycle_
details This property is required. str - Additional information about the current lifecycle state.
- objective
This property is required. str - state
This property is required. str - A filter to return only resources that match the given lifecycle state exactly.
- db
Plans This property is required. List<Property Map> - db
System Id This property is required. String - lifecycle
Details This property is required. String - Additional information about the current lifecycle state.
- objective
This property is required. String - state
This property is required. String - A filter to return only resources that match the given lifecycle state exactly.
GetDbSystemsDbSystemIormConfigCachDbPlan
- Db
Name This property is required. string - Flash
Cache Limit This property is required. string This property is required. int
- Db
Name This property is required. string - Flash
Cache Limit This property is required. string This property is required. int
- db
Name This property is required. String - flash
Cache Limit This property is required. String This property is required. Integer
- db
Name This property is required. string - flash
Cache Limit This property is required. string This property is required. number
- db_
name This property is required. str - flash_
cache_ limit This property is required. str This property is required. int
- db
Name This property is required. String - flash
Cache Limit This property is required. String This property is required. Number
GetDbSystemsDbSystemMaintenanceWindow
- Custom
Action Timeout In Mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of Weeks This property is required. List<GetDb Systems Db System Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. List<int> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom Action Timeout Enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly Patching Enabled This property is required. bool - If true, enables the monthly patching option.
- Lead
Time In Weeks This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- Months
This property is required. List<GetDb Systems Db System Maintenance Window Month> - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. List<bool> - Weeks
Of Months This property is required. List<int> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- Custom
Action Timeout In Mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of Weeks This property is required. []GetDb Systems Db System Maintenance Window Days Of Week - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. []int - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom Action Timeout Enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly Patching Enabled This property is required. bool - If true, enables the monthly patching option.
- Lead
Time In Weeks This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- Months
This property is required. []GetDb Systems Db System Maintenance Window Month - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. []bool - Weeks
Of Months This property is required. []int - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Integer - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. List<GetDb Systems Db System Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Integer> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. Boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly Patching Enabled This property is required. Boolean - If true, enables the monthly patching option.
- lead
Time In Weeks This property is required. Integer - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. List<GetDb Systems Db System Maintenance Window Month> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Integer> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. number - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. GetDb Systems Db System Maintenance Window Days Of Week[] - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. number[] - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly Patching Enabled This property is required. boolean - If true, enables the monthly patching option.
- lead
Time In Weeks This property is required. number - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. GetDb Systems Db System Maintenance Window Month[] - Months during the year when maintenance should be performed.
- patching
Mode This property is required. string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. string - The maintenance window scheduling preference.
- skip
Rus This property is required. boolean[] - weeks
Of Months This property is required. number[] - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom_
action_ timeout_ in_ mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days_
of_ weeks This property is required. Sequence[database.Get Db Systems Db System Maintenance Window Days Of Week] - Days during the week when maintenance should be performed.
- hours_
of_ days This property is required. Sequence[int] - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is_
custom_ action_ timeout_ enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is_
monthly_ patching_ enabled This property is required. bool - If true, enables the monthly patching option.
- lead_
time_ in_ weeks This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. Sequence[database.Get Db Systems Db System Maintenance Window Month] - Months during the year when maintenance should be performed.
- patching_
mode This property is required. str - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. str - The maintenance window scheduling preference.
- skip_
rus This property is required. Sequence[bool] - weeks_
of_ months This property is required. Sequence[int] - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Number - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. List<Property Map> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Number> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. Boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly Patching Enabled This property is required. Boolean - If true, enables the monthly patching option.
- lead
Time In Weeks This property is required. Number - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. List<Property Map> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Number> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
GetDbSystemsDbSystemMaintenanceWindowDaysOfWeek
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetDbSystemsDbSystemMaintenanceWindowDetail
- Custom
Action Timeout In Mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of Weeks This property is required. List<GetDb Systems Db System Maintenance Window Detail Days Of Week> - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. List<int> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom Action Timeout Enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly Patching Enabled This property is required. bool - If true, enables the monthly patching option.
- Lead
Time In Weeks This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- Months
This property is required. List<GetDb Systems Db System Maintenance Window Detail Month> - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. List<bool> - Weeks
Of Months This property is required. List<int> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- Custom
Action Timeout In Mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- Days
Of Weeks This property is required. []GetDb Systems Db System Maintenance Window Detail Days Of Week - Days during the week when maintenance should be performed.
- Hours
Of Days This property is required. []int - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- Is
Custom Action Timeout Enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- Is
Monthly Patching Enabled This property is required. bool - If true, enables the monthly patching option.
- Lead
Time In Weeks This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- Months
This property is required. []GetDb Systems Db System Maintenance Window Detail Month - Months during the year when maintenance should be performed.
- Patching
Mode This property is required. string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- Preference
This property is required. string - The maintenance window scheduling preference.
- Skip
Rus This property is required. []bool - Weeks
Of Months This property is required. []int - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Integer - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. List<GetDb Systems Db System Maintenance Window Detail Days Of Week> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Integer> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. Boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly Patching Enabled This property is required. Boolean - If true, enables the monthly patching option.
- lead
Time In Weeks This property is required. Integer - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. List<GetDb Systems Db System Maintenance Window Detail Month> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Integer> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. number - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. GetDb Systems Db System Maintenance Window Detail Days Of Week[] - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. number[] - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly Patching Enabled This property is required. boolean - If true, enables the monthly patching option.
- lead
Time In Weeks This property is required. number - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. GetDb Systems Db System Maintenance Window Detail Month[] - Months during the year when maintenance should be performed.
- patching
Mode This property is required. string - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. string - The maintenance window scheduling preference.
- skip
Rus This property is required. boolean[] - weeks
Of Months This property is required. number[] - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom_
action_ timeout_ in_ mins This property is required. int - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days_
of_ weeks This property is required. Sequence[database.Get Db Systems Db System Maintenance Window Detail Days Of Week] - Days during the week when maintenance should be performed.
- hours_
of_ days This property is required. Sequence[int] - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is_
custom_ action_ timeout_ enabled This property is required. bool - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is_
monthly_ patching_ enabled This property is required. bool - If true, enables the monthly patching option.
- lead_
time_ in_ weeks This property is required. int - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. Sequence[database.Get Db Systems Db System Maintenance Window Detail Month] - Months during the year when maintenance should be performed.
- patching_
mode This property is required. str - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. str - The maintenance window scheduling preference.
- skip_
rus This property is required. Sequence[bool] - weeks_
of_ months This property is required. Sequence[int] - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
- custom
Action Timeout In Mins This property is required. Number - Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
- days
Of Weeks This property is required. List<Property Map> - Days during the week when maintenance should be performed.
- hours
Of Days This property is required. List<Number> - The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
- 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
- is
Custom Action Timeout Enabled This property is required. Boolean - If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
- is
Monthly Patching Enabled This property is required. Boolean - If true, enables the monthly patching option.
- lead
Time In Weeks This property is required. Number - Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
- months
This property is required. List<Property Map> - Months during the year when maintenance should be performed.
- patching
Mode This property is required. String - Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
- preference
This property is required. String - The maintenance window scheduling preference.
- skip
Rus This property is required. List<Boolean> - weeks
Of Months This property is required. List<Number> - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
GetDbSystemsDbSystemMaintenanceWindowDetailDaysOfWeek
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetDbSystemsDbSystemMaintenanceWindowDetailMonth
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetDbSystemsDbSystemMaintenanceWindowMonth
- Name
This property is required. string - Name of the month of the year.
- Name
This property is required. string - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
- name
This property is required. string - Name of the month of the year.
- name
This property is required. str - Name of the month of the year.
- name
This property is required. String - Name of the month of the year.
GetDbSystemsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.