// 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).

using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oci.DatabaseService;
using Oci.Common;
using Oci.Common.Auth;

namespace Oci.Sdk.DotNet.Example.Database
{
    public class LaunchDbSystemExample
    {
        public static async Task Main()
        {
            // Create a request and dependent object(s).
			var launchDbSystemBase = new Oci.DatabaseService.Models.LaunchDbSystemFromDbSystemDetails
			{
				SourceDbSystemId = "ocid1.test.oc1..<unique_ID>EXAMPLE-sourceDbSystemId-Value",
				DbHome = new Oci.DatabaseService.Models.CreateDbHomeFromDbSystemDetails
				{
					DisplayName = "EXAMPLE-displayName-Value",
					Database = new Oci.DatabaseService.Models.CreateDatabaseFromDbSystemDetails
					{
						AdminPassword = "EXAMPLE-adminPassword-Value",
						DbName = "EXAMPLE-dbName-Value",
						DbDomain = "EXAMPLE-dbDomain-Value",
						DbUniqueName = "EXAMPLE-dbUniqueName-Value",
						DbBackupConfig = new Oci.DatabaseService.Models.DbBackupConfig
						{
							AutoBackupEnabled = true,
							RecoveryWindowInDays = 54,
							AutoBackupWindow = Oci.DatabaseService.Models.DbBackupConfig.AutoBackupWindowEnum.SlotFour,
							AutoFullBackupWindow = Oci.DatabaseService.Models.DbBackupConfig.AutoFullBackupWindowEnum.SlotSix,
							AutoFullBackupDay = Oci.DatabaseService.Models.DbBackupConfig.AutoFullBackupDayEnum.Monday,
							RunImmediateFullBackup = true,
							BackupDestinationDetails = new List<Oci.DatabaseService.Models.BackupDestinationDetails>
							{
								new Oci.DatabaseService.Models.BackupDestinationDetails
								{
									Type = Oci.DatabaseService.Models.BackupDestinationDetails.TypeEnum.Nfs,
									Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
									VpcUser = "EXAMPLE-vpcUser-Value",
									VpcPassword = "EXAMPLE-vpcPassword-Value",
									InternetProxy = "EXAMPLE-internetProxy-Value",
									DbrsPolicyId = "ocid1.test.oc1..<unique_ID>EXAMPLE-dbrsPolicyId-Value"
								}
							},
							BackupDeletionPolicy = Oci.DatabaseService.Models.DbBackupConfig.BackupDeletionPolicyEnum.DeleteImmediately
						},
						FreeformTags = new Dictionary<string, string>()
						{
							{
								"EXAMPLE_KEY_hSons", 
								"EXAMPLE_VALUE_6gopmPNRJXOENL35My2W"
							}
						},
						DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
						{
							{
								"EXAMPLE_KEY_9qsLF", 
								new Dictionary<string, Object>()
								{
									{
										"EXAMPLE_KEY_bOcmB", 
										"EXAMPLE--Value"
									}
								}
							}
						}
					},
					FreeformTags = new Dictionary<string, string>()
					{
						{
							"EXAMPLE_KEY_PYd1U", 
							"EXAMPLE_VALUE_EKXqPiZpEje1sqjfAhN3"
						}
					},
					DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
					{
						{
							"EXAMPLE_KEY_5dILi", 
							new Dictionary<string, Object>()
							{
								{
									"EXAMPLE_KEY_W7s7J", 
									"EXAMPLE--Value"
								}
							}
						}
					}
				},
				LicenseModel = Oci.DatabaseService.Models.LaunchDbSystemFromDbSystemDetails.LicenseModelEnum.BringYourOwnLicense,
				CompartmentId = "ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value",
				FaultDomains = new List<string>
				{
					"EXAMPLE--Value"
				},
				DisplayName = "EXAMPLE-displayName-Value",
				AvailabilityDomain = "EXAMPLE-availabilityDomain-Value",
				SubnetId = "ocid1.test.oc1..<unique_ID>EXAMPLE-subnetId-Value",
				BackupSubnetId = "ocid1.test.oc1..<unique_ID>EXAMPLE-backupSubnetId-Value",
				NsgIds = new List<string>
				{
					"EXAMPLE--Value"
				},
				BackupNetworkNsgIds = new List<string>
				{
					"EXAMPLE--Value"
				},
				Shape = "EXAMPLE-shape-Value",
				TimeZone = "EXAMPLE-timeZone-Value",
				DbSystemOptions = new Oci.DatabaseService.Models.DbSystemOptions
				{
					StorageManagement = Oci.DatabaseService.Models.DbSystemOptions.StorageManagementEnum.Asm
				},
				StorageVolumePerformanceMode = Oci.DatabaseService.Models.LaunchDbSystemBase.StorageVolumePerformanceModeEnum.Balanced,
				SparseDiskgroup = false,
				SshPublicKeys = new List<string>
				{
					"EXAMPLE--Value"
				},
				Hostname = "EXAMPLE-hostname-Value",
				Domain = "EXAMPLE-domain-Value",
				CpuCoreCount = 546,
				ClusterName = "EXAMPLE-clusterName-Value",
				DataStoragePercentage = 212,
				InitialDataStorageSizeInGB = 804,
				KmsKeyId = "ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyId-Value",
				KmsKeyVersionId = "ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyVersionId-Value",
				NodeCount = 900,
				FreeformTags = new Dictionary<string, string>()
				{
					{
						"EXAMPLE_KEY_EiGMO", 
						"EXAMPLE_VALUE_Nitr2CMq3chg1FbHEnxM"
					}
				},
				DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
				{
					{
						"EXAMPLE_KEY_qdXy8", 
						new Dictionary<string, Object>()
						{
							{
								"EXAMPLE_KEY_me1ml", 
								"EXAMPLE--Value"
							}
						}
					}
				},
				PrivateIp = "EXAMPLE-privateIp-Value",
				DataCollectionOptions = new Oci.DatabaseService.Models.DataCollectionOptions
				{
					IsDiagnosticsEventsEnabled = true,
					IsHealthMonitoringEnabled = true,
					IsIncidentLogsEnabled = true
				}
			};
			var launchDbSystemRequest = new Oci.DatabaseService.Requests.LaunchDbSystemRequest
			{
				LaunchDbSystemDetails = launchDbSystemBase,
				OpcRetryToken = "EXAMPLE-opcRetryToken-Value"
			};

            // Create a default authentication provider that uses the DEFAULT
            // profile in the configuration file.
            // Refer to <see href="https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File>the public documentation</see> on how to prepare a configuration file. 
            var provider = new ConfigFileAuthenticationDetailsProvider("DEFAULT");
            try
            {
                // Create a service client and send the request.
				using (var client = new DatabaseClient(provider, new ClientConfiguration()))
				{
					var response = await client.LaunchDbSystem(launchDbSystemRequest);
					// Retrieve value from the response.
					var id = response.DbSystem.Id;
				}
            }
            catch (Exception e)
            {
                Console.WriteLine($"LaunchDbSystem Failed with {e.Message}");
                throw e;
            }
        }

    }
}