FleetErrorSummary¶
-
class
oci.jms.models.
FleetErrorSummary
(**kwargs)¶ Bases:
object
The summary of a fleet error.
Methods
__init__
(**kwargs)Initializes a new FleetErrorSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this FleetErrorSummary. errors
[Required] Gets the errors of this FleetErrorSummary. fleet_id
[Required] Gets the fleet_id of this FleetErrorSummary. fleet_name
[Required] Gets the fleet_name of this FleetErrorSummary. time_first_seen
[Required] Gets the time_first_seen of this FleetErrorSummary. time_last_seen
[Required] Gets the time_last_seen of this FleetErrorSummary. -
__init__
(**kwargs)¶ Initializes a new FleetErrorSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - fleet_id (str) – The value to assign to the fleet_id property of this FleetErrorSummary.
- fleet_name (str) – The value to assign to the fleet_name property of this FleetErrorSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this FleetErrorSummary.
- errors (list[oci.jms.models.FleetErrorDetails]) – The value to assign to the errors property of this FleetErrorSummary.
- time_first_seen (datetime) – The value to assign to the time_first_seen property of this FleetErrorSummary.
- time_last_seen (datetime) – The value to assign to the time_last_seen property of this FleetErrorSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this FleetErrorSummary. The compartment OCID of the Fleet.
Returns: The compartment_id of this FleetErrorSummary. Return type: str
-
errors
¶ [Required] Gets the errors of this FleetErrorSummary. List of fleet error details.
Returns: The errors of this FleetErrorSummary. Return type: list[oci.jms.models.FleetErrorDetails]
-
fleet_id
¶ [Required] Gets the fleet_id of this FleetErrorSummary. The OCID of the Fleet.
Returns: The fleet_id of this FleetErrorSummary. Return type: str
-
fleet_name
¶ [Required] Gets the fleet_name of this FleetErrorSummary. The display name of the Fleet.
Returns: The fleet_name of this FleetErrorSummary. Return type: str
-
time_first_seen
¶ [Required] Gets the time_first_seen of this FleetErrorSummary. The timestamp of the first time an error was detected.
Returns: The time_first_seen of this FleetErrorSummary. Return type: datetime
-
time_last_seen
¶ [Required] Gets the time_last_seen of this FleetErrorSummary. The timestamp of the last time an error was detected.
Returns: The time_last_seen of this FleetErrorSummary. Return type: datetime
-