FsuReadinessCheckSummary¶
-
class
oci.fleet_software_update.models.FsuReadinessCheckSummary(**kwargs)¶ Bases:
objectExadata Fleet Update Readiness Check Resource.
Methods
__init__(**kwargs)Initializes a new FsuReadinessCheckSummary object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this FsuReadinessCheckSummary. defined_tagsGets the defined_tags of this FsuReadinessCheckSummary. display_name[Required] Gets the display_name of this FsuReadinessCheckSummary. freeform_tagsGets the freeform_tags of this FsuReadinessCheckSummary. id[Required] Gets the id of this FsuReadinessCheckSummary. issue_count[Required] Gets the issue_count of this FsuReadinessCheckSummary. lifecycle_detailsGets the lifecycle_details of this FsuReadinessCheckSummary. lifecycle_state[Required] Gets the lifecycle_state of this FsuReadinessCheckSummary. system_tagsGets the system_tags of this FsuReadinessCheckSummary. time_created[Required] Gets the time_created of this FsuReadinessCheckSummary. time_finishedGets the time_finished of this FsuReadinessCheckSummary. time_updatedGets the time_updated of this FsuReadinessCheckSummary. type[Required] Gets the type of this FsuReadinessCheckSummary. -
__init__(**kwargs)¶ Initializes a new FsuReadinessCheckSummary object with values from keyword arguments. 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 FsuReadinessCheckSummary.
- display_name (str) – The value to assign to the display_name property of this FsuReadinessCheckSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this FsuReadinessCheckSummary.
- type (str) – The value to assign to the type property of this FsuReadinessCheckSummary.
- issue_count (int) – The value to assign to the issue_count property of this FsuReadinessCheckSummary.
- time_created (datetime) – The value to assign to the time_created property of this FsuReadinessCheckSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this FsuReadinessCheckSummary.
- time_finished (datetime) – The value to assign to the time_finished property of this FsuReadinessCheckSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this FsuReadinessCheckSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this FsuReadinessCheckSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this FsuReadinessCheckSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this FsuReadinessCheckSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this FsuReadinessCheckSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this FsuReadinessCheckSummary. The OCID of the Compartment.
Returns: The compartment_id of this FsuReadinessCheckSummary. Return type: str
Gets the defined_tags of this FsuReadinessCheckSummary. 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 FsuReadinessCheckSummary. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this FsuReadinessCheckSummary. The user-friendly name for the Exadata Fleet Update Readiness Check resource.
Returns: The display_name of this FsuReadinessCheckSummary. Return type: str
Gets the freeform_tags of this FsuReadinessCheckSummary. 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 FsuReadinessCheckSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this FsuReadinessCheckSummary. The OCID of the Exadata Fleet Update Readiness Check.
Returns: The id of this FsuReadinessCheckSummary. Return type: str
-
issue_count¶ [Required] Gets the issue_count of this FsuReadinessCheckSummary. Number of issues found during the Exadata Fleet Update Readiness Check run.
Returns: The issue_count of this FsuReadinessCheckSummary. Return type: int
-
lifecycle_details¶ Gets the lifecycle_details of this FsuReadinessCheckSummary. 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 FsuReadinessCheckSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this FsuReadinessCheckSummary. The current state of the Exadata Fleet Update Readiness Check.
Returns: The lifecycle_state of this FsuReadinessCheckSummary. Return type: str
Gets the system_tags of this FsuReadinessCheckSummary. 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 FsuReadinessCheckSummary. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this FsuReadinessCheckSummary. 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 FsuReadinessCheckSummary. Return type: datetime
-
time_finished¶ Gets the time_finished of this FsuReadinessCheckSummary. The date and time the Exadata Fleet Update Readiness Check was finished, as described in RFC 3339.
Returns: The time_finished of this FsuReadinessCheckSummary. Return type: datetime
-
time_updated¶ Gets the time_updated of this FsuReadinessCheckSummary. 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 FsuReadinessCheckSummary. Return type: datetime
-
type¶ [Required] Gets the type of this FsuReadinessCheckSummary. Type of Exadata Fleet Update Readiness Check.
Returns: The type of this FsuReadinessCheckSummary. Return type: str
-