TablespaceUsageTrendAggregation¶
- 
class 
oci.opsi.models.TablespaceUsageTrendAggregation(**kwargs)¶ Bases:
objectUsage data per tablespace for a Pluggable database
Methods
__init__(**kwargs)Initializes a new TablespaceUsageTrendAggregation object with values from keyword arguments. Attributes
tablespace_name[Required] Gets the tablespace_name of this TablespaceUsageTrendAggregation. tablespace_type[Required] Gets the tablespace_type of this TablespaceUsageTrendAggregation. usage_data[Required] Gets the usage_data of this TablespaceUsageTrendAggregation. - 
__init__(**kwargs)¶ Initializes a new TablespaceUsageTrendAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tablespace_name (str) – The value to assign to the tablespace_name property of this TablespaceUsageTrendAggregation.
 - tablespace_type (str) – The value to assign to the tablespace_type property of this TablespaceUsageTrendAggregation.
 - usage_data (list[oci.opsi.models.TablespaceUsageTrend]) – The value to assign to the usage_data property of this TablespaceUsageTrendAggregation.
 
- 
tablespace_name¶ [Required] Gets the tablespace_name of this TablespaceUsageTrendAggregation. The name of tablespace.
Returns: The tablespace_name of this TablespaceUsageTrendAggregation. Return type: str 
- 
tablespace_type¶ [Required] Gets the tablespace_type of this TablespaceUsageTrendAggregation. Type of tablespace
Returns: The tablespace_type of this TablespaceUsageTrendAggregation. Return type: str 
- 
usage_data¶ [Required] Gets the usage_data of this TablespaceUsageTrendAggregation. List of usage data samples for a tablespace
Returns: The usage_data of this TablespaceUsageTrendAggregation. Return type: list[oci.opsi.models.TablespaceUsageTrend] 
-