📂 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
›
compute_cloud_at_customer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/compute_cloud_at_customer/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ccc_infrastructure_inventory.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 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 )�CccInfrastructureInventoryz� Inventory for a Compute Cloud@Customer infrastructure. This information cannot be updated and is from the infrastructure. The information will only be available after the connectionState is transitioned to CONNECTED. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new CccInfrastructureInventory object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param serial_number: The value to assign to the serial_number property of this CccInfrastructureInventory. :type serial_number: str :param management_node_count: The value to assign to the management_node_count property of this CccInfrastructureInventory. :type management_node_count: int :param compute_node_count: The value to assign to the compute_node_count property of this CccInfrastructureInventory. :type compute_node_count: int :param capacity_storage_tray_count: The value to assign to the capacity_storage_tray_count property of this CccInfrastructureInventory. :type capacity_storage_tray_count: int :param performance_storage_tray_count: The value to assign to the performance_storage_tray_count property of this CccInfrastructureInventory. :type performance_storage_tray_count: int �str�int)� serial_number�management_node_count�compute_node_count�capacity_storage_tray_count�performance_storage_tray_countZserialNumberZmanagementNodeCountZcomputeNodeCountZcapacityStorageTrayCountZperformanceStorageTrayCountN)Z swagger_typesZ attribute_map�_serial_number�_management_node_count�_compute_node_count�_capacity_storage_tray_count�_performance_storage_tray_count)�self�kwargs� r �e/usr/lib/python3.9/site-packages/oci/compute_cloud_at_customer/models/ccc_infrastructure_inventory.py�__init__ s"