File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/distributed_database/models/db_storage_vault_details.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, 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: 20250101 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 DbStorageVaultDetails(object): """ Details of the request to create exascale db vault storage for shard or catalog of the distributed database. """ def __init__(self, **kwargs): """ Initializes a new DbStorageVaultDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param high_capacity_database_storage: The value to assign to the high_capacity_database_storage property of this DbStorageVaultDetails. :type high_capacity_database_storage: int :param additional_flash_cache_in_percent: The value to assign to the additional_flash_cache_in_percent property of this DbStorageVaultDetails. :type additional_flash_cache_in_percent: int """ self.swagger_types = { 'high_capacity_database_storage': 'int', 'additional_flash_cache_in_percent': 'int' } self.attribute_map = { 'high_capacity_database_storage': 'highCapacityDatabaseStorage', 'additional_flash_cache_in_percent': 'additionalFlashCacheInPercent' } self._high_capacity_database_storage = None self._additional_flash_cache_in_percent = None @property def high_capacity_database_storage(self): """ **[Required]** Gets the high_capacity_database_storage of this DbStorageVaultDetails. Total storage capacity in GB for vault storage. :return: The high_capacity_database_storage of this DbStorageVaultDetails. :rtype: int """ return self._high_capacity_database_storage @high_capacity_database_storage.setter def high_capacity_database_storage(self, high_capacity_database_storage): """ Sets the high_capacity_database_storage of this DbStorageVaultDetails. Total storage capacity in GB for vault storage. :param high_capacity_database_storage: The high_capacity_database_storage of this DbStorageVaultDetails. :type: int """ self._high_capacity_database_storage = high_capacity_database_storage @property def additional_flash_cache_in_percent(self): """ Gets the additional_flash_cache_in_percent of this DbStorageVaultDetails. The size of additional Flash Cache in percentage of High Capacity database storage. :return: The additional_flash_cache_in_percent of this DbStorageVaultDetails. :rtype: int """ return self._additional_flash_cache_in_percent @additional_flash_cache_in_percent.setter def additional_flash_cache_in_percent(self, additional_flash_cache_in_percent): """ Sets the additional_flash_cache_in_percent of this DbStorageVaultDetails. The size of additional Flash Cache in percentage of High Capacity database storage. :param additional_flash_cache_in_percent: The additional_flash_cache_in_percent of this DbStorageVaultDetails. :type: int """ self._additional_flash_cache_in_percent = additional_flash_cache_in_percent 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
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings