Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.ContainerInstances.getContainerInstanceShapes
Explore with Pulumi AI
This data source provides the list of Container Instance Shapes in Oracle Cloud Infrastructure Container Instances service.
Lists the shapes that can be used to create container instances.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testContainerInstanceShapes = oci.ContainerInstances.getContainerInstanceShapes({
compartmentId: compartmentId,
availabilityDomain: containerInstanceShapeAvailabilityDomain,
});
import pulumi
import pulumi_oci as oci
test_container_instance_shapes = oci.ContainerInstances.get_container_instance_shapes(compartment_id=compartment_id,
availability_domain=container_instance_shape_availability_domain)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/containerinstances"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := containerinstances.GetContainerInstanceShapes(ctx, &containerinstances.GetContainerInstanceShapesArgs{
CompartmentId: compartmentId,
AvailabilityDomain: pulumi.StringRef(containerInstanceShapeAvailabilityDomain),
}, 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 testContainerInstanceShapes = Oci.ContainerInstances.GetContainerInstanceShapes.Invoke(new()
{
CompartmentId = compartmentId,
AvailabilityDomain = containerInstanceShapeAvailabilityDomain,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ContainerInstances.ContainerInstancesFunctions;
import com.pulumi.oci.ContainerInstances.inputs.GetContainerInstanceShapesArgs;
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 testContainerInstanceShapes = ContainerInstancesFunctions.getContainerInstanceShapes(GetContainerInstanceShapesArgs.builder()
.compartmentId(compartmentId)
.availabilityDomain(containerInstanceShapeAvailabilityDomain)
.build());
}
}
variables:
testContainerInstanceShapes:
fn::invoke:
function: oci:ContainerInstances:getContainerInstanceShapes
arguments:
compartmentId: ${compartmentId}
availabilityDomain: ${containerInstanceShapeAvailabilityDomain}
Using getContainerInstanceShapes
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 getContainerInstanceShapes(args: GetContainerInstanceShapesArgs, opts?: InvokeOptions): Promise<GetContainerInstanceShapesResult>
function getContainerInstanceShapesOutput(args: GetContainerInstanceShapesOutputArgs, opts?: InvokeOptions): Output<GetContainerInstanceShapesResult>
def get_container_instance_shapes(availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
filters: Optional[Sequence[_containerinstances.GetContainerInstanceShapesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetContainerInstanceShapesResult
def get_container_instance_shapes_output(availability_domain: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_containerinstances.GetContainerInstanceShapesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContainerInstanceShapesResult]
func GetContainerInstanceShapes(ctx *Context, args *GetContainerInstanceShapesArgs, opts ...InvokeOption) (*GetContainerInstanceShapesResult, error)
func GetContainerInstanceShapesOutput(ctx *Context, args *GetContainerInstanceShapesOutputArgs, opts ...InvokeOption) GetContainerInstanceShapesResultOutput
> Note: This function is named GetContainerInstanceShapes
in the Go SDK.
public static class GetContainerInstanceShapes
{
public static Task<GetContainerInstanceShapesResult> InvokeAsync(GetContainerInstanceShapesArgs args, InvokeOptions? opts = null)
public static Output<GetContainerInstanceShapesResult> Invoke(GetContainerInstanceShapesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetContainerInstanceShapesResult> getContainerInstanceShapes(GetContainerInstanceShapesArgs args, InvokeOptions options)
public static Output<GetContainerInstanceShapesResult> getContainerInstanceShapes(GetContainerInstanceShapesArgs args, InvokeOptions options)
fn::invoke:
function: oci:ContainerInstances/getContainerInstanceShapes:getContainerInstanceShapes
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id This property is required. string - The OCID of the compartment in which to list resources.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Filters
Changes to this property will trigger replacement.
Container Instance Shapes Filter>
- Compartment
Id This property is required. string - The OCID of the compartment in which to list resources.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Filters
Changes to this property will trigger replacement.
Container Instance Shapes Filter
- compartment
Id This property is required. String - The OCID of the compartment in which to list resources.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- filters
Changes to this property will trigger replacement.
Container Instance Shapes Filter>
- compartment
Id This property is required. string - The OCID of the compartment in which to list resources.
- availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- filters
Changes to this property will trigger replacement.
Container Instance Shapes Filter[]
- compartment_
id This property is required. str - The OCID of the compartment in which to list resources.
- availability_
domain str - The name of the availability domain. Example:
Uocm:PHX-AD-1
- filters
Changes to this property will trigger replacement.
Get Container Instance Shapes Filter]
- compartment
Id This property is required. String - The OCID of the compartment in which to list resources.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- filters
Changes to this property will trigger replacement.
getContainerInstanceShapes Result
The following output properties are available:
- Compartment
Id string - Container
Instance List<GetShape Collections Container Instance Shapes Container Instance Shape Collection> - The list of container_instance_shape_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - Filters
List<Get
Container Instance Shapes Filter>
- Compartment
Id string - Container
Instance []GetShape Collections Container Instance Shapes Container Instance Shape Collection - The list of container_instance_shape_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - Filters
[]Get
Container Instance Shapes Filter
- compartment
Id String - container
Instance List<GetShape Collections Container Instance Shapes Container Instance Shape Collection> - The list of container_instance_shape_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - filters
List<Get
Container Instance Shapes Filter>
- compartment
Id string - container
Instance GetShape Collections Container Instance Shapes Container Instance Shape Collection[] - The list of container_instance_shape_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- availability
Domain string - filters
Get
Container Instance Shapes Filter[]
- compartment_
id str - container_
instance_ Sequence[containerinstances.shape_ collections Get Container Instance Shapes Container Instance Shape Collection] - The list of container_instance_shape_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- availability_
domain str - filters
Sequence[containerinstances.
Get Container Instance Shapes Filter]
- compartment
Id String - container
Instance List<Property Map>Shape Collections - The list of container_instance_shape_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - filters List<Property Map>
Supporting Types
GetContainerInstanceShapesContainerInstanceShapeCollection
- Items
This property is required. List<GetContainer Instance Shapes Container Instance Shape Collection Item> - A list of shapes.
- Items
This property is required. []GetContainer Instance Shapes Container Instance Shape Collection Item - A list of shapes.
- items
This property is required. List<GetContainer Instance Shapes Container Instance Shape Collection Item> - A list of shapes.
- items
This property is required. GetContainer Instance Shapes Container Instance Shape Collection Item[] - A list of shapes.
- items
This property is required. Sequence[containerinstances.Get Container Instance Shapes Container Instance Shape Collection Item] - A list of shapes.
- items
This property is required. List<Property Map> - A list of shapes.
GetContainerInstanceShapesContainerInstanceShapeCollectionItem
- Memory
Options This property is required. List<GetContainer Instance Shapes Container Instance Shape Collection Item Memory Option> - For a flexible shape, the amount of memory available for container instances that use this shape.
- Name
This property is required. string - The name identifying the shape.
- Networking
Bandwidth Options This property is required. List<GetContainer Instance Shapes Container Instance Shape Collection Item Networking Bandwidth Option> - For a flexible shape, the amount of networking bandwidth available for container instances that use this shape.
- Ocpu
Options This property is required. List<GetContainer Instance Shapes Container Instance Shape Collection Item Ocpu Option> - For a flexible shape, the number of OCPUs available for container instances that use this shape.
- Processor
Description This property is required. string - A short description of the container instance's processor (CPU).
- Memory
Options This property is required. []GetContainer Instance Shapes Container Instance Shape Collection Item Memory Option - For a flexible shape, the amount of memory available for container instances that use this shape.
- Name
This property is required. string - The name identifying the shape.
- Networking
Bandwidth Options This property is required. []GetContainer Instance Shapes Container Instance Shape Collection Item Networking Bandwidth Option - For a flexible shape, the amount of networking bandwidth available for container instances that use this shape.
- Ocpu
Options This property is required. []GetContainer Instance Shapes Container Instance Shape Collection Item Ocpu Option - For a flexible shape, the number of OCPUs available for container instances that use this shape.
- Processor
Description This property is required. string - A short description of the container instance's processor (CPU).
- memory
Options This property is required. List<GetContainer Instance Shapes Container Instance Shape Collection Item Memory Option> - For a flexible shape, the amount of memory available for container instances that use this shape.
- name
This property is required. String - The name identifying the shape.
- networking
Bandwidth Options This property is required. List<GetContainer Instance Shapes Container Instance Shape Collection Item Networking Bandwidth Option> - For a flexible shape, the amount of networking bandwidth available for container instances that use this shape.
- ocpu
Options This property is required. List<GetContainer Instance Shapes Container Instance Shape Collection Item Ocpu Option> - For a flexible shape, the number of OCPUs available for container instances that use this shape.
- processor
Description This property is required. String - A short description of the container instance's processor (CPU).
- memory
Options This property is required. GetContainer Instance Shapes Container Instance Shape Collection Item Memory Option[] - For a flexible shape, the amount of memory available for container instances that use this shape.
- name
This property is required. string - The name identifying the shape.
- networking
Bandwidth Options This property is required. GetContainer Instance Shapes Container Instance Shape Collection Item Networking Bandwidth Option[] - For a flexible shape, the amount of networking bandwidth available for container instances that use this shape.
- ocpu
Options This property is required. GetContainer Instance Shapes Container Instance Shape Collection Item Ocpu Option[] - For a flexible shape, the number of OCPUs available for container instances that use this shape.
- processor
Description This property is required. string - A short description of the container instance's processor (CPU).
- memory_
options This property is required. Sequence[containerinstances.Get Container Instance Shapes Container Instance Shape Collection Item Memory Option] - For a flexible shape, the amount of memory available for container instances that use this shape.
- name
This property is required. str - The name identifying the shape.
- networking_
bandwidth_ options This property is required. Sequence[containerinstances.Get Container Instance Shapes Container Instance Shape Collection Item Networking Bandwidth Option] - For a flexible shape, the amount of networking bandwidth available for container instances that use this shape.
- ocpu_
options This property is required. Sequence[containerinstances.Get Container Instance Shapes Container Instance Shape Collection Item Ocpu Option] - For a flexible shape, the number of OCPUs available for container instances that use this shape.
- processor_
description This property is required. str - A short description of the container instance's processor (CPU).
- memory
Options This property is required. List<Property Map> - For a flexible shape, the amount of memory available for container instances that use this shape.
- name
This property is required. String - The name identifying the shape.
- networking
Bandwidth Options This property is required. List<Property Map> - For a flexible shape, the amount of networking bandwidth available for container instances that use this shape.
- ocpu
Options This property is required. List<Property Map> - For a flexible shape, the number of OCPUs available for container instances that use this shape.
- processor
Description This property is required. String - A short description of the container instance's processor (CPU).
GetContainerInstanceShapesContainerInstanceShapeCollectionItemMemoryOption
- Default
Per Ocpu In Gbs This property is required. double - The default amount of memory per OCPU available for this shape (GB).
- Max
In Gbs This property is required. double - The maximum amount of memory (GB).
- Max
Per Ocpu In Gbs This property is required. double - The maximum amount of memory per OCPU available for this shape (GB).
- Min
In Gbs This property is required. double - The minimum amount of memory (GB).
- Min
Per Ocpu In Gbs This property is required. double - The minimum amount of memory per OCPU available for this shape (GB).
- Default
Per Ocpu In Gbs This property is required. float64 - The default amount of memory per OCPU available for this shape (GB).
- Max
In Gbs This property is required. float64 - The maximum amount of memory (GB).
- Max
Per Ocpu In Gbs This property is required. float64 - The maximum amount of memory per OCPU available for this shape (GB).
- Min
In Gbs This property is required. float64 - The minimum amount of memory (GB).
- Min
Per Ocpu In Gbs This property is required. float64 - The minimum amount of memory per OCPU available for this shape (GB).
- default
Per Ocpu In Gbs This property is required. Double - The default amount of memory per OCPU available for this shape (GB).
- max
In Gbs This property is required. Double - The maximum amount of memory (GB).
- max
Per Ocpu In Gbs This property is required. Double - The maximum amount of memory per OCPU available for this shape (GB).
- min
In Gbs This property is required. Double - The minimum amount of memory (GB).
- min
Per Ocpu In Gbs This property is required. Double - The minimum amount of memory per OCPU available for this shape (GB).
- default
Per Ocpu In Gbs This property is required. number - The default amount of memory per OCPU available for this shape (GB).
- max
In Gbs This property is required. number - The maximum amount of memory (GB).
- max
Per Ocpu In Gbs This property is required. number - The maximum amount of memory per OCPU available for this shape (GB).
- min
In Gbs This property is required. number - The minimum amount of memory (GB).
- min
Per Ocpu In Gbs This property is required. number - The minimum amount of memory per OCPU available for this shape (GB).
- default_
per_ ocpu_ in_ gbs This property is required. float - The default amount of memory per OCPU available for this shape (GB).
- max_
in_ gbs This property is required. float - The maximum amount of memory (GB).
- max_
per_ ocpu_ in_ gbs This property is required. float - The maximum amount of memory per OCPU available for this shape (GB).
- min_
in_ gbs This property is required. float - The minimum amount of memory (GB).
- min_
per_ ocpu_ in_ gbs This property is required. float - The minimum amount of memory per OCPU available for this shape (GB).
- default
Per Ocpu In Gbs This property is required. Number - The default amount of memory per OCPU available for this shape (GB).
- max
In Gbs This property is required. Number - The maximum amount of memory (GB).
- max
Per Ocpu In Gbs This property is required. Number - The maximum amount of memory per OCPU available for this shape (GB).
- min
In Gbs This property is required. Number - The minimum amount of memory (GB).
- min
Per Ocpu In Gbs This property is required. Number - The minimum amount of memory per OCPU available for this shape (GB).
GetContainerInstanceShapesContainerInstanceShapeCollectionItemNetworkingBandwidthOption
- Default
Per Ocpu In Gbps This property is required. double - The default amount of networking bandwidth per OCPU, in gigabits per second.
- Max
In Gbps This property is required. double - The maximum amount of networking bandwidth, in gigabits per second.
- Min
In Gbps This property is required. double - The minimum amount of networking bandwidth, in gigabits per second.
- Default
Per Ocpu In Gbps This property is required. float64 - The default amount of networking bandwidth per OCPU, in gigabits per second.
- Max
In Gbps This property is required. float64 - The maximum amount of networking bandwidth, in gigabits per second.
- Min
In Gbps This property is required. float64 - The minimum amount of networking bandwidth, in gigabits per second.
- default
Per Ocpu In Gbps This property is required. Double - The default amount of networking bandwidth per OCPU, in gigabits per second.
- max
In Gbps This property is required. Double - The maximum amount of networking bandwidth, in gigabits per second.
- min
In Gbps This property is required. Double - The minimum amount of networking bandwidth, in gigabits per second.
- default
Per Ocpu In Gbps This property is required. number - The default amount of networking bandwidth per OCPU, in gigabits per second.
- max
In Gbps This property is required. number - The maximum amount of networking bandwidth, in gigabits per second.
- min
In Gbps This property is required. number - The minimum amount of networking bandwidth, in gigabits per second.
- default_
per_ ocpu_ in_ gbps This property is required. float - The default amount of networking bandwidth per OCPU, in gigabits per second.
- max_
in_ gbps This property is required. float - The maximum amount of networking bandwidth, in gigabits per second.
- min_
in_ gbps This property is required. float - The minimum amount of networking bandwidth, in gigabits per second.
- default
Per Ocpu In Gbps This property is required. Number - The default amount of networking bandwidth per OCPU, in gigabits per second.
- max
In Gbps This property is required. Number - The maximum amount of networking bandwidth, in gigabits per second.
- min
In Gbps This property is required. Number - The minimum amount of networking bandwidth, in gigabits per second.
GetContainerInstanceShapesContainerInstanceShapeCollectionItemOcpuOption
GetContainerInstanceShapesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.