ruạṛ
a ���fb � @ 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 )�PodShapez Pod shape. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )aP Initializes a new PodShape object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this PodShape. :type name: str :param processor_description: The value to assign to the processor_description property of this PodShape. :type processor_description: str :param ocpu_options: The value to assign to the ocpu_options property of this PodShape. :type ocpu_options: list[oci.container_engine.models.ShapeOcpuOptions] :param memory_options: The value to assign to the memory_options property of this PodShape. :type memory_options: list[oci.container_engine.models.ShapeMemoryOptions] :param network_bandwidth_options: The value to assign to the network_bandwidth_options property of this PodShape. :type network_bandwidth_options: list[oci.container_engine.models.ShapeNetworkBandwidthOptions] �strzlist[ShapeOcpuOptions]zlist[ShapeMemoryOptions]z"list[ShapeNetworkBandwidthOptions])�name�processor_description�ocpu_options�memory_options�network_bandwidth_optionsr ZprocessorDescriptionZocpuOptionsZ memoryOptionsZnetworkBandwidthOptionsN)Z swagger_typesZ attribute_map�_name�_processor_description� _ocpu_options�_memory_options�_network_bandwidth_options)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/container_engine/models/pod_shape.py�__init__ s"