Skip to content

Assessment Sample

This page is generated from the checked-in sample manifest at config/samples/databasemigration_v1beta1_assessment.yaml.

Field Value
Resource databasemigration/Assessment
API Version databasemigration.oracle.com/v1beta1
Source Path config/samples/databasemigration_v1beta1_assessment.yaml
#
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
#

#
# Replace the Assessment input OCIDs below before running e2e.
# Update metadata.name or spec.displayName if you want to force a fresh create instead of
# binding to an existing Assessment with the same compartment, displayName, and
# databaseCombination.
#
apiVersion: databasemigration.oracle.com/v1beta1
kind: Assessment
metadata:
  name: assessment-sample
spec:
  compartmentId: ocid1.compartment.oc1..exampleuniqueID
  displayName: mysql-assessment
  databaseCombination: MYSQL
  sourceDatabaseConnection:
    id: ocid1.connection.oc1..exampleuniqueID
  targetDatabaseConnection:
    id: ocid1.connection.oc1..exampletargetID
  networkSpeedMegabitPerSecond: MBPS_100
  acceptableDowntime: LESS_THAN_1_HOUR
  databaseDataSize: GB_10_50
  ddlExpectation: DDL_NOT_EXPECTED
  creationType: CREATE_ONLY
  description: Sample Database Migration assessment
  freeformTags:
    managed-by: oci-service-operator