📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
vault
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vault/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rotation_config.cpython-39.pyc
a ���f@ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�RotationConfigz[ Defines the frequency of the rotation and the information about the target system c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a Initializes a new RotationConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param rotation_interval: The value to assign to the rotation_interval property of this RotationConfig. :type rotation_interval: str :param target_system_details: The value to assign to the target_system_details property of this RotationConfig. :type target_system_details: oci.vault.models.TargetSystemDetails :param is_scheduled_rotation_enabled: The value to assign to the is_scheduled_rotation_enabled property of this RotationConfig. :type is_scheduled_rotation_enabled: bool �strZTargetSystemDetails�bool)�rotation_interval�target_system_details�is_scheduled_rotation_enabledZrotationIntervalZtargetSystemDetailsZisScheduledRotationEnabledN)Z swagger_typesZ attribute_map�_rotation_interval�_target_system_details�_is_scheduled_rotation_enabled)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/vault/models/rotation_config.py�__init__ s ��zRotationConfig.__init__c C s | j S )a� Gets the rotation_interval of this RotationConfig. The time interval that indicates the frequency for rotating secret data, as described in ISO 8601 format. The minimum value is 1 day and maximum value is 360 days. For example, if you want to set the time interval for rotating a secret data as 30 days, the duration is expressed as "P30D." :return: The rotation_interval of this RotationConfig. :rtype: str �r �r r r r r 4 s z RotationConfig.rotation_intervalc C s || _ dS )a� Sets the rotation_interval of this RotationConfig. The time interval that indicates the frequency for rotating secret data, as described in ISO 8601 format. The minimum value is 1 day and maximum value is 360 days. For example, if you want to set the time interval for rotating a secret data as 30 days, the duration is expressed as "P30D." :param rotation_interval: The rotation_interval of this RotationConfig. :type: str Nr )r r r r r r B s c C s | j S )z� **[Required]** Gets the target_system_details of this RotationConfig. :return: The target_system_details of this RotationConfig. :rtype: oci.vault.models.TargetSystemDetails �r r r r r r P s z$RotationConfig.target_system_detailsc C s || _ dS )z� Sets the target_system_details of this RotationConfig. :param target_system_details: The target_system_details of this RotationConfig. :type: oci.vault.models.TargetSystemDetails Nr )r r r r r r Z s c C s | j S )a Gets the is_scheduled_rotation_enabled of this RotationConfig. Enables auto rotation, when set to true rotationInterval must be set. :return: The is_scheduled_rotation_enabled of this RotationConfig. :rtype: bool �r r r r r r d s z,RotationConfig.is_scheduled_rotation_enabledc C s || _ dS )a Sets the is_scheduled_rotation_enabled of this RotationConfig. Enables auto rotation, when set to true rotationInterval must be set. :param is_scheduled_rotation_enabled: The is_scheduled_rotation_enabled of this RotationConfig. :type: bool Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zRotationConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zRotationConfig.__eq__c C s | |k S r r r r r r �__ne__� s zRotationConfig.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"