EventConfig¶
-
class
oci.data_catalog.models.
EventConfig
(**kwargs)¶ Bases:
object
Describes an event configuration, for a given object type and property. Primarily, whether a property change will result in an event being emitted.
Attributes
EVENT_CONFIG_STATUS_DISABLED
A constant which can be used with the event_config_status property of a EventConfig. EVENT_CONFIG_STATUS_ENABLED
A constant which can be used with the event_config_status property of a EventConfig. created_by_id
Gets the created_by_id of this EventConfig. event_config_status
Gets the event_config_status of this EventConfig. property_id
Gets the property_id of this EventConfig. property_name
Gets the property_name of this EventConfig. time_created
Gets the time_created of this EventConfig. time_updated
Gets the time_updated of this EventConfig. type_id
Gets the type_id of this EventConfig. type_name
Gets the type_name of this EventConfig. updated_by_id
Gets the updated_by_id of this EventConfig. Methods
__init__
(**kwargs)Initializes a new EventConfig object with values from keyword arguments. -
EVENT_CONFIG_STATUS_DISABLED
= 'DISABLED'¶ A constant which can be used with the event_config_status property of a EventConfig. This constant has a value of “DISABLED”
-
EVENT_CONFIG_STATUS_ENABLED
= 'ENABLED'¶ A constant which can be used with the event_config_status property of a EventConfig. This constant has a value of “ENABLED”
-
__init__
(**kwargs)¶ Initializes a new EventConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type_id (str) – The value to assign to the type_id property of this EventConfig.
- type_name (str) – The value to assign to the type_name property of this EventConfig.
- property_id (str) – The value to assign to the property_id property of this EventConfig.
- property_name (str) – The value to assign to the property_name property of this EventConfig.
- event_config_status (str) – The value to assign to the event_config_status property of this EventConfig. Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this EventConfig.
- time_updated (datetime) – The value to assign to the time_updated property of this EventConfig.
- created_by_id (str) – The value to assign to the created_by_id property of this EventConfig.
- updated_by_id (str) – The value to assign to the updated_by_id property of this EventConfig.
-
created_by_id
¶ Gets the created_by_id of this EventConfig. OCID of the user who created the configuration.
Returns: The created_by_id of this EventConfig. Return type: str
-
event_config_status
¶ Gets the event_config_status of this EventConfig. Status of the configuration.
Allowed values for this property are: “ENABLED”, “DISABLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The event_config_status of this EventConfig. Return type: str
-
property_id
¶ Gets the property_id of this EventConfig. Unique property key identifier.
Returns: The property_id of this EventConfig. Return type: str
-
property_name
¶ Gets the property_name of this EventConfig. Name of the property.
Returns: The property_name of this EventConfig. Return type: str
-
time_created
¶ Gets the time_created of this EventConfig. The date and time the event was configured, in the format defined by RFC3339. Example: 2019-03-25T21:10:29.600Z
Returns: The time_created of this EventConfig. Return type: datetime
-
time_updated
¶ Gets the time_updated of this EventConfig. The last time that any change was made to the configuration. An RFC3339 formatted datetime string.
Returns: The time_updated of this EventConfig. Return type: datetime
-
type_id
¶ Gets the type_id of this EventConfig. Unique type key identifier.
Returns: The type_id of this EventConfig. Return type: str
-
type_name
¶ Gets the type_name of this EventConfig. Name of the type.
Returns: The type_name of this EventConfig. Return type: str
-
updated_by_id
¶ Gets the updated_by_id of this EventConfig. OCID of the user who last modified the configuration.
Returns: The updated_by_id of this EventConfig. Return type: str
-