📂 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: create_cluster_kubeconfig_content_details.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�%CreateClusterKubeconfigContentDetailszN The properties that define a request to create a cluster kubeconfig. �LEGACY_KUBERNETES�PUBLIC_ENDPOINT�PRIVATE_ENDPOINT�VCN_HOSTNAMEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aM Initializes a new CreateClusterKubeconfigContentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param token_version: The value to assign to the token_version property of this CreateClusterKubeconfigContentDetails. :type token_version: str :param expiration: The value to assign to the expiration property of this CreateClusterKubeconfigContentDetails. :type expiration: int :param endpoint: The value to assign to the endpoint property of this CreateClusterKubeconfigContentDetails. Allowed values for this property are: "LEGACY_KUBERNETES", "PUBLIC_ENDPOINT", "PRIVATE_ENDPOINT", "VCN_HOSTNAME" :type endpoint: str �str�int)� token_version� expiration�endpointZtokenVersionr r N)Z swagger_typesZ attribute_map�_token_version�_expiration� _endpoint)�self�kwargs� r �i/usr/lib/python3.9/site-packages/oci/container_engine/models/create_cluster_kubeconfig_content_details.py�__init__"