ruạṛ
a N��ff+ � @ 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� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �.CloudExadataInfrastructureUnallocatedResourcesz� Unallocated resources details of the Cloud Exadata infrastructure. Applies to Cloud Exadata infrastructure instances only. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new CloudExadataInfrastructureUnallocatedResources object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cloud_exadata_infrastructure_id: The value to assign to the cloud_exadata_infrastructure_id property of this CloudExadataInfrastructureUnallocatedResources. :type cloud_exadata_infrastructure_id: str :param cloud_exadata_infrastructure_display_name: The value to assign to the cloud_exadata_infrastructure_display_name property of this CloudExadataInfrastructureUnallocatedResources. :type cloud_exadata_infrastructure_display_name: str :param local_storage_in_gbs: The value to assign to the local_storage_in_gbs property of this CloudExadataInfrastructureUnallocatedResources. :type local_storage_in_gbs: int :param ocpus: The value to assign to the ocpus property of this CloudExadataInfrastructureUnallocatedResources. :type ocpus: int :param memory_in_gbs: The value to assign to the memory_in_gbs property of this CloudExadataInfrastructureUnallocatedResources. :type memory_in_gbs: int :param exadata_storage_in_tbs: The value to assign to the exadata_storage_in_tbs property of this CloudExadataInfrastructureUnallocatedResources. :type exadata_storage_in_tbs: float :param cloud_autonomous_vm_clusters: The value to assign to the cloud_autonomous_vm_clusters property of this CloudExadataInfrastructureUnallocatedResources. :type cloud_autonomous_vm_clusters: list[oci.database.models.CloudAutonomousVmClusterResourceDetails] �str�int�floatz-list[CloudAutonomousVmClusterResourceDetails])�cloud_exadata_infrastructure_id�)cloud_exadata_infrastructure_display_name�local_storage_in_gbs�ocpus� memory_in_gbs�exadata_storage_in_tbs�cloud_autonomous_vm_clusters�cloudExadataInfrastructureId�%cloudExadataInfrastructureDisplayName�localStorageInGbsr �memoryInGBs�exadataStorageInTBs�cloudAutonomousVmClustersN) � swagger_types� attribute_map� _cloud_exadata_infrastructure_id�*_cloud_exadata_infrastructure_display_name�_local_storage_in_gbs�_ocpus�_memory_in_gbs�_exadata_storage_in_tbs�_cloud_autonomous_vm_clusters)�self�kwargs� r"