FsuReadinessCheck¶
-
class
oci.fleet_software_update.models.FsuReadinessCheck(**kwargs)¶ Bases:
objectExadata Fleet Update Readiness Check resource details.
Attributes
LIFECYCLE_STATE_ACCEPTEDA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. LIFECYCLE_STATE_CANCELEDA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. LIFECYCLE_STATE_CANCELINGA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. LIFECYCLE_STATE_DELETEDA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. LIFECYCLE_STATE_DELETINGA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. LIFECYCLE_STATE_FAILEDA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. LIFECYCLE_STATE_IN_PROGRESSA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. LIFECYCLE_STATE_NEEDS_ATTENTIONA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. LIFECYCLE_STATE_SUCCEEDEDA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. LIFECYCLE_STATE_WAITINGA constant which can be used with the lifecycle_state property of a FsuReadinessCheck. TYPE_TARGETA constant which can be used with the type property of a FsuReadinessCheck. 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. 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 FsuReadinessCheck 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'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “ACCEPTED”
-
LIFECYCLE_STATE_CANCELED= 'CANCELED'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “CANCELED”
-
LIFECYCLE_STATE_CANCELING= 'CANCELING'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “CANCELING”
-
LIFECYCLE_STATE_DELETED= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_IN_PROGRESS= 'IN_PROGRESS'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “IN_PROGRESS”
-
LIFECYCLE_STATE_NEEDS_ATTENTION= 'NEEDS_ATTENTION'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “NEEDS_ATTENTION”
-
LIFECYCLE_STATE_SUCCEEDED= 'SUCCEEDED'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “SUCCEEDED”
-
LIFECYCLE_STATE_WAITING= 'WAITING'¶ A constant which can be used with the lifecycle_state property of a FsuReadinessCheck. This constant has a value of “WAITING”
-
TYPE_TARGET= 'TARGET'¶ A constant which can be used with the type property of a FsuReadinessCheck. This constant has a value of “TARGET”
-
__init__(**kwargs)¶ Initializes a new FsuReadinessCheck object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 FsuReadinessCheck.
- display_name (str) – The value to assign to the display_name property of this FsuReadinessCheck.
- compartment_id (str) – The value to assign to the compartment_id property of this FsuReadinessCheck.
- type (str) – The value to assign to the type property of this FsuReadinessCheck. Allowed values for this property are: “TARGET”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- issue_count (int) – The value to assign to the issue_count property of this FsuReadinessCheck.
- issues (list[oci.fleet_software_update.models.PatchingIssueEntry]) – The value to assign to the issues property of this FsuReadinessCheck.
- time_created (datetime) – The value to assign to the time_created property of this FsuReadinessCheck.
- time_updated (datetime) – The value to assign to the time_updated property of this FsuReadinessCheck.
- time_finished (datetime) – The value to assign to the time_finished property of this FsuReadinessCheck.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this FsuReadinessCheck. 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’.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this FsuReadinessCheck.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this FsuReadinessCheck.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this FsuReadinessCheck.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FsuReadinessCheck.
-
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))
-
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
-