// 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.LaunchDbSystemFromBackupDetails
{
DbHome = new Oci.DatabaseService.Models.CreateDbHomeFromBackupDetails
{
DisplayName = "EXAMPLE-displayName-Value",
IsUnifiedAuditingEnabled = false,
DatabaseSoftwareImageId = "ocid1.test.oc1..<unique_ID>EXAMPLE-databaseSoftwareImageId-Value",
Database = new Oci.DatabaseService.Models.CreateDatabaseFromBackupDetails
{
BackupId = "ocid1.test.oc1..<unique_ID>EXAMPLE-backupId-Value",
BackupTDEPassword = "EXAMPLE-backupTDEPassword-Value",
SourceEncryptionKeyLocationDetails = new Oci.DatabaseService.Models.AzureEncryptionKeyDetails
{
AzureEncryptionKeyId = "ocid1.test.oc1..<unique_ID>EXAMPLE-azureEncryptionKeyId-Value"
},
AdminPassword = "EXAMPLE-adminPassword-Value",
DbUniqueName = "EXAMPLE-dbUniqueName-Value",
DbName = "EXAMPLE-dbName-Value",
SidPrefix = "EXAMPLE-sidPrefix-Value",
PluggableDatabases = new List<string>
{
"EXAMPLE--Value"
},
StorageSizeDetails = new Oci.DatabaseService.Models.DatabaseStorageSizeDetails
{
DataStorageSizeInGBs = 983,
RecoStorageSizeInGBs = 789
},
FreeformTags = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_UIa9C",
"EXAMPLE_VALUE_U7WHdl1FrKvdh84JfT3b"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_3mJra",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_jFmXp",
"EXAMPLE--Value"
}
}
}
}
},
FreeformTags = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_8dsR0",
"EXAMPLE_VALUE_jRDoBuFzuefwJ3wKubRf"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_zgoKZ",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_iOulD",
"EXAMPLE--Value"
}
}
}
}
},
DatabaseEdition = Oci.DatabaseService.Models.LaunchDbSystemFromBackupDetails.DatabaseEditionEnum.EnterpriseEditionExtremePerformance,
DiskRedundancy = Oci.DatabaseService.Models.LaunchDbSystemFromBackupDetails.DiskRedundancyEnum.Normal,
LicenseModel = Oci.DatabaseService.Models.LaunchDbSystemFromBackupDetails.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.HighPerformance,
SparseDiskgroup = false,
SshPublicKeys = new List<string>
{
"EXAMPLE--Value"
},
Hostname = "EXAMPLE-hostname-Value",
Domain = "EXAMPLE-domain-Value",
CpuCoreCount = 211,
ClusterName = "EXAMPLE-clusterName-Value",
DataStoragePercentage = 172,
InitialDataStorageSizeInGB = 725,
KmsKeyId = "ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyId-Value",
KmsKeyVersionId = "ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyVersionId-Value",
NodeCount = 145,
FreeformTags = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_9qvoh",
"EXAMPLE_VALUE_T1VWhx8k2n0FQFNbHWnV"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_YsHXt",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_7xFrT",
"EXAMPLE--Value"
}
}
}
},
SecurityAttributes = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_BgT68",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_tN3FO",
"EXAMPLE--Value"
}
}
}
},
PrivateIp = "EXAMPLE-privateIp-Value",
PrivateIpV6 = "EXAMPLE-privateIpV6-Value",
ClusterPlacementGroupId = "ocid1.test.oc1..<unique_ID>EXAMPLE-clusterPlacementGroupId-Value",
SubscriptionId = "ocid1.test.oc1..<unique_ID>EXAMPLE-subscriptionId-Value",
DataCollectionOptions = new Oci.DatabaseService.Models.DataCollectionOptions
{
IsDiagnosticsEventsEnabled = false,
IsHealthMonitoringEnabled = false,
IsIncidentLogsEnabled = false
},
ComputeModel = Oci.DatabaseService.Models.LaunchDbSystemBase.ComputeModelEnum.Ecpu,
ComputeCount = 666
};
var launchDbSystemRequest = new Oci.DatabaseService.Requests.LaunchDbSystemRequest
{
LaunchDbSystemDetails = launchDbSystemBase,
OpcRetryToken = "EXAMPLE-opcRetryToken-Value",
OpcDryRun = true
};
// 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;
}
}
}
}