MessageSummary¶
-
class
oci.golden_gate.models.
MessageSummary
(**kwargs)¶ Bases:
object
Deployment message Summary.
Attributes
DEPLOYMENT_MESSAGE_STATUS_ERROR
A constant which can be used with the deployment_message_status property of a MessageSummary. DEPLOYMENT_MESSAGE_STATUS_INFO
A constant which can be used with the deployment_message_status property of a MessageSummary. DEPLOYMENT_MESSAGE_STATUS_WARNING
A constant which can be used with the deployment_message_status property of a MessageSummary. deployment_message
[Required] Gets the deployment_message of this MessageSummary. deployment_message_status
[Required] Gets the deployment_message_status of this MessageSummary. id
[Required] Gets the id of this MessageSummary. Methods
__init__
(**kwargs)Initializes a new MessageSummary object with values from keyword arguments. -
DEPLOYMENT_MESSAGE_STATUS_ERROR
= 'ERROR'¶ A constant which can be used with the deployment_message_status property of a MessageSummary. This constant has a value of “ERROR”
-
DEPLOYMENT_MESSAGE_STATUS_INFO
= 'INFO'¶ A constant which can be used with the deployment_message_status property of a MessageSummary. This constant has a value of “INFO”
-
DEPLOYMENT_MESSAGE_STATUS_WARNING
= 'WARNING'¶ A constant which can be used with the deployment_message_status property of a MessageSummary. This constant has a value of “WARNING”
-
__init__
(**kwargs)¶ Initializes a new MessageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this MessageSummary.
- deployment_message (str) – The value to assign to the deployment_message property of this MessageSummary.
- deployment_message_status (str) – The value to assign to the deployment_message_status property of this MessageSummary. Allowed values for this property are: “INFO”, “WARNING”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
deployment_message
¶ [Required] Gets the deployment_message of this MessageSummary. The deployment Message in plain text with optional HTML anchor tags.
Returns: The deployment_message of this MessageSummary. Return type: str
-
deployment_message_status
¶ [Required] Gets the deployment_message_status of this MessageSummary. The deployment Message Status.
Allowed values for this property are: “INFO”, “WARNING”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The deployment_message_status of this MessageSummary. Return type: str
-
id
¶ [Required] Gets the id of this MessageSummary. The deployment Message Id.
Returns: The id of this MessageSummary. Return type: str
-