# 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
create_basecc_vm_cluster_response = database_client.create_basecc_vm_cluster(
create_basecc_vm_cluster_details=oci.database.models.CreateBaseccVmClusterDetails(
compartment_id="ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value",
cpu_core_count=16,
base_infrastructure_id="ocid1.test.oc1..<unique_ID>EXAMPLE-baseInfrastructureId-Value",
base_vm_cluster_network_id="ocid1.test.oc1..<unique_ID>EXAMPLE-baseVmClusterNetworkId-Value",
gi_version="EXAMPLE-giVersion-Value",
display_name="EXAMPLE-displayName-Value",
ssh_public_keys=["EXAMPLE--Value"],
database_edition="ENTERPRISE_EDITION_DEVELOPER",
node_count=1,
db_server_id="ocid1.test.oc1..<unique_ID>EXAMPLE-dbServerId-Value",
data_collection_options=oci.database.models.DataCollectionOptions(
is_diagnostics_events_enabled=True,
is_health_monitoring_enabled=False,
is_incident_logs_enabled=True),
description="EXAMPLE-description-Value",
time_zone="EXAMPLE-timeZone-Value",
additional_vm_storage_size_in_gbs=416,
data_storage_size_in_gbs=430,
reco_storage_size_in_gbs=540,
memory_size_in_gbs=74,
license_model="BRING_YOUR_OWN_LICENSE",
freeform_tags={
'EXAMPLE_KEY_jOmHu': 'EXAMPLE_VALUE_Xm15fyXnF4gPRhDb9nhN'},
defined_tags={
'EXAMPLE_KEY_jZdg4': {
'EXAMPLE_KEY_kYBX2': 'EXAMPLE--Value'}},
vm_cluster_type="REGULAR",
cloud_automation_update_details=oci.database.models.CloudAutomationUpdateDetails(
is_early_adoption_enabled=False,
is_freeze_period_enabled=False,
apply_update_time_preference=oci.database.models.CloudAutomationApplyUpdateTimePreference(
apply_update_preferred_start_time="EXAMPLE-applyUpdatePreferredStartTime-Value",
apply_update_preferred_end_time="EXAMPLE-applyUpdatePreferredEndTime-Value"),
freeze_period=oci.database.models.CloudAutomationFreezePeriod(
freeze_period_start_time="EXAMPLE-freezePeriodStartTime-Value",
freeze_period_end_time="EXAMPLE-freezePeriodEndTime-Value"))),
opc_retry_token="EXAMPLE-opcRetryToken-Value",
opc_request_id="AFPZBLMXJ4CGL9HS7ARJ<unique_ID>")
# Get the data from response
print(create_basecc_vm_cluster_response.data)