SourceDetailsResponse

class oci.sch.models.SourceDetailsResponse(**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 SourceDetailsResponse.
KIND_MONITORING A constant which can be used with the kind property of a SourceDetailsResponse.
KIND_PLUGIN A constant which can be used with the kind property of a SourceDetailsResponse.
KIND_STREAMING A constant which can be used with the kind property of a SourceDetailsResponse.
kind [Required] Gets the kind of this SourceDetailsResponse.
private_endpoint_metadata Gets the private_endpoint_metadata of this SourceDetailsResponse.

Methods

__init__(**kwargs) Initializes a new SourceDetailsResponse 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 SourceDetailsResponse. This constant has a value of “logging”

KIND_MONITORING = 'monitoring'

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

KIND_PLUGIN = 'plugin'

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

KIND_STREAMING = 'streaming'

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

__init__(**kwargs)

Initializes a new SourceDetailsResponse 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:
  • private_endpoint_metadata (oci.sch.models.PrivateEndpointMetadata) – The value to assign to the private_endpoint_metadata property of this SourceDetailsResponse.
  • kind (str) – The value to assign to the kind property of this SourceDetailsResponse. 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 SourceDetailsResponse. 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 SourceDetailsResponse.
Return type:str
private_endpoint_metadata

Gets the private_endpoint_metadata of this SourceDetailsResponse.

Returns:The private_endpoint_metadata of this SourceDetailsResponse.
Return type:oci.sch.models.PrivateEndpointMetadata