HostInsightResourceStatisticsAggregation¶
-
class
oci.opsi.models.
HostInsightResourceStatisticsAggregation
(**kwargs)¶ Bases:
object
Contains host details and resource statistics.
Methods
__init__
(**kwargs)Initializes a new HostInsightResourceStatisticsAggregation object with values from keyword arguments. Attributes
current_statistics
[Required] Gets the current_statistics of this HostInsightResourceStatisticsAggregation. host_details
[Required] Gets the host_details of this HostInsightResourceStatisticsAggregation. -
__init__
(**kwargs)¶ Initializes a new HostInsightResourceStatisticsAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - host_details (oci.opsi.models.HostDetails) – The value to assign to the host_details property of this HostInsightResourceStatisticsAggregation.
- current_statistics (oci.opsi.models.HostResourceStatistics) – The value to assign to the current_statistics property of this HostInsightResourceStatisticsAggregation.
-
current_statistics
¶ [Required] Gets the current_statistics of this HostInsightResourceStatisticsAggregation.
Returns: The current_statistics of this HostInsightResourceStatisticsAggregation. Return type: oci.opsi.models.HostResourceStatistics
-
host_details
¶ [Required] Gets the host_details of this HostInsightResourceStatisticsAggregation.
Returns: The host_details of this HostInsightResourceStatisticsAggregation. Return type: oci.opsi.models.HostDetails
-