PatchSelectionDetails¶
-
class
oci.fleet_apps_management.models.
PatchSelectionDetails
(**kwargs)¶ Bases:
object
Patch Selection Details
Attributes
SELECTION_TYPE_PATCH_LEVEL
A constant which can be used with the selection_type property of a PatchSelectionDetails. SELECTION_TYPE_PATCH_NAME
A constant which can be used with the selection_type property of a PatchSelectionDetails. SELECTION_TYPE_PATCH_RELEASE_DATE
A constant which can be used with the selection_type property of a PatchSelectionDetails. selection_type
[Required] Gets the selection_type of this PatchSelectionDetails. Methods
__init__
(**kwargs)Initializes a new PatchSelectionDetails 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. -
SELECTION_TYPE_PATCH_LEVEL
= 'PATCH_LEVEL'¶ A constant which can be used with the selection_type property of a PatchSelectionDetails. This constant has a value of “PATCH_LEVEL”
-
SELECTION_TYPE_PATCH_NAME
= 'PATCH_NAME'¶ A constant which can be used with the selection_type property of a PatchSelectionDetails. This constant has a value of “PATCH_NAME”
-
SELECTION_TYPE_PATCH_RELEASE_DATE
= 'PATCH_RELEASE_DATE'¶ A constant which can be used with the selection_type property of a PatchSelectionDetails. This constant has a value of “PATCH_RELEASE_DATE”
-
__init__
(**kwargs)¶ Initializes a new PatchSelectionDetails 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: selection_type (str) – The value to assign to the selection_type property of this PatchSelectionDetails. Allowed values for this property are: “PATCH_LEVEL”, “PATCH_NAME”, “PATCH_RELEASE_DATE”, ‘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.
-
selection_type
¶ [Required] Gets the selection_type of this PatchSelectionDetails. Selection type for the Patch.
Allowed values for this property are: “PATCH_LEVEL”, “PATCH_NAME”, “PATCH_RELEASE_DATE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The selection_type of this PatchSelectionDetails. Return type: str
-