IoUsageTrendAggregation¶
-
class
oci.opsi.models.
IoUsageTrendAggregation
(**kwargs)¶ Bases:
object
Usage data per io interface.
Methods
__init__
(**kwargs)Initializes a new IoUsageTrendAggregation object with values from keyword arguments. Attributes
mount_point
[Required] Gets the mount_point of this IoUsageTrendAggregation. usage_data
[Required] Gets the usage_data of this IoUsageTrendAggregation. -
__init__
(**kwargs)¶ Initializes a new IoUsageTrendAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - mount_point (str) – The value to assign to the mount_point property of this IoUsageTrendAggregation.
- usage_data (list[oci.opsi.models.IoUsageTrend]) – The value to assign to the usage_data property of this IoUsageTrendAggregation.
-
mount_point
¶ [Required] Gets the mount_point of this IoUsageTrendAggregation. Mount point is specialized NTFS filesystem object.
Returns: The mount_point of this IoUsageTrendAggregation. Return type: str
-
usage_data
¶ [Required] Gets the usage_data of this IoUsageTrendAggregation. List of usage data samples for a IO interface.
Returns: The usage_data of this IoUsageTrendAggregation. Return type: list[oci.opsi.models.IoUsageTrend]
-