odb / Client / get_cloud_exadata_infrastructure_unallocated_resources

get_cloud_exadata_infrastructure_unallocated_resources

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

Request Syntax

response = client.get_cloud_exadata_infrastructure_unallocated_resources(
    cloudExadataInfrastructureId='string',
    dbServers=[
        'string',
    ]
)
Parameters:
  • cloudExadataInfrastructureId (string) –

    [REQUIRED]

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

  • dbServers (list) –

    The database servers to include in the unallocated resources query.

    • (string) –

Return type:

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