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:
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