PatchComplianceDetails¶
-
class
oci.dblm.models.
PatchComplianceDetails
(**kwargs)¶ Bases:
object
Patch Compliance Status
Attributes
PATCH_COMPLIANCE_STATUS_GREEN
A constant which can be used with the patch_compliance_status property of a PatchComplianceDetails. PATCH_COMPLIANCE_STATUS_RED
A constant which can be used with the patch_compliance_status property of a PatchComplianceDetails. PATCH_COMPLIANCE_STATUS_YELLOW
A constant which can be used with the patch_compliance_status property of a PatchComplianceDetails. patch_compliance_status
Gets the patch_compliance_status of this PatchComplianceDetails. patch_compliance_version
Gets the patch_compliance_version of this PatchComplianceDetails. Methods
__init__
(**kwargs)Initializes a new PatchComplianceDetails object with values from keyword arguments. -
PATCH_COMPLIANCE_STATUS_GREEN
= 'GREEN'¶ A constant which can be used with the patch_compliance_status property of a PatchComplianceDetails. This constant has a value of “GREEN”
-
PATCH_COMPLIANCE_STATUS_RED
= 'RED'¶ A constant which can be used with the patch_compliance_status property of a PatchComplianceDetails. This constant has a value of “RED”
-
PATCH_COMPLIANCE_STATUS_YELLOW
= 'YELLOW'¶ A constant which can be used with the patch_compliance_status property of a PatchComplianceDetails. This constant has a value of “YELLOW”
-
__init__
(**kwargs)¶ Initializes a new PatchComplianceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - patch_compliance_status (str) – The value to assign to the patch_compliance_status property of this PatchComplianceDetails. Allowed values for this property are: “GREEN”, “YELLOW”, “RED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- patch_compliance_version (str) – The value to assign to the patch_compliance_version property of this PatchComplianceDetails.
-
patch_compliance_status
¶ Gets the patch_compliance_status of this PatchComplianceDetails. Patch compliance status.
Allowed values for this property are: “GREEN”, “YELLOW”, “RED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The patch_compliance_status of this PatchComplianceDetails. Return type: str
-
patch_compliance_version
¶ Gets the patch_compliance_version of this PatchComplianceDetails. Resource patch compliance version name.
Returns: The patch_compliance_version of this PatchComplianceDetails. Return type: str
-