📂 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
›
golden_gate
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/golden_gate/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_deployment_details.pyc
a N��f7 � @ 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 @ sp e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�UpdateDeploymentDetailsz8 The information to use to update a Deployment. �LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc K s� ddddddddddddd�| _ d d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new UpdateDeploymentDetails 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 UpdateDeploymentDetails. :type display_name: str :param license_model: The value to assign to the license_model property of this UpdateDeploymentDetails. 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 UpdateDeploymentDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDeploymentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateDeploymentDetails. :type defined_tags: dict(str, dict(str, object)) :param nsg_ids: The value to assign to the nsg_ids property of this UpdateDeploymentDetails. :type nsg_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this UpdateDeploymentDetails. :type subnet_id: str :param is_public: The value to assign to the is_public property of this UpdateDeploymentDetails. :type is_public: bool :param fqdn: The value to assign to the fqdn property of this UpdateDeploymentDetails. :type fqdn: str :param cpu_core_count: The value to assign to the cpu_core_count property of this UpdateDeploymentDetails. :type cpu_core_count: int :param is_auto_scaling_enabled: The value to assign to the is_auto_scaling_enabled property of this UpdateDeploymentDetails. :type is_auto_scaling_enabled: bool :param ogg_data: The value to assign to the ogg_data property of this UpdateDeploymentDetails. :type ogg_data: oci.golden_gate.models.UpdateOggDeploymentDetails �strzdict(str, str)zdict(str, dict(str, object))z list[str]�bool�int�UpdateOggDeploymentDetails)�display_name� license_model�description� freeform_tags�defined_tags�nsg_ids� subnet_id� is_public�fqdn�cpu_core_count�is_auto_scaling_enabled�ogg_data�displayName�licenseModelr �freeformTags�definedTags�nsgIds�subnetId�isPublicr �cpuCoreCount�isAutoScalingEnabled�oggDataN)� swagger_types� attribute_map� _display_name�_license_model�_description�_freeform_tags� _defined_tags�_nsg_ids� _subnet_id� _is_public�_fqdn�_cpu_core_count�_is_auto_scaling_enabled� _ogg_data)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/golden_gate/models/update_deployment_details.py�__init__ sL 8��z UpdateDeploymentDetails.__init__c C s | j S )z� Gets the display_name of this UpdateDeploymentDetails. An object's Display Name. :return: The display_name of this UpdateDeploymentDetails. :rtype: str �r% �r1 r3 r3 r4 r z s z$UpdateDeploymentDetails.display_namec C s || _ dS )z� Sets the display_name of this UpdateDeploymentDetails. An object's Display Name. :param display_name: The display_name of this UpdateDeploymentDetails. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )a> Gets the license_model of this UpdateDeploymentDetails. The Oracle license model that applies to a Deployment. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :return: The license_model of this UpdateDeploymentDetails. :rtype: str )r&