📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: virtual_circuit_public_prefix.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 @ sp e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zd d� Zdd� Z dd� ZdS )�VirtualCircuitPublicPrefixa= A public IP prefix and its details. With a public virtual circuit, the customer specifies the customer-owned public IP prefixes to advertise across the connection. For more information, see `FastConnect Overview`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm �IN_PROGRESS� COMPLETED�FAILEDc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new VirtualCircuitPublicPrefix object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cidr_block: The value to assign to the cidr_block property of this VirtualCircuitPublicPrefix. :type cidr_block: str :param verification_state: The value to assign to the verification_state property of this VirtualCircuitPublicPrefix. Allowed values for this property are: "IN_PROGRESS", "COMPLETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type verification_state: str �str)� cidr_block�verification_stateZ cidrBlockZverificationStateN)Z swagger_typesZ attribute_map�_cidr_block�_verification_state)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/core/models/virtual_circuit_public_prefix.py�__init__"