CreationSource¶
-
class
oci.log_analytics.models.
CreationSource
(**kwargs)¶ Bases:
object
Details for auto-created entity.
Attributes
TYPE_BULK_DISCOVERY
A constant which can be used with the type property of a CreationSource. TYPE_DISCOVERY
A constant which can be used with the type property of a CreationSource. TYPE_EM_BRIDGE
A constant which can be used with the type property of a CreationSource. TYPE_LOGGING_ANALYTICS
A constant which can be used with the type property of a CreationSource. TYPE_NONE
A constant which can be used with the type property of a CreationSource. TYPE_SERVICE_CONNECTOR_HUB
A constant which can be used with the type property of a CreationSource. details
Gets the details of this CreationSource. type
Gets the type of this CreationSource. Methods
__init__
(**kwargs)Initializes a new CreationSource object with values from keyword arguments. -
TYPE_BULK_DISCOVERY
= 'BULK_DISCOVERY'¶ A constant which can be used with the type property of a CreationSource. This constant has a value of “BULK_DISCOVERY”
-
TYPE_DISCOVERY
= 'DISCOVERY'¶ A constant which can be used with the type property of a CreationSource. This constant has a value of “DISCOVERY”
-
TYPE_EM_BRIDGE
= 'EM_BRIDGE'¶ A constant which can be used with the type property of a CreationSource. This constant has a value of “EM_BRIDGE”
-
TYPE_LOGGING_ANALYTICS
= 'LOGGING_ANALYTICS'¶ A constant which can be used with the type property of a CreationSource. This constant has a value of “LOGGING_ANALYTICS”
-
TYPE_NONE
= 'NONE'¶ A constant which can be used with the type property of a CreationSource. This constant has a value of “NONE”
-
TYPE_SERVICE_CONNECTOR_HUB
= 'SERVICE_CONNECTOR_HUB'¶ A constant which can be used with the type property of a CreationSource. This constant has a value of “SERVICE_CONNECTOR_HUB”
-
__init__
(**kwargs)¶ Initializes a new CreationSource 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 CreationSource. Allowed values for this property are: “EM_BRIDGE”, “BULK_DISCOVERY”, “SERVICE_CONNECTOR_HUB”, “DISCOVERY”, “LOGGING_ANALYTICS”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- details (str) – The value to assign to the details property of this CreationSource.
-
details
¶ Gets the details of this CreationSource. This will provide additional details for source of auto-creation. For example, if entity is auto-created by enterprise manager bridge, this field provides additional detail on enterprise manager that contributed to the entity auto-creation.
Returns: The details of this CreationSource. Return type: str
-
type
¶ Gets the type of this CreationSource. Source that auto-created the entity.
Allowed values for this property are: “EM_BRIDGE”, “BULK_DISCOVERY”, “SERVICE_CONNECTOR_HUB”, “DISCOVERY”, “LOGGING_ANALYTICS”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this CreationSource. Return type: str
-