ruạṛ
# 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 .create_autonomous_database_base import CreateAutonomousDatabaseBase 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 CreateRefreshableAutonomousDatabaseCloneDetails(CreateAutonomousDatabaseBase): """ Details to create an Oracle Autonomous Database refreshable clone. """ #: A constant which can be used with the refreshable_mode property of a CreateRefreshableAutonomousDatabaseCloneDetails. #: This constant has a value of "AUTOMATIC" REFRESHABLE_MODE_AUTOMATIC = "AUTOMATIC" #: A constant which can be used with the refreshable_mode property of a CreateRefreshableAutonomousDatabaseCloneDetails. #: This constant has a value of "MANUAL" REFRESHABLE_MODE_MANUAL = "MANUAL" #: A constant which can be used with the open_mode property of a CreateRefreshableAutonomousDatabaseCloneDetails. #: This constant has a value of "READ_ONLY" OPEN_MODE_READ_ONLY = "READ_ONLY" #: A constant which can be used with the open_mode property of a CreateRefreshableAutonomousDatabaseCloneDetails. #: This constant has a value of "READ_WRITE" OPEN_MODE_READ_WRITE = "READ_WRITE" def __init__(self, **kwargs): """ Initializes a new CreateRefreshableAutonomousDatabaseCloneDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database.models.CreateRefreshableAutonomousDatabaseCloneDetails.source` attribute of this class is ``CLONE_TO_REFRESHABLE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param subscription_id: The value to assign to the subscription_id property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type subscription_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type compartment_id: str :param character_set: The value to assign to the character_set property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type character_set: str :param ncharacter_set: The value to assign to the ncharacter_set property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type ncharacter_set: str :param db_name: The value to assign to the db_name property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type db_name: str :param cpu_core_count: The value to assign to the cpu_core_count property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type cpu_core_count: int :param backup_retention_period_in_days: The value to assign to the backup_retention_period_in_days property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type backup_retention_period_in_days: int :param compute_model: The value to assign to the compute_model property of this CreateRefreshableAutonomousDatabaseCloneDetails. Allowed values for this property are: "ECPU", "OCPU" :type compute_model: str :param compute_count: The value to assign to the compute_count property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type compute_count: float :param ocpu_count: The value to assign to the ocpu_count property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type ocpu_count: float :param db_workload: The value to assign to the db_workload property of this CreateRefreshableAutonomousDatabaseCloneDetails. Allowed values for this property are: "OLTP", "DW", "AJD", "APEX" :type db_workload: str :param data_storage_size_in_tbs: The value to assign to the data_storage_size_in_tbs property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type data_storage_size_in_tbs: int :param data_storage_size_in_gbs: The value to assign to the data_storage_size_in_gbs property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type data_storage_size_in_gbs: int :param is_free_tier: The value to assign to the is_free_tier property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_free_tier: bool :param kms_key_id: The value to assign to the kms_key_id property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type kms_key_id: str :param vault_id: The value to assign to the vault_id property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type vault_id: str :param admin_password: The value to assign to the admin_password property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type admin_password: str :param display_name: The value to assign to the display_name property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type display_name: str :param license_model: The value to assign to the license_model property of this CreateRefreshableAutonomousDatabaseCloneDetails. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_model: str :param byol_compute_count_limit: The value to assign to the byol_compute_count_limit property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type byol_compute_count_limit: float :param is_preview_version_with_service_terms_accepted: The value to assign to the is_preview_version_with_service_terms_accepted property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_preview_version_with_service_terms_accepted: bool :param is_auto_scaling_enabled: The value to assign to the is_auto_scaling_enabled property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_auto_scaling_enabled: bool :param is_dev_tier: The value to assign to the is_dev_tier property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_dev_tier: bool :param is_dedicated: The value to assign to the is_dedicated property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_dedicated: bool :param autonomous_container_database_id: The value to assign to the autonomous_container_database_id property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type autonomous_container_database_id: str :param in_memory_percentage: The value to assign to the in_memory_percentage property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type in_memory_percentage: int :param is_access_control_enabled: The value to assign to the is_access_control_enabled property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_access_control_enabled: bool :param whitelisted_ips: The value to assign to the whitelisted_ips property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type whitelisted_ips: list[str] :param are_primary_whitelisted_ips_used: The value to assign to the are_primary_whitelisted_ips_used property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type are_primary_whitelisted_ips_used: bool :param standby_whitelisted_ips: The value to assign to the standby_whitelisted_ips property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type standby_whitelisted_ips: list[str] :param is_data_guard_enabled: The value to assign to the is_data_guard_enabled property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_data_guard_enabled: bool :param is_local_data_guard_enabled: The value to assign to the is_local_data_guard_enabled property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_local_data_guard_enabled: bool :param subnet_id: The value to assign to the subnet_id property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type subnet_id: str :param nsg_ids: The value to assign to the nsg_ids property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type nsg_ids: list[str] :param private_endpoint_label: The value to assign to the private_endpoint_label property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type private_endpoint_label: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type defined_tags: dict(str, dict(str, object)) :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type private_endpoint_ip: str :param db_version: The value to assign to the db_version property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type db_version: str :param source: The value to assign to the source property of this CreateRefreshableAutonomousDatabaseCloneDetails. Allowed values for this property are: "NONE", "DATABASE", "BACKUP_FROM_ID", "BACKUP_FROM_TIMESTAMP", "CLONE_TO_REFRESHABLE", "CROSS_REGION_DATAGUARD", "CROSS_REGION_DISASTER_RECOVERY" :type source: str :param customer_contacts: The value to assign to the customer_contacts property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type customer_contacts: list[oci.database.models.CustomerContact] :param is_mtls_connection_required: The value to assign to the is_mtls_connection_required property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_mtls_connection_required: bool :param resource_pool_leader_id: The value to assign to the resource_pool_leader_id property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type resource_pool_leader_id: str :param resource_pool_summary: The value to assign to the resource_pool_summary property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type resource_pool_summary: oci.database.models.ResourcePoolSummary :param autonomous_maintenance_schedule_type: The value to assign to the autonomous_maintenance_schedule_type property of this CreateRefreshableAutonomousDatabaseCloneDetails. Allowed values for this property are: "EARLY", "REGULAR" :type autonomous_maintenance_schedule_type: str :param scheduled_operations: The value to assign to the scheduled_operations property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type scheduled_operations: list[oci.database.models.ScheduledOperationDetails] :param is_auto_scaling_for_storage_enabled: The value to assign to the is_auto_scaling_for_storage_enabled property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type is_auto_scaling_for_storage_enabled: bool :param database_edition: The value to assign to the database_edition property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type database_edition: str :param db_tools_details: The value to assign to the db_tools_details property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type db_tools_details: list[oci.database.models.DatabaseTool] :param secret_id: The value to assign to the secret_id property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type secret_id: str :param secret_version_number: The value to assign to the secret_version_number property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type secret_version_number: int :param source_id: The value to assign to the source_id property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type source_id: str :param refreshable_mode: The value to assign to the refreshable_mode property of this CreateRefreshableAutonomousDatabaseCloneDetails. Allowed values for this property are: "AUTOMATIC", "MANUAL" :type refreshable_mode: str :param auto_refresh_frequency_in_seconds: The value to assign to the auto_refresh_frequency_in_seconds property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type auto_refresh_frequency_in_seconds: int :param auto_refresh_point_lag_in_seconds: The value to assign to the auto_refresh_point_lag_in_seconds property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type auto_refresh_point_lag_in_seconds: int :param time_of_auto_refresh_start: The value to assign to the time_of_auto_refresh_start property of this CreateRefreshableAutonomousDatabaseCloneDetails. :type time_of_auto_refresh_start: datetime :param open_mode: The value to assign to the open_mode property of this CreateRefreshableAutonomousDatabaseCloneDetails. Allowed values for this property are: "READ_ONLY", "READ_WRITE" :type open_mode: str """ self.swagger_types = { 'subscription_id': 'str', 'compartment_id': 'str', 'character_set': 'str', 'ncharacter_set': 'str', 'db_name': 'str', 'cpu_core_count': 'int', 'backup_retention_period_in_days': 'int', 'compute_model': 'str', 'compute_count': 'float', 'ocpu_count': 'float', 'db_workload': 'str', 'data_storage_size_in_tbs': 'int', 'data_storage_size_in_gbs': 'int', 'is_free_tier': 'bool', 'kms_key_id': 'str', 'vault_id': 'str', 'admin_password': 'str', 'display_name': 'str', 'license_model': 'str', 'byol_compute_count_limit': 'float', 'is_preview_version_with_service_terms_accepted': 'bool', 'is_auto_scaling_enabled': 'bool', 'is_dev_tier': 'bool', 'is_dedicated': 'bool', 'autonomous_container_database_id': 'str', 'in_memory_percentage': 'int', 'is_access_control_enabled': 'bool', 'whitelisted_ips': 'list[str]', 'are_primary_whitelisted_ips_used': 'bool', 'standby_whitelisted_ips': 'list[str]', 'is_data_guard_enabled': 'bool', 'is_local_data_guard_enabled': 'bool', 'subnet_id': 'str', 'nsg_ids': 'list[str]', 'private_endpoint_label': 'str', 'freeform_tags': 'dict(str, str)', 'defined_tags': 'dict(str, dict(str, object))', 'private_endpoint_ip': 'str', 'db_version': 'str', 'source': 'str', 'customer_contacts': 'list[CustomerContact]', 'is_mtls_connection_required': 'bool', 'resource_pool_leader_id': 'str', 'resource_pool_summary': 'ResourcePoolSummary', 'autonomous_maintenance_schedule_type': 'str', 'scheduled_operations': 'list[ScheduledOperationDetails]', 'is_auto_scaling_for_storage_enabled': 'bool', 'database_edition': 'str', 'db_tools_details': 'list[DatabaseTool]', 'secret_id': 'str', 'secret_version_number': 'int', 'source_id': 'str', 'refreshable_mode': 'str', 'auto_refresh_frequency_in_seconds': 'int', 'auto_refresh_point_lag_in_seconds': 'int', 'time_of_auto_refresh_start': 'datetime', 'open_mode': 'str' } self.attribute_map = { 'subscription_id': 'subscriptionId', 'compartment_id': 'compartmentId', 'character_set': 'characterSet', 'ncharacter_set': 'ncharacterSet', 'db_name': 'dbName', 'cpu_core_count': 'cpuCoreCount', 'backup_retention_period_in_days': 'backupRetentionPeriodInDays', 'compute_model': 'computeModel', 'compute_count': 'computeCount', 'ocpu_count': 'ocpuCount', 'db_workload': 'dbWorkload', 'data_storage_size_in_tbs': 'dataStorageSizeInTBs', 'data_storage_size_in_gbs': 'dataStorageSizeInGBs', 'is_free_tier': 'isFreeTier', 'kms_key_id': 'kmsKeyId', 'vault_id': 'vaultId', 'admin_password': 'adminPassword', 'display_name': 'displayName', 'license_model': 'licenseModel', 'byol_compute_count_limit': 'byolComputeCountLimit', 'is_preview_version_with_service_terms_accepted': 'isPreviewVersionWithServiceTermsAccepted', 'is_auto_scaling_enabled': 'isAutoScalingEnabled', 'is_dev_tier': 'isDevTier', 'is_dedicated': 'isDedicated', 'autonomous_container_database_id': 'autonomousContainerDatabaseId', 'in_memory_percentage': 'inMemoryPercentage', 'is_access_control_enabled': 'isAccessControlEnabled', 'whitelisted_ips': 'whitelistedIps', 'are_primary_whitelisted_ips_used': 'arePrimaryWhitelistedIpsUsed', 'standby_whitelisted_ips': 'standbyWhitelistedIps', 'is_data_guard_enabled': 'isDataGuardEnabled', 'is_local_data_guard_enabled': 'isLocalDataGuardEnabled', 'subnet_id': 'subnetId', 'nsg_ids': 'nsgIds', 'private_endpoint_label': 'privateEndpointLabel', 'freeform_tags': 'freeformTags', 'defined_tags': 'definedTags', 'private_endpoint_ip': 'privateEndpointIp', 'db_version': 'dbVersion', 'source': 'source', 'customer_contacts': 'customerContacts', 'is_mtls_connection_required': 'isMtlsConnectionRequired', 'resource_pool_leader_id': 'resourcePoolLeaderId', 'resource_pool_summary': 'resourcePoolSummary', 'autonomous_maintenance_schedule_type': 'autonomousMaintenanceScheduleType', 'scheduled_operations': 'scheduledOperations', 'is_auto_scaling_for_storage_enabled': 'isAutoScalingForStorageEnabled', 'database_edition': 'databaseEdition', 'db_tools_details': 'dbToolsDetails', 'secret_id': 'secretId', 'secret_version_number': 'secretVersionNumber', 'source_id': 'sourceId', 'refreshable_mode': 'refreshableMode', 'auto_refresh_frequency_in_seconds': 'autoRefreshFrequencyInSeconds', 'auto_refresh_point_lag_in_seconds': 'autoRefreshPointLagInSeconds', 'time_of_auto_refresh_start': 'timeOfAutoRefreshStart', 'open_mode': 'openMode' } self._subscription_id = None self._compartment_id = None self._character_set = None self._ncharacter_set = None self._db_name = None self._cpu_core_count = None self._backup_retention_period_in_days = None self._compute_model = None self._compute_count = None self._ocpu_count = None self._db_workload = None self._data_storage_size_in_tbs = None self._data_storage_size_in_gbs = None self._is_free_tier = None self._kms_key_id = None self._vault_id = None self._admin_password = None self._display_name = None self._license_model = None self._byol_compute_count_limit = None self._is_preview_version_with_service_terms_accepted = None self._is_auto_scaling_enabled = None self._is_dev_tier = None self._is_dedicated = None self._autonomous_container_database_id = None self._in_memory_percentage = None self._is_access_control_enabled = None self._whitelisted_ips = None self._are_primary_whitelisted_ips_used = None self._standby_whitelisted_ips = None self._is_data_guard_enabled = None self._is_local_data_guard_enabled = None self._subnet_id = None self._nsg_ids = None self._private_endpoint_label = None self._freeform_tags = None self._defined_tags = None self._private_endpoint_ip = None self._db_version = None self._source = None self._customer_contacts = None self._is_mtls_connection_required = None self._resource_pool_leader_id = None self._resource_pool_summary = None self._autonomous_maintenance_schedule_type = None self._scheduled_operations = None self._is_auto_scaling_for_storage_enabled = None self._database_edition = None self._db_tools_details = None self._secret_id = None self._secret_version_number = None self._source_id = None self._refreshable_mode = None self._auto_refresh_frequency_in_seconds = None self._auto_refresh_point_lag_in_seconds = None self._time_of_auto_refresh_start = None self._open_mode = None self._source = 'CLONE_TO_REFRESHABLE' @property def source_id(self): """ **[Required]** Gets the source_id of this CreateRefreshableAutonomousDatabaseCloneDetails. The `OCID`__ of the source Autonomous Database that you will clone to create a new Autonomous Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The source_id of this CreateRefreshableAutonomousDatabaseCloneDetails. :rtype: str """ return self._source_id @source_id.setter def source_id(self, source_id): """ Sets the source_id of this CreateRefreshableAutonomousDatabaseCloneDetails. The `OCID`__ of the source Autonomous Database that you will clone to create a new Autonomous Database. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param source_id: The source_id of this CreateRefreshableAutonomousDatabaseCloneDetails. :type: str """ self._source_id = source_id @property def refreshable_mode(self): """ Gets the refreshable_mode of this CreateRefreshableAutonomousDatabaseCloneDetails. The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database. Allowed values for this property are: "AUTOMATIC", "MANUAL" :return: The refreshable_mode of this CreateRefreshableAutonomousDatabaseCloneDetails. :rtype: str """ return self._refreshable_mode @refreshable_mode.setter def refreshable_mode(self, refreshable_mode): """ Sets the refreshable_mode of this CreateRefreshableAutonomousDatabaseCloneDetails. The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database. :param refreshable_mode: The refreshable_mode of this CreateRefreshableAutonomousDatabaseCloneDetails. :type: str """ allowed_values = ["AUTOMATIC", "MANUAL"] if not value_allowed_none_or_none_sentinel(refreshable_mode, allowed_values): raise ValueError( f"Invalid value for `refreshable_mode`, must be None or one of {allowed_values}" ) self._refreshable_mode = refreshable_mode @property def auto_refresh_frequency_in_seconds(self): """ Gets the auto_refresh_frequency_in_seconds of this CreateRefreshableAutonomousDatabaseCloneDetails. The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter. :return: The auto_refresh_frequency_in_seconds of this CreateRefreshableAutonomousDatabaseCloneDetails. :rtype: int """ return self._auto_refresh_frequency_in_seconds @auto_refresh_frequency_in_seconds.setter def auto_refresh_frequency_in_seconds(self, auto_refresh_frequency_in_seconds): """ Sets the auto_refresh_frequency_in_seconds of this CreateRefreshableAutonomousDatabaseCloneDetails. The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter. :param auto_refresh_frequency_in_seconds: The auto_refresh_frequency_in_seconds of this CreateRefreshableAutonomousDatabaseCloneDetails. :type: int """ self._auto_refresh_frequency_in_seconds = auto_refresh_frequency_in_seconds @property def auto_refresh_point_lag_in_seconds(self): """ Gets the auto_refresh_point_lag_in_seconds of this CreateRefreshableAutonomousDatabaseCloneDetails. The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens. :return: The auto_refresh_point_lag_in_seconds of this CreateRefreshableAutonomousDatabaseCloneDetails. :rtype: int """ return self._auto_refresh_point_lag_in_seconds @auto_refresh_point_lag_in_seconds.setter def auto_refresh_point_lag_in_seconds(self, auto_refresh_point_lag_in_seconds): """ Sets the auto_refresh_point_lag_in_seconds of this CreateRefreshableAutonomousDatabaseCloneDetails. The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens. :param auto_refresh_point_lag_in_seconds: The auto_refresh_point_lag_in_seconds of this CreateRefreshableAutonomousDatabaseCloneDetails. :type: int """ self._auto_refresh_point_lag_in_seconds = auto_refresh_point_lag_in_seconds @property def time_of_auto_refresh_start(self): """ Gets the time_of_auto_refresh_start of this CreateRefreshableAutonomousDatabaseCloneDetails. The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter. :return: The time_of_auto_refresh_start of this CreateRefreshableAutonomousDatabaseCloneDetails. :rtype: datetime """ return self._time_of_auto_refresh_start @time_of_auto_refresh_start.setter def time_of_auto_refresh_start(self, time_of_auto_refresh_start): """ Sets the time_of_auto_refresh_start of this CreateRefreshableAutonomousDatabaseCloneDetails. The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter. :param time_of_auto_refresh_start: The time_of_auto_refresh_start of this CreateRefreshableAutonomousDatabaseCloneDetails. :type: datetime """ self._time_of_auto_refresh_start = time_of_auto_refresh_start @property def open_mode(self): """ Gets the open_mode of this CreateRefreshableAutonomousDatabaseCloneDetails. Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode. This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. Allowed values for this property are: "READ_ONLY", "READ_WRITE" :return: The open_mode of this CreateRefreshableAutonomousDatabaseCloneDetails. :rtype: str """ return self._open_mode @open_mode.setter def open_mode(self, open_mode): """ Sets the open_mode of this CreateRefreshableAutonomousDatabaseCloneDetails. Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode. This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier. :param open_mode: The open_mode of this CreateRefreshableAutonomousDatabaseCloneDetails. :type: str """ allowed_values = ["READ_ONLY", "READ_WRITE"] if not value_allowed_none_or_none_sentinel(open_mode, allowed_values): raise ValueError( f"Invalid value for `open_mode`, must be None or one of {allowed_values}" ) self._open_mode = open_mode 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
cải xoăn