DatabaseTechnologySubType¶
-
class
oci.database_migration.models.DatabaseTechnologySubType(**kwargs)¶ Bases:
objectTechnology sub-type e.g. ADW_SHARED and database versions corresponding to the sub-type.
Methods
__init__(**kwargs)Initializes a new DatabaseTechnologySubType object with values from keyword arguments. Attributes
database_versionsGets the database_versions of this DatabaseTechnologySubType. technology_sub_typeGets the technology_sub_type of this DatabaseTechnologySubType. technology_sub_type_display_nameGets the technology_sub_type_display_name of this DatabaseTechnologySubType. -
__init__(**kwargs)¶ Initializes a new DatabaseTechnologySubType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - technology_sub_type (str) – The value to assign to the technology_sub_type property of this DatabaseTechnologySubType.
- technology_sub_type_display_name (str) – The value to assign to the technology_sub_type_display_name property of this DatabaseTechnologySubType.
- database_versions (list[str]) – The value to assign to the database_versions property of this DatabaseTechnologySubType.
-
database_versions¶ Gets the database_versions of this DatabaseTechnologySubType. Array of database versions
Returns: The database_versions of this DatabaseTechnologySubType. Return type: list[str]
-
technology_sub_type¶ Gets the technology_sub_type of this DatabaseTechnologySubType. Technology sub-type e.g. ADW_SHARED.
Returns: The technology_sub_type of this DatabaseTechnologySubType. Return type: str
-
technology_sub_type_display_name¶ Gets the technology_sub_type_display_name of this DatabaseTechnologySubType. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The technology_sub_type_display_name of this DatabaseTechnologySubType. Return type: str
-