CustomTable¶
-
class
oci.usage_api.models.
CustomTable
(**kwargs)¶ Bases:
object
The saved custom table.
Methods
__init__
(**kwargs)Initializes a new CustomTable object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this CustomTable. id
[Required] Gets the id of this CustomTable. saved_custom_table
Gets the saved_custom_table of this CustomTable. saved_report_id
Gets the saved_report_id of this CustomTable. -
__init__
(**kwargs)¶ Initializes a new CustomTable object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this CustomTable.
- saved_report_id (str) – The value to assign to the saved_report_id property of this CustomTable.
- compartment_id (str) – The value to assign to the compartment_id property of this CustomTable.
- saved_custom_table (oci.usage_api.models.SavedCustomTable) – The value to assign to the saved_custom_table property of this CustomTable.
-
compartment_id
¶ Gets the compartment_id of this CustomTable. The custom table compartment OCID.
Returns: The compartment_id of this CustomTable. Return type: str
-
id
¶ [Required] Gets the id of this CustomTable. The custom table OCID.
Returns: The id of this CustomTable. Return type: str
-
saved_custom_table
¶ Gets the saved_custom_table of this CustomTable.
Returns: The saved_custom_table of this CustomTable. Return type: oci.usage_api.models.SavedCustomTable
-
saved_report_id
¶ Gets the saved_report_id of this CustomTable. The custom table associated saved report OCID.
Returns: The saved_report_id of this CustomTable. Return type: str
-