Show / Hide Table of Contents

Class DatabaseTechnologySubType

Technology sub-type e.g. ADW_SHARED and database versions corresponding to the sub-type.

Inheritance
object
DatabaseTechnologySubType
Inherited Members
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 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.

In this article
Back to top