Class DatabaseTechnologySubType
Technology sub-type e.g. ADW_SHARED and database versions corresponding to the sub-type.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class DatabaseTechnologySubType
Properties
DatabaseVersions
Declaration
[JsonProperty(PropertyName = "databaseVersions")]
public List<string> DatabaseVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | Array of database versions |
TechnologySubType
Declaration
[JsonProperty(PropertyName = "technologySubType")]
public string TechnologySubType { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Technology sub-type e.g. ADW_SHARED. |
TechnologySubTypeDisplayName
Declaration
[JsonProperty(PropertyName = "technologySubTypeDisplayName")]
public string TechnologySubTypeDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. |