Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Database.getAutonomousExadataInfrastructureShapes
Explore with Pulumi AI
This data source provides the list of Autonomous Exadata Infrastructure Shapes in Oracle Cloud Infrastructure Database service.
Deprecated.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAutonomousExadataInfrastructureShapes = oci.Database.getAutonomousExadataInfrastructureShapes({
    availabilityDomain: autonomousExadataInfrastructureShapeAvailabilityDomain,
    compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_autonomous_exadata_infrastructure_shapes = oci.Database.get_autonomous_exadata_infrastructure_shapes(availability_domain=autonomous_exadata_infrastructure_shape_availability_domain,
    compartment_id=compartment_id)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetAutonomousExadataInfrastructureShapes(ctx, &database.GetAutonomousExadataInfrastructureShapesArgs{
			AvailabilityDomain: autonomousExadataInfrastructureShapeAvailabilityDomain,
			CompartmentId:      compartmentId,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testAutonomousExadataInfrastructureShapes = Oci.Database.GetAutonomousExadataInfrastructureShapes.Invoke(new()
    {
        AvailabilityDomain = autonomousExadataInfrastructureShapeAvailabilityDomain,
        CompartmentId = compartmentId,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetAutonomousExadataInfrastructureShapesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testAutonomousExadataInfrastructureShapes = DatabaseFunctions.getAutonomousExadataInfrastructureShapes(GetAutonomousExadataInfrastructureShapesArgs.builder()
            .availabilityDomain(autonomousExadataInfrastructureShapeAvailabilityDomain)
            .compartmentId(compartmentId)
            .build());
    }
}
variables:
  testAutonomousExadataInfrastructureShapes:
    fn::invoke:
      function: oci:Database:getAutonomousExadataInfrastructureShapes
      arguments:
        availabilityDomain: ${autonomousExadataInfrastructureShapeAvailabilityDomain}
        compartmentId: ${compartmentId}
Using getAutonomousExadataInfrastructureShapes
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAutonomousExadataInfrastructureShapes(args: GetAutonomousExadataInfrastructureShapesArgs, opts?: InvokeOptions): Promise<GetAutonomousExadataInfrastructureShapesResult>
function getAutonomousExadataInfrastructureShapesOutput(args: GetAutonomousExadataInfrastructureShapesOutputArgs, opts?: InvokeOptions): Output<GetAutonomousExadataInfrastructureShapesResult>def get_autonomous_exadata_infrastructure_shapes(availability_domain: Optional[str] = None,
                                                 compartment_id: Optional[str] = None,
                                                 filters: Optional[Sequence[GetAutonomousExadataInfrastructureShapesFilter]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetAutonomousExadataInfrastructureShapesResult
def get_autonomous_exadata_infrastructure_shapes_output(availability_domain: Optional[pulumi.Input[str]] = None,
                                                 compartment_id: Optional[pulumi.Input[str]] = None,
                                                 filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetAutonomousExadataInfrastructureShapesFilterArgs]]]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousExadataInfrastructureShapesResult]func GetAutonomousExadataInfrastructureShapes(ctx *Context, args *GetAutonomousExadataInfrastructureShapesArgs, opts ...InvokeOption) (*GetAutonomousExadataInfrastructureShapesResult, error)
func GetAutonomousExadataInfrastructureShapesOutput(ctx *Context, args *GetAutonomousExadataInfrastructureShapesOutputArgs, opts ...InvokeOption) GetAutonomousExadataInfrastructureShapesResultOutput> Note: This function is named GetAutonomousExadataInfrastructureShapes in the Go SDK.
public static class GetAutonomousExadataInfrastructureShapes 
{
    public static Task<GetAutonomousExadataInfrastructureShapesResult> InvokeAsync(GetAutonomousExadataInfrastructureShapesArgs args, InvokeOptions? opts = null)
    public static Output<GetAutonomousExadataInfrastructureShapesResult> Invoke(GetAutonomousExadataInfrastructureShapesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAutonomousExadataInfrastructureShapesResult> getAutonomousExadataInfrastructureShapes(GetAutonomousExadataInfrastructureShapesArgs args, InvokeOptions options)
public static Output<GetAutonomousExadataInfrastructureShapesResult> getAutonomousExadataInfrastructureShapes(GetAutonomousExadataInfrastructureShapesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getAutonomousExadataInfrastructureShapes:getAutonomousExadataInfrastructureShapes
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AvailabilityDomain string
- The name of the Availability Domain.
- CompartmentId string
- The compartment OCID.
- Filters
List<GetAutonomous Exadata Infrastructure Shapes Filter> 
- AvailabilityDomain string
- The name of the Availability Domain.
- CompartmentId string
- The compartment OCID.
- Filters
[]GetAutonomous Exadata Infrastructure Shapes Filter 
- availabilityDomain String
- The name of the Availability Domain.
- compartmentId String
- The compartment OCID.
- filters
List<GetAutonomous Exadata Infrastructure Shapes Filter> 
- availabilityDomain string
- The name of the Availability Domain.
- compartmentId string
- The compartment OCID.
- filters
GetAutonomous Exadata Infrastructure Shapes Filter[] 
- availability_domain str
- The name of the Availability Domain.
- compartment_id str
- The compartment OCID.
- filters
Sequence[GetAutonomous Exadata Infrastructure Shapes Filter] 
- availabilityDomain String
- The name of the Availability Domain.
- compartmentId String
- The compartment OCID.
- filters List<Property Map>
getAutonomousExadataInfrastructureShapes Result
The following output properties are available:
- AutonomousExadata List<GetInfrastructure Shapes Autonomous Exadata Infrastructure Shapes Autonomous Exadata Infrastructure Shape> 
- The list of autonomous_exadata_infrastructure_shapes.
- AvailabilityDomain string
- CompartmentId string
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
List<GetAutonomous Exadata Infrastructure Shapes Filter> 
- AutonomousExadata []GetInfrastructure Shapes Autonomous Exadata Infrastructure Shapes Autonomous Exadata Infrastructure Shape 
- The list of autonomous_exadata_infrastructure_shapes.
- AvailabilityDomain string
- CompartmentId string
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
[]GetAutonomous Exadata Infrastructure Shapes Filter 
- autonomousExadata List<GetInfrastructure Shapes Autonomous Exadata Infrastructure Shapes Autonomous Exadata Infrastructure Shape> 
- The list of autonomous_exadata_infrastructure_shapes.
- availabilityDomain String
- compartmentId String
- id String
- The provider-assigned unique ID for this managed resource.
- filters
List<GetAutonomous Exadata Infrastructure Shapes Filter> 
- autonomousExadata GetInfrastructure Shapes Autonomous Exadata Infrastructure Shapes Autonomous Exadata Infrastructure Shape[] 
- The list of autonomous_exadata_infrastructure_shapes.
- availabilityDomain string
- compartmentId string
- id string
- The provider-assigned unique ID for this managed resource.
- filters
GetAutonomous Exadata Infrastructure Shapes Filter[] 
- autonomous_exadata_ Sequence[Getinfrastructure_ shapes Autonomous Exadata Infrastructure Shapes Autonomous Exadata Infrastructure Shape] 
- The list of autonomous_exadata_infrastructure_shapes.
- availability_domain str
- compartment_id str
- id str
- The provider-assigned unique ID for this managed resource.
- filters
Sequence[GetAutonomous Exadata Infrastructure Shapes Filter] 
- autonomousExadata List<Property Map>Infrastructure Shapes 
- The list of autonomous_exadata_infrastructure_shapes.
- availabilityDomain String
- compartmentId String
- id String
- The provider-assigned unique ID for this managed resource.
- filters List<Property Map>
Supporting Types
GetAutonomousExadataInfrastructureShapesAutonomousExadataInfrastructureShape        
- AvailableCore intCount 
- The maximum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- CoreCount intIncrement 
- The increment in which core count can be increased or decreased.
- MaximumNode intCount 
- The maximum number of nodes available for the shape.
- MinimumCore intCount 
- The minimum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- MinimumNode intCount 
- The minimum number of nodes available for the shape.
- Name string
- The name of the shape used for the Autonomous Exadata Infrastructure.
- AvailableCore intCount 
- The maximum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- CoreCount intIncrement 
- The increment in which core count can be increased or decreased.
- MaximumNode intCount 
- The maximum number of nodes available for the shape.
- MinimumCore intCount 
- The minimum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- MinimumNode intCount 
- The minimum number of nodes available for the shape.
- Name string
- The name of the shape used for the Autonomous Exadata Infrastructure.
- availableCore IntegerCount 
- The maximum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- coreCount IntegerIncrement 
- The increment in which core count can be increased or decreased.
- maximumNode IntegerCount 
- The maximum number of nodes available for the shape.
- minimumCore IntegerCount 
- The minimum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- minimumNode IntegerCount 
- The minimum number of nodes available for the shape.
- name String
- The name of the shape used for the Autonomous Exadata Infrastructure.
- availableCore numberCount 
- The maximum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- coreCount numberIncrement 
- The increment in which core count can be increased or decreased.
- maximumNode numberCount 
- The maximum number of nodes available for the shape.
- minimumCore numberCount 
- The minimum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- minimumNode numberCount 
- The minimum number of nodes available for the shape.
- name string
- The name of the shape used for the Autonomous Exadata Infrastructure.
- available_core_ intcount 
- The maximum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- core_count_ intincrement 
- The increment in which core count can be increased or decreased.
- maximum_node_ intcount 
- The maximum number of nodes available for the shape.
- minimum_core_ intcount 
- The minimum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- minimum_node_ intcount 
- The minimum number of nodes available for the shape.
- name str
- The name of the shape used for the Autonomous Exadata Infrastructure.
- availableCore NumberCount 
- The maximum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- coreCount NumberIncrement 
- The increment in which core count can be increased or decreased.
- maximumNode NumberCount 
- The maximum number of nodes available for the shape.
- minimumCore NumberCount 
- The minimum number of CPU cores that can be enabled on the Autonomous Exadata Infrastructure.
- minimumNode NumberCount 
- The minimum number of nodes available for the shape.
- name String
- The name of the shape used for the Autonomous Exadata Infrastructure.
GetAutonomousExadataInfrastructureShapesFilter     
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.