SourceDetails

class oci.sch.models.SourceDetails(**kwargs)

Bases: object

An object that represents the source of the flow defined by the connector. An example source is the VCNFlow logs within the NetworkLogs group. For more information about flows defined by connectors, see Overview of Connector Hub. For configuration instructions, see Creating a Connector.

Attributes

KIND_LOGGING A constant which can be used with the kind property of a SourceDetails.
KIND_MONITORING A constant which can be used with the kind property of a SourceDetails.
KIND_PLUGIN A constant which can be used with the kind property of a SourceDetails.
KIND_STREAMING A constant which can be used with the kind property of a SourceDetails.
kind [Required] Gets the kind of this SourceDetails.

Methods

__init__(**kwargs) Initializes a new SourceDetails 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_LOGGING = 'logging'

A constant which can be used with the kind property of a SourceDetails. This constant has a value of “logging”

KIND_MONITORING = 'monitoring'

A constant which can be used with the kind property of a SourceDetails. This constant has a value of “monitoring”

KIND_PLUGIN = 'plugin'

A constant which can be used with the kind property of a SourceDetails. This constant has a value of “plugin”

KIND_STREAMING = 'streaming'

A constant which can be used with the kind property of a SourceDetails. This constant has a value of “streaming”

__init__(**kwargs)

Initializes a new SourceDetails 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:

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 SourceDetails. Allowed values for this property are: “logging”, “monitoring”, “streaming”, “plugin”, ‘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 SourceDetails. The type discriminator.

Allowed values for this property are: “logging”, “monitoring”, “streaming”, “plugin”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The kind of this SourceDetails.
Return type:str