Filter¶
-
class
oci.fleet_apps_management.models.Filter(**kwargs)¶ Bases:
objectAn array of Managed Entity objects
Attributes
FILTER_TYPE_MULTI_VALUEA constant which can be used with the filter_type property of a Filter. FILTER_TYPE_SINGLE_VALUEA constant which can be used with the filter_type property of a Filter. field_name[Required] Gets the field_name of this Filter. filter_type[Required] Gets the filter_type of this Filter. Methods
__init__(**kwargs)Initializes a new Filter 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. -
FILTER_TYPE_MULTI_VALUE= 'MULTI_VALUE'¶ A constant which can be used with the filter_type property of a Filter. This constant has a value of “MULTI_VALUE”
-
FILTER_TYPE_SINGLE_VALUE= 'SINGLE_VALUE'¶ A constant which can be used with the filter_type property of a Filter. This constant has a value of “SINGLE_VALUE”
-
__init__(**kwargs)¶ Initializes a new Filter 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: - field_name (str) – The value to assign to the field_name property of this Filter.
- filter_type (str) – The value to assign to the filter_type property of this Filter. Allowed values for this property are: “SINGLE_VALUE”, “MULTI_VALUE”
-
field_name¶ [Required] Gets the field_name of this Filter. Name of report.
Returns: The field_name of this Filter. Return type: str
-
filter_type¶ [Required] Gets the filter_type of this Filter. Content Source type details.
Allowed values for this property are: “SINGLE_VALUE”, “MULTI_VALUE”
Returns: The filter_type of this Filter. Return type: str
-
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.
-