DbFleetDiscoveryFilter¶
-
class
oci.fleet_software_update.models.DbFleetDiscoveryFilter(**kwargs)¶ Bases:
objectPossible Discovery filters for Database targets.
Attributes
MODE_EXCLUDEA constant which can be used with the mode property of a DbFleetDiscoveryFilter. MODE_INCLUDEA constant which can be used with the mode property of a DbFleetDiscoveryFilter. TYPE_COMPARTMENT_IDA constant which can be used with the type property of a DbFleetDiscoveryFilter. TYPE_DB_HOME_NAMEA constant which can be used with the type property of a DbFleetDiscoveryFilter. TYPE_DB_NAMEA constant which can be used with the type property of a DbFleetDiscoveryFilter. TYPE_DB_UNIQUE_NAMEA constant which can be used with the type property of a DbFleetDiscoveryFilter. TYPE_DEFINED_TAGA constant which can be used with the type property of a DbFleetDiscoveryFilter. TYPE_FREEFORM_TAGA constant which can be used with the type property of a DbFleetDiscoveryFilter. TYPE_RESOURCE_IDA constant which can be used with the type property of a DbFleetDiscoveryFilter. TYPE_VERSIONA constant which can be used with the type property of a DbFleetDiscoveryFilter. modeGets the mode of this DbFleetDiscoveryFilter. type[Required] Gets the type of this DbFleetDiscoveryFilter. Methods
__init__(**kwargs)Initializes a new DbFleetDiscoveryFilter 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. -
MODE_EXCLUDE= 'EXCLUDE'¶ A constant which can be used with the mode property of a DbFleetDiscoveryFilter. This constant has a value of “EXCLUDE”
-
MODE_INCLUDE= 'INCLUDE'¶ A constant which can be used with the mode property of a DbFleetDiscoveryFilter. This constant has a value of “INCLUDE”
-
TYPE_COMPARTMENT_ID= 'COMPARTMENT_ID'¶ A constant which can be used with the type property of a DbFleetDiscoveryFilter. This constant has a value of “COMPARTMENT_ID”
-
TYPE_DB_HOME_NAME= 'DB_HOME_NAME'¶ A constant which can be used with the type property of a DbFleetDiscoveryFilter. This constant has a value of “DB_HOME_NAME”
-
TYPE_DB_NAME= 'DB_NAME'¶ A constant which can be used with the type property of a DbFleetDiscoveryFilter. This constant has a value of “DB_NAME”
-
TYPE_DB_UNIQUE_NAME= 'DB_UNIQUE_NAME'¶ A constant which can be used with the type property of a DbFleetDiscoveryFilter. This constant has a value of “DB_UNIQUE_NAME”
-
TYPE_DEFINED_TAG= 'DEFINED_TAG'¶ A constant which can be used with the type property of a DbFleetDiscoveryFilter. This constant has a value of “DEFINED_TAG”
-
TYPE_FREEFORM_TAG= 'FREEFORM_TAG'¶ A constant which can be used with the type property of a DbFleetDiscoveryFilter. This constant has a value of “FREEFORM_TAG”
-
TYPE_RESOURCE_ID= 'RESOURCE_ID'¶ A constant which can be used with the type property of a DbFleetDiscoveryFilter. This constant has a value of “RESOURCE_ID”
-
TYPE_VERSION= 'VERSION'¶ A constant which can be used with the type property of a DbFleetDiscoveryFilter. This constant has a value of “VERSION”
-
__init__(**kwargs)¶ Initializes a new DbFleetDiscoveryFilter 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:
DbDefinedTagsFilterDbUniqueNameFilterDbVersionFilterDbResourceIdFilterDbHomeNameFilterDbCompartmentIdFilterDbNameFilterDbFreeformTagsFilter
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - type (str) – The value to assign to the type property of this DbFleetDiscoveryFilter. Allowed values for this property are: “COMPARTMENT_ID”, “VERSION”, “DB_NAME”, “DB_UNIQUE_NAME”, “DB_HOME_NAME”, “FREEFORM_TAG”, “DEFINED_TAG”, “RESOURCE_ID”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- mode (str) – The value to assign to the mode property of this DbFleetDiscoveryFilter. 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’.
-
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.
-
mode¶ Gets the mode of this DbFleetDiscoveryFilter. INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for ‘FSUCOLLECTION’ RESOURCE_ID filter only.
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 mode of this DbFleetDiscoveryFilter. Return type: str
-
type¶ [Required] Gets the type of this DbFleetDiscoveryFilter. Type of filters supported for Database targets discovery.
Allowed values for this property are: “COMPARTMENT_ID”, “VERSION”, “DB_NAME”, “DB_UNIQUE_NAME”, “DB_HOME_NAME”, “FREEFORM_TAG”, “DEFINED_TAG”, “RESOURCE_ID”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this DbFleetDiscoveryFilter. Return type: str
-