TargetFsuReadinessCheck¶
-
class
oci.fleet_software_update.models.TargetFsuReadinessCheck(**kwargs)¶ Bases:
oci.fleet_software_update.models.fsu_readiness_check.FsuReadinessCheckPatch Exadata Fleet Update Readiness Check resource details.
Attributes
LIFECYCLE_STATE_ACCEPTEDstr(object=’’) -> str LIFECYCLE_STATE_CANCELEDstr(object=’’) -> str LIFECYCLE_STATE_CANCELINGstr(object=’’) -> str LIFECYCLE_STATE_DELETEDstr(object=’’) -> str LIFECYCLE_STATE_DELETINGstr(object=’’) -> str LIFECYCLE_STATE_FAILEDstr(object=’’) -> str LIFECYCLE_STATE_IN_PROGRESSstr(object=’’) -> str LIFECYCLE_STATE_NEEDS_ATTENTIONstr(object=’’) -> str LIFECYCLE_STATE_SUCCEEDEDstr(object=’’) -> str LIFECYCLE_STATE_WAITINGstr(object=’’) -> str TYPE_TARGETstr(object=’’) -> str compartment_id[Required] Gets the compartment_id of this FsuReadinessCheck. defined_tagsGets the defined_tags of this FsuReadinessCheck. display_name[Required] Gets the display_name of this FsuReadinessCheck. freeform_tagsGets the freeform_tags of this FsuReadinessCheck. id[Required] Gets the id of this FsuReadinessCheck. issue_count[Required] Gets the issue_count of this FsuReadinessCheck. issuesGets the issues of this FsuReadinessCheck. lifecycle_detailsGets the lifecycle_details of this FsuReadinessCheck. lifecycle_state[Required] Gets the lifecycle_state of this FsuReadinessCheck. system_tagsGets the system_tags of this FsuReadinessCheck. targets[Required] Gets the targets of this TargetFsuReadinessCheck. time_created[Required] Gets the time_created of this FsuReadinessCheck. time_finishedGets the time_finished of this FsuReadinessCheck. time_updatedGets the time_updated of this FsuReadinessCheck. type[Required] Gets the type of this FsuReadinessCheck. Methods
__init__(**kwargs)Initializes a new TargetFsuReadinessCheck object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
LIFECYCLE_STATE_ACCEPTED= 'ACCEPTED'¶
-
LIFECYCLE_STATE_CANCELED= 'CANCELED'¶
-
LIFECYCLE_STATE_CANCELING= 'CANCELING'¶
-
LIFECYCLE_STATE_DELETED= 'DELETED'¶
-
LIFECYCLE_STATE_DELETING= 'DELETING'¶
-
LIFECYCLE_STATE_FAILED= 'FAILED'¶
-
LIFECYCLE_STATE_IN_PROGRESS= 'IN_PROGRESS'¶
-
LIFECYCLE_STATE_NEEDS_ATTENTION= 'NEEDS_ATTENTION'¶
-
LIFECYCLE_STATE_SUCCEEDED= 'SUCCEEDED'¶
-
LIFECYCLE_STATE_WAITING= 'WAITING'¶
-
TYPE_TARGET= 'TARGET'¶
-
__init__(**kwargs)¶ Initializes a new TargetFsuReadinessCheck object with values from keyword arguments. The default value of the
typeattribute of this class isTARGETand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - id (str) – The value to assign to the id property of this TargetFsuReadinessCheck.
- display_name (str) – The value to assign to the display_name property of this TargetFsuReadinessCheck.
- compartment_id (str) – The value to assign to the compartment_id property of this TargetFsuReadinessCheck.
- type (str) – The value to assign to the type property of this TargetFsuReadinessCheck. Allowed values for this property are: “TARGET”
- issue_count (int) – The value to assign to the issue_count property of this TargetFsuReadinessCheck.
- issues (list[oci.fleet_software_update.models.PatchingIssueEntry]) – The value to assign to the issues property of this TargetFsuReadinessCheck.
- time_created (datetime) – The value to assign to the time_created property of this TargetFsuReadinessCheck.
- time_updated (datetime) – The value to assign to the time_updated property of this TargetFsuReadinessCheck.
- time_finished (datetime) – The value to assign to the time_finished property of this TargetFsuReadinessCheck.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this TargetFsuReadinessCheck. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “NEEDS_ATTENTION”, “SUCCEEDED”, “WAITING”, “CANCELING”, “CANCELED”, “DELETING”, “DELETED”
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this TargetFsuReadinessCheck.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this TargetFsuReadinessCheck.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this TargetFsuReadinessCheck.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this TargetFsuReadinessCheck.
- targets (list[oci.fleet_software_update.models.ReadinessCheckTargetEntry]) – The value to assign to the targets property of this TargetFsuReadinessCheck.
-
compartment_id¶ [Required] Gets the compartment_id of this FsuReadinessCheck. The OCID of the Compartment.
Returns: The compartment_id of this FsuReadinessCheck. Return type: str
Gets the defined_tags of this FsuReadinessCheck. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this FsuReadinessCheck. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this FsuReadinessCheck. The user-friendly name for the Exadata Fleet Update Readiness Check resource.
Returns: The display_name of this FsuReadinessCheck. Return type: str
Gets the freeform_tags of this FsuReadinessCheck. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this FsuReadinessCheck. Return type: dict(str, str)
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
id¶ [Required] Gets the id of this FsuReadinessCheck. The OCID of the Exadata Fleet Update Readiness Check.
Returns: The id of this FsuReadinessCheck. Return type: str
-
issue_count¶ [Required] Gets the issue_count of this FsuReadinessCheck. Number of issues found during the Exadata Fleet Update Readiness Check run.
Returns: The issue_count of this FsuReadinessCheck. Return type: int
-
issues¶ Gets the issues of this FsuReadinessCheck. Issues found during the Exadata Fleet Update Readiness Check run.
Returns: The issues of this FsuReadinessCheck. Return type: list[oci.fleet_software_update.models.PatchingIssueEntry]
-
lifecycle_details¶ Gets the lifecycle_details of this FsuReadinessCheck. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
Returns: The lifecycle_details of this FsuReadinessCheck. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this FsuReadinessCheck. Possible lifecycle states for the Exadata Fleet Update Readiness Check resource.
Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “FAILED”, “NEEDS_ATTENTION”, “SUCCEEDED”, “WAITING”, “CANCELING”, “CANCELED”, “DELETING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this FsuReadinessCheck. Return type: str
Gets the system_tags of this FsuReadinessCheck. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this FsuReadinessCheck. Return type: dict(str, dict(str, object))
-
targets¶ [Required] Gets the targets of this TargetFsuReadinessCheck. List of targets that will run the Exadata Fleet Update Readiness Check. The targets have to be of the same entity type.
Returns: The targets of this TargetFsuReadinessCheck. Return type: list[oci.fleet_software_update.models.ReadinessCheckTargetEntry]
-
time_created¶ [Required] Gets the time_created of this FsuReadinessCheck. The date and time the Exadata Fleet Update Readiness Check was created, as described in RFC 3339, section 14.29.
Returns: The time_created of this FsuReadinessCheck. Return type: datetime
-
time_finished¶ Gets the time_finished of this FsuReadinessCheck. The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
Returns: The time_finished of this FsuReadinessCheck. Return type: datetime
-
time_updated¶ Gets the time_updated of this FsuReadinessCheck. The date and time the Exadata Fleet Update Readiness Check was updated, as described in RFC 3339, section 14.29.
Returns: The time_updated of this FsuReadinessCheck. Return type: datetime
-
type¶ [Required] Gets the type of this FsuReadinessCheck. Possible Exadata Fleet Update Readiness Check types.
Allowed values for this property are: “TARGET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this FsuReadinessCheck. Return type: str
-