📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
disaster_recovery
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/__pycache__
💾
Free:
47.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: load_balancer_backend_set_mapping.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 d d� Z dd� Zdd� ZdS )�LoadBalancerBackendSetMappingzM A backend set mapping between source and destination load balancer. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aG Initializes a new LoadBalancerBackendSetMapping object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_backend_set_for_non_movable: The value to assign to the is_backend_set_for_non_movable property of this LoadBalancerBackendSetMapping. :type is_backend_set_for_non_movable: bool :param source_backend_set_name: The value to assign to the source_backend_set_name property of this LoadBalancerBackendSetMapping. :type source_backend_set_name: str :param destination_backend_set_name: The value to assign to the destination_backend_set_name property of this LoadBalancerBackendSetMapping. :type destination_backend_set_name: str �bool�str)�is_backend_set_for_non_movable�source_backend_set_name�destination_backend_set_nameZisBackendSetForNonMovableZsourceBackendSetNameZdestinationBackendSetNameN)Z swagger_typesZ attribute_map�_is_backend_set_for_non_movable�_source_backend_set_name�_destination_backend_set_name)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/load_balancer_backend_set_mapping.py�__init__ s ��z&LoadBalancerBackendSetMapping.__init__c C s | j S )a� **[Required]** Gets the is_backend_set_for_non_movable of this LoadBalancerBackendSetMapping. This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region load balancer. For movable instances this flag should be set to 'false'. Example: `true` :return: The is_backend_set_for_non_movable of this LoadBalancerBackendSetMapping. :rtype: bool �r �r r r r r 4 s z<LoadBalancerBackendSetMapping.is_backend_set_for_non_movablec C s || _ dS )a� Sets the is_backend_set_for_non_movable of this LoadBalancerBackendSetMapping. This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region load balancer. For movable instances this flag should be set to 'false'. Example: `true` :param is_backend_set_for_non_movable: The is_backend_set_for_non_movable of this LoadBalancerBackendSetMapping. :type: bool Nr )r r r r r r D s c C s | j S )a( **[Required]** Gets the source_backend_set_name of this LoadBalancerBackendSetMapping. The name of the source backend set. Example: `My_Source_Backend_Set` :return: The source_backend_set_name of this LoadBalancerBackendSetMapping. :rtype: str �r r r r r r T s z5LoadBalancerBackendSetMapping.source_backend_set_namec C s || _ dS )a/ Sets the source_backend_set_name of this LoadBalancerBackendSetMapping. The name of the source backend set. Example: `My_Source_Backend_Set` :param source_backend_set_name: The source_backend_set_name of this LoadBalancerBackendSetMapping. :type: str Nr )r r r r r r b s c C s | j S )a< **[Required]** Gets the destination_backend_set_name of this LoadBalancerBackendSetMapping. The name of the destination backend set. Example: `My_Destination_Backend_Set` :return: The destination_backend_set_name of this LoadBalancerBackendSetMapping. :rtype: str �r r r r r r p s z:LoadBalancerBackendSetMapping.destination_backend_set_namec C s || _ dS )aH Sets the destination_backend_set_name of this LoadBalancerBackendSetMapping. The name of the destination backend set. Example: `My_Destination_Backend_Set` :param destination_backend_set_name: The destination_backend_set_name of this LoadBalancerBackendSetMapping. :type: str Nr )r r r r r r ~ s c C s t | �S �N)r r r r r �__repr__� s z&LoadBalancerBackendSetMapping.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z$LoadBalancerBackendSetMapping.__eq__c C s | |k S r r r r r r �__ne__� s z$LoadBalancerBackendSetMapping.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"