ComplianceDetailTarget¶
-
class
oci.fleet_apps_management.models.
ComplianceDetailTarget
(**kwargs)¶ Bases:
object
Details of the Target
Methods
__init__
(**kwargs)Initializes a new ComplianceDetailTarget object with values from keyword arguments. Attributes
target_id
[Required] Gets the target_id of this ComplianceDetailTarget. target_name
[Required] Gets the target_name of this ComplianceDetailTarget. version
Gets the version of this ComplianceDetailTarget. -
__init__
(**kwargs)¶ Initializes a new ComplianceDetailTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - target_id (str) – The value to assign to the target_id property of this ComplianceDetailTarget.
- target_name (str) – The value to assign to the target_name property of this ComplianceDetailTarget.
- version (str) – The value to assign to the version property of this ComplianceDetailTarget.
-
target_id
¶ [Required] Gets the target_id of this ComplianceDetailTarget. Target Identifier.
Returns: The target_id of this ComplianceDetailTarget. Return type: str
-
target_name
¶ [Required] Gets the target_name of this ComplianceDetailTarget. Target Name.
Returns: The target_name of this ComplianceDetailTarget. Return type: str
-
version
¶ Gets the version of this ComplianceDetailTarget. Current version.
Returns: The version of this ComplianceDetailTarget. Return type: str
-