oci.Database.DbSystemsUpgrade
Explore with Pulumi AI
This resource provides the Db Systems Upgrade resource in Oracle Cloud Infrastructure Database service.
Upgrades the operating system and grid infrastructure of the DB system.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDbSystemsUpgrade = new oci.database.DbSystemsUpgrade("test_db_systems_upgrade", {
action: dbSystemsUpgradeAction,
dbSystemId: testDbSystem.id,
isSnapshotRetentionDaysForceUpdated: dbSystemsUpgradeIsSnapshotRetentionDaysForceUpdated,
newGiVersion: dbSystemsUpgradeNewGiVersion,
snapshotRetentionPeriodInDays: dbSystemsUpgradeSnapshotRetentionPeriodInDays,
});
import pulumi
import pulumi_oci as oci
test_db_systems_upgrade = oci.database.DbSystemsUpgrade("test_db_systems_upgrade",
action=db_systems_upgrade_action,
db_system_id=test_db_system["id"],
is_snapshot_retention_days_force_updated=db_systems_upgrade_is_snapshot_retention_days_force_updated,
new_gi_version=db_systems_upgrade_new_gi_version,
snapshot_retention_period_in_days=db_systems_upgrade_snapshot_retention_period_in_days)
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.NewDbSystemsUpgrade(ctx, "test_db_systems_upgrade", &Database.DbSystemsUpgradeArgs{
Action: pulumi.Any(dbSystemsUpgradeAction),
DbSystemId: pulumi.Any(testDbSystem.Id),
IsSnapshotRetentionDaysForceUpdated: pulumi.Any(dbSystemsUpgradeIsSnapshotRetentionDaysForceUpdated),
NewGiVersion: pulumi.Any(dbSystemsUpgradeNewGiVersion),
SnapshotRetentionPeriodInDays: pulumi.Any(dbSystemsUpgradeSnapshotRetentionPeriodInDays),
})
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 testDbSystemsUpgrade = new Oci.Database.DbSystemsUpgrade("test_db_systems_upgrade", new()
{
Action = dbSystemsUpgradeAction,
DbSystemId = testDbSystem.Id,
IsSnapshotRetentionDaysForceUpdated = dbSystemsUpgradeIsSnapshotRetentionDaysForceUpdated,
NewGiVersion = dbSystemsUpgradeNewGiVersion,
SnapshotRetentionPeriodInDays = dbSystemsUpgradeSnapshotRetentionPeriodInDays,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DbSystemsUpgrade;
import com.pulumi.oci.Database.DbSystemsUpgradeArgs;
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) {
var testDbSystemsUpgrade = new DbSystemsUpgrade("testDbSystemsUpgrade", DbSystemsUpgradeArgs.builder()
.action(dbSystemsUpgradeAction)
.dbSystemId(testDbSystem.id())
.isSnapshotRetentionDaysForceUpdated(dbSystemsUpgradeIsSnapshotRetentionDaysForceUpdated)
.newGiVersion(dbSystemsUpgradeNewGiVersion)
.snapshotRetentionPeriodInDays(dbSystemsUpgradeSnapshotRetentionPeriodInDays)
.build());
}
}
resources:
testDbSystemsUpgrade:
type: oci:Database:DbSystemsUpgrade
name: test_db_systems_upgrade
properties:
action: ${dbSystemsUpgradeAction}
dbSystemId: ${testDbSystem.id}
isSnapshotRetentionDaysForceUpdated: ${dbSystemsUpgradeIsSnapshotRetentionDaysForceUpdated}
newGiVersion: ${dbSystemsUpgradeNewGiVersion}
snapshotRetentionPeriodInDays: ${dbSystemsUpgradeSnapshotRetentionPeriodInDays}
Create DbSystemsUpgrade Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DbSystemsUpgrade(name: string, args: DbSystemsUpgradeArgs, opts?: CustomResourceOptions);
@overload
def DbSystemsUpgrade(resource_name: str,
args: DbSystemsUpgradeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DbSystemsUpgrade(resource_name: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
db_system_id: Optional[str] = None,
is_snapshot_retention_days_force_updated: Optional[bool] = None,
new_gi_version: Optional[str] = None,
new_os_version: Optional[str] = None,
snapshot_retention_period_in_days: Optional[int] = None)
func NewDbSystemsUpgrade(ctx *Context, name string, args DbSystemsUpgradeArgs, opts ...ResourceOption) (*DbSystemsUpgrade, error)
public DbSystemsUpgrade(string name, DbSystemsUpgradeArgs args, CustomResourceOptions? opts = null)
public DbSystemsUpgrade(String name, DbSystemsUpgradeArgs args)
public DbSystemsUpgrade(String name, DbSystemsUpgradeArgs args, CustomResourceOptions options)
type: oci:Database:DbSystemsUpgrade
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DbSystemsUpgradeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DbSystemsUpgradeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DbSystemsUpgradeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DbSystemsUpgradeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DbSystemsUpgradeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var dbSystemsUpgradeResource = new Oci.Database.DbSystemsUpgrade("dbSystemsUpgradeResource", new()
{
Action = "string",
DbSystemId = "string",
IsSnapshotRetentionDaysForceUpdated = false,
NewGiVersion = "string",
NewOsVersion = "string",
SnapshotRetentionPeriodInDays = 0,
});
example, err := Database.NewDbSystemsUpgrade(ctx, "dbSystemsUpgradeResource", &Database.DbSystemsUpgradeArgs{
Action: pulumi.String("string"),
DbSystemId: pulumi.String("string"),
IsSnapshotRetentionDaysForceUpdated: pulumi.Bool(false),
NewGiVersion: pulumi.String("string"),
NewOsVersion: pulumi.String("string"),
SnapshotRetentionPeriodInDays: pulumi.Int(0),
})
var dbSystemsUpgradeResource = new DbSystemsUpgrade("dbSystemsUpgradeResource", DbSystemsUpgradeArgs.builder()
.action("string")
.dbSystemId("string")
.isSnapshotRetentionDaysForceUpdated(false)
.newGiVersion("string")
.newOsVersion("string")
.snapshotRetentionPeriodInDays(0)
.build());
db_systems_upgrade_resource = oci.database.DbSystemsUpgrade("dbSystemsUpgradeResource",
action="string",
db_system_id="string",
is_snapshot_retention_days_force_updated=False,
new_gi_version="string",
new_os_version="string",
snapshot_retention_period_in_days=0)
const dbSystemsUpgradeResource = new oci.database.DbSystemsUpgrade("dbSystemsUpgradeResource", {
action: "string",
dbSystemId: "string",
isSnapshotRetentionDaysForceUpdated: false,
newGiVersion: "string",
newOsVersion: "string",
snapshotRetentionPeriodInDays: 0,
});
type: oci:Database:DbSystemsUpgrade
properties:
action: string
dbSystemId: string
isSnapshotRetentionDaysForceUpdated: false
newGiVersion: string
newOsVersion: string
snapshotRetentionPeriodInDays: 0
DbSystemsUpgrade Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DbSystemsUpgrade resource accepts the following input properties:
- Action string
- The operating system upgrade action.
- Db
System stringId - The DB system OCID.
- Is
Snapshot boolRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- New
Gi stringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- New
Os stringVersion - Snapshot
Retention intPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Action string
- The operating system upgrade action.
- Db
System stringId - The DB system OCID.
- Is
Snapshot boolRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- New
Gi stringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- New
Os stringVersion - Snapshot
Retention intPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- action String
- The operating system upgrade action.
- db
System StringId - The DB system OCID.
- is
Snapshot BooleanRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- new
Gi StringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- new
Os StringVersion - snapshot
Retention IntegerPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- action string
- The operating system upgrade action.
- db
System stringId - The DB system OCID.
- is
Snapshot booleanRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- new
Gi stringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- new
Os stringVersion - snapshot
Retention numberPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- action str
- The operating system upgrade action.
- db_
system_ strid - The DB system OCID.
- is_
snapshot_ boolretention_ days_ force_ updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- new_
gi_ strversion - A valid Oracle Grid Infrastructure (GI) software version.
- new_
os_ strversion - snapshot_
retention_ intperiod_ in_ days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- action String
- The operating system upgrade action.
- db
System StringId - The DB system OCID.
- is
Snapshot BooleanRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- new
Gi StringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- new
Os StringVersion - snapshot
Retention NumberPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
Outputs
All input properties are implicitly available as output properties. Additionally, the DbSystemsUpgrade resource produces the following output properties:
- Availability
Domain string - The name of the availability domain that the DB system is located in.
- Backup
Network List<string>Nsg Ids - 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 stringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- Cluster
Name 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 string - The OCID of the compartment.
- Cpu
Core intCount - The number of CPU cores enabled on the DB system.
- Data
Storage intPercentage - 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.
- Data
Storage intSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- Database
Edition string - The Oracle Database edition that applies to all the databases on the DB system.
- Db
System List<DbOptions Systems Upgrade Db System Option> - The DB system options.
- 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 string - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Domain string
- The domain name for the DB system.
- Fault
Domains List<string> - List of the Fault Domains in which this DB system is provisioned.
- 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 string
- The hostname for the DB system.
- Id string
- The provider-assigned unique ID for this managed resource.
- Iorm
Config List<DbCaches Systems Upgrade Iorm Config Cach> - The IORM settings of the Exadata DB system.
- Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Last
Maintenance stringRun Id - The OCID of the last maintenance run.
- Last
Patch stringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- License
Model string - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Port int - The port number configured for the listener on the DB system.
- Maintenance
Windows List<DbSystems Upgrade Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Next
Maintenance stringRun Id - The OCID of the next maintenance run.
- Node
Count int - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- Nsg
Ids List<string> - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- Point
In stringTime Data Disk Clone Timestamp - 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.
- Reco
Storage intSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- Scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Ip List<string>Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- Shape 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
Db stringSystem Id - The OCID of the DB system.
- Sparse
Diskgroup bool - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- Ssh
Public List<string>Keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- State string
- The current state of the DB system.
- Subnet
Id string - The OCID of the subnet the DB system is associated with.
- Time
Created string - The date and time the DB system was created.
- Time
Zone string - The time zone of the DB system. For details, see DB System Time Zones.
- Version string
- The Oracle Database version of the DB system.
- Vip
Ids List<string> - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 string - The OCID of the zone the DB system is associated with.
- Availability
Domain string - The name of the availability domain that the DB system is located in.
- Backup
Network []stringNsg Ids - 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 stringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- Cluster
Name 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 string - The OCID of the compartment.
- Cpu
Core intCount - The number of CPU cores enabled on the DB system.
- Data
Storage intPercentage - 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.
- Data
Storage intSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- Database
Edition string - The Oracle Database edition that applies to all the databases on the DB system.
- Db
System []DbOptions Systems Upgrade Db System Option - The DB system options.
- 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 string - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Domain string
- The domain name for the DB system.
- Fault
Domains []string - List of the Fault Domains in which this DB system is provisioned.
- 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 string
- The hostname for the DB system.
- Id string
- The provider-assigned unique ID for this managed resource.
- Iorm
Config []DbCaches Systems Upgrade Iorm Config Cach - The IORM settings of the Exadata DB system.
- Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Last
Maintenance stringRun Id - The OCID of the last maintenance run.
- Last
Patch stringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- License
Model string - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Port int - The port number configured for the listener on the DB system.
- Maintenance
Windows []DbSystems Upgrade Maintenance Window - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- Next
Maintenance stringRun Id - The OCID of the next maintenance run.
- Node
Count int - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- Nsg
Ids []string - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- Point
In stringTime Data Disk Clone Timestamp - 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.
- Reco
Storage intSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- Scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Ip []stringIds - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- Shape 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
Db stringSystem Id - The OCID of the DB system.
- Sparse
Diskgroup bool - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- Ssh
Public []stringKeys - The public key portion of one or more key pairs used for SSH access to the DB system.
- State string
- The current state of the DB system.
- Subnet
Id string - The OCID of the subnet the DB system is associated with.
- Time
Created string - The date and time the DB system was created.
- Time
Zone string - The time zone of the DB system. For details, see DB System Time Zones.
- Version string
- The Oracle Database version of the DB system.
- Vip
Ids []string - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 string - The OCID of the zone the DB system is associated with.
- availability
Domain String - The name of the availability domain that the DB system is located in.
- backup
Network List<String>Nsg Ids - 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 StringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster
Name 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 String - The OCID of the compartment.
- cpu
Core IntegerCount - The number of CPU cores enabled on the DB system.
- data
Storage IntegerPercentage - 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.
- data
Storage IntegerSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- database
Edition String - The Oracle Database edition that applies to all the databases on the DB system.
- db
System List<DbOptions Systems Upgrade Db System Option> - The DB system options.
- 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 String - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- domain String
- The domain name for the DB system.
- fault
Domains List<String> - List of the Fault Domains in which this DB system is provisioned.
- 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 String
- The hostname for the DB system.
- id String
- The provider-assigned unique ID for this managed resource.
- iorm
Config List<DbCaches Systems Upgrade Iorm Config Cach> - The IORM settings of the Exadata DB system.
- kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- last
Maintenance StringRun Id - The OCID of the last maintenance run.
- last
Patch StringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license
Model String - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Port Integer - The port number configured for the listener on the DB system.
- maintenance
Windows List<DbSystems Upgrade Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- next
Maintenance StringRun Id - The OCID of the next maintenance run.
- node
Count Integer - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg
Ids List<String> - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- point
In StringTime Data Disk Clone Timestamp - 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.
- reco
Storage IntegerSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan
Dns StringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Dns StringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Ip List<String>Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- shape 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
Db StringSystem Id - The OCID of the DB system.
- sparse
Diskgroup Boolean - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- state String
- The current state of the DB system.
- subnet
Id String - The OCID of the subnet the DB system is associated with.
- time
Created String - The date and time the DB system was created.
- time
Zone String - The time zone of the DB system. For details, see DB System Time Zones.
- version String
- The Oracle Database version of the DB system.
- vip
Ids List<String> - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 String - The OCID of the zone the DB system is associated with.
- availability
Domain string - The name of the availability domain that the DB system is located in.
- backup
Network string[]Nsg Ids - 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 stringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster
Name 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 string - The OCID of the compartment.
- cpu
Core numberCount - The number of CPU cores enabled on the DB system.
- data
Storage numberPercentage - 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.
- data
Storage numberSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- database
Edition string - The Oracle Database edition that applies to all the databases on the DB system.
- db
System DbOptions Systems Upgrade Db System Option[] - The DB system options.
- {[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 string - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- domain string
- The domain name for the DB system.
- fault
Domains string[] - List of the Fault Domains in which this DB system is provisioned.
- {[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 string
- The hostname for the DB system.
- id string
- The provider-assigned unique ID for this managed resource.
- iorm
Config DbCaches Systems Upgrade Iorm Config Cach[] - The IORM settings of the Exadata DB system.
- kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- last
Maintenance stringRun Id - The OCID of the last maintenance run.
- last
Patch stringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license
Model string - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle
Details string - Additional information about the current lifecycle state.
- listener
Port number - The port number configured for the listener on the DB system.
- maintenance
Windows DbSystems Upgrade Maintenance Window[] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- next
Maintenance stringRun Id - The OCID of the next maintenance run.
- node
Count number - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg
Ids string[] - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- point
In stringTime Data Disk Clone Timestamp - 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.
- reco
Storage numberSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Ip string[]Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- shape 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
Db stringSystem Id - The OCID of the DB system.
- sparse
Diskgroup boolean - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- ssh
Public string[]Keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- state string
- The current state of the DB system.
- subnet
Id string - The OCID of the subnet the DB system is associated with.
- time
Created string - The date and time the DB system was created.
- time
Zone string - The time zone of the DB system. For details, see DB System Time Zones.
- version string
- The Oracle Database version of the DB system.
- vip
Ids string[] - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 string - The OCID of the zone the DB system is associated with.
- availability_
domain str - The name of the availability domain that the DB system is located in.
- backup_
network_ Sequence[str]nsg_ ids - 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_ strid - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster_
name 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 str - The OCID of the compartment.
- cpu_
core_ intcount - The number of CPU cores enabled on the DB system.
- data_
storage_ intpercentage - 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.
- data_
storage_ intsize_ in_ gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- database_
edition str - The Oracle Database edition that applies to all the databases on the DB system.
- db_
system_ Sequence[database.options Db Systems Upgrade Db System Option] - The DB system options.
- 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 str - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display_
name str - The user-friendly name for the DB system. The name does not have to be unique.
- domain str
- The domain name for the DB system.
- fault_
domains Sequence[str] - List of the Fault Domains in which this DB system is provisioned.
- 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 str
- The hostname for the DB system.
- id str
- The provider-assigned unique ID for this managed resource.
- iorm_
config_ Sequence[database.caches Db Systems Upgrade Iorm Config Cach] - The IORM settings of the Exadata DB system.
- kms_
key_ strid - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- last_
maintenance_ strrun_ id - The OCID of the last maintenance run.
- last_
patch_ strhistory_ entry_ id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license_
model str - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle_
details str - Additional information about the current lifecycle state.
- listener_
port int - The port number configured for the listener on the DB system.
- maintenance_
windows Sequence[database.Db Systems Upgrade Maintenance Window] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- next_
maintenance_ strrun_ id - The OCID of the next maintenance run.
- node_
count int - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg_
ids Sequence[str] - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- point_
in_ strtime_ data_ disk_ clone_ timestamp - 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.
- reco_
storage_ intsize_ in_ gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan_
dns_ strname - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan_
dns_ strrecord_ id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan_
ip_ Sequence[str]ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- shape 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_
db_ strsystem_ id - The OCID of the DB system.
- sparse_
diskgroup bool - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- ssh_
public_ Sequence[str]keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- state str
- The current state of the DB system.
- subnet_
id str - The OCID of the subnet the DB system is associated with.
- time_
created str - The date and time the DB system was created.
- time_
zone str - The time zone of the DB system. For details, see DB System Time Zones.
- version str
- The Oracle Database version of the DB system.
- vip_
ids Sequence[str] - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 str - The OCID of the zone the DB system is associated with.
- availability
Domain String - The name of the availability domain that the DB system is located in.
- backup
Network List<String>Nsg Ids - 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 StringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster
Name 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 String - The OCID of the compartment.
- cpu
Core NumberCount - The number of CPU cores enabled on the DB system.
- data
Storage NumberPercentage - 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.
- data
Storage NumberSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- database
Edition String - The Oracle Database edition that applies to all the databases on the DB system.
- db
System List<Property Map>Options - The DB system options.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy String - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- domain String
- The domain name for the DB system.
- fault
Domains List<String> - List of the Fault Domains in which this DB system is provisioned.
- 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 String
- The hostname for the DB system.
- id String
- The provider-assigned unique ID for this managed resource.
- iorm
Config List<Property Map>Caches - The IORM settings of the Exadata DB system.
- kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- last
Maintenance StringRun Id - The OCID of the last maintenance run.
- last
Patch StringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license
Model String - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Port Number - The port number configured for the listener on the DB system.
- maintenance
Windows List<Property Map> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- next
Maintenance StringRun Id - The OCID of the next maintenance run.
- node
Count Number - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg
Ids List<String> - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- point
In StringTime Data Disk Clone Timestamp - 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.
- reco
Storage NumberSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan
Dns StringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Dns StringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Ip List<String>Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- shape 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
Db StringSystem Id - The OCID of the DB system.
- sparse
Diskgroup Boolean - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- state String
- The current state of the DB system.
- subnet
Id String - The OCID of the subnet the DB system is associated with.
- time
Created String - The date and time the DB system was created.
- time
Zone String - The time zone of the DB system. For details, see DB System Time Zones.
- version String
- The Oracle Database version of the DB system.
- vip
Ids List<String> - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 String - The OCID of the zone the DB system is associated with.
Look up Existing DbSystemsUpgrade Resource
Get an existing DbSystemsUpgrade resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: DbSystemsUpgradeState, opts?: CustomResourceOptions): DbSystemsUpgrade
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
action: Optional[str] = None,
availability_domain: Optional[str] = None,
backup_network_nsg_ids: Optional[Sequence[str]] = None,
backup_subnet_id: Optional[str] = None,
cluster_name: Optional[str] = None,
compartment_id: Optional[str] = None,
cpu_core_count: Optional[int] = None,
data_storage_percentage: Optional[int] = None,
data_storage_size_in_gb: Optional[int] = None,
database_edition: Optional[str] = None,
db_system_id: Optional[str] = None,
db_system_options: Optional[Sequence[_database.DbSystemsUpgradeDbSystemOptionArgs]] = None,
defined_tags: Optional[Mapping[str, str]] = None,
disk_redundancy: Optional[str] = None,
display_name: Optional[str] = None,
domain: Optional[str] = None,
fault_domains: Optional[Sequence[str]] = None,
freeform_tags: Optional[Mapping[str, str]] = None,
hostname: Optional[str] = None,
iorm_config_caches: Optional[Sequence[_database.DbSystemsUpgradeIormConfigCachArgs]] = None,
is_snapshot_retention_days_force_updated: Optional[bool] = None,
kms_key_id: Optional[str] = None,
last_maintenance_run_id: Optional[str] = None,
last_patch_history_entry_id: Optional[str] = None,
license_model: Optional[str] = None,
lifecycle_details: Optional[str] = None,
listener_port: Optional[int] = None,
maintenance_windows: Optional[Sequence[_database.DbSystemsUpgradeMaintenanceWindowArgs]] = None,
new_gi_version: Optional[str] = None,
new_os_version: Optional[str] = None,
next_maintenance_run_id: Optional[str] = None,
node_count: Optional[int] = None,
nsg_ids: Optional[Sequence[str]] = None,
point_in_time_data_disk_clone_timestamp: Optional[str] = None,
reco_storage_size_in_gb: Optional[int] = None,
scan_dns_name: Optional[str] = None,
scan_dns_record_id: Optional[str] = None,
scan_ip_ids: Optional[Sequence[str]] = None,
shape: Optional[str] = None,
snapshot_retention_period_in_days: Optional[int] = None,
source_db_system_id: Optional[str] = None,
sparse_diskgroup: Optional[bool] = None,
ssh_public_keys: Optional[Sequence[str]] = None,
state: Optional[str] = None,
subnet_id: Optional[str] = None,
time_created: Optional[str] = None,
time_zone: Optional[str] = None,
version: Optional[str] = None,
vip_ids: Optional[Sequence[str]] = None,
zone_id: Optional[str] = None) -> DbSystemsUpgrade
func GetDbSystemsUpgrade(ctx *Context, name string, id IDInput, state *DbSystemsUpgradeState, opts ...ResourceOption) (*DbSystemsUpgrade, error)
public static DbSystemsUpgrade Get(string name, Input<string> id, DbSystemsUpgradeState? state, CustomResourceOptions? opts = null)
public static DbSystemsUpgrade get(String name, Output<String> id, DbSystemsUpgradeState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Action string
- The operating system upgrade action.
- Availability
Domain string - The name of the availability domain that the DB system is located in.
- Backup
Network List<string>Nsg Ids - 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 stringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- Cluster
Name 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 string - The OCID of the compartment.
- Cpu
Core intCount - The number of CPU cores enabled on the DB system.
- Data
Storage intPercentage - 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.
- Data
Storage intSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- Database
Edition string - The Oracle Database edition that applies to all the databases on the DB system.
- Db
System stringId - The DB system OCID.
- Db
System List<DbOptions Systems Upgrade Db System Option> - The DB system options.
- 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 string - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Domain string
- The domain name for the DB system.
- Fault
Domains List<string> - List of the Fault Domains in which this DB system is provisioned.
- 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 string
- The hostname for the DB system.
- Iorm
Config List<DbCaches Systems Upgrade Iorm Config Cach> - The IORM settings of the Exadata DB system.
- Is
Snapshot boolRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Last
Maintenance stringRun Id - The OCID of the last maintenance run.
- Last
Patch stringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- License
Model string - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Port int - The port number configured for the listener on the DB system.
- Maintenance
Windows List<DbSystems Upgrade Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- New
Gi stringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- New
Os stringVersion - Next
Maintenance stringRun Id - The OCID of the next maintenance run.
- Node
Count int - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- Nsg
Ids List<string> - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- Point
In stringTime Data Disk Clone Timestamp - 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.
- Reco
Storage intSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- Scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Ip List<string>Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- Shape 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
- Snapshot
Retention intPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Source
Db stringSystem Id - The OCID of the DB system.
- Sparse
Diskgroup bool - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- Ssh
Public List<string>Keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- State string
- The current state of the DB system.
- Subnet
Id string - The OCID of the subnet the DB system is associated with.
- Time
Created string - The date and time the DB system was created.
- Time
Zone string - The time zone of the DB system. For details, see DB System Time Zones.
- Version string
- The Oracle Database version of the DB system.
- Vip
Ids List<string> - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 string - The OCID of the zone the DB system is associated with.
- Action string
- The operating system upgrade action.
- Availability
Domain string - The name of the availability domain that the DB system is located in.
- Backup
Network []stringNsg Ids - 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 stringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- Cluster
Name 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 string - The OCID of the compartment.
- Cpu
Core intCount - The number of CPU cores enabled on the DB system.
- Data
Storage intPercentage - 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.
- Data
Storage intSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- Database
Edition string - The Oracle Database edition that applies to all the databases on the DB system.
- Db
System stringId - The DB system OCID.
- Db
System []DbOptions Systems Upgrade Db System Option Args - The DB system options.
- 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 string - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Domain string
- The domain name for the DB system.
- Fault
Domains []string - List of the Fault Domains in which this DB system is provisioned.
- 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 string
- The hostname for the DB system.
- Iorm
Config []DbCaches Systems Upgrade Iorm Config Cach Args - The IORM settings of the Exadata DB system.
- Is
Snapshot boolRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- Kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- Last
Maintenance stringRun Id - The OCID of the last maintenance run.
- Last
Patch stringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- License
Model string - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Listener
Port int - The port number configured for the listener on the DB system.
- Maintenance
Windows []DbSystems Upgrade Maintenance Window Args - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- New
Gi stringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- New
Os stringVersion - Next
Maintenance stringRun Id - The OCID of the next maintenance run.
- Node
Count int - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- Nsg
Ids []string - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- Point
In stringTime Data Disk Clone Timestamp - 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.
- Reco
Storage intSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- Scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- Scan
Ip []stringIds - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- Shape 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
- Snapshot
Retention intPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Source
Db stringSystem Id - The OCID of the DB system.
- Sparse
Diskgroup bool - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- Ssh
Public []stringKeys - The public key portion of one or more key pairs used for SSH access to the DB system.
- State string
- The current state of the DB system.
- Subnet
Id string - The OCID of the subnet the DB system is associated with.
- Time
Created string - The date and time the DB system was created.
- Time
Zone string - The time zone of the DB system. For details, see DB System Time Zones.
- Version string
- The Oracle Database version of the DB system.
- Vip
Ids []string - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 string - The OCID of the zone the DB system is associated with.
- action String
- The operating system upgrade action.
- availability
Domain String - The name of the availability domain that the DB system is located in.
- backup
Network List<String>Nsg Ids - 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 StringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster
Name 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 String - The OCID of the compartment.
- cpu
Core IntegerCount - The number of CPU cores enabled on the DB system.
- data
Storage IntegerPercentage - 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.
- data
Storage IntegerSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- database
Edition String - The Oracle Database edition that applies to all the databases on the DB system.
- db
System StringId - The DB system OCID.
- db
System List<DbOptions Systems Upgrade Db System Option> - The DB system options.
- 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 String - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- domain String
- The domain name for the DB system.
- fault
Domains List<String> - List of the Fault Domains in which this DB system is provisioned.
- 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 String
- The hostname for the DB system.
- iorm
Config List<DbCaches Systems Upgrade Iorm Config Cach> - The IORM settings of the Exadata DB system.
- is
Snapshot BooleanRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- last
Maintenance StringRun Id - The OCID of the last maintenance run.
- last
Patch StringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license
Model String - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Port Integer - The port number configured for the listener on the DB system.
- maintenance
Windows List<DbSystems Upgrade Maintenance Window> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- new
Gi StringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- new
Os StringVersion - next
Maintenance StringRun Id - The OCID of the next maintenance run.
- node
Count Integer - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg
Ids List<String> - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- point
In StringTime Data Disk Clone Timestamp - 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.
- reco
Storage IntegerSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan
Dns StringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Dns StringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Ip List<String>Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- shape 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
- snapshot
Retention IntegerPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- source
Db StringSystem Id - The OCID of the DB system.
- sparse
Diskgroup Boolean - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- state String
- The current state of the DB system.
- subnet
Id String - The OCID of the subnet the DB system is associated with.
- time
Created String - The date and time the DB system was created.
- time
Zone String - The time zone of the DB system. For details, see DB System Time Zones.
- version String
- The Oracle Database version of the DB system.
- vip
Ids List<String> - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 String - The OCID of the zone the DB system is associated with.
- action string
- The operating system upgrade action.
- availability
Domain string - The name of the availability domain that the DB system is located in.
- backup
Network string[]Nsg Ids - 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 stringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster
Name 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 string - The OCID of the compartment.
- cpu
Core numberCount - The number of CPU cores enabled on the DB system.
- data
Storage numberPercentage - 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.
- data
Storage numberSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- database
Edition string - The Oracle Database edition that applies to all the databases on the DB system.
- db
System stringId - The DB system OCID.
- db
System DbOptions Systems Upgrade Db System Option[] - The DB system options.
- {[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 string - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- domain string
- The domain name for the DB system.
- fault
Domains string[] - List of the Fault Domains in which this DB system is provisioned.
- {[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 string
- The hostname for the DB system.
- iorm
Config DbCaches Systems Upgrade Iorm Config Cach[] - The IORM settings of the Exadata DB system.
- is
Snapshot booleanRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- kms
Key stringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- last
Maintenance stringRun Id - The OCID of the last maintenance run.
- last
Patch stringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license
Model string - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle
Details string - Additional information about the current lifecycle state.
- listener
Port number - The port number configured for the listener on the DB system.
- maintenance
Windows DbSystems Upgrade Maintenance Window[] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- new
Gi stringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- new
Os stringVersion - next
Maintenance stringRun Id - The OCID of the next maintenance run.
- node
Count number - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg
Ids string[] - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- point
In stringTime Data Disk Clone Timestamp - 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.
- reco
Storage numberSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan
Dns stringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Dns stringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Ip string[]Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- shape 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
- snapshot
Retention numberPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- source
Db stringSystem Id - The OCID of the DB system.
- sparse
Diskgroup boolean - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- ssh
Public string[]Keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- state string
- The current state of the DB system.
- subnet
Id string - The OCID of the subnet the DB system is associated with.
- time
Created string - The date and time the DB system was created.
- time
Zone string - The time zone of the DB system. For details, see DB System Time Zones.
- version string
- The Oracle Database version of the DB system.
- vip
Ids string[] - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 string - The OCID of the zone the DB system is associated with.
- action str
- The operating system upgrade action.
- availability_
domain str - The name of the availability domain that the DB system is located in.
- backup_
network_ Sequence[str]nsg_ ids - 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_ strid - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster_
name 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 str - The OCID of the compartment.
- cpu_
core_ intcount - The number of CPU cores enabled on the DB system.
- data_
storage_ intpercentage - 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.
- data_
storage_ intsize_ in_ gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- database_
edition str - The Oracle Database edition that applies to all the databases on the DB system.
- db_
system_ strid - The DB system OCID.
- db_
system_ Sequence[database.options Db Systems Upgrade Db System Option Args] - The DB system options.
- 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 str - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display_
name str - The user-friendly name for the DB system. The name does not have to be unique.
- domain str
- The domain name for the DB system.
- fault_
domains Sequence[str] - List of the Fault Domains in which this DB system is provisioned.
- 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 str
- The hostname for the DB system.
- iorm_
config_ Sequence[database.caches Db Systems Upgrade Iorm Config Cach Args] - The IORM settings of the Exadata DB system.
- is_
snapshot_ boolretention_ days_ force_ updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- kms_
key_ strid - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- last_
maintenance_ strrun_ id - The OCID of the last maintenance run.
- last_
patch_ strhistory_ entry_ id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license_
model str - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle_
details str - Additional information about the current lifecycle state.
- listener_
port int - The port number configured for the listener on the DB system.
- maintenance_
windows Sequence[database.Db Systems Upgrade Maintenance Window Args] - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- new_
gi_ strversion - A valid Oracle Grid Infrastructure (GI) software version.
- new_
os_ strversion - next_
maintenance_ strrun_ id - The OCID of the next maintenance run.
- node_
count int - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg_
ids Sequence[str] - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- point_
in_ strtime_ data_ disk_ clone_ timestamp - 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.
- reco_
storage_ intsize_ in_ gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan_
dns_ strname - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan_
dns_ strrecord_ id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan_
ip_ Sequence[str]ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- shape 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
- snapshot_
retention_ intperiod_ in_ days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- source_
db_ strsystem_ id - The OCID of the DB system.
- sparse_
diskgroup bool - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- ssh_
public_ Sequence[str]keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- state str
- The current state of the DB system.
- subnet_
id str - The OCID of the subnet the DB system is associated with.
- time_
created str - The date and time the DB system was created.
- time_
zone str - The time zone of the DB system. For details, see DB System Time Zones.
- version str
- The Oracle Database version of the DB system.
- vip_
ids Sequence[str] - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 str - The OCID of the zone the DB system is associated with.
- action String
- The operating system upgrade action.
- availability
Domain String - The name of the availability domain that the DB system is located in.
- backup
Network List<String>Nsg Ids - 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 StringId - The OCID of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
- cluster
Name 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 String - The OCID of the compartment.
- cpu
Core NumberCount - The number of CPU cores enabled on the DB system.
- data
Storage NumberPercentage - 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.
- data
Storage NumberSize In Gb - The data storage size, in gigabytes, that is currently available to the DB system. Applies only for virtual machine DB systems.
- database
Edition String - The Oracle Database edition that applies to all the databases on the DB system.
- db
System StringId - The DB system OCID.
- db
System List<Property Map>Options - The DB system options.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- disk
Redundancy String - The type of redundancy configured for the DB system. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
- display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- domain String
- The domain name for the DB system.
- fault
Domains List<String> - List of the Fault Domains in which this DB system is provisioned.
- 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 String
- The hostname for the DB system.
- iorm
Config List<Property Map>Caches - The IORM settings of the Exadata DB system.
- is
Snapshot BooleanRetention Days Force Updated - If true, rollback time is updated even if operating system upgrade history contains errors.
- kms
Key StringId - The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
- last
Maintenance StringRun Id - The OCID of the last maintenance run.
- last
Patch StringHistory Entry Id - The OCID of the last patch history. This value is updated as soon as a patch operation starts.
- license
Model String - The Oracle license model that applies to all the databases on the DB system. The default is LICENSE_INCLUDED.
- lifecycle
Details String - Additional information about the current lifecycle state.
- listener
Port Number - The port number configured for the listener on the DB system.
- maintenance
Windows List<Property Map> - The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
- new
Gi StringVersion - A valid Oracle Grid Infrastructure (GI) software version.
- new
Os StringVersion - next
Maintenance StringRun Id - The OCID of the next maintenance run.
- node
Count Number - The number of nodes in the DB system. For RAC DB systems, the value is greater than 1.
- nsg
Ids List<String> - A list of the OCIDs of the network security groups (NSGs) that this resource 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. NsgIds restrictions:
- Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
- point
In StringTime Data Disk Clone Timestamp - 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.
- reco
Storage NumberSize In Gb - The RECO/REDO storage size, in gigabytes, that is currently allocated to the DB system. Applies only for virtual machine DB systems.
- scan
Dns StringName - The FQDN of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Dns StringRecord Id - The OCID of the DNS record for the SCAN IP addresses that are associated with the DB system.
- scan
Ip List<String>Ids - The OCID of the Single Client Access Name (SCAN) IP addresses associated with the DB system. SCAN IP 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.
- shape 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
- snapshot
Retention NumberPeriod In Days The retention period, in days, for the snapshot that allows you to perform a rollback of the upgrade operation. After this number of days passes, you cannot roll back the upgrade.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- source
Db StringSystem Id - The OCID of the DB system.
- sparse
Diskgroup Boolean - True, if Sparse Diskgroup is configured for Exadata dbsystem, False, if Sparse diskgroup was not configured.
- ssh
Public List<String>Keys - The public key portion of one or more key pairs used for SSH access to the DB system.
- state String
- The current state of the DB system.
- subnet
Id String - The OCID of the subnet the DB system is associated with.
- time
Created String - The date and time the DB system was created.
- time
Zone String - The time zone of the DB system. For details, see DB System Time Zones.
- version String
- The Oracle Database version of the DB system.
- vip
Ids List<String> - The OCID of the virtual IP (VIP) addresses associated with the DB system. The Cluster Ready Services (CRS) creates and maintains one VIP 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 String - The OCID of the zone the DB system is associated with.
Supporting Types
DbSystemsUpgradeDbSystemOption, DbSystemsUpgradeDbSystemOptionArgs
- Storage
Management string - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- Storage
Management string - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- storage
Management String - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- storage
Management string - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- storage_
management str - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
- storage
Management String - The storage option used in DB system. ASM - Automatic storage management LVM - Logical Volume management
DbSystemsUpgradeIormConfigCach, DbSystemsUpgradeIormConfigCachArgs
- Db
Plans List<DbSystems Upgrade Iorm Config Cach Db Plan> - An array of IORM settings for all the database in the Exadata DB system.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Objective string
- The current value for the IORM objective. The default is
AUTO
. - State string
- The current state of the DB system.
- Db
Plans []DbSystems Upgrade Iorm Config Cach Db Plan - An array of IORM settings for all the database in the Exadata DB system.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Objective string
- The current value for the IORM objective. The default is
AUTO
. - State string
- The current state of the DB system.
- db
Plans List<DbSystems Upgrade Iorm Config Cach Db Plan> - An array of IORM settings for all the database in the Exadata DB system.
- lifecycle
Details String - Additional information about the current lifecycle state.
- objective String
- The current value for the IORM objective. The default is
AUTO
. - state String
- The current state of the DB system.
- db
Plans DbSystems Upgrade Iorm Config Cach Db Plan[] - An array of IORM settings for all the database in the Exadata DB system.
- lifecycle
Details string - Additional information about the current lifecycle state.
- objective string
- The current value for the IORM objective. The default is
AUTO
. - state string
- The current state of the DB system.
- db_
plans Sequence[database.Db Systems Upgrade Iorm Config Cach Db Plan] - An array of IORM settings for all the database in the Exadata DB system.
- lifecycle_
details str - Additional information about the current lifecycle state.
- objective str
- The current value for the IORM objective. The default is
AUTO
. - state str
- The current state of the DB system.
- db
Plans List<Property Map> - An array of IORM settings for all the database in the Exadata DB system.
- lifecycle
Details String - Additional information about the current lifecycle state.
- objective String
- The current value for the IORM objective. The default is
AUTO
. - state String
- The current state of the DB system.
DbSystemsUpgradeIormConfigCachDbPlan, DbSystemsUpgradeIormConfigCachDbPlanArgs
- Db
Name string - The database name. For the default
DbPlan
, thedbName
isdefault
. - Flash
Cache stringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- int
- The relative priority of this database.
- Db
Name string - The database name. For the default
DbPlan
, thedbName
isdefault
. - Flash
Cache stringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- int
- The relative priority of this database.
- db
Name String - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash
Cache StringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- Integer
- The relative priority of this database.
- db
Name string - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash
Cache stringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- number
- The relative priority of this database.
- db_
name str - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash_
cache_ strlimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- int
- The relative priority of this database.
- db
Name String - The database name. For the default
DbPlan
, thedbName
isdefault
. - flash
Cache StringLimit - The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- Number
- The relative priority of this database.
DbSystemsUpgradeMaintenanceWindow, DbSystemsUpgradeMaintenanceWindowArgs
- Days
Of List<DbWeeks Systems Upgrade Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- Hours
Of List<int>Days - 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
- Lead
Time intIn Weeks - 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
List<Db
Systems Upgrade Maintenance Window Month> - Months during the year when maintenance should be performed.
- Preference string
- The maintenance window scheduling preference.
- Weeks
Of List<int>Months - 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.
- Days
Of []DbWeeks Systems Upgrade Maintenance Window Days Of Week - Days during the week when maintenance should be performed.
- Hours
Of []intDays - 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
- Lead
Time intIn Weeks - 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
[]Db
Systems Upgrade Maintenance Window Month - Months during the year when maintenance should be performed.
- Preference string
- The maintenance window scheduling preference.
- Weeks
Of []intMonths - 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.
- days
Of List<DbWeeks Systems Upgrade Maintenance Window Days Of Week> - Days during the week when maintenance should be performed.
- hours
Of List<Integer>Days - 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
- lead
Time IntegerIn Weeks - 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
List<Db
Systems Upgrade Maintenance Window Month> - Months during the year when maintenance should be performed.
- preference String
- The maintenance window scheduling preference.
- weeks
Of List<Integer>Months - 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.
- days
Of DbWeeks Systems Upgrade Maintenance Window Days Of Week[] - Days during the week when maintenance should be performed.
- hours
Of number[]Days - 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
- lead
Time numberIn Weeks - 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
Db
Systems Upgrade Maintenance Window Month[] - Months during the year when maintenance should be performed.
- preference string
- The maintenance window scheduling preference.
- weeks
Of number[]Months - 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.
- days_
of_ Sequence[database.weeks Db Systems Upgrade Maintenance Window Days Of Week] - Days during the week when maintenance should be performed.
- hours_
of_ Sequence[int]days - 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
- lead_
time_ intin_ weeks - 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
Sequence[database.
Db Systems Upgrade Maintenance Window Month] - Months during the year when maintenance should be performed.
- preference str
- The maintenance window scheduling preference.
- weeks_
of_ Sequence[int]months - 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.
- days
Of List<Property Map>Weeks - Days during the week when maintenance should be performed.
- hours
Of List<Number>Days - 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
- lead
Time NumberIn Weeks - 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 List<Property Map>
- Months during the year when maintenance should be performed.
- preference String
- The maintenance window scheduling preference.
- weeks
Of List<Number>Months - 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.
DbSystemsUpgradeMaintenanceWindowDaysOfWeek, DbSystemsUpgradeMaintenanceWindowDaysOfWeekArgs
- Name string
- Name of the month of the year.
- Name string
- Name of the month of the year.
- name String
- Name of the month of the year.
- name string
- Name of the month of the year.
- name str
- Name of the month of the year.
- name String
- Name of the month of the year.
DbSystemsUpgradeMaintenanceWindowMonth, DbSystemsUpgradeMaintenanceWindowMonthArgs
- Name string
- Name of the month of the year.
- Name string
- Name of the month of the year.
- name String
- Name of the month of the year.
- name string
- Name of the month of the year.
- name str
- Name of the month of the year.
- name String
- Name of the month of the year.
Import
Import is not supported for this resource.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.