ruạṛ
a N��fn � @ 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 )�InstanceReservationConfigz7 Data that defines the capacity configuration. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a> Initializes a new InstanceReservationConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param fault_domain: The value to assign to the fault_domain property of this InstanceReservationConfig. :type fault_domain: str :param instance_shape: The value to assign to the instance_shape property of this InstanceReservationConfig. :type instance_shape: str :param instance_shape_config: The value to assign to the instance_shape_config property of this InstanceReservationConfig. :type instance_shape_config: oci.core.models.InstanceReservationShapeConfigDetails :param reserved_count: The value to assign to the reserved_count property of this InstanceReservationConfig. :type reserved_count: int :param used_count: The value to assign to the used_count property of this InstanceReservationConfig. :type used_count: int �str�%InstanceReservationShapeConfigDetails�int)�fault_domain�instance_shape�instance_shape_config�reserved_count� used_count�faultDomain� instanceShape�instanceShapeConfig� reservedCount� usedCountN)� swagger_types� attribute_map� _fault_domain�_instance_shape�_instance_shape_config�_reserved_count�_used_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/instance_reservation_config.py�__init__ s"