📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_connectivity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_connectivity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: key_range_partition_config.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PartitionConfig� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�KeyRangePartitionConfigz* The information about key range. c K s8 dddd�| _ dddd�| _d| _d| _d| _d | _dS ) a� Initializes a new KeyRangePartitionConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.KeyRangePartitionConfig.model_type` attribute of this class is ``KEYRANGEPARTITIONCONFIG`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this KeyRangePartitionConfig. Allowed values for this property are: "KEYRANGEPARTITIONCONFIG" :type model_type: str :param partition_number: The value to assign to the partition_number property of this KeyRangePartitionConfig. :type partition_number: int :param key_range: The value to assign to the key_range property of this KeyRangePartitionConfig. :type key_range: oci.data_connectivity.models.KeyRange �str�int�KeyRange)� model_type�partition_number� key_range� modelType�partitionNumber�keyRangeN�KEYRANGEPARTITIONCONFIG)� swagger_types� attribute_map�_model_type�_partition_number� _key_range)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/key_range_partition_config.py�__init__ s ��z KeyRangePartitionConfig.__init__c C s | j S )z� Gets the partition_number of this KeyRangePartitionConfig. The partition number for the key range. :return: The partition_number of this KeyRangePartitionConfig. :rtype: int �r �r r r r r 5 s z(KeyRangePartitionConfig.partition_numberc C s || _ dS )z� Sets the partition_number of this KeyRangePartitionConfig. The partition number for the key range. :param partition_number: The partition_number of this KeyRangePartitionConfig. :type: int Nr )r r r r r r A s c C s | j S )z� Gets the key_range of this KeyRangePartitionConfig. :return: The key_range of this KeyRangePartitionConfig. :rtype: oci.data_connectivity.models.KeyRange �r r r r r r M s z!KeyRangePartitionConfig.key_rangec C s || _ dS )z� Sets the key_range of this KeyRangePartitionConfig. :param key_range: The key_range of this KeyRangePartitionConfig. :type: oci.data_connectivity.models.KeyRange Nr )r r r r r r W s c C s t | �S �N)r r r r r �__repr__a s z KeyRangePartitionConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__d s zKeyRangePartitionConfig.__eq__c C s | |k S r r r# r r r �__ne__j s zKeyRangePartitionConfig.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r% r&