📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ip_inventory_collection.cpython-39.pyc
a ���fp � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�IpInventoryCollectionz@ The results returned by a `ListIpInventory` operation. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a= Initializes a new IpInventoryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param count: The value to assign to the count property of this IpInventoryCollection. :type count: int :param last_updated_timestamp: The value to assign to the last_updated_timestamp property of this IpInventoryCollection. :type last_updated_timestamp: datetime :param compartments_per_tenant: The value to assign to the compartments_per_tenant property of this IpInventoryCollection. :type compartments_per_tenant: int :param inventory_vcn_collection: The value to assign to the inventory_vcn_collection property of this IpInventoryCollection. :type inventory_vcn_collection: list[oci.core.models.InventoryVcnSummary] :param message: The value to assign to the message property of this IpInventoryCollection. :type message: str �intZdatetimezlist[InventoryVcnSummary]�str)�count�last_updated_timestamp�compartments_per_tenant�inventory_vcn_collection�messager ZlastUpdatedTimestampZcompartmentsPerTenantZinventoryVcnCollectionr N)Z swagger_typesZ attribute_map�_count�_last_updated_timestamp�_compartments_per_tenant�_inventory_vcn_collection�_message)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/core/models/ip_inventory_collection.py�__init__ s"