PhaseExtractEntry¶
-
class
oci.database_migration.models.
PhaseExtractEntry
(**kwargs)¶ Bases:
object
Job phase extract message.
Attributes
TYPE_ERROR
A constant which can be used with the type property of a PhaseExtractEntry. message
[Required] Gets the message of this PhaseExtractEntry. type
[Required] Gets the type of this PhaseExtractEntry. Methods
__init__
(**kwargs)Initializes a new PhaseExtractEntry object with values from keyword arguments. -
TYPE_ERROR
= 'ERROR'¶ A constant which can be used with the type property of a PhaseExtractEntry. This constant has a value of “ERROR”
-
__init__
(**kwargs)¶ Initializes a new PhaseExtractEntry 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 PhaseExtractEntry. Allowed values for this property are: “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- message (str) – The value to assign to the message property of this PhaseExtractEntry.
-
message
¶ [Required] Gets the message of this PhaseExtractEntry. Message in entry.
Returns: The message of this PhaseExtractEntry. Return type: str
-
type
¶ [Required] Gets the type of this PhaseExtractEntry. Type of extract.
Allowed values for this property are: “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this PhaseExtractEntry. Return type: str
-