ruạṛ
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 )�NodeShapeConfigz/ The shape configuration of the nodes. c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new NodeShapeConfig 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 NodeShapeConfig. :type ocpus: float :param memory_in_gbs: The value to assign to the memory_in_gbs property of this NodeShapeConfig. :type memory_in_gbs: float �float)�ocpus� memory_in_gbsr ZmemoryInGBsN)Z swagger_typesZ attribute_map�_ocpus�_memory_in_gbs)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/container_engine/models/node_shape_config.py�__init__ s ��zNodeShapeConfig.__init__c C s | j S )aE Gets the ocpus of this NodeShapeConfig. 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 NodeShapeConfig. :rtype: float �r �r r r r r - s zNodeShapeConfig.ocpusc C s || _ dS )aI Sets the ocpus of this NodeShapeConfig. 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 NodeShapeConfig. :type: float Nr )r r r r r r <