📂 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
›
oce
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/oce/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_oce_instance_details.pyc
a O��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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�UpdateOceInstanceDetailsz( The information to be updated. �NEW�BYOL�PREMIUM�STARTER�PRIMARY� NONPRIMARYc K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a4 Initializes a new UpdateOceInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this UpdateOceInstanceDetails. :type description: str :param waf_primary_domain: The value to assign to the waf_primary_domain property of this UpdateOceInstanceDetails. :type waf_primary_domain: str :param instance_license_type: The value to assign to the instance_license_type property of this UpdateOceInstanceDetails. Allowed values for this property are: "NEW", "BYOL", "PREMIUM", "STARTER" :type instance_license_type: str :param instance_usage_type: The value to assign to the instance_usage_type property of this UpdateOceInstanceDetails. Allowed values for this property are: "PRIMARY", "NONPRIMARY" :type instance_usage_type: str :param add_on_features: The value to assign to the add_on_features property of this UpdateOceInstanceDetails. :type add_on_features: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateOceInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateOceInstanceDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zdict(str, str)zdict(str, dict(str, object)))�description�waf_primary_domain�instance_license_type�instance_usage_type�add_on_features� freeform_tags�defined_tagsr �wafPrimaryDomain�instanceLicenseType�instanceUsageType� addOnFeatures�freeformTags�definedTagsN) � swagger_types� attribute_map�_description�_waf_primary_domain�_instance_license_type�_instance_usage_type�_add_on_features�_freeform_tags� _defined_tags)�self�kwargs� r&