# This is an automatically generated code sample.
# To make this code sample work in your Oracle Cloud tenancy,
# please replace the values for any parameters whose current values do not fit
# your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
# boolean, number, and enum parameters with values not fitting your use case).

import oci

# Create a default config using DEFAULT profile in default location
# Refer to
# https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File
# for more info
config = oci.config.from_file()


# Initialize service client with default config file
database_client = oci.database.DatabaseClient(config)


# Send the request to service, some parameters are not required, see API
# doc for more info
launch_db_system_response = database_client.launch_db_system(
    launch_db_system_details=oci.database.models.LaunchDbSystemDetails(
        source="NONE",
        compartment_id="ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value",
        availability_domain="EXAMPLE-availabilityDomain-Value",
        subnet_id="ocid1.test.oc1..<unique_ID>EXAMPLE-subnetId-Value",
        shape="EXAMPLE-shape-Value",
        ssh_public_keys=["EXAMPLE--Value"],
        hostname="EXAMPLE-hostname-Value",
        db_home=oci.database.models.CreateDbHomeDetails(
            db_version="EXAMPLE-dbVersion-Value",
            database=oci.database.models.CreateDatabaseDetails(
                db_name="EXAMPLE-dbName-Value",
                admin_password="EXAMPLE-adminPassword-Value",
                db_unique_name="EXAMPLE-dbUniqueName-Value",
                database_software_image_id="ocid1.test.oc1..<unique_ID>EXAMPLE-databaseSoftwareImageId-Value",
                pdb_name="EXAMPLE-pdbName-Value",
                tde_wallet_password="EXAMPLE-tdeWalletPassword-Value",
                character_set="EXAMPLE-characterSet-Value",
                ncharacter_set="EXAMPLE-ncharacterSet-Value",
                db_workload="DSS",
                db_backup_config=oci.database.models.DbBackupConfig(
                    auto_backup_enabled=False,
                    recovery_window_in_days=47,
                    auto_backup_window="SLOT_NINE",
                    auto_full_backup_window="SLOT_TWELVE",
                    auto_full_backup_day="MONDAY",
                    run_immediate_full_backup=True,
                    backup_destination_details=[
                        oci.database.models.BackupDestinationDetails(
                            type="AWS_S3",
                            id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                            vpc_user="EXAMPLE-vpcUser-Value",
                            vpc_password="EXAMPLE-vpcPassword-Value",
                            internet_proxy="EXAMPLE-internetProxy-Value",
                            dbrs_policy_id="ocid1.test.oc1..<unique_ID>EXAMPLE-dbrsPolicyId-Value",
                            is_retention_lock_enabled=True,
                            backup_retention_policy_on_terminate="RETAIN_FOR_72_HOURS",
                            is_remote=True,
                            remote_region="EXAMPLE-remoteRegion-Value")],
                    backup_deletion_policy="DELETE_AFTER_RETENTION_PERIOD"),
                freeform_tags={
                    'EXAMPLE_KEY_i4ATx': 'EXAMPLE_VALUE_bxsRS2v92tH3uKjBXkGL'},
                defined_tags={
                    'EXAMPLE_KEY_6eu9E': {
                        'EXAMPLE_KEY_TZ6kc': 'EXAMPLE--Value'}},
                kms_key_id="ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyId-Value",
                kms_key_version_id="ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyVersionId-Value",
                vault_id="ocid1.test.oc1..<unique_ID>EXAMPLE-vaultId-Value",
                sid_prefix="EXAMPLE-sidPrefix-Value",
                key_store_id="ocid1.test.oc1..<unique_ID>EXAMPLE-keyStoreId-Value",
                encryption_key_location_details=oci.database.models.AzureEncryptionKeyDetails(
                    provider_type="AZURE",
                    azure_encryption_key_id="ocid1.test.oc1..<unique_ID>EXAMPLE-azureEncryptionKeyId-Value"),
                storage_size_details=oci.database.models.DatabaseStorageSizeDetails(
                    data_storage_size_in_gbs=418,
                    reco_storage_size_in_gbs=755)),
            display_name="EXAMPLE-displayName-Value",
            database_software_image_id="ocid1.test.oc1..<unique_ID>EXAMPLE-databaseSoftwareImageId-Value",
            freeform_tags={
                'EXAMPLE_KEY_olzi5': 'EXAMPLE_VALUE_e7ZmxpOTYZmSmappnmNB'},
            defined_tags={
                'EXAMPLE_KEY_33DxW': {
                    'EXAMPLE_KEY_5mwM8': 'EXAMPLE--Value'}},
            is_unified_auditing_enabled=True),
        database_edition="ENTERPRISE_EDITION_EXTREME_PERFORMANCE",
        fault_domains=["EXAMPLE--Value"],
        display_name="EXAMPLE-displayName-Value",
        backup_subnet_id="ocid1.test.oc1..<unique_ID>EXAMPLE-backupSubnetId-Value",
        nsg_ids=["EXAMPLE--Value"],
        backup_network_nsg_ids=["EXAMPLE--Value"],
        time_zone="EXAMPLE-timeZone-Value",
        db_system_options=oci.database.models.DbSystemOptions(
            storage_management="ASM"),
        storage_volume_performance_mode="HIGH_PERFORMANCE",
        sparse_diskgroup=False,
        domain="EXAMPLE-domain-Value",
        cpu_core_count=598,
        cluster_name="EXAMPLE-clusterName-Value",
        data_storage_percentage=219,
        initial_data_storage_size_in_gb=237,
        kms_key_id="ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyId-Value",
        kms_key_version_id="ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyVersionId-Value",
        node_count=835,
        freeform_tags={
            'EXAMPLE_KEY_oCdha': 'EXAMPLE_VALUE_sr155CL5AAzcMwqyv5SP'},
        defined_tags={
            'EXAMPLE_KEY_5ZaQE': {
                'EXAMPLE_KEY_XGAhM': 'EXAMPLE--Value'}},
        security_attributes={
            'EXAMPLE_KEY_P9Uce': {
                'EXAMPLE_KEY_VDHWi': 'EXAMPLE--Value'}},
        private_ip="EXAMPLE-privateIp-Value",
        private_ip_v6="EXAMPLE-privateIpV6-Value",
        data_collection_options=oci.database.models.DataCollectionOptions(
            is_diagnostics_events_enabled=True,
            is_health_monitoring_enabled=True,
            is_incident_logs_enabled=False),
        compute_model="OCPU",
        compute_count=493,
        disk_redundancy="HIGH",
        license_model="BRING_YOUR_OWN_LICENSE",
        maintenance_window_details=oci.database.models.MaintenanceWindow(
            preference="NO_PREFERENCE",
            patching_mode="NONROLLING",
            is_custom_action_timeout_enabled=True,
            custom_action_timeout_in_mins=76,
            is_monthly_patching_enabled=True,
            months=[
                oci.database.models.Month(
                    name="DECEMBER")],
            weeks_of_month=[3],
            days_of_week=[
                oci.database.models.DayOfWeek(
                    name="TUESDAY")],
            hours_of_day=[4],
            lead_time_in_weeks=3,
            skip_ru=[
                True,
                False])),
    opc_retry_token="EXAMPLE-opcRetryToken-Value")

# Get the data from response
print(launch_db_system_response.data)