// 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.LaunchDbSystemFromDatabaseDetails
{
DbHome = new Oci.DatabaseService.Models.CreateDbHomeFromDatabaseDetails
{
DisplayName = "EXAMPLE-displayName-Value",
Database = new Oci.DatabaseService.Models.CreateDatabaseFromAnotherDatabaseDetails
{
DatabaseId = "ocid1.test.oc1..<unique_ID>EXAMPLE-databaseId-Value",
BackupTDEPassword = "EXAMPLE-backupTDEPassword-Value",
AdminPassword = "EXAMPLE-adminPassword-Value",
DbUniqueName = "EXAMPLE-dbUniqueName-Value",
DbName = "EXAMPLE-dbName-Value",
TimeStampForPointInTimeRecovery = DateTime.Parse("02/20/2031 10:13:03"),
PluggableDatabases = new List<string>
{
"EXAMPLE--Value"
},
FreeformTags = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_EovPs",
"EXAMPLE_VALUE_R8RGjP9veaHOWWWJETvi"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_ythzO",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_VeAQF",
"EXAMPLE--Value"
}
}
}
},
SidPrefix = "EXAMPLE-sidPrefix-Value",
SourceEncryptionKeyLocationDetails = new Oci.DatabaseService.Models.AzureEncryptionKeyDetails
{
AzureEncryptionKeyId = "ocid1.test.oc1..<unique_ID>EXAMPLE-azureEncryptionKeyId-Value"
},
StorageSizeDetails = new Oci.DatabaseService.Models.DatabaseStorageSizeDetails
{
DataStorageSizeInGBs = 913,
RecoStorageSizeInGBs = 964
},
ManagedSoftwareUpdateDetails = new Oci.DatabaseService.Models.ManagedSoftwareUpdateInputDetails
{
IsEnrolled = true,
PreferenceDetails = new Oci.DatabaseService.Models.ManagedSoftwareUpdatePreferenceDetails
{
DaysOfWeek = new List<Oci.DatabaseService.Models.ManagedSoftwareUpdateDayOfWeek>
{
new Oci.DatabaseService.Models.ManagedSoftwareUpdateDayOfWeek
{
DayOfWeek = Oci.DatabaseService.Models.ManagedSoftwareUpdateDayOfWeek.DayOfWeekEnum.Monday
}
},
HourOfDay = 8,
UpdateMode = Oci.DatabaseService.Models.ManagedSoftwareUpdatePreferenceDetails.UpdateModeEnum.Rolling,
VersionSchemeDetails = new Oci.DatabaseService.Models.VersionSchemeFromVersionSeriesDetails
{
MajorVersion = "EXAMPLE-majorVersion-Value",
VersionPreference = Oci.DatabaseService.Models.VersionSchemeFromVersionSeriesDetails.VersionPreferenceEnum.OracleDbN
}
}
},
VmClusterId = "ocid1.test.oc1..<unique_ID>EXAMPLE-vmClusterId-Value"
},
IsUnifiedAuditingEnabled = false,
FreeformTags = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_PQ3Nw",
"EXAMPLE_VALUE_tBmMhhbAIiknunxgO8jv"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_x0vTf",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_t1bBL",
"EXAMPLE--Value"
}
}
}
}
},
DatabaseEdition = Oci.DatabaseService.Models.LaunchDbSystemFromDatabaseDetails.DatabaseEditionEnum.StandardEdition,
DiskRedundancy = Oci.DatabaseService.Models.LaunchDbSystemFromDatabaseDetails.DiskRedundancyEnum.High,
LicenseModel = Oci.DatabaseService.Models.LaunchDbSystemFromDatabaseDetails.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 = 294,
ClusterName = "EXAMPLE-clusterName-Value",
DataStoragePercentage = 169,
InitialDataStorageSizeInGB = 427,
KmsKeyId = "ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyId-Value",
KmsKeyVersionId = "ocid1.test.oc1..<unique_ID>EXAMPLE-kmsKeyVersionId-Value",
NodeCount = 986,
FreeformTags = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_gxDFZ",
"EXAMPLE_VALUE_khkFJCRqjPUifoH1FweN"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_xlbPb",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_vmAzl",
"EXAMPLE--Value"
}
}
}
},
SecurityAttributes = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_MEthI",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_pDCXP",
"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 = true,
IsHealthMonitoringEnabled = true,
IsIncidentLogsEnabled = true
},
ComputeModel = Oci.DatabaseService.Models.LaunchDbSystemBase.ComputeModelEnum.Ecpu,
ComputeCount = 571
};
var launchDbSystemRequest = new Oci.DatabaseService.Requests.LaunchDbSystemRequest
{
LaunchDbSystemDetails = launchDbSystemBase,
OpcRetryToken = "EXAMPLE-opcRetryToken-Value",
OpcDryRun = false
};
// 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;
}
}
}
}