ModuleStreamProfileFilter¶
-
class
oci.os_management_hub.models.ModuleStreamProfileFilter(**kwargs)¶ Bases:
objectProvides the information used to create a filter for module streams and profiles from a vendor software source to create or update a custom software source.
Attributes
FILTER_TYPE_EXCLUDEA constant which can be used with the filter_type property of a ModuleStreamProfileFilter. FILTER_TYPE_INCLUDEA constant which can be used with the filter_type property of a ModuleStreamProfileFilter. filter_type[Required] Gets the filter_type of this ModuleStreamProfileFilter. module_name[Required] Gets the module_name of this ModuleStreamProfileFilter. profile_nameGets the profile_name of this ModuleStreamProfileFilter. stream_nameGets the stream_name of this ModuleStreamProfileFilter. Methods
__init__(**kwargs)Initializes a new ModuleStreamProfileFilter object with values from keyword arguments. -
FILTER_TYPE_EXCLUDE= 'EXCLUDE'¶ A constant which can be used with the filter_type property of a ModuleStreamProfileFilter. This constant has a value of “EXCLUDE”
-
FILTER_TYPE_INCLUDE= 'INCLUDE'¶ A constant which can be used with the filter_type property of a ModuleStreamProfileFilter. This constant has a value of “INCLUDE”
-
__init__(**kwargs)¶ Initializes a new ModuleStreamProfileFilter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - module_name (str) – The value to assign to the module_name property of this ModuleStreamProfileFilter.
- profile_name (str) – The value to assign to the profile_name property of this ModuleStreamProfileFilter.
- stream_name (str) – The value to assign to the stream_name property of this ModuleStreamProfileFilter.
- filter_type (str) – The value to assign to the filter_type property of this ModuleStreamProfileFilter. Allowed values for this property are: “INCLUDE”, “EXCLUDE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
filter_type¶ [Required] Gets the filter_type of this ModuleStreamProfileFilter. The type of the filter.
Allowed values for this property are: “INCLUDE”, “EXCLUDE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The filter_type of this ModuleStreamProfileFilter. Return type: str
-
module_name¶ [Required] Gets the module_name of this ModuleStreamProfileFilter. Module name.
Returns: The module_name of this ModuleStreamProfileFilter. Return type: str
-
profile_name¶ Gets the profile_name of this ModuleStreamProfileFilter. Profile name.
Returns: The profile_name of this ModuleStreamProfileFilter. Return type: str
-
stream_name¶ Gets the stream_name of this ModuleStreamProfileFilter. Stream name.
Returns: The stream_name of this ModuleStreamProfileFilter. Return type: str
-