📂 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
›
container_engine
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_engine/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: start_credential_rotation_details.cpython-39.pyc
a ���fN � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�StartCredentialRotationDetailsz` Properties that define a request to start credential rotation on a kubernetes cluster. c K s ddi| _ ddi| _d| _dS )a� Initializes a new StartCredentialRotationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param auto_completion_delay_duration: The value to assign to the auto_completion_delay_duration property of this StartCredentialRotationDetails. :type auto_completion_delay_duration: str �auto_completion_delay_duration�strZautoCompletionDelayDurationN)Z swagger_typesZ attribute_map�_auto_completion_delay_duration)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/container_engine/models/start_credential_rotation_details.py�__init__ s ��z'StartCredentialRotationDetails.__init__c C s | j S )as **[Required]** Gets the auto_completion_delay_duration of this StartCredentialRotationDetails. The duration in days(in ISO 8601 notation eg. P5D) after which the old credentials should be retired. Maximum delay duration is 14 days. :return: The auto_completion_delay_duration of this StartCredentialRotationDetails. :rtype: str �r �r r r r r &