📂 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: shape_memory_options.cpython-39.opt-1.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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�ShapeMemoryOptionsz� For a flexible shape, the amount of memory available for instances that use this shape. If this field is null, then this shape has a fixed amount of memory equivalent to `memoryInGBs`. c K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a� Initializes a new ShapeMemoryOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param min_in_g_bs: The value to assign to the min_in_g_bs property of this ShapeMemoryOptions. :type min_in_g_bs: float :param max_in_g_bs: The value to assign to the max_in_g_bs property of this ShapeMemoryOptions. :type max_in_g_bs: float :param default_per_ocpu_in_g_bs: The value to assign to the default_per_ocpu_in_g_bs property of this ShapeMemoryOptions. :type default_per_ocpu_in_g_bs: float :param min_per_ocpu_in_gbs: The value to assign to the min_per_ocpu_in_gbs property of this ShapeMemoryOptions. :type min_per_ocpu_in_gbs: float :param max_per_ocpu_in_gbs: The value to assign to the max_per_ocpu_in_gbs property of this ShapeMemoryOptions. :type max_per_ocpu_in_gbs: float :param max_per_numa_node_in_gbs: The value to assign to the max_per_numa_node_in_gbs property of this ShapeMemoryOptions. :type max_per_numa_node_in_gbs: float �float)�min_in_g_bs�max_in_g_bs�default_per_ocpu_in_g_bs�min_per_ocpu_in_gbs�max_per_ocpu_in_gbs�max_per_numa_node_in_gbsZminInGBsZmaxInGBsZdefaultPerOcpuInGBsZminPerOcpuInGBsZmaxPerOcpuInGBsZmaxPerNumaNodeInGBsN)Z swagger_typesZ attribute_map�_min_in_g_bs�_max_in_g_bs�_default_per_ocpu_in_g_bs�_min_per_ocpu_in_gbs�_max_per_ocpu_in_gbs�_max_per_numa_node_in_gbs)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/core/models/shape_memory_options.py�__init__ s( � � zShapeMemoryOptions.__init__c C s | j S )z� Gets the min_in_g_bs of this ShapeMemoryOptions. The minimum amount of memory, in gigabytes. :return: The min_in_g_bs of this ShapeMemoryOptions. :rtype: float �r �r r r r r K s zShapeMemoryOptions.min_in_g_bsc C s || _ dS )z� Sets the min_in_g_bs of this ShapeMemoryOptions. The minimum amount of memory, in gigabytes. :param min_in_g_bs: The min_in_g_bs of this ShapeMemoryOptions. :type: float Nr )r r r r r r W s c C s | j S )z� Gets the max_in_g_bs of this ShapeMemoryOptions. The maximum amount of memory, in gigabytes. :return: The max_in_g_bs of this ShapeMemoryOptions. :rtype: float �r r r r r r c s zShapeMemoryOptions.max_in_g_bsc C s || _ dS )z� Sets the max_in_g_bs of this ShapeMemoryOptions. The maximum amount of memory, in gigabytes. :param max_in_g_bs: The max_in_g_bs of this ShapeMemoryOptions. :type: float Nr )r r r r r r o s c C s | j S )a Gets the default_per_ocpu_in_g_bs of this ShapeMemoryOptions. The default amount of memory per OCPU available for this shape, in gigabytes. :return: The default_per_ocpu_in_g_bs of this ShapeMemoryOptions. :rtype: float �r r r r r r { s z+ShapeMemoryOptions.default_per_ocpu_in_g_bsc C s || _ dS )a Sets the default_per_ocpu_in_g_bs of this ShapeMemoryOptions. The default amount of memory per OCPU available for this shape, in gigabytes. :param default_per_ocpu_in_g_bs: The default_per_ocpu_in_g_bs of this ShapeMemoryOptions. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the min_per_ocpu_in_gbs of this ShapeMemoryOptions. The minimum amount of memory per OCPU available for this shape, in gigabytes. :return: The min_per_ocpu_in_gbs of this ShapeMemoryOptions. :rtype: float �r r r r r r � s z&ShapeMemoryOptions.min_per_ocpu_in_gbsc C s || _ dS )a Sets the min_per_ocpu_in_gbs of this ShapeMemoryOptions. The minimum amount of memory per OCPU available for this shape, in gigabytes. :param min_per_ocpu_in_gbs: The min_per_ocpu_in_gbs of this ShapeMemoryOptions. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the max_per_ocpu_in_gbs of this ShapeMemoryOptions. The maximum amount of memory per OCPU available for this shape, in gigabytes. :return: The max_per_ocpu_in_gbs of this ShapeMemoryOptions. :rtype: float �r r r r r r � s z&ShapeMemoryOptions.max_per_ocpu_in_gbsc C s || _ dS )a Sets the max_per_ocpu_in_gbs of this ShapeMemoryOptions. The maximum amount of memory per OCPU available for this shape, in gigabytes. :param max_per_ocpu_in_gbs: The max_per_ocpu_in_gbs of this ShapeMemoryOptions. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the max_per_numa_node_in_gbs of this ShapeMemoryOptions. The maximum amount of memory per NUMA node, in gigabytes. :return: The max_per_numa_node_in_gbs of this ShapeMemoryOptions. :rtype: float �r r r r r r � s z+ShapeMemoryOptions.max_per_numa_node_in_gbsc C s || _ dS )a Sets the max_per_numa_node_in_gbs of this ShapeMemoryOptions. The maximum amount of memory per NUMA node, in gigabytes. :param max_per_numa_node_in_gbs: The max_per_numa_node_in_gbs of this ShapeMemoryOptions. :type: float Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zShapeMemoryOptions.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zShapeMemoryOptions.__eq__c C s | |k S r r r# r r r �__ne__� s zShapeMemoryOptions.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&