Show / Hide Table of Contents

Class OracleAssessment

Oracle Assessment resource

Inheritance
object
Assessment
OracleAssessment
Inherited Members
Assessment.Id
Assessment.Description
Assessment.DisplayName
Assessment.CompartmentId
Assessment.NetworkSpeedMegabitPerSecond
Assessment.AcceptableDowntime
Assessment.DatabaseDataSize
Assessment.DdlExpectation
Assessment.CreationType
Assessment.MigrationId
Assessment.SourceDatabaseConnection
Assessment.TargetDatabaseConnection
Assessment.LifecycleState
Assessment.AssessmentMigrationType
Assessment.TimeCreated
Assessment.TimeUpdated
Assessment.FreeformTags
Assessment.DefinedTags
Assessment.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class OracleAssessment : Assessment

Properties

IsCdbSupported

Declaration
[JsonProperty(PropertyName = "isCdbSupported")]
public bool? IsCdbSupported { get; set; }
Property Value
Type Description
bool?

True if CDB should be defined, false otherwise.

In this article
Back to top