GiFleetDiscoveryFilter

class oci.fleet_software_update.models.GiFleetDiscoveryFilter(**kwargs)

Bases: object

Possible Discovery filters.

Attributes

MODE_EXCLUDE A constant which can be used with the mode property of a GiFleetDiscoveryFilter.
MODE_INCLUDE A constant which can be used with the mode property of a GiFleetDiscoveryFilter.
TYPE_COMPARTMENT_ID A constant which can be used with the type property of a GiFleetDiscoveryFilter.
TYPE_DEFINED_TAG A constant which can be used with the type property of a GiFleetDiscoveryFilter.
TYPE_FREEFORM_TAG A constant which can be used with the type property of a GiFleetDiscoveryFilter.
TYPE_RESOURCE_ID A constant which can be used with the type property of a GiFleetDiscoveryFilter.
TYPE_VERSION A constant which can be used with the type property of a GiFleetDiscoveryFilter.
mode Gets the mode of this GiFleetDiscoveryFilter.
type [Required] Gets the type of this GiFleetDiscoveryFilter.

Methods

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

MODE_INCLUDE = 'INCLUDE'

A constant which can be used with the mode property of a GiFleetDiscoveryFilter. This constant has a value of “INCLUDE”

TYPE_COMPARTMENT_ID = 'COMPARTMENT_ID'

A constant which can be used with the type property of a GiFleetDiscoveryFilter. This constant has a value of “COMPARTMENT_ID”

TYPE_DEFINED_TAG = 'DEFINED_TAG'

A constant which can be used with the type property of a GiFleetDiscoveryFilter. 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 GiFleetDiscoveryFilter. 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 GiFleetDiscoveryFilter. This constant has a value of “RESOURCE_ID”

TYPE_VERSION = 'VERSION'

A constant which can be used with the type property of a GiFleetDiscoveryFilter. This constant has a value of “VERSION”

__init__(**kwargs)

Initializes a new GiFleetDiscoveryFilter 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:
  • type (str) – The value to assign to the type property of this GiFleetDiscoveryFilter. Allowed values for this property are: “COMPARTMENT_ID”, “VERSION”, “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 GiFleetDiscoveryFilter. 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 GiFleetDiscoveryFilter. INCLUDE or EXCLUDE the filter results in the discovery for GI 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 GiFleetDiscoveryFilter.
Return type:str
type

[Required] Gets the type of this GiFleetDiscoveryFilter. Type of filters supported for GI targets discovery.

Allowed values for this property are: “COMPARTMENT_ID”, “VERSION”, “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 GiFleetDiscoveryFilter.
Return type:str