📂 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
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: public_ip_pool.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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�PublicIpPoolz� A public IP pool is a set of public IP addresses represented as one or more IPv4 CIDR blocks. Resources like load balancers and compute instances can be allocated public IP addresses from a public IP pool. �INACTIVE�UPDATING�ACTIVE�DELETING�DELETEDc K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new PublicIpPool object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cidr_blocks: The value to assign to the cidr_blocks property of this PublicIpPool. :type cidr_blocks: list[str] :param compartment_id: The value to assign to the compartment_id property of this PublicIpPool. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this PublicIpPool. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this PublicIpPool. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this PublicIpPool. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this PublicIpPool. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this PublicIpPool. Allowed values for this property are: "INACTIVE", "UPDATING", "ACTIVE", "DELETING", "DELETED" :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this PublicIpPool. :type time_created: datetime z list[str]�strzdict(str, dict(str, object))zdict(str, str)Zdatetime)�cidr_blocks�compartment_id�defined_tags�display_name� freeform_tags�id�lifecycle_state�time_createdZ cidrBlocksZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr ZlifecycleStateZtimeCreatedN) Z swagger_typesZ attribute_map�_cidr_blocks�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state� _time_created)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/public_ip_pool.py�__init__&