ComplianceRecordDimension¶
-
class
oci.fleet_apps_management.models.ComplianceRecordDimension(**kwargs)¶ Bases:
objectAggregated summary information for ComplianceRecord
Attributes
COMPLIANCE_LEVEL_FLEETA constant which can be used with the compliance_level property of a ComplianceRecordDimension. COMPLIANCE_LEVEL_TARGETA constant which can be used with the compliance_level property of a ComplianceRecordDimension. COMPLIANCE_STATE_COMPLIANTA constant which can be used with the compliance_state property of a ComplianceRecordDimension. COMPLIANCE_STATE_NON_COMPLIANTA constant which can be used with the compliance_state property of a ComplianceRecordDimension. COMPLIANCE_STATE_UNKNOWNA constant which can be used with the compliance_state property of a ComplianceRecordDimension. COMPLIANCE_STATE_WARNINGA constant which can be used with the compliance_state property of a ComplianceRecordDimension. compliance_level[Required] Gets the compliance_level of this ComplianceRecordDimension. compliance_state[Required] Gets the compliance_state of this ComplianceRecordDimension. Methods
__init__(**kwargs)Initializes a new ComplianceRecordDimension object with values from keyword arguments. -
COMPLIANCE_LEVEL_FLEET= 'FLEET'¶ A constant which can be used with the compliance_level property of a ComplianceRecordDimension. This constant has a value of “FLEET”
-
COMPLIANCE_LEVEL_TARGET= 'TARGET'¶ A constant which can be used with the compliance_level property of a ComplianceRecordDimension. This constant has a value of “TARGET”
-
COMPLIANCE_STATE_COMPLIANT= 'COMPLIANT'¶ A constant which can be used with the compliance_state property of a ComplianceRecordDimension. This constant has a value of “COMPLIANT”
-
COMPLIANCE_STATE_NON_COMPLIANT= 'NON_COMPLIANT'¶ A constant which can be used with the compliance_state property of a ComplianceRecordDimension. This constant has a value of “NON_COMPLIANT”
-
COMPLIANCE_STATE_UNKNOWN= 'UNKNOWN'¶ A constant which can be used with the compliance_state property of a ComplianceRecordDimension. This constant has a value of “UNKNOWN”
-
COMPLIANCE_STATE_WARNING= 'WARNING'¶ A constant which can be used with the compliance_state property of a ComplianceRecordDimension. This constant has a value of “WARNING”
-
__init__(**kwargs)¶ Initializes a new ComplianceRecordDimension object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compliance_state (str) – The value to assign to the compliance_state property of this ComplianceRecordDimension. Allowed values for this property are: “UNKNOWN”, “COMPLIANT”, “NON_COMPLIANT”, “WARNING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- compliance_level (str) – The value to assign to the compliance_level property of this ComplianceRecordDimension. Allowed values for this property are: “FLEET”, “TARGET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
compliance_level¶ [Required] Gets the compliance_level of this ComplianceRecordDimension. Level at which the compliance is calculated.
Allowed values for this property are: “FLEET”, “TARGET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The compliance_level of this ComplianceRecordDimension. Return type: str
-
compliance_state¶ [Required] Gets the compliance_state of this ComplianceRecordDimension. Last known compliance state.
Allowed values for this property are: “UNKNOWN”, “COMPLIANT”, “NON_COMPLIANT”, “WARNING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The compliance_state of this ComplianceRecordDimension. Return type: str
-