Server IP : 103.119.228.120 / Your IP : 3.138.118.194 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/mysqlsh/lib/python3.9/site-packages/oci/usage_api/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200107 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class SavedCustomTable(object): """ The custom table for Cost Analysis UI rendering. """ def __init__(self, **kwargs): """ Initializes a new SavedCustomTable object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this SavedCustomTable. :type display_name: str :param row_group_by: The value to assign to the row_group_by property of this SavedCustomTable. :type row_group_by: list[str] :param column_group_by: The value to assign to the column_group_by property of this SavedCustomTable. :type column_group_by: list[str] :param group_by_tag: The value to assign to the group_by_tag property of this SavedCustomTable. :type group_by_tag: list[oci.usage_api.models.Tag] :param compartment_depth: The value to assign to the compartment_depth property of this SavedCustomTable. :type compartment_depth: float :param version: The value to assign to the version property of this SavedCustomTable. :type version: float """ self.swagger_types = { 'display_name': 'str', 'row_group_by': 'list[str]', 'column_group_by': 'list[str]', 'group_by_tag': 'list[Tag]', 'compartment_depth': 'float', 'version': 'float' } self.attribute_map = { 'display_name': 'displayName', 'row_group_by': 'rowGroupBy', 'column_group_by': 'columnGroupBy', 'group_by_tag': 'groupByTag', 'compartment_depth': 'compartmentDepth', 'version': 'version' } self._display_name = None self._row_group_by = None self._column_group_by = None self._group_by_tag = None self._compartment_depth = None self._version = None @property def display_name(self): """ **[Required]** Gets the display_name of this SavedCustomTable. The name of the custom table. :return: The display_name of this SavedCustomTable. :rtype: str """ return self._display_name @display_name.setter def display_name(self, display_name): """ Sets the display_name of this SavedCustomTable. The name of the custom table. :param display_name: The display_name of this SavedCustomTable. :type: str """ self._display_name = display_name @property def row_group_by(self): """ Gets the row_group_by of this SavedCustomTable. The row groupBy key list. example: `[\"tagNamespace\", \"tagKey\", \"tagValue\", \"service\", \"skuName\", \"skuPartNumber\", \"unit\", \"compartmentName\", \"compartmentPath\", \"compartmentId\", \"platform\", \"region\", \"logicalAd\", \"resourceId\", \"tenantId\", \"tenantName\"]` :return: The row_group_by of this SavedCustomTable. :rtype: list[str] """ return self._row_group_by @row_group_by.setter def row_group_by(self, row_group_by): """ Sets the row_group_by of this SavedCustomTable. The row groupBy key list. example: `[\"tagNamespace\", \"tagKey\", \"tagValue\", \"service\", \"skuName\", \"skuPartNumber\", \"unit\", \"compartmentName\", \"compartmentPath\", \"compartmentId\", \"platform\", \"region\", \"logicalAd\", \"resourceId\", \"tenantId\", \"tenantName\"]` :param row_group_by: The row_group_by of this SavedCustomTable. :type: list[str] """ self._row_group_by = row_group_by @property def column_group_by(self): """ Gets the column_group_by of this SavedCustomTable. The column groupBy key list. example: `[\"tagNamespace\", \"tagKey\", \"tagValue\", \"service\", \"skuName\", \"skuPartNumber\", \"unit\", \"compartmentName\", \"compartmentPath\", \"compartmentId\", \"platform\", \"region\", \"logicalAd\", \"resourceId\", \"tenantId\", \"tenantName\"]` :return: The column_group_by of this SavedCustomTable. :rtype: list[str] """ return self._column_group_by @column_group_by.setter def column_group_by(self, column_group_by): """ Sets the column_group_by of this SavedCustomTable. The column groupBy key list. example: `[\"tagNamespace\", \"tagKey\", \"tagValue\", \"service\", \"skuName\", \"skuPartNumber\", \"unit\", \"compartmentName\", \"compartmentPath\", \"compartmentId\", \"platform\", \"region\", \"logicalAd\", \"resourceId\", \"tenantId\", \"tenantName\"]` :param column_group_by: The column_group_by of this SavedCustomTable. :type: list[str] """ self._column_group_by = column_group_by @property def group_by_tag(self): """ Gets the group_by_tag of this SavedCustomTable. GroupBy a specific tagKey. Provide the tagNamespace and tagKey in the tag object. Only one tag in the list is supported. For example: `[{\"namespace\":\"oracle\", \"key\":\"createdBy\"]` :return: The group_by_tag of this SavedCustomTable. :rtype: list[oci.usage_api.models.Tag] """ return self._group_by_tag @group_by_tag.setter def group_by_tag(self, group_by_tag): """ Sets the group_by_tag of this SavedCustomTable. GroupBy a specific tagKey. Provide the tagNamespace and tagKey in the tag object. Only one tag in the list is supported. For example: `[{\"namespace\":\"oracle\", \"key\":\"createdBy\"]` :param group_by_tag: The group_by_tag of this SavedCustomTable. :type: list[oci.usage_api.models.Tag] """ self._group_by_tag = group_by_tag @property def compartment_depth(self): """ Gets the compartment_depth of this SavedCustomTable. The compartment depth level. :return: The compartment_depth of this SavedCustomTable. :rtype: float """ return self._compartment_depth @compartment_depth.setter def compartment_depth(self, compartment_depth): """ Sets the compartment_depth of this SavedCustomTable. The compartment depth level. :param compartment_depth: The compartment_depth of this SavedCustomTable. :type: float """ self._compartment_depth = compartment_depth @property def version(self): """ Gets the version of this SavedCustomTable. The version of the custom table. :return: The version of this SavedCustomTable. :rtype: float """ return self._version @version.setter def version(self, version): """ Sets the version of this SavedCustomTable. The version of the custom table. :param version: The version of this SavedCustomTable. :type: float """ self._version = version def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other