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 @ 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 )�CreateNodeDetailsz- The information about the new node. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateNodeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param node_type: The value to assign to the node_type property of this CreateNodeDetails. :type node_type: str :param shape: The value to assign to the shape property of this CreateNodeDetails. :type shape: str :param block_volume_size_in_gbs: The value to assign to the block_volume_size_in_gbs property of this CreateNodeDetails. :type block_volume_size_in_gbs: int :param subnet_id: The value to assign to the subnet_id property of this CreateNodeDetails. :type subnet_id: str :param shape_config: The value to assign to the shape_config property of this CreateNodeDetails. :type shape_config: oci.bds.models.ShapeConfigDetails �str�intZShapeConfigDetails)� node_type�shape�block_volume_size_in_gbs� subnet_id�shape_configZnodeTyper ZblockVolumeSizeInGBsZsubnetIdZshapeConfigN)Z swagger_typesZ attribute_map� _node_type�_shape�_block_volume_size_in_gbs� _subnet_id� _shape_config)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/bds/models/create_node_details.py�__init__ s"