Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/libcloud/loadbalancer/drivers/__pycache__/softlayer.cpython-39.pyc
Ðазад
a q�h; � @ s� d gZ ddlmZ ddlmZ ddlmZmZ ddlm Z ddl mZmZm Z ddl mZmZ dZG d d � d e�ZG dd � d e�ZdS ) �SoftlayerLBDriver� )� LibcloudError)�SoftLayerConnection)�find�reverse_dict)�State)� Algorithm�Driver�LoadBalancer)�DEFAULT_ALGORITHM�MemberZOSoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddressc @ s e Zd ZdZdd� Zdd� ZdS )� LBPackagea2 Defines a single Softlayer package to be used when placing orders ( e.g. via ex_place_balancer_order method). :param id: Package id. :type id: ``int`` :param name: Package name. :type name: ``str`` :param description: Package short description. :type description: ``str`` :param price_id: Id of the price for this package. :type price_id: ``int`` :param capacity: Provides a numerical representation of the capacity given in the description of this package. :type capacity: ``int`` c C s"