Class ADBServerlesTablespaceDetails
Migration tablespace settings valid for Autonomous Database Serverless target type using remap feature.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class ADBServerlesTablespaceDetails : TargetTypeTablespaceDetails
Properties
RemapTarget
Declaration
[JsonProperty(PropertyName = "remapTarget")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ADBServerlesTablespaceDetails.RemapTargetEnum? RemapTarget { get; set; }
Property Value
Type | Description |
---|---|
ADBServerlesTablespaceDetails.RemapTargetEnum? | Name of the tablespace on the target database to which the source database tablespace is to be remapped. |