oci.Database.getDbSystemShapes
Explore with Pulumi AI
This data source provides the list of Db System Shapes in Oracle Cloud Infrastructure Database service.
Gets a list of the shapes that can be used to launch a new DB system. The shape determines resources to allocate to the DB system - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDbSystemShapes = oci.Database.getDbSystemShapes({
compartmentId: compartmentId,
availabilityDomain: dbSystemShapeAvailabilityDomain,
});
import pulumi
import pulumi_oci as oci
test_db_system_shapes = oci.Database.get_db_system_shapes(compartment_id=compartment_id,
availability_domain=db_system_shape_availability_domain)
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.GetDbSystemShapes(ctx, &database.GetDbSystemShapesArgs{
CompartmentId: compartmentId,
AvailabilityDomain: pulumi.StringRef(dbSystemShapeAvailabilityDomain),
}, 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 testDbSystemShapes = Oci.Database.GetDbSystemShapes.Invoke(new()
{
CompartmentId = compartmentId,
AvailabilityDomain = dbSystemShapeAvailabilityDomain,
});
});
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.GetDbSystemShapesArgs;
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 testDbSystemShapes = DatabaseFunctions.getDbSystemShapes(GetDbSystemShapesArgs.builder()
.compartmentId(compartmentId)
.availabilityDomain(dbSystemShapeAvailabilityDomain)
.build());
}
}
variables:
testDbSystemShapes:
fn::invoke:
function: oci:Database:getDbSystemShapes
arguments:
compartmentId: ${compartmentId}
availabilityDomain: ${dbSystemShapeAvailabilityDomain}
Using getDbSystemShapes
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 getDbSystemShapes(args: GetDbSystemShapesArgs, opts?: InvokeOptions): Promise<GetDbSystemShapesResult>
function getDbSystemShapesOutput(args: GetDbSystemShapesOutputArgs, opts?: InvokeOptions): Output<GetDbSystemShapesResult>
def get_db_system_shapes(availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
filters: Optional[Sequence[_database.GetDbSystemShapesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetDbSystemShapesResult
def get_db_system_shapes_output(availability_domain: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetDbSystemShapesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDbSystemShapesResult]
func GetDbSystemShapes(ctx *Context, args *GetDbSystemShapesArgs, opts ...InvokeOption) (*GetDbSystemShapesResult, error)
func GetDbSystemShapesOutput(ctx *Context, args *GetDbSystemShapesOutputArgs, opts ...InvokeOption) GetDbSystemShapesResultOutput
> Note: This function is named GetDbSystemShapes
in the Go SDK.
public static class GetDbSystemShapes
{
public static Task<GetDbSystemShapesResult> InvokeAsync(GetDbSystemShapesArgs args, InvokeOptions? opts = null)
public static Output<GetDbSystemShapesResult> Invoke(GetDbSystemShapesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDbSystemShapesResult> getDbSystemShapes(GetDbSystemShapesArgs args, InvokeOptions options)
public static Output<GetDbSystemShapesResult> getDbSystemShapes(GetDbSystemShapesArgs args, InvokeOptions options)
fn::invoke:
function: oci:Database/getDbSystemShapes:getDbSystemShapes
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The compartment OCID.
- Availability
Domain string - The name of the Availability Domain.
- Filters
Changes to this property will trigger replacement.
Db System Shapes Filter>
- Compartment
Id This property is required. string - The compartment OCID.
- Availability
Domain string - The name of the Availability Domain.
- Filters
Changes to this property will trigger replacement.
Db System Shapes Filter
- compartment
Id This property is required. String - The compartment OCID.
- availability
Domain String - The name of the Availability Domain.
- filters
Changes to this property will trigger replacement.
Db System Shapes Filter>
- compartment
Id This property is required. string - The compartment OCID.
- availability
Domain string - The name of the Availability Domain.
- filters
Changes to this property will trigger replacement.
Db System Shapes Filter[]
- compartment_
id This property is required. str - The compartment OCID.
- availability_
domain str - The name of the Availability Domain.
- filters
Changes to this property will trigger replacement.
Get Db System Shapes Filter]
- compartment
Id This property is required. String - The compartment OCID.
- availability
Domain String - The name of the Availability Domain.
- filters
Changes to this property will trigger replacement.
getDbSystemShapes Result
The following output properties are available:
- Compartment
Id string - Db
System List<GetShapes Db System Shapes Db System Shape> - The list of db_system_shapes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - Filters
List<Get
Db System Shapes Filter>
- Compartment
Id string - Db
System []GetShapes Db System Shapes Db System Shape - The list of db_system_shapes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - Filters
[]Get
Db System Shapes Filter
- compartment
Id String - db
System List<GetShapes Db System Shapes Db System Shape> - The list of db_system_shapes.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - filters
List<Get
Db System Shapes Filter>
- compartment
Id string - db
System GetShapes Db System Shapes Db System Shape[] - The list of db_system_shapes.
- id string
- The provider-assigned unique ID for this managed resource.
- availability
Domain string - filters
Get
Db System Shapes Filter[]
- compartment_
id str - db_
system_ Sequence[database.shapes Get Db System Shapes Db System Shape] - The list of db_system_shapes.
- id str
- The provider-assigned unique ID for this managed resource.
- availability_
domain str - filters
Sequence[database.
Get Db System Shapes Filter]
- compartment
Id String - db
System List<Property Map>Shapes - The list of db_system_shapes.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - filters List<Property Map>
Supporting Types
GetDbSystemShapesDbSystemShape
- Are
Server Types Supported This property is required. bool - If true, the shape supports configurable DB and Storage Server types.
- Available
Core Count This property is required. int - The maximum number of CPU cores that can be enabled on the DB system for this shape.
- Available
Core Count Per Node This property is required. int - The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape, ExaCC Elastic shapes and VM Flex shapes.
- Available
Data Storage In Tbs This property is required. int - The maximum DATA storage that can be enabled for this shape.
- Available
Data Storage Per Server In Tbs This property is required. double - The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
- Available
Db Node Per Node In Gbs This property is required. int - The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- Available
Db Node Storage In Gbs This property is required. int - The maximum Db Node storage that can be enabled for this shape.
- Available
Memory In Gbs This property is required. int - The maximum memory that can be enabled for this shape.
- Available
Memory Per Node In Gbs This property is required. int - The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- Compute
Model This property is required. string - The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - Core
Count Increment This property is required. int - The discrete number by which the CPU core count for this shape can be increased or decreased.
- Display
Name This property is required. string - The display name of the shape used for the DB system.
- Max
Storage Count This property is required. int - The maximum number of Exadata storage servers available for the Exadata infrastructure.
- Maximum
Node Count This property is required. int - The maximum number of compute servers available for this shape.
- Min
Core Count Per Node This property is required. int - The minimum number of CPU cores that can be enabled per node for this shape.
- Min
Data Storage In Tbs This property is required. int - The minimum data storage that need be allocated for this shape.
- Min
Db Node Storage Per Node In Gbs This property is required. int - The minimum Db Node storage that need be allocated per node for this shape.
- Min
Memory Per Node In Gbs This property is required. int - The minimum memory that need be allocated per node for this shape.
- Min
Storage Count This property is required. int - The minimum number of Exadata storage servers available for the Exadata infrastructure.
- Minimum
Core Count This property is required. int - The minimum number of CPU cores that can be enabled on the DB system for this shape.
- Minimum
Node Count This property is required. int - The minimum number of compute servers available for this shape.
- Name
This property is required. string - The name of the shape used for the DB system.
- Shape
This property is required. string - Deprecated. Use
name
instead ofshape
. - Shape
Family This property is required. string - The family of the shape used for the DB system.
- Shape
Type This property is required. string - The shape type for the virtual machine DB system. Shape type is determined by CPU hardware. Valid values are
AMD
,INTEL
orINTEL_FLEX_X9
.
- Are
Server Types Supported This property is required. bool - If true, the shape supports configurable DB and Storage Server types.
- Available
Core Count This property is required. int - The maximum number of CPU cores that can be enabled on the DB system for this shape.
- Available
Core Count Per Node This property is required. int - The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape, ExaCC Elastic shapes and VM Flex shapes.
- Available
Data Storage In Tbs This property is required. int - The maximum DATA storage that can be enabled for this shape.
- Available
Data Storage Per Server In Tbs This property is required. float64 - The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
- Available
Db Node Per Node In Gbs This property is required. int - The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- Available
Db Node Storage In Gbs This property is required. int - The maximum Db Node storage that can be enabled for this shape.
- Available
Memory In Gbs This property is required. int - The maximum memory that can be enabled for this shape.
- Available
Memory Per Node In Gbs This property is required. int - The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- Compute
Model This property is required. string - The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - Core
Count Increment This property is required. int - The discrete number by which the CPU core count for this shape can be increased or decreased.
- Display
Name This property is required. string - The display name of the shape used for the DB system.
- Max
Storage Count This property is required. int - The maximum number of Exadata storage servers available for the Exadata infrastructure.
- Maximum
Node Count This property is required. int - The maximum number of compute servers available for this shape.
- Min
Core Count Per Node This property is required. int - The minimum number of CPU cores that can be enabled per node for this shape.
- Min
Data Storage In Tbs This property is required. int - The minimum data storage that need be allocated for this shape.
- Min
Db Node Storage Per Node In Gbs This property is required. int - The minimum Db Node storage that need be allocated per node for this shape.
- Min
Memory Per Node In Gbs This property is required. int - The minimum memory that need be allocated per node for this shape.
- Min
Storage Count This property is required. int - The minimum number of Exadata storage servers available for the Exadata infrastructure.
- Minimum
Core Count This property is required. int - The minimum number of CPU cores that can be enabled on the DB system for this shape.
- Minimum
Node Count This property is required. int - The minimum number of compute servers available for this shape.
- Name
This property is required. string - The name of the shape used for the DB system.
- Shape
This property is required. string - Deprecated. Use
name
instead ofshape
. - Shape
Family This property is required. string - The family of the shape used for the DB system.
- Shape
Type This property is required. string - The shape type for the virtual machine DB system. Shape type is determined by CPU hardware. Valid values are
AMD
,INTEL
orINTEL_FLEX_X9
.
- are
Server Types Supported This property is required. Boolean - If true, the shape supports configurable DB and Storage Server types.
- available
Core Count This property is required. Integer - The maximum number of CPU cores that can be enabled on the DB system for this shape.
- available
Core Count Per Node This property is required. Integer - The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape, ExaCC Elastic shapes and VM Flex shapes.
- available
Data Storage In Tbs This property is required. Integer - The maximum DATA storage that can be enabled for this shape.
- available
Data Storage Per Server In Tbs This property is required. Double - The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
- available
Db Node Per Node In Gbs This property is required. Integer - The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- available
Db Node Storage In Gbs This property is required. Integer - The maximum Db Node storage that can be enabled for this shape.
- available
Memory In Gbs This property is required. Integer - The maximum memory that can be enabled for this shape.
- available
Memory Per Node In Gbs This property is required. Integer - The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- compute
Model This property is required. String - The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - core
Count Increment This property is required. Integer - The discrete number by which the CPU core count for this shape can be increased or decreased.
- display
Name This property is required. String - The display name of the shape used for the DB system.
- max
Storage Count This property is required. Integer - The maximum number of Exadata storage servers available for the Exadata infrastructure.
- maximum
Node Count This property is required. Integer - The maximum number of compute servers available for this shape.
- min
Core Count Per Node This property is required. Integer - The minimum number of CPU cores that can be enabled per node for this shape.
- min
Data Storage In Tbs This property is required. Integer - The minimum data storage that need be allocated for this shape.
- min
Db Node Storage Per Node In Gbs This property is required. Integer - The minimum Db Node storage that need be allocated per node for this shape.
- min
Memory Per Node In Gbs This property is required. Integer - The minimum memory that need be allocated per node for this shape.
- min
Storage Count This property is required. Integer - The minimum number of Exadata storage servers available for the Exadata infrastructure.
- minimum
Core Count This property is required. Integer - The minimum number of CPU cores that can be enabled on the DB system for this shape.
- minimum
Node Count This property is required. Integer - The minimum number of compute servers available for this shape.
- name
This property is required. String - The name of the shape used for the DB system.
- shape
This property is required. String - Deprecated. Use
name
instead ofshape
. - shape
Family This property is required. String - The family of the shape used for the DB system.
- shape
Type This property is required. String - The shape type for the virtual machine DB system. Shape type is determined by CPU hardware. Valid values are
AMD
,INTEL
orINTEL_FLEX_X9
.
- are
Server Types Supported This property is required. boolean - If true, the shape supports configurable DB and Storage Server types.
- available
Core Count This property is required. number - The maximum number of CPU cores that can be enabled on the DB system for this shape.
- available
Core Count Per Node This property is required. number - The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape, ExaCC Elastic shapes and VM Flex shapes.
- available
Data Storage In Tbs This property is required. number - The maximum DATA storage that can be enabled for this shape.
- available
Data Storage Per Server In Tbs This property is required. number - The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
- available
Db Node Per Node In Gbs This property is required. number - The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- available
Db Node Storage In Gbs This property is required. number - The maximum Db Node storage that can be enabled for this shape.
- available
Memory In Gbs This property is required. number - The maximum memory that can be enabled for this shape.
- available
Memory Per Node In Gbs This property is required. number - The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- compute
Model This property is required. string - The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - core
Count Increment This property is required. number - The discrete number by which the CPU core count for this shape can be increased or decreased.
- display
Name This property is required. string - The display name of the shape used for the DB system.
- max
Storage Count This property is required. number - The maximum number of Exadata storage servers available for the Exadata infrastructure.
- maximum
Node Count This property is required. number - The maximum number of compute servers available for this shape.
- min
Core Count Per Node This property is required. number - The minimum number of CPU cores that can be enabled per node for this shape.
- min
Data Storage In Tbs This property is required. number - The minimum data storage that need be allocated for this shape.
- min
Db Node Storage Per Node In Gbs This property is required. number - The minimum Db Node storage that need be allocated per node for this shape.
- min
Memory Per Node In Gbs This property is required. number - The minimum memory that need be allocated per node for this shape.
- min
Storage Count This property is required. number - The minimum number of Exadata storage servers available for the Exadata infrastructure.
- minimum
Core Count This property is required. number - The minimum number of CPU cores that can be enabled on the DB system for this shape.
- minimum
Node Count This property is required. number - The minimum number of compute servers available for this shape.
- name
This property is required. string - The name of the shape used for the DB system.
- shape
This property is required. string - Deprecated. Use
name
instead ofshape
. - shape
Family This property is required. string - The family of the shape used for the DB system.
- shape
Type This property is required. string - The shape type for the virtual machine DB system. Shape type is determined by CPU hardware. Valid values are
AMD
,INTEL
orINTEL_FLEX_X9
.
- are_
server_ types_ supported This property is required. bool - If true, the shape supports configurable DB and Storage Server types.
- available_
core_ count This property is required. int - The maximum number of CPU cores that can be enabled on the DB system for this shape.
- available_
core_ count_ per_ node This property is required. int - The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape, ExaCC Elastic shapes and VM Flex shapes.
- available_
data_ storage_ in_ tbs This property is required. int - The maximum DATA storage that can be enabled for this shape.
- available_
data_ storage_ per_ server_ in_ tbs This property is required. float - The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
- available_
db_ node_ per_ node_ in_ gbs This property is required. int - The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- available_
db_ node_ storage_ in_ gbs This property is required. int - The maximum Db Node storage that can be enabled for this shape.
- available_
memory_ in_ gbs This property is required. int - The maximum memory that can be enabled for this shape.
- available_
memory_ per_ node_ in_ gbs This property is required. int - The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- compute_
model This property is required. str - The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - core_
count_ increment This property is required. int - The discrete number by which the CPU core count for this shape can be increased or decreased.
- display_
name This property is required. str - The display name of the shape used for the DB system.
- max_
storage_ count This property is required. int - The maximum number of Exadata storage servers available for the Exadata infrastructure.
- maximum_
node_ count This property is required. int - The maximum number of compute servers available for this shape.
- min_
core_ count_ per_ node This property is required. int - The minimum number of CPU cores that can be enabled per node for this shape.
- min_
data_ storage_ in_ tbs This property is required. int - The minimum data storage that need be allocated for this shape.
- min_
db_ node_ storage_ per_ node_ in_ gbs This property is required. int - The minimum Db Node storage that need be allocated per node for this shape.
- min_
memory_ per_ node_ in_ gbs This property is required. int - The minimum memory that need be allocated per node for this shape.
- min_
storage_ count This property is required. int - The minimum number of Exadata storage servers available for the Exadata infrastructure.
- minimum_
core_ count This property is required. int - The minimum number of CPU cores that can be enabled on the DB system for this shape.
- minimum_
node_ count This property is required. int - The minimum number of compute servers available for this shape.
- name
This property is required. str - The name of the shape used for the DB system.
- shape
This property is required. str - Deprecated. Use
name
instead ofshape
. - shape_
family This property is required. str - The family of the shape used for the DB system.
- shape_
type This property is required. str - The shape type for the virtual machine DB system. Shape type is determined by CPU hardware. Valid values are
AMD
,INTEL
orINTEL_FLEX_X9
.
- are
Server Types Supported This property is required. Boolean - If true, the shape supports configurable DB and Storage Server types.
- available
Core Count This property is required. Number - The maximum number of CPU cores that can be enabled on the DB system for this shape.
- available
Core Count Per Node This property is required. Number - The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape, ExaCC Elastic shapes and VM Flex shapes.
- available
Data Storage In Tbs This property is required. Number - The maximum DATA storage that can be enabled for this shape.
- available
Data Storage Per Server In Tbs This property is required. Number - The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
- available
Db Node Per Node In Gbs This property is required. Number - The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- available
Db Node Storage In Gbs This property is required. Number - The maximum Db Node storage that can be enabled for this shape.
- available
Memory In Gbs This property is required. Number - The maximum memory that can be enabled for this shape.
- available
Memory Per Node In Gbs This property is required. Number - The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.
- compute
Model This property is required. String - The compute model of the Autonomous Database. This is required if using the
computeCount
parameter. If usingcpuCoreCount
then it is an error to specifycomputeModel
to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy. - core
Count Increment This property is required. Number - The discrete number by which the CPU core count for this shape can be increased or decreased.
- display
Name This property is required. String - The display name of the shape used for the DB system.
- max
Storage Count This property is required. Number - The maximum number of Exadata storage servers available for the Exadata infrastructure.
- maximum
Node Count This property is required. Number - The maximum number of compute servers available for this shape.
- min
Core Count Per Node This property is required. Number - The minimum number of CPU cores that can be enabled per node for this shape.
- min
Data Storage In Tbs This property is required. Number - The minimum data storage that need be allocated for this shape.
- min
Db Node Storage Per Node In Gbs This property is required. Number - The minimum Db Node storage that need be allocated per node for this shape.
- min
Memory Per Node In Gbs This property is required. Number - The minimum memory that need be allocated per node for this shape.
- min
Storage Count This property is required. Number - The minimum number of Exadata storage servers available for the Exadata infrastructure.
- minimum
Core Count This property is required. Number - The minimum number of CPU cores that can be enabled on the DB system for this shape.
- minimum
Node Count This property is required. Number - The minimum number of compute servers available for this shape.
- name
This property is required. String - The name of the shape used for the DB system.
- shape
This property is required. String - Deprecated. Use
name
instead ofshape
. - shape
Family This property is required. String - The family of the shape used for the DB system.
- shape
Type This property is required. String - The shape type for the virtual machine DB system. Shape type is determined by CPU hardware. Valid values are
AMD
,INTEL
orINTEL_FLEX_X9
.
GetDbSystemShapesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.