📂 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
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: instance_pool_load_balancer_attachment.pyc
a N��fU* � @ 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� �Zdd� Zdd � Zd!d"� Zd#S )$�"InstancePoolLoadBalancerAttachmentzJ Represents a load balancer that is attached to an instance pool. � ATTACHING�ATTACHED� DETACHING�DETACHEDc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )aH Initializes a new InstancePoolLoadBalancerAttachment object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this InstancePoolLoadBalancerAttachment. :type id: str :param instance_pool_id: The value to assign to the instance_pool_id property of this InstancePoolLoadBalancerAttachment. :type instance_pool_id: str :param load_balancer_id: The value to assign to the load_balancer_id property of this InstancePoolLoadBalancerAttachment. :type load_balancer_id: str :param backend_set_name: The value to assign to the backend_set_name property of this InstancePoolLoadBalancerAttachment. :type backend_set_name: str :param port: The value to assign to the port property of this InstancePoolLoadBalancerAttachment. :type port: int :param vnic_selection: The value to assign to the vnic_selection property of this InstancePoolLoadBalancerAttachment. :type vnic_selection: str :param lifecycle_state: The value to assign to the lifecycle_state property of this InstancePoolLoadBalancerAttachment. Allowed values for this property are: "ATTACHING", "ATTACHED", "DETACHING", "DETACHED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �str�int)�id�instance_pool_id�load_balancer_id�backend_set_name�port�vnic_selection�lifecycle_stater �instancePoolId�loadBalancerId�backendSetNamer � vnicSelection�lifecycleStateN) � swagger_types� attribute_map�_id�_instance_pool_id�_load_balancer_id�_backend_set_name�_port�_vnic_selection�_lifecycle_state)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/instance_pool_load_balancer_attachment.py�__init__ s. %�� z+InstancePoolLoadBalancerAttachment.__init__c C s | j S )a@ **[Required]** Gets the id of this InstancePoolLoadBalancerAttachment. The `OCID`__ of the load balancer attachment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this InstancePoolLoadBalancerAttachment. :rtype: str �r �r"