ReadinessCheckTargetEntry

class oci.fleet_software_update.models.ReadinessCheckTargetEntry(**kwargs)

Bases: object

Details to specify a target to include in the Exadata Fleet Update Readiness Check run.

Attributes

ENTITY_TYPE_DATABASE A constant which can be used with the entity_type property of a ReadinessCheckTargetEntry.
entity_id [Required] Gets the entity_id of this ReadinessCheckTargetEntry.
entity_type [Required] Gets the entity_type of this ReadinessCheckTargetEntry.

Methods

__init__(**kwargs) Initializes a new ReadinessCheckTargetEntry object with values from keyword arguments.
ENTITY_TYPE_DATABASE = 'DATABASE'

A constant which can be used with the entity_type property of a ReadinessCheckTargetEntry. This constant has a value of “DATABASE”

__init__(**kwargs)

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

Parameters:
  • entity_type (str) – The value to assign to the entity_type property of this ReadinessCheckTargetEntry. Allowed values for this property are: “DATABASE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • entity_id (str) – The value to assign to the entity_id property of this ReadinessCheckTargetEntry.
entity_id

[Required] Gets the entity_id of this ReadinessCheckTargetEntry. Resource identifier OCID

Returns:The entity_id of this ReadinessCheckTargetEntry.
Return type:str
entity_type

[Required] Gets the entity_type of this ReadinessCheckTargetEntry. Resource entity type

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

Returns:The entity_type of this ReadinessCheckTargetEntry.
Return type:str