📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
container_engine
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_engine/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_node_shape_config_details.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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�CreateNodeShapeConfigDetailsz/ The shape configuration of the nodes. c K s( ddd�| _ ddd�| _d| _d| _dS )a Initializes a new CreateNodeShapeConfigDetails 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 CreateNodeShapeConfigDetails. :type ocpus: float :param memory_in_gbs: The value to assign to the memory_in_gbs property of this CreateNodeShapeConfigDetails. :type memory_in_gbs: float �float)�ocpus� memory_in_gbsr ZmemoryInGBsN)Z swagger_typesZ attribute_map�_ocpus�_memory_in_gbs)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/container_engine/models/create_node_shape_config_details.py�__init__ s ��z%CreateNodeShapeConfigDetails.__init__c C s | j S )a_ Gets the ocpus of this CreateNodeShapeConfigDetails. The total number of OCPUs available to each node in the node pool. See `here`__ for details. __ https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/ :return: The ocpus of this CreateNodeShapeConfigDetails. :rtype: float �r �r r r r r - s z"CreateNodeShapeConfigDetails.ocpusc C s || _ dS )ac Sets the ocpus of this CreateNodeShapeConfigDetails. The total number of OCPUs available to each node in the node pool. See `here`__ for details. __ https://docs.cloud.oracle.com/en-us/iaas/api/#/en/iaas/20160918/Shape/ :param ocpus: The ocpus of this CreateNodeShapeConfigDetails. :type: float Nr )r r r r r r <