StorageUsageTrendAggregation

class oci.opsi.models.StorageUsageTrendAggregation(**kwargs)

Bases: object

Usage data per filesystem.

Methods

__init__(**kwargs) Initializes a new StorageUsageTrendAggregation object with values from keyword arguments.

Attributes

file_system_name [Required] Gets the file_system_name of this StorageUsageTrendAggregation.
file_system_size_in_gbs [Required] Gets the file_system_size_in_gbs of this StorageUsageTrendAggregation.
mount_point [Required] Gets the mount_point of this StorageUsageTrendAggregation.
usage_data [Required] Gets the usage_data of this StorageUsageTrendAggregation.
__init__(**kwargs)

Initializes a new StorageUsageTrendAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • file_system_name (str) – The value to assign to the file_system_name property of this StorageUsageTrendAggregation.
  • mount_point (str) – The value to assign to the mount_point property of this StorageUsageTrendAggregation.
  • file_system_size_in_gbs (float) – The value to assign to the file_system_size_in_gbs property of this StorageUsageTrendAggregation.
  • usage_data (list[oci.opsi.models.StorageUsageTrend]) – The value to assign to the usage_data property of this StorageUsageTrendAggregation.
file_system_name

[Required] Gets the file_system_name of this StorageUsageTrendAggregation. Name of filesystem.

Returns:The file_system_name of this StorageUsageTrendAggregation.
Return type:str
file_system_size_in_gbs

[Required] Gets the file_system_size_in_gbs of this StorageUsageTrendAggregation. Size of filesystem.

Returns:The file_system_size_in_gbs of this StorageUsageTrendAggregation.
Return type:float
mount_point

[Required] Gets the mount_point of this StorageUsageTrendAggregation. Mount points are specialized NTFS filesystem objects.

Returns:The mount_point of this StorageUsageTrendAggregation.
Return type:str
usage_data

[Required] Gets the usage_data of this StorageUsageTrendAggregation. List of usage data samples for a filesystem.

Returns:The usage_data of this StorageUsageTrendAggregation.
Return type:list[oci.opsi.models.StorageUsageTrend]