📂 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
›
access_governance_cp
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/access_governance_cp/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_governance_instance_details.cpython-39.pyc
a ���fc1 � @ 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 e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�CreateGovernanceInstanceDetailsz5 The details about a new GovernanceInstance. �NEW_LICENSE�BRING_YOUR_OWN_LICENSE�AG_ORACLE_WORKLOADS�AG_OCIc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )ax Initializes a new CreateGovernanceInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateGovernanceInstanceDetails. :type display_name: str :param description: The value to assign to the description property of this CreateGovernanceInstanceDetails. :type description: str :param license_type: The value to assign to the license_type property of this CreateGovernanceInstanceDetails. Allowed values for this property are: "NEW_LICENSE", "BRING_YOUR_OWN_LICENSE", "AG_ORACLE_WORKLOADS", "AG_OCI" :type license_type: str :param tenancy_namespace: The value to assign to the tenancy_namespace property of this CreateGovernanceInstanceDetails. :type tenancy_namespace: str :param compartment_id: The value to assign to the compartment_id property of this CreateGovernanceInstanceDetails. :type compartment_id: str :param idcs_access_token: The value to assign to the idcs_access_token property of this CreateGovernanceInstanceDetails. :type idcs_access_token: str :param defined_tags: The value to assign to the defined_tags property of this CreateGovernanceInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this CreateGovernanceInstanceDetails. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this CreateGovernanceInstanceDetails. :type system_tags: dict(str, dict(str, object)) �strzdict(str, dict(str, object))zdict(str, str)) �display_name�description�license_type�tenancy_namespace�compartment_id�idcs_access_token�defined_tags� freeform_tags�system_tagsZdisplayNamer ZlicenseTypeZtenancyNamespaceZ compartmentIdZidcsAccessTokenZdefinedTagsZfreeformTagsZ systemTagsN)Z swagger_typesZ attribute_map� _display_name�_description� _license_type�_tenancy_namespace�_compartment_id�_idcs_access_token� _defined_tags�_freeform_tags�_system_tags)�self�kwargs� r �f/usr/lib/python3.9/site-packages/oci/access_governance_cp/models/create_governance_instance_details.py�__init__"