📂 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
›
golden_gate
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/golden_gate/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_deployment_details.cpython-39.opt-1.pyc
a ���f�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 @ sJ e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#edEdF� �Z$e$jdGdF� �Z$dHdI� Z%dJdK� Z&dLdM� Z'dNS )O�CreateDeploymentDetailsz1 The information about a new Deployment. �LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSE�OGG�DATABASE_ORACLE�BIGDATA�DATABASE_MICROSOFT_SQLSERVER�DATABASE_MYSQL�DATABASE_POSTGRESQL�DATABASE_DB2ZOS�GGSA�DATA_TRANSFORMSc K s� dddddddddddddddddd d d�| _ dd dddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateDeploymentDetails 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 CreateDeploymentDetails. :type display_name: str :param license_model: The value to assign to the license_model property of this CreateDeploymentDetails. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_model: str :param description: The value to assign to the description property of this CreateDeploymentDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateDeploymentDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateDeploymentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateDeploymentDetails. :type defined_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this CreateDeploymentDetails. :type locks: list[oci.golden_gate.models.AddResourceLockDetails] :param deployment_backup_id: The value to assign to the deployment_backup_id property of this CreateDeploymentDetails. :type deployment_backup_id: str :param subnet_id: The value to assign to the subnet_id property of this CreateDeploymentDetails. :type subnet_id: str :param load_balancer_subnet_id: The value to assign to the load_balancer_subnet_id property of this CreateDeploymentDetails. :type load_balancer_subnet_id: str :param fqdn: The value to assign to the fqdn property of this CreateDeploymentDetails. :type fqdn: str :param nsg_ids: The value to assign to the nsg_ids property of this CreateDeploymentDetails. :type nsg_ids: list[str] :param is_public: The value to assign to the is_public property of this CreateDeploymentDetails. :type is_public: bool :param cpu_core_count: The value to assign to the cpu_core_count property of this CreateDeploymentDetails. :type cpu_core_count: int :param is_auto_scaling_enabled: The value to assign to the is_auto_scaling_enabled property of this CreateDeploymentDetails. :type is_auto_scaling_enabled: bool :param deployment_type: The value to assign to the deployment_type property of this CreateDeploymentDetails. Allowed values for this property are: "OGG", "DATABASE_ORACLE", "BIGDATA", "DATABASE_MICROSOFT_SQLSERVER", "DATABASE_MYSQL", "DATABASE_POSTGRESQL", "DATABASE_DB2ZOS", "GGSA", "DATA_TRANSFORMS" :type deployment_type: str :param ogg_data: The value to assign to the ogg_data property of this CreateDeploymentDetails. :type ogg_data: oci.golden_gate.models.CreateOggDeploymentDetails :param maintenance_window: The value to assign to the maintenance_window property of this CreateDeploymentDetails. :type maintenance_window: oci.golden_gate.models.CreateMaintenanceWindowDetails :param maintenance_configuration: The value to assign to the maintenance_configuration property of this CreateDeploymentDetails. :type maintenance_configuration: oci.golden_gate.models.CreateMaintenanceConfigurationDetails �strzdict(str, str)zdict(str, dict(str, object))zlist[AddResourceLockDetails]z list[str]�bool�intZCreateOggDeploymentDetailsZCreateMaintenanceWindowDetailsZ%CreateMaintenanceConfigurationDetails)�display_name� license_model�description�compartment_id� freeform_tags�defined_tags�locks�deployment_backup_id� subnet_id�load_balancer_subnet_id�fqdn�nsg_ids� is_public�cpu_core_count�is_auto_scaling_enabled�deployment_type�ogg_data�maintenance_window�maintenance_configurationZdisplayNameZlicenseModelr Z compartmentIdZfreeformTagsZdefinedTagsr ZdeploymentBackupIdZsubnetIdZloadBalancerSubnetIdr ZnsgIdsZisPublicZcpuCoreCountZisAutoScalingEnabledZdeploymentTypeZoggDataZmaintenanceWindowZmaintenanceConfigurationN)Z swagger_typesZ attribute_map� _display_name�_license_model�_description�_compartment_id�_freeform_tags� _defined_tags�_locks�_deployment_backup_id� _subnet_id�_load_balancer_subnet_id�_fqdn�_nsg_ids� _is_public�_cpu_core_count�_is_auto_scaling_enabled�_deployment_type� _ogg_data�_maintenance_window�_maintenance_configuration)�self�kwargs� r= �T/usr/lib/python3.9/site-packages/oci/golden_gate/models/create_deployment_details.py�__init__>