UnsupportedDatabaseObject

class oci.database_migration.models.UnsupportedDatabaseObject(**kwargs)

Bases: object

Database objects to exclude from migration

Attributes

TYPE_GOLDEN_GATE A constant which can be used with the type property of a UnsupportedDatabaseObject.
object_name [Required] Gets the object_name of this UnsupportedDatabaseObject.
owner [Required] Gets the owner of this UnsupportedDatabaseObject.
type Gets the type of this UnsupportedDatabaseObject.

Methods

__init__(**kwargs) Initializes a new UnsupportedDatabaseObject object with values from keyword arguments.
TYPE_GOLDEN_GATE = 'GOLDEN_GATE'

A constant which can be used with the type property of a UnsupportedDatabaseObject. This constant has a value of “GOLDEN_GATE”

__init__(**kwargs)

Initializes a new UnsupportedDatabaseObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this UnsupportedDatabaseObject. Allowed values for this property are: “GOLDEN_GATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • owner (str) – The value to assign to the owner property of this UnsupportedDatabaseObject.
  • object_name (str) – The value to assign to the object_name property of this UnsupportedDatabaseObject.
object_name

[Required] Gets the object_name of this UnsupportedDatabaseObject. Name of the object (regular expression is allowed)

Returns:The object_name of this UnsupportedDatabaseObject.
Return type:str
owner

[Required] Gets the owner of this UnsupportedDatabaseObject. Owner of the object (regular expression is allowed)

Returns:The owner of this UnsupportedDatabaseObject.
Return type:str
type

Gets the type of this UnsupportedDatabaseObject. Type of unsupported object

Allowed values for this property are: “GOLDEN_GATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this UnsupportedDatabaseObject.
Return type:str