📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: networking_topology.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Topology� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�NetworkingTopologyzP Defines the representation of a virtual network topology for a region. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )a� Initializes a new NetworkingTopology object with values from keyword arguments. The default value of the :py:attr:`~oci.core.models.NetworkingTopology.type` attribute of this class is ``NETWORKING`` and it should not be changed. 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 NetworkingTopology. Allowed values for this property are: "NETWORKING", "VCN", "SUBNET", "PATH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param entities: The value to assign to the entities property of this NetworkingTopology. :type entities: list[object] :param relationships: The value to assign to the relationships property of this NetworkingTopology. :type relationships: list[oci.core.models.TopologyEntityRelationship] :param time_created: The value to assign to the time_created property of this NetworkingTopology. :type time_created: datetime �strzlist[object]z list[TopologyEntityRelationship]�datetime)�type�entities� relationships�time_createdr r r �timeCreatedN� NETWORKING)� swagger_types� attribute_map�_type� _entities�_relationships� _time_created)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/networking_topology.py�__init__ s ��zNetworkingTopology.__init__c C s t | �S �N)r )r r r r �__repr__= s zNetworkingTopology.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__@ s zNetworkingTopology.__eq__c C s | |k S r r r r r r �__ne__F s zNetworkingTopology.__ne__N)�__name__� __module__�__qualname__�__doc__r r r! r"