📂 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
›
network_load_balancer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/network_load_balancer/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_backend_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateBackendDetailsz� The configuration of a backend server that is a member of a network load balancer backend set. For more information, see `Managing Backend Servers`__. __ https://docs.cloud.oracle.com/Content/Balance/Tasks/managingbackendservers.htm c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a/ Initializes a new CreateBackendDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateBackendDetails. :type name: str :param ip_address: The value to assign to the ip_address property of this CreateBackendDetails. :type ip_address: str :param target_id: The value to assign to the target_id property of this CreateBackendDetails. :type target_id: str :param port: The value to assign to the port property of this CreateBackendDetails. :type port: int :param weight: The value to assign to the weight property of this CreateBackendDetails. :type weight: int :param is_drain: The value to assign to the is_drain property of this CreateBackendDetails. :type is_drain: bool :param is_backup: The value to assign to the is_backup property of this CreateBackendDetails. :type is_backup: bool :param is_offline: The value to assign to the is_offline property of this CreateBackendDetails. :type is_offline: bool �str�int�bool)�name� ip_address� target_id�port�weight�is_drain� is_backup� is_offliner Z ipAddressZtargetIdr r ZisDrainZisBackupZ isOfflineN) Z swagger_typesZ attribute_map�_name�_ip_address� _target_id�_port�_weight� _is_drain� _is_backup�_is_offline)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/network_load_balancer/models/create_backend_details.py�__init__ s4 '��zCreateBackendDetails.__init__c C s | j S )a$ Gets the name of this CreateBackendDetails. Optional unique name identifying the backend within the backend set. If not specified, then one will be generated. Example: `webServer1` :return: The name of this CreateBackendDetails. :rtype: str �r �r r r r r Z s zCreateBackendDetails.namec C s || _ dS )a' Sets the name of this CreateBackendDetails. Optional unique name identifying the backend within the backend set. If not specified, then one will be generated. Example: `webServer1` :param name: The name of this CreateBackendDetails. :type: str Nr )r r r r r r g s c C s | j S )z� Gets the ip_address of this CreateBackendDetails. The IP address of the backend server. Example: `10.0.0.3` :return: The ip_address of this CreateBackendDetails. :rtype: str �r r r r r r t s zCreateBackendDetails.ip_addressc C s || _ dS )z� Sets the ip_address of this CreateBackendDetails. The IP address of the backend server. Example: `10.0.0.3` :param ip_address: The ip_address of this CreateBackendDetails. :type: str Nr! )r r r r r r � s c C s | j S )a Gets the target_id of this CreateBackendDetails. The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>` :return: The target_id of this CreateBackendDetails. :rtype: str �r r r r r r � s zCreateBackendDetails.target_idc C s || _ dS )a( Sets the target_id of this CreateBackendDetails. The IP OCID/Instance OCID associated with the backend server. Example: `ocid1.privateip..oc1.<var><unique_ID></var>` :param target_id: The target_id of this CreateBackendDetails. :type: str Nr"