Server IP : 103.119.228.120 / Your IP : 3.142.212.119 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 : /usr/local/ssl/lib/mysqlsh/lib/python3.9/site-packages/oci/database/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: 20160918 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 BackupSummary(object): """ A database backup. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm """ #: A constant which can be used with the type property of a BackupSummary. #: This constant has a value of "INCREMENTAL" TYPE_INCREMENTAL = "INCREMENTAL" #: A constant which can be used with the type property of a BackupSummary. #: This constant has a value of "FULL" TYPE_FULL = "FULL" #: A constant which can be used with the type property of a BackupSummary. #: This constant has a value of "VIRTUAL_FULL" TYPE_VIRTUAL_FULL = "VIRTUAL_FULL" #: A constant which can be used with the lifecycle_state property of a BackupSummary. #: This constant has a value of "CREATING" LIFECYCLE_STATE_CREATING = "CREATING" #: A constant which can be used with the lifecycle_state property of a BackupSummary. #: This constant has a value of "ACTIVE" LIFECYCLE_STATE_ACTIVE = "ACTIVE" #: A constant which can be used with the lifecycle_state property of a BackupSummary. #: This constant has a value of "DELETING" LIFECYCLE_STATE_DELETING = "DELETING" #: A constant which can be used with the lifecycle_state property of a BackupSummary. #: This constant has a value of "DELETED" LIFECYCLE_STATE_DELETED = "DELETED" #: A constant which can be used with the lifecycle_state property of a BackupSummary. #: This constant has a value of "FAILED" LIFECYCLE_STATE_FAILED = "FAILED" #: A constant which can be used with the lifecycle_state property of a BackupSummary. #: This constant has a value of "RESTORING" LIFECYCLE_STATE_RESTORING = "RESTORING" #: A constant which can be used with the lifecycle_state property of a BackupSummary. #: This constant has a value of "CANCELING" LIFECYCLE_STATE_CANCELING = "CANCELING" #: A constant which can be used with the lifecycle_state property of a BackupSummary. #: This constant has a value of "CANCELED" LIFECYCLE_STATE_CANCELED = "CANCELED" #: A constant which can be used with the database_edition property of a BackupSummary. #: This constant has a value of "STANDARD_EDITION" DATABASE_EDITION_STANDARD_EDITION = "STANDARD_EDITION" #: A constant which can be used with the database_edition property of a BackupSummary. #: This constant has a value of "ENTERPRISE_EDITION" DATABASE_EDITION_ENTERPRISE_EDITION = "ENTERPRISE_EDITION" #: A constant which can be used with the database_edition property of a BackupSummary. #: This constant has a value of "ENTERPRISE_EDITION_HIGH_PERFORMANCE" DATABASE_EDITION_ENTERPRISE_EDITION_HIGH_PERFORMANCE = "ENTERPRISE_EDITION_HIGH_PERFORMANCE" #: A constant which can be used with the database_edition property of a BackupSummary. #: This constant has a value of "ENTERPRISE_EDITION_EXTREME_PERFORMANCE" DATABASE_EDITION_ENTERPRISE_EDITION_EXTREME_PERFORMANCE = "ENTERPRISE_EDITION_EXTREME_PERFORMANCE" def __init__(self, **kwargs): """ Initializes a new BackupSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this BackupSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this BackupSummary. :type compartment_id: str :param database_id: The value to assign to the database_id property of this BackupSummary. :type database_id: str :param display_name: The value to assign to the display_name property of this BackupSummary. :type display_name: str :param type: The value to assign to the type property of this BackupSummary. Allowed values for this property are: "INCREMENTAL", "FULL", "VIRTUAL_FULL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param time_started: The value to assign to the time_started property of this BackupSummary. :type time_started: datetime :param time_ended: The value to assign to the time_ended property of this BackupSummary. :type time_ended: datetime :param lifecycle_details: The value to assign to the lifecycle_details property of this BackupSummary. :type lifecycle_details: str :param availability_domain: The value to assign to the availability_domain property of this BackupSummary. :type availability_domain: str :param lifecycle_state: The value to assign to the lifecycle_state property of this BackupSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "RESTORING", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param database_edition: The value to assign to the database_edition property of this BackupSummary. Allowed values for this property are: "STANDARD_EDITION", "ENTERPRISE_EDITION", "ENTERPRISE_EDITION_HIGH_PERFORMANCE", "ENTERPRISE_EDITION_EXTREME_PERFORMANCE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type database_edition: str :param database_size_in_gbs: The value to assign to the database_size_in_gbs property of this BackupSummary. :type database_size_in_gbs: float :param shape: The value to assign to the shape property of this BackupSummary. :type shape: str :param version: The value to assign to the version property of this BackupSummary. :type version: str :param kms_key_id: The value to assign to the kms_key_id property of this BackupSummary. :type kms_key_id: str :param kms_key_version_id: The value to assign to the kms_key_version_id property of this BackupSummary. :type kms_key_version_id: str :param vault_id: The value to assign to the vault_id property of this BackupSummary. :type vault_id: str :param key_store_id: The value to assign to the key_store_id property of this BackupSummary. :type key_store_id: str :param key_store_wallet_name: The value to assign to the key_store_wallet_name property of this BackupSummary. :type key_store_wallet_name: str """ self.swagger_types = { 'id': 'str', 'compartment_id': 'str', 'database_id': 'str', 'display_name': 'str', 'type': 'str', 'time_started': 'datetime', 'time_ended': 'datetime', 'lifecycle_details': 'str', 'availability_domain': 'str', 'lifecycle_state': 'str', 'database_edition': 'str', 'database_size_in_gbs': 'float', 'shape': 'str', 'version': 'str', 'kms_key_id': 'str', 'kms_key_version_id': 'str', 'vault_id': 'str', 'key_store_id': 'str', 'key_store_wallet_name': 'str' } self.attribute_map = { 'id': 'id', 'compartment_id': 'compartmentId', 'database_id': 'databaseId', 'display_name': 'displayName', 'type': 'type', 'time_started': 'timeStarted', 'time_ended': 'timeEnded', 'lifecycle_details': 'lifecycleDetails', 'availability_domain': 'availabilityDomain', 'lifecycle_state': 'lifecycleState', 'database_edition': 'databaseEdition', 'database_size_in_gbs': 'databaseSizeInGBs', 'shape': 'shape', 'version': 'version', 'kms_key_id': 'kmsKeyId', 'kms_key_version_id': 'kmsKeyVersionId', 'vault_id': 'vaultId', 'key_store_id': 'keyStoreId', 'key_store_wallet_name': 'keyStoreWalletName' } self._id = None self._compartment_id = None self._database_id = None self._display_name = None self._type = None self._time_started = None self._time_ended = None self._lifecycle_details = None self._availability_domain = None self._lifecycle_state = None self._database_edition = None self._database_size_in_gbs = None self._shape = None self._version = None self._kms_key_id = None self._kms_key_version_id = None self._vault_id = None self._key_store_id = None self._key_store_wallet_name = None @property def id(self): """ Gets the id of this BackupSummary. The `OCID`__ of the backup. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this BackupSummary. :rtype: str """ return self._id @id.setter def id(self, id): """ Sets the id of this BackupSummary. The `OCID`__ of the backup. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this BackupSummary. :type: str """ self._id = id @property def compartment_id(self): """ Gets the compartment_id of this BackupSummary. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this BackupSummary. :rtype: str """ return self._compartment_id @compartment_id.setter def compartment_id(self, compartment_id): """ Sets the compartment_id of this BackupSummary. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this BackupSummary. :type: str """ self._compartment_id = compartment_id @property def database_id(self): """ Gets the database_id of this BackupSummary. The `OCID`__ of the database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The database_id of this BackupSummary. :rtype: str """ return self._database_id @database_id.setter def database_id(self, database_id): """ Sets the database_id of this BackupSummary. The `OCID`__ of the database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param database_id: The database_id of this BackupSummary. :type: str """ self._database_id = database_id @property def display_name(self): """ Gets the display_name of this BackupSummary. The user-friendly name for the backup. The name does not have to be unique. :return: The display_name of this BackupSummary. :rtype: str """ return self._display_name @display_name.setter def display_name(self, display_name): """ Sets the display_name of this BackupSummary. The user-friendly name for the backup. The name does not have to be unique. :param display_name: The display_name of this BackupSummary. :type: str """ self._display_name = display_name @property def type(self): """ Gets the type of this BackupSummary. The type of backup. Allowed values for this property are: "INCREMENTAL", "FULL", "VIRTUAL_FULL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this BackupSummary. :rtype: str """ return self._type @type.setter def type(self, type): """ Sets the type of this BackupSummary. The type of backup. :param type: The type of this BackupSummary. :type: str """ allowed_values = ["INCREMENTAL", "FULL", "VIRTUAL_FULL"] if not value_allowed_none_or_none_sentinel(type, allowed_values): type = 'UNKNOWN_ENUM_VALUE' self._type = type @property def time_started(self): """ Gets the time_started of this BackupSummary. The date and time the backup started. :return: The time_started of this BackupSummary. :rtype: datetime """ return self._time_started @time_started.setter def time_started(self, time_started): """ Sets the time_started of this BackupSummary. The date and time the backup started. :param time_started: The time_started of this BackupSummary. :type: datetime """ self._time_started = time_started @property def time_ended(self): """ Gets the time_ended of this BackupSummary. The date and time the backup was completed. :return: The time_ended of this BackupSummary. :rtype: datetime """ return self._time_ended @time_ended.setter def time_ended(self, time_ended): """ Sets the time_ended of this BackupSummary. The date and time the backup was completed. :param time_ended: The time_ended of this BackupSummary. :type: datetime """ self._time_ended = time_ended @property def lifecycle_details(self): """ Gets the lifecycle_details of this BackupSummary. Additional information about the current lifecycle state. :return: The lifecycle_details of this BackupSummary. :rtype: str """ return self._lifecycle_details @lifecycle_details.setter def lifecycle_details(self, lifecycle_details): """ Sets the lifecycle_details of this BackupSummary. Additional information about the current lifecycle state. :param lifecycle_details: The lifecycle_details of this BackupSummary. :type: str """ self._lifecycle_details = lifecycle_details @property def availability_domain(self): """ Gets the availability_domain of this BackupSummary. The name of the availability domain where the database backup is stored. :return: The availability_domain of this BackupSummary. :rtype: str """ return self._availability_domain @availability_domain.setter def availability_domain(self, availability_domain): """ Sets the availability_domain of this BackupSummary. The name of the availability domain where the database backup is stored. :param availability_domain: The availability_domain of this BackupSummary. :type: str """ self._availability_domain = availability_domain @property def lifecycle_state(self): """ Gets the lifecycle_state of this BackupSummary. The current state of the backup. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "RESTORING", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this BackupSummary. :rtype: str """ return self._lifecycle_state @lifecycle_state.setter def lifecycle_state(self, lifecycle_state): """ Sets the lifecycle_state of this BackupSummary. The current state of the backup. :param lifecycle_state: The lifecycle_state of this BackupSummary. :type: str """ allowed_values = ["CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "RESTORING", "CANCELING", "CANCELED"] if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values): lifecycle_state = 'UNKNOWN_ENUM_VALUE' self._lifecycle_state = lifecycle_state @property def database_edition(self): """ Gets the database_edition of this BackupSummary. The Oracle Database edition of the DB system from which the database backup was taken. Allowed values for this property are: "STANDARD_EDITION", "ENTERPRISE_EDITION", "ENTERPRISE_EDITION_HIGH_PERFORMANCE", "ENTERPRISE_EDITION_EXTREME_PERFORMANCE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The database_edition of this BackupSummary. :rtype: str """ return self._database_edition @database_edition.setter def database_edition(self, database_edition): """ Sets the database_edition of this BackupSummary. The Oracle Database edition of the DB system from which the database backup was taken. :param database_edition: The database_edition of this BackupSummary. :type: str """ allowed_values = ["STANDARD_EDITION", "ENTERPRISE_EDITION", "ENTERPRISE_EDITION_HIGH_PERFORMANCE", "ENTERPRISE_EDITION_EXTREME_PERFORMANCE"] if not value_allowed_none_or_none_sentinel(database_edition, allowed_values): database_edition = 'UNKNOWN_ENUM_VALUE' self._database_edition = database_edition @property def database_size_in_gbs(self): """ Gets the database_size_in_gbs of this BackupSummary. The size of the database in gigabytes at the time the backup was taken. :return: The database_size_in_gbs of this BackupSummary. :rtype: float """ return self._database_size_in_gbs @database_size_in_gbs.setter def database_size_in_gbs(self, database_size_in_gbs): """ Sets the database_size_in_gbs of this BackupSummary. The size of the database in gigabytes at the time the backup was taken. :param database_size_in_gbs: The database_size_in_gbs of this BackupSummary. :type: float """ self._database_size_in_gbs = database_size_in_gbs @property def shape(self): """ Gets the shape of this BackupSummary. Shape of the backup's source database. :return: The shape of this BackupSummary. :rtype: str """ return self._shape @shape.setter def shape(self, shape): """ Sets the shape of this BackupSummary. Shape of the backup's source database. :param shape: The shape of this BackupSummary. :type: str """ self._shape = shape @property def version(self): """ Gets the version of this BackupSummary. Version of the backup's source database :return: The version of this BackupSummary. :rtype: str """ return self._version @version.setter def version(self, version): """ Sets the version of this BackupSummary. Version of the backup's source database :param version: The version of this BackupSummary. :type: str """ self._version = version @property def kms_key_id(self): """ Gets the kms_key_id of this BackupSummary. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations. :return: The kms_key_id of this BackupSummary. :rtype: str """ return self._kms_key_id @kms_key_id.setter def kms_key_id(self, kms_key_id): """ Sets the kms_key_id of this BackupSummary. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations. :param kms_key_id: The kms_key_id of this BackupSummary. :type: str """ self._kms_key_id = kms_key_id @property def kms_key_version_id(self): """ Gets the kms_key_version_id of this BackupSummary. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances. :return: The kms_key_version_id of this BackupSummary. :rtype: str """ return self._kms_key_version_id @kms_key_version_id.setter def kms_key_version_id(self, kms_key_version_id): """ Sets the kms_key_version_id of this BackupSummary. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances. :param kms_key_version_id: The kms_key_version_id of this BackupSummary. :type: str """ self._kms_key_version_id = kms_key_version_id @property def vault_id(self): """ Gets the vault_id of this BackupSummary. The `OCID`__ of the Oracle Cloud Infrastructure `vault`__. This parameter and `secretId` are required for Customer Managed Keys. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm __ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts :return: The vault_id of this BackupSummary. :rtype: str """ return self._vault_id @vault_id.setter def vault_id(self, vault_id): """ Sets the vault_id of this BackupSummary. The `OCID`__ of the Oracle Cloud Infrastructure `vault`__. This parameter and `secretId` are required for Customer Managed Keys. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm __ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts :param vault_id: The vault_id of this BackupSummary. :type: str """ self._vault_id = vault_id @property def key_store_id(self): """ Gets the key_store_id of this BackupSummary. The `OCID`__ of the key store of Oracle Vault. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The key_store_id of this BackupSummary. :rtype: str """ return self._key_store_id @key_store_id.setter def key_store_id(self, key_store_id): """ Sets the key_store_id of this BackupSummary. The `OCID`__ of the key store of Oracle Vault. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param key_store_id: The key_store_id of this BackupSummary. :type: str """ self._key_store_id = key_store_id @property def key_store_wallet_name(self): """ Gets the key_store_wallet_name of this BackupSummary. The wallet name for Oracle Key Vault. :return: The key_store_wallet_name of this BackupSummary. :rtype: str """ return self._key_store_wallet_name @key_store_wallet_name.setter def key_store_wallet_name(self, key_store_wallet_name): """ Sets the key_store_wallet_name of this BackupSummary. The wallet name for Oracle Key Vault. :param key_store_wallet_name: The key_store_wallet_name of this BackupSummary. :type: str """ self._key_store_wallet_name = key_store_wallet_name 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