StorageUsageTrend¶
-
class
oci.opsi.models.
StorageUsageTrend
(**kwargs)¶ Bases:
object
Usage data samples.
Methods
__init__
(**kwargs)Initializes a new StorageUsageTrend object with values from keyword arguments. Attributes
end_timestamp
[Required] Gets the end_timestamp of this StorageUsageTrend. file_system_avail_in_percent
[Required] Gets the file_system_avail_in_percent of this StorageUsageTrend. file_system_usage_in_gbs
[Required] Gets the file_system_usage_in_gbs of this StorageUsageTrend. -
__init__
(**kwargs)¶ Initializes a new StorageUsageTrend object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - end_timestamp (datetime) – The value to assign to the end_timestamp property of this StorageUsageTrend.
- file_system_usage_in_gbs (float) – The value to assign to the file_system_usage_in_gbs property of this StorageUsageTrend.
- file_system_avail_in_percent (float) – The value to assign to the file_system_avail_in_percent property of this StorageUsageTrend.
-
end_timestamp
¶ [Required] Gets the end_timestamp of this StorageUsageTrend. The timestamp in which the current sampling period ends in RFC 3339 format.
Returns: The end_timestamp of this StorageUsageTrend. Return type: datetime
-
file_system_avail_in_percent
¶ [Required] Gets the file_system_avail_in_percent of this StorageUsageTrend. Filesystem available in percent.
Returns: The file_system_avail_in_percent of this StorageUsageTrend. Return type: float
-
file_system_usage_in_gbs
¶ [Required] Gets the file_system_usage_in_gbs of this StorageUsageTrend. Filesystem usage in GB.
Returns: The file_system_usage_in_gbs of this StorageUsageTrend. Return type: float
-