📂 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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: inventory_resource_summary.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 ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�InventoryResourceSummaryzB Lists resources and its properties under a given subnet. �Resourcec K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new InventoryResourceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param resource_name: The value to assign to the resource_name property of this InventoryResourceSummary. :type resource_name: str :param resource_type: The value to assign to the resource_type property of this InventoryResourceSummary. Allowed values for this property are: "Resource", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param ip_address_collection: The value to assign to the ip_address_collection property of this InventoryResourceSummary. :type ip_address_collection: list[oci.core.models.InventoryIpAddressSummary] :param region: The value to assign to the region property of this InventoryResourceSummary. :type region: str :param compartment_id: The value to assign to the compartment_id property of this InventoryResourceSummary. :type compartment_id: str �strzlist[InventoryIpAddressSummary])� resource_name� resource_type�ip_address_collection�region�compartment_idZresourceNameZresourceTypeZipAddressCollectionr Z compartmentIdN)Z swagger_typesZ attribute_map�_resource_name�_resource_type�_ip_address_collection�_region�_compartment_id)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/core/models/inventory_resource_summary.py�__init__ s"