ExadataInfrastructureFleetHealthMetrics¶
-
class
oci.database_management.models.ExadataInfrastructureFleetHealthMetrics(**kwargs)¶ Bases:
objectThe details of the fleet health metrics.
Attributes
COMPARE_TYPE_DAYA constant which can be used with the compare_type property of a ExadataInfrastructureFleetHealthMetrics. COMPARE_TYPE_HOURA constant which can be used with the compare_type property of a ExadataInfrastructureFleetHealthMetrics. COMPARE_TYPE_WEEKA constant which can be used with the compare_type property of a ExadataInfrastructureFleetHealthMetrics. compare_baseline_time[Required] Gets the compare_baseline_time of this ExadataInfrastructureFleetHealthMetrics. compare_target_time[Required] Gets the compare_target_time of this ExadataInfrastructureFleetHealthMetrics. compare_typeGets the compare_type of this ExadataInfrastructureFleetHealthMetrics. exadata_infrastructure_fleet_summaryGets the exadata_infrastructure_fleet_summary of this ExadataInfrastructureFleetHealthMetrics. fleet_exadata_infrastructures[Required] Gets the fleet_exadata_infrastructures of this ExadataInfrastructureFleetHealthMetrics. Methods
__init__(**kwargs)Initializes a new ExadataInfrastructureFleetHealthMetrics object with values from keyword arguments. -
COMPARE_TYPE_DAY= 'DAY'¶ A constant which can be used with the compare_type property of a ExadataInfrastructureFleetHealthMetrics. This constant has a value of “DAY”
-
COMPARE_TYPE_HOUR= 'HOUR'¶ A constant which can be used with the compare_type property of a ExadataInfrastructureFleetHealthMetrics. This constant has a value of “HOUR”
-
COMPARE_TYPE_WEEK= 'WEEK'¶ A constant which can be used with the compare_type property of a ExadataInfrastructureFleetHealthMetrics. This constant has a value of “WEEK”
-
__init__(**kwargs)¶ Initializes a new ExadataInfrastructureFleetHealthMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compare_baseline_time (str) – The value to assign to the compare_baseline_time property of this ExadataInfrastructureFleetHealthMetrics.
- compare_target_time (str) – The value to assign to the compare_target_time property of this ExadataInfrastructureFleetHealthMetrics.
- compare_type (str) – The value to assign to the compare_type property of this ExadataInfrastructureFleetHealthMetrics. Allowed values for this property are: “HOUR”, “DAY”, “WEEK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- exadata_infrastructure_fleet_summary (oci.database_management.models.ExadataInfrastructureFleetSummary) – The value to assign to the exadata_infrastructure_fleet_summary property of this ExadataInfrastructureFleetHealthMetrics.
- fleet_exadata_infrastructures (list[oci.database_management.models.ExadataInfrastructureUsageMetrics]) – The value to assign to the fleet_exadata_infrastructures property of this ExadataInfrastructureFleetHealthMetrics.
-
compare_baseline_time¶ [Required] Gets the compare_baseline_time of this ExadataInfrastructureFleetHealthMetrics. The baseline date and time in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”. This is the date and time against which percentage change is calculated.
Returns: The compare_baseline_time of this ExadataInfrastructureFleetHealthMetrics. Return type: str
-
compare_target_time¶ [Required] Gets the compare_target_time of this ExadataInfrastructureFleetHealthMetrics. The target date and time in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”. All the metrics are returned for the target date and time and the percentage change is calculated against the baseline date and time.
Returns: The compare_target_time of this ExadataInfrastructureFleetHealthMetrics. Return type: str
-
compare_type¶ Gets the compare_type of this ExadataInfrastructureFleetHealthMetrics. The time window used for metrics comparison.
Allowed values for this property are: “HOUR”, “DAY”, “WEEK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The compare_type of this ExadataInfrastructureFleetHealthMetrics. Return type: str
-
exadata_infrastructure_fleet_summary¶ Gets the exadata_infrastructure_fleet_summary of this ExadataInfrastructureFleetHealthMetrics.
Returns: The exadata_infrastructure_fleet_summary of this ExadataInfrastructureFleetHealthMetrics. Return type: oci.database_management.models.ExadataInfrastructureFleetSummary
-
fleet_exadata_infrastructures¶ [Required] Gets the fleet_exadata_infrastructures of this ExadataInfrastructureFleetHealthMetrics. A list of the Exadata infrastructures present in the fleet and their usage metrics.
Returns: The fleet_exadata_infrastructures of this ExadataInfrastructureFleetHealthMetrics. Return type: list[oci.database_management.models.ExadataInfrastructureUsageMetrics]
-