:doc:`odb <../../odb>` / Client / get_cloud_exadata_infrastructure_unallocated_resources

******************************************************
get_cloud_exadata_infrastructure_unallocated_resources
******************************************************



.. py:method:: odb.Client.get_cloud_exadata_infrastructure_unallocated_resources(**kwargs)

  

  Retrieves information about unallocated resources in a specified Cloud Exadata Infrastructure.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/GetCloudExadataInfrastructureUnallocatedResources>`_  


  **Request Syntax**
  ::

    response = client.get_cloud_exadata_infrastructure_unallocated_resources(
        cloudExadataInfrastructureId='string',
        dbServers=[
            'string',
        ]
    )
    
  :type cloudExadataInfrastructureId: string
  :param cloudExadataInfrastructureId: **[REQUIRED]** 

    The unique identifier of the Cloud Exadata infrastructure for which to retrieve unallocated resources.

    

  
  :type dbServers: list
  :param dbServers: 

    The database servers to include in the unallocated resources query.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'cloudExadataInfrastructureUnallocatedResources': {
              'cloudAutonomousVmClusters': [
                  {
                      'cloudAutonomousVmClusterId': 'string',
                      'unallocatedAdbStorageInTBs': 123.0
                  },
              ],
              'cloudExadataInfrastructureDisplayName': 'string',
              'exadataStorageInTBs': 123.0,
              'cloudExadataInfrastructureId': 'string',
              'localStorageInGBs': 123,
              'memoryInGBs': 123,
              'ocpus': 123
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **cloudExadataInfrastructureUnallocatedResources** *(dict) --* 

        Details about the unallocated resources in the specified Cloud Exadata infrastructure.

        
        

        - **cloudAutonomousVmClusters** *(list) --* 

          A list of Autonomous VM clusters associated with this Cloud Exadata Infrastructure.

          
          

          - *(dict) --* 

            Resource details of an Autonomous VM cluster.

            
            

            - **cloudAutonomousVmClusterId** *(string) --* 

              The unique identifier of the Autonomous VM cluster.

              
            

            - **unallocatedAdbStorageInTBs** *(float) --* 

              The amount of unallocated Autonomous Database storage in the Autonomous VM cluster, in terabytes.

              
        
      
        

        - **cloudExadataInfrastructureDisplayName** *(string) --* 

          The display name of the Cloud Exadata infrastructure.

          
        

        - **exadataStorageInTBs** *(float) --* 

          The amount of unallocated Exadata storage available, in terabytes (TB).

          
        

        - **cloudExadataInfrastructureId** *(string) --* 

          The unique identifier of the Cloud Exadata infrastructure.

          
        

        - **localStorageInGBs** *(integer) --* 

          The amount of unallocated local storage available, in gigabytes (GB).

          
        

        - **memoryInGBs** *(integer) --* 

          The amount of unallocated memory available, in gigabytes (GB).

          
        

        - **ocpus** *(integer) --* 

          The number of unallocated Oracle CPU Units (OCPUs) available.

          
    
  
  **Exceptions**
  
  *   :py:class:`odb.Client.exceptions.ThrottlingException`

  
  *   :py:class:`odb.Client.exceptions.ValidationException`

  
  *   :py:class:`odb.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`odb.Client.exceptions.InternalServerException`

  
  *   :py:class:`odb.Client.exceptions.ResourceNotFoundException`

  