GiFreeformTagsFilter

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

Bases: oci.fleet_software_update.models.gi_fleet_discovery_filter.GiFleetDiscoveryFilter

Freeform tags to include in the discovery.

Attributes

MODE_EXCLUDE str(object=’’) -> str
MODE_INCLUDE str(object=’’) -> str
OPERATOR_AND A constant which can be used with the operator property of a GiFreeformTagsFilter.
OPERATOR_OR A constant which can be used with the operator property of a GiFreeformTagsFilter.
TYPE_COMPARTMENT_ID str(object=’’) -> str
TYPE_DEFINED_TAG str(object=’’) -> str
TYPE_FREEFORM_TAG str(object=’’) -> str
TYPE_RESOURCE_ID str(object=’’) -> str
TYPE_VERSION str(object=’’) -> str
mode Gets the mode of this GiFleetDiscoveryFilter.
operator Gets the operator of this GiFreeformTagsFilter.
tags [Required] Gets the tags of this GiFreeformTagsFilter.
type [Required] Gets the type of this GiFleetDiscoveryFilter.

Methods

__init__(**kwargs) Initializes a new GiFreeformTagsFilter 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'
MODE_INCLUDE = 'INCLUDE'
OPERATOR_AND = 'AND'

A constant which can be used with the operator property of a GiFreeformTagsFilter. This constant has a value of “AND”

OPERATOR_OR = 'OR'

A constant which can be used with the operator property of a GiFreeformTagsFilter. This constant has a value of “OR”

TYPE_COMPARTMENT_ID = 'COMPARTMENT_ID'
TYPE_DEFINED_TAG = 'DEFINED_TAG'
TYPE_FREEFORM_TAG = 'FREEFORM_TAG'
TYPE_RESOURCE_ID = 'RESOURCE_ID'
TYPE_VERSION = 'VERSION'
__init__(**kwargs)

Initializes a new GiFreeformTagsFilter object with values from keyword arguments. The default value of the type attribute of this class is FREEFORM_TAG and it should not be changed. 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 GiFreeformTagsFilter. Allowed values for this property are: “COMPARTMENT_ID”, “VERSION”, “FREEFORM_TAG”, “DEFINED_TAG”, “RESOURCE_ID”
  • mode (str) – The value to assign to the mode property of this GiFreeformTagsFilter. Allowed values for this property are: “INCLUDE”, “EXCLUDE”
  • tags (list[oci.fleet_software_update.models.FreeformTagFilterEntry]) – The value to assign to the tags property of this GiFreeformTagsFilter.
  • operator (str) – The value to assign to the operator property of this GiFreeformTagsFilter. Allowed values for this property are: “AND”, “OR”
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
operator

Gets the operator of this GiFreeformTagsFilter. Type of join for each element in this filter.

Allowed values for this property are: “AND”, “OR”

Returns:The operator of this GiFreeformTagsFilter.
Return type:str
tags

[Required] Gets the tags of this GiFreeformTagsFilter. Freeform tags to include in the discovery.

Returns:The tags of this GiFreeformTagsFilter.
Return type:list[oci.fleet_software_update.models.FreeformTagFilterEntry]
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