GuestOsVersionFilter¶
-
class
oci.fleet_software_update.models.GuestOsVersionFilter(**kwargs)¶ Bases:
oci.fleet_software_update.models.guest_os_fleet_discovery_filter.GuestOsFleetDiscoveryFilterExadata Image (Guest OS) versions to include when discovering Exadata VM Cluster targets for a ‘GUEST_OS’ collection. Only versions related to the specified sourceMajorVersion are allowed. For example, version “22.1.26.0.0.240801” can be specified for sourceMajorVersion “EXA_OL_7” (Oracle Linux 7).
Attributes
MODE_EXCLUDEstr(object=’’) -> str MODE_INCLUDEstr(object=’’) -> str TYPE_COMPARTMENT_IDstr(object=’’) -> str TYPE_DEFINED_TAGstr(object=’’) -> str TYPE_EXADATA_RELEASE_VERSIONstr(object=’’) -> str TYPE_FREEFORM_TAGstr(object=’’) -> str TYPE_RESOURCE_IDstr(object=’’) -> str TYPE_VERSIONstr(object=’’) -> str modeGets the mode of this GuestOsFleetDiscoveryFilter. type[Required] Gets the type of this GuestOsFleetDiscoveryFilter. versions[Required] Gets the versions of this GuestOsVersionFilter. Methods
__init__(**kwargs)Initializes a new GuestOsVersionFilter 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'¶
-
TYPE_COMPARTMENT_ID= 'COMPARTMENT_ID'¶
-
TYPE_DEFINED_TAG= 'DEFINED_TAG'¶
-
TYPE_EXADATA_RELEASE_VERSION= 'EXADATA_RELEASE_VERSION'¶
-
TYPE_FREEFORM_TAG= 'FREEFORM_TAG'¶
-
TYPE_RESOURCE_ID= 'RESOURCE_ID'¶
-
TYPE_VERSION= 'VERSION'¶
-
__init__(**kwargs)¶ Initializes a new GuestOsVersionFilter object with values from keyword arguments. The default value of the
typeattribute of this class isVERSIONand 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 GuestOsVersionFilter. Allowed values for this property are: “COMPARTMENT_ID”, “VERSION”, “EXADATA_RELEASE_VERSION”, “FREEFORM_TAG”, “DEFINED_TAG”, “RESOURCE_ID”
- mode (str) – The value to assign to the mode property of this GuestOsVersionFilter. Allowed values for this property are: “INCLUDE”, “EXCLUDE”
- versions (list[str]) – The value to assign to the versions property of this GuestOsVersionFilter.
-
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 GuestOsFleetDiscoveryFilter. INCLUDE or EXCLUDE the filter results when discovering Exadata VM Cluster targets for a ‘GUEST_OS’ collection. Supported only for RESOURCE_ID 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 mode of this GuestOsFleetDiscoveryFilter. Return type: str
-
type¶ [Required] Gets the type of this GuestOsFleetDiscoveryFilter. Filters supported for searching Exadata VM Cluster targets for a ‘GUEST_OS’ collection.
Allowed values for this property are: “COMPARTMENT_ID”, “VERSION”, “EXADATA_RELEASE_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 GuestOsFleetDiscoveryFilter. Return type: str
-
versions¶ [Required] Gets the versions of this GuestOsVersionFilter. List of Exadata Image (Guest OS) version strings to include when discovering Exadata VM Cluster targets for a ‘GUEST_OS’ collection.
Returns: The versions of this GuestOsVersionFilter. Return type: list[str]
-