Patch

class oci.fleet_apps_management.models.Patch(**kwargs)

Bases: object

Patch metadata for Custom and Oracle patches.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a Patch.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a Patch.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a Patch.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a Patch.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a Patch.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a Patch.
SEVERITY_CRITICAL A constant which can be used with the severity property of a Patch.
SEVERITY_HIGH A constant which can be used with the severity property of a Patch.
SEVERITY_LOW A constant which can be used with the severity property of a Patch.
SEVERITY_MEDIUM A constant which can be used with the severity property of a Patch.
TYPE_ORACLE_DEFINED A constant which can be used with the type property of a Patch.
TYPE_USER_DEFINED A constant which can be used with the type property of a Patch.
artifact_details [Required] Gets the artifact_details of this Patch.
compartment_id [Required] Gets the compartment_id of this Patch.
defined_tags Gets the defined_tags of this Patch.
dependent_patches Gets the dependent_patches of this Patch.
description Gets the description of this Patch.
freeform_tags Gets the freeform_tags of this Patch.
id [Required] Gets the id of this Patch.
lifecycle_details Gets the lifecycle_details of this Patch.
lifecycle_state [Required] Gets the lifecycle_state of this Patch.
name [Required] Gets the name of this Patch.
patch_type [Required] Gets the patch_type of this Patch.
product [Required] Gets the product of this Patch.
resource_region Gets the resource_region of this Patch.
severity [Required] Gets the severity of this Patch.
system_tags Gets the system_tags of this Patch.
time_created [Required] Gets the time_created of this Patch.
time_released [Required] Gets the time_released of this Patch.
time_updated [Required] Gets the time_updated of this Patch.
type Gets the type of this Patch.

Methods

__init__(**kwargs) Initializes a new Patch object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a Patch. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a Patch. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a Patch. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a Patch. This constant has a value of “FAILED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a Patch. This constant has a value of “INACTIVE”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a Patch. This constant has a value of “UPDATING”

SEVERITY_CRITICAL = 'CRITICAL'

A constant which can be used with the severity property of a Patch. This constant has a value of “CRITICAL”

SEVERITY_HIGH = 'HIGH'

A constant which can be used with the severity property of a Patch. This constant has a value of “HIGH”

SEVERITY_LOW = 'LOW'

A constant which can be used with the severity property of a Patch. This constant has a value of “LOW”

SEVERITY_MEDIUM = 'MEDIUM'

A constant which can be used with the severity property of a Patch. This constant has a value of “MEDIUM”

TYPE_ORACLE_DEFINED = 'ORACLE_DEFINED'

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

TYPE_USER_DEFINED = 'USER_DEFINED'

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

__init__(**kwargs)

Initializes a new Patch object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this Patch.
  • name (str) – The value to assign to the name property of this Patch.
  • description (str) – The value to assign to the description property of this Patch.
  • type (str) – The value to assign to the type property of this Patch. Allowed values for this property are: “USER_DEFINED”, “ORACLE_DEFINED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • patch_type (oci.fleet_apps_management.models.PatchType) – The value to assign to the patch_type property of this Patch.
  • severity (str) – The value to assign to the severity property of this Patch. Allowed values for this property are: “CRITICAL”, “HIGH”, “MEDIUM”, “LOW”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_released (datetime) – The value to assign to the time_released property of this Patch.
  • artifact_details (oci.fleet_apps_management.models.ArtifactDetails) – The value to assign to the artifact_details property of this Patch.
  • product (oci.fleet_apps_management.models.PatchProduct) – The value to assign to the product property of this Patch.
  • dependent_patches (list[oci.fleet_apps_management.models.DependentPatchDetails]) – The value to assign to the dependent_patches property of this Patch.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this Patch. Allowed values for this property are: “ACTIVE”, “INACTIVE”, “DELETED”, “DELETING”, “FAILED”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_created (datetime) – The value to assign to the time_created property of this Patch.
  • time_updated (datetime) – The value to assign to the time_updated property of this Patch.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this Patch.
  • compartment_id (str) – The value to assign to the compartment_id property of this Patch.
  • resource_region (str) – The value to assign to the resource_region property of this Patch.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this Patch.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this Patch.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this Patch.
artifact_details

[Required] Gets the artifact_details of this Patch.

Returns:The artifact_details of this Patch.
Return type:oci.fleet_apps_management.models.ArtifactDetails
compartment_id

[Required] Gets the compartment_id of this Patch. OCID of the compartment to which the resource belongs to.

Returns:The compartment_id of this Patch.
Return type:str
defined_tags

Gets the defined_tags of this Patch. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this Patch.
Return type:dict(str, dict(str, object))
dependent_patches

Gets the dependent_patches of this Patch. Dependent Patches for this patch.

Returns:The dependent_patches of this Patch.
Return type:list[oci.fleet_apps_management.models.DependentPatchDetails]
description

Gets the description of this Patch. A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.

Returns:The description of this Patch.
Return type:str
freeform_tags

Gets the freeform_tags of this Patch. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this Patch.
Return type:dict(str, str)
id

[Required] Gets the id of this Patch. The OCID of the resource.

Returns:The id of this Patch.
Return type:str
lifecycle_details

Gets the lifecycle_details of this Patch. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Returns:The lifecycle_details of this Patch.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this Patch. The current state of the Patch.

Allowed values for this property are: “ACTIVE”, “INACTIVE”, “DELETED”, “DELETING”, “FAILED”, “UPDATING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this Patch.
Return type:str
name

[Required] Gets the name of this Patch. A user-friendly name. Should be unique within the tenancy, and cannot be changed after creation. Avoid entering confidential information.

Returns:The name of this Patch.
Return type:str
patch_type

[Required] Gets the patch_type of this Patch.

Returns:The patch_type of this Patch.
Return type:oci.fleet_apps_management.models.PatchType
product

[Required] Gets the product of this Patch.

Returns:The product of this Patch.
Return type:oci.fleet_apps_management.models.PatchProduct
resource_region

Gets the resource_region of this Patch. Associated region

Returns:The resource_region of this Patch.
Return type:str
severity

[Required] Gets the severity of this Patch. Patch Severity.

Allowed values for this property are: “CRITICAL”, “HIGH”, “MEDIUM”, “LOW”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The severity of this Patch.
Return type:str
system_tags

Gets the system_tags of this Patch. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this Patch.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this Patch. The time this resource was created. An RFC3339 formatted datetime string.

Returns:The time_created of this Patch.
Return type:datetime
time_released

[Required] Gets the time_released of this Patch. Date when the patch was released.

Returns:The time_released of this Patch.
Return type:datetime
time_updated

[Required] Gets the time_updated of this Patch. The time this resource was last updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this Patch.
Return type:datetime
type

Gets the type of this Patch. Provide information on who defined the patch. Example: For Custom Patches the value will be USER_DEFINED For Oracle Defined Patches the value will be ORACLE_DEFINED

Allowed values for this property are: “USER_DEFINED”, “ORACLE_DEFINED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this Patch.
Return type:str