TargetDetails¶
-
class
oci.sch.models.
TargetDetails
(**kwargs)¶ Bases:
object
An object that represents the target of the flow defined by the connector. An example target is a stream (Streaming service). For more information about flows defined by connectors, see Overview of Connector Hub. For configuration instructions, see Creating a Connector.
Attributes
KIND_FUNCTIONS
A constant which can be used with the kind property of a TargetDetails. KIND_LOGGING_ANALYTICS
A constant which can be used with the kind property of a TargetDetails. KIND_MONITORING
A constant which can be used with the kind property of a TargetDetails. KIND_NOTIFICATIONS
A constant which can be used with the kind property of a TargetDetails. KIND_OBJECT_STORAGE
A constant which can be used with the kind property of a TargetDetails. KIND_STREAMING
A constant which can be used with the kind property of a TargetDetails. kind
[Required] Gets the kind of this TargetDetails. Methods
__init__
(**kwargs)Initializes a new TargetDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
KIND_FUNCTIONS
= 'functions'¶ A constant which can be used with the kind property of a TargetDetails. This constant has a value of “functions”
-
KIND_LOGGING_ANALYTICS
= 'loggingAnalytics'¶ A constant which can be used with the kind property of a TargetDetails. This constant has a value of “loggingAnalytics”
-
KIND_MONITORING
= 'monitoring'¶ A constant which can be used with the kind property of a TargetDetails. This constant has a value of “monitoring”
-
KIND_NOTIFICATIONS
= 'notifications'¶ A constant which can be used with the kind property of a TargetDetails. This constant has a value of “notifications”
-
KIND_OBJECT_STORAGE
= 'objectStorage'¶ A constant which can be used with the kind property of a TargetDetails. This constant has a value of “objectStorage”
-
KIND_STREAMING
= 'streaming'¶ A constant which can be used with the kind property of a TargetDetails. This constant has a value of “streaming”
-
__init__
(**kwargs)¶ Initializes a new TargetDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
NotificationsTargetDetails
ObjectStorageTargetDetails
MonitoringTargetDetails
FunctionsTargetDetails
LoggingAnalyticsTargetDetails
StreamingTargetDetails
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: kind (str) – The value to assign to the kind property of this TargetDetails. Allowed values for this property are: “functions”, “loggingAnalytics”, “monitoring”, “notifications”, “objectStorage”, “streaming”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
kind
¶ [Required] Gets the kind of this TargetDetails. The type discriminator.
Allowed values for this property are: “functions”, “loggingAnalytics”, “monitoring”, “notifications”, “objectStorage”, “streaming”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The kind of this TargetDetails. Return type: str
-