📂 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
›
bds
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/bds/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: shape_config_details.cpython-39.pyc
a ���fJ � @ 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 d d� Z dd� Zdd� ZdS )�ShapeConfigDetailsz9 The shape configuration requested for the node. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )al Initializes a new ShapeConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ocpus: The value to assign to the ocpus property of this ShapeConfigDetails. :type ocpus: int :param memory_in_gbs: The value to assign to the memory_in_gbs property of this ShapeConfigDetails. :type memory_in_gbs: int :param nvmes: The value to assign to the nvmes property of this ShapeConfigDetails. :type nvmes: int �int)�ocpus� memory_in_gbs�nvmesr ZmemoryInGBsr N)Z swagger_typesZ attribute_map�_ocpus�_memory_in_gbs�_nvmes)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/bds/models/shape_config_details.py�__init__ s ��zShapeConfigDetails.__init__c C s | j S )z� Gets the ocpus of this ShapeConfigDetails. The total number of OCPUs available to the node. :return: The ocpus of this ShapeConfigDetails. :rtype: int �r �r r r r r 4 s zShapeConfigDetails.ocpusc C s || _ dS )z� Sets the ocpus of this ShapeConfigDetails. The total number of OCPUs available to the node. :param ocpus: The ocpus of this ShapeConfigDetails. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the memory_in_gbs of this ShapeConfigDetails. The total amount of memory available to the node, in gigabytes. :return: The memory_in_gbs of this ShapeConfigDetails. :rtype: int �r r r r r r L s z ShapeConfigDetails.memory_in_gbsc C s || _ dS )z� Sets the memory_in_gbs of this ShapeConfigDetails. The total amount of memory available to the node, in gigabytes. :param memory_in_gbs: The memory_in_gbs of this ShapeConfigDetails. :type: int Nr )r r r r r r X s c C s | j S )z� Gets the nvmes of this ShapeConfigDetails. The number of NVMe drives to be used for storage. A single drive has 6.8 TB available. :return: The nvmes of this ShapeConfigDetails. :rtype: int �r r r r r r d s zShapeConfigDetails.nvmesc C s || _ dS )z� Sets the nvmes of this ShapeConfigDetails. The number of NVMe drives to be used for storage. A single drive has 6.8 TB available. :param nvmes: The nvmes of this ShapeConfigDetails. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zShapeConfigDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zShapeConfigDetails.__eq__c C s | |k S r r r r r r �__ne__� s zShapeConfigDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"