Compliance¶
-
class
oci.fleet_apps_management.models.Compliance(**kwargs)¶ Bases:
objectCompliance Summary
Methods
__init__(**kwargs)Initializes a new Compliance object with values from keyword arguments. Attributes
compliance_state[Required] Gets the compliance_state of this Compliance. confirmed_target_count[Required] Gets the confirmed_target_count of this Compliance. non_compliant_target_count[Required] Gets the non_compliant_target_count of this Compliance. -
__init__(**kwargs)¶ Initializes a new Compliance 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 Compliance.
- confirmed_target_count (int) – The value to assign to the confirmed_target_count property of this Compliance.
- non_compliant_target_count (int) – The value to assign to the non_compliant_target_count property of this Compliance.
-
compliance_state¶ [Required] Gets the compliance_state of this Compliance. Compliance State.
Returns: The compliance_state of this Compliance. Return type: str
-
confirmed_target_count¶ [Required] Gets the confirmed_target_count of this Compliance. Confirmed Target Count.
Returns: The confirmed_target_count of this Compliance. Return type: int
-
non_compliant_target_count¶ [Required] Gets the non_compliant_target_count of this Compliance. Non Compliant Target Count.
Returns: The non_compliant_target_count of this Compliance. Return type: int
-