Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi
oci.Core.getComputeGpuMemoryClusterInstances
Explore with Pulumi AI
This data source provides the list of Compute Gpu Memory Cluster Instances in Oracle Cloud Infrastructure Core service.
List all of the GPU memory cluster instances.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testComputeGpuMemoryClusterInstances = oci.Core.getComputeGpuMemoryClusterInstances({
computeGpuMemoryClusterId: testComputeGpuMemoryCluster.id,
});
import pulumi
import pulumi_oci as oci
test_compute_gpu_memory_cluster_instances = oci.Core.get_compute_gpu_memory_cluster_instances(compute_gpu_memory_cluster_id=test_compute_gpu_memory_cluster["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := core.GetComputeGpuMemoryClusterInstances(ctx, &core.GetComputeGpuMemoryClusterInstancesArgs{
ComputeGpuMemoryClusterId: testComputeGpuMemoryCluster.Id,
}, 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 testComputeGpuMemoryClusterInstances = Oci.Core.GetComputeGpuMemoryClusterInstances.Invoke(new()
{
ComputeGpuMemoryClusterId = testComputeGpuMemoryCluster.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Core.CoreFunctions;
import com.pulumi.oci.Core.inputs.GetComputeGpuMemoryClusterInstancesArgs;
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 testComputeGpuMemoryClusterInstances = CoreFunctions.getComputeGpuMemoryClusterInstances(GetComputeGpuMemoryClusterInstancesArgs.builder()
.computeGpuMemoryClusterId(testComputeGpuMemoryCluster.id())
.build());
}
}
variables:
testComputeGpuMemoryClusterInstances:
fn::invoke:
function: oci:Core:getComputeGpuMemoryClusterInstances
arguments:
computeGpuMemoryClusterId: ${testComputeGpuMemoryCluster.id}
Using getComputeGpuMemoryClusterInstances
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 getComputeGpuMemoryClusterInstances(args: GetComputeGpuMemoryClusterInstancesArgs, opts?: InvokeOptions): Promise<GetComputeGpuMemoryClusterInstancesResult>
function getComputeGpuMemoryClusterInstancesOutput(args: GetComputeGpuMemoryClusterInstancesOutputArgs, opts?: InvokeOptions): Output<GetComputeGpuMemoryClusterInstancesResult>
def get_compute_gpu_memory_cluster_instances(compute_gpu_memory_cluster_id: Optional[str] = None,
filters: Optional[Sequence[_core.GetComputeGpuMemoryClusterInstancesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetComputeGpuMemoryClusterInstancesResult
def get_compute_gpu_memory_cluster_instances_output(compute_gpu_memory_cluster_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetComputeGpuMemoryClusterInstancesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetComputeGpuMemoryClusterInstancesResult]
func GetComputeGpuMemoryClusterInstances(ctx *Context, args *GetComputeGpuMemoryClusterInstancesArgs, opts ...InvokeOption) (*GetComputeGpuMemoryClusterInstancesResult, error)
func GetComputeGpuMemoryClusterInstancesOutput(ctx *Context, args *GetComputeGpuMemoryClusterInstancesOutputArgs, opts ...InvokeOption) GetComputeGpuMemoryClusterInstancesResultOutput
> Note: This function is named GetComputeGpuMemoryClusterInstances
in the Go SDK.
public static class GetComputeGpuMemoryClusterInstances
{
public static Task<GetComputeGpuMemoryClusterInstancesResult> InvokeAsync(GetComputeGpuMemoryClusterInstancesArgs args, InvokeOptions? opts = null)
public static Output<GetComputeGpuMemoryClusterInstancesResult> Invoke(GetComputeGpuMemoryClusterInstancesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetComputeGpuMemoryClusterInstancesResult> getComputeGpuMemoryClusterInstances(GetComputeGpuMemoryClusterInstancesArgs args, InvokeOptions options)
public static Output<GetComputeGpuMemoryClusterInstancesResult> getComputeGpuMemoryClusterInstances(GetComputeGpuMemoryClusterInstancesArgs args, InvokeOptions options)
fn::invoke:
function: oci:Core/getComputeGpuMemoryClusterInstances:getComputeGpuMemoryClusterInstances
arguments:
# arguments dictionary
The following arguments are supported:
- Compute
Gpu stringMemory Cluster Id - The OCID of the compute GPU memory cluster.
- Filters
List<Get
Compute Gpu Memory Cluster Instances Filter>
- Compute
Gpu stringMemory Cluster Id - The OCID of the compute GPU memory cluster.
- Filters
[]Get
Compute Gpu Memory Cluster Instances Filter
- compute
Gpu StringMemory Cluster Id - The OCID of the compute GPU memory cluster.
- filters
List<Get
Compute Gpu Memory Cluster Instances Filter>
- compute
Gpu stringMemory Cluster Id - The OCID of the compute GPU memory cluster.
- filters
Get
Compute Gpu Memory Cluster Instances Filter[]
- compute_
gpu_ strmemory_ cluster_ id - The OCID of the compute GPU memory cluster.
- filters
Sequence[core.
Get Compute Gpu Memory Cluster Instances Filter]
- compute
Gpu StringMemory Cluster Id - The OCID of the compute GPU memory cluster.
- filters List<Property Map>
getComputeGpuMemoryClusterInstances Result
The following output properties are available:
- Compute
Gpu stringMemory Cluster Id - Compute
Gpu List<GetMemory Cluster Instance Collections Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection> - The list of compute_gpu_memory_cluster_instance_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
List<Get
Compute Gpu Memory Cluster Instances Filter>
- Compute
Gpu stringMemory Cluster Id - Compute
Gpu []GetMemory Cluster Instance Collections Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection - The list of compute_gpu_memory_cluster_instance_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
[]Get
Compute Gpu Memory Cluster Instances Filter
- compute
Gpu StringMemory Cluster Id - compute
Gpu List<GetMemory Cluster Instance Collections Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection> - The list of compute_gpu_memory_cluster_instance_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- filters
List<Get
Compute Gpu Memory Cluster Instances Filter>
- compute
Gpu stringMemory Cluster Id - compute
Gpu GetMemory Cluster Instance Collections Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection[] - The list of compute_gpu_memory_cluster_instance_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- filters
Get
Compute Gpu Memory Cluster Instances Filter[]
- compute_
gpu_ strmemory_ cluster_ id - compute_
gpu_ Sequence[core.memory_ cluster_ instance_ collections Get Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection] - The list of compute_gpu_memory_cluster_instance_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- filters
Sequence[core.
Get Compute Gpu Memory Cluster Instances Filter]
- compute
Gpu StringMemory Cluster Id - compute
Gpu List<Property Map>Memory Cluster Instance Collections - The list of compute_gpu_memory_cluster_instance_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- filters List<Property Map>
Supporting Types
GetComputeGpuMemoryClusterInstancesComputeGpuMemoryClusterInstanceCollection
- Items
List<Get
Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection Item> - The list of compute GPU memory cluster instances.
- Items
[]Get
Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection Item - The list of compute GPU memory cluster instances.
- items
List<Get
Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection Item> - The list of compute GPU memory cluster instances.
- items
Get
Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection Item[] - The list of compute GPU memory cluster instances.
- items
Sequence[core.
Get Compute Gpu Memory Cluster Instances Compute Gpu Memory Cluster Instance Collection Item] - The list of compute GPU memory cluster instances.
- items List<Property Map>
- The list of compute GPU memory cluster instances.
GetComputeGpuMemoryClusterInstancesComputeGpuMemoryClusterInstanceCollectionItem
- Availability
Domain string - The availability domain of the GPU memory cluster instance.
- Compartment
Id string - The OCID for the compartment compartment.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Fault
Domain string - The fault domain the GPU memory cluster instance is running in.
- Id string
- The OCID for the Customer-unique GPU memory cluster instance
- Instance
Configuration stringId - Configuration to be used for this GPU Memory Cluster instance.
- Instance
Shape string - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling ListShapes.
- Region string
- The region that contains the availability domain the instance is running in.
- State string
- The lifecycle state of the GPU memory cluster instance
- Time
Created string - The date and time the GPU memory cluster instance was created. Example:
2016-09-15T21:10:29.600Z
- Availability
Domain string - The availability domain of the GPU memory cluster instance.
- Compartment
Id string - The OCID for the compartment compartment.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Fault
Domain string - The fault domain the GPU memory cluster instance is running in.
- Id string
- The OCID for the Customer-unique GPU memory cluster instance
- Instance
Configuration stringId - Configuration to be used for this GPU Memory Cluster instance.
- Instance
Shape string - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling ListShapes.
- Region string
- The region that contains the availability domain the instance is running in.
- State string
- The lifecycle state of the GPU memory cluster instance
- Time
Created string - The date and time the GPU memory cluster instance was created. Example:
2016-09-15T21:10:29.600Z
- availability
Domain String - The availability domain of the GPU memory cluster instance.
- compartment
Id String - The OCID for the compartment compartment.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- fault
Domain String - The fault domain the GPU memory cluster instance is running in.
- id String
- The OCID for the Customer-unique GPU memory cluster instance
- instance
Configuration StringId - Configuration to be used for this GPU Memory Cluster instance.
- instance
Shape String - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling ListShapes.
- region String
- The region that contains the availability domain the instance is running in.
- state String
- The lifecycle state of the GPU memory cluster instance
- time
Created String - The date and time the GPU memory cluster instance was created. Example:
2016-09-15T21:10:29.600Z
- availability
Domain string - The availability domain of the GPU memory cluster instance.
- compartment
Id string - The OCID for the compartment compartment.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- fault
Domain string - The fault domain the GPU memory cluster instance is running in.
- id string
- The OCID for the Customer-unique GPU memory cluster instance
- instance
Configuration stringId - Configuration to be used for this GPU Memory Cluster instance.
- instance
Shape string - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling ListShapes.
- region string
- The region that contains the availability domain the instance is running in.
- state string
- The lifecycle state of the GPU memory cluster instance
- time
Created string - The date and time the GPU memory cluster instance was created. Example:
2016-09-15T21:10:29.600Z
- availability_
domain str - The availability domain of the GPU memory cluster instance.
- compartment_
id str - The OCID for the compartment compartment.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- fault_
domain str - The fault domain the GPU memory cluster instance is running in.
- id str
- The OCID for the Customer-unique GPU memory cluster instance
- instance_
configuration_ strid - Configuration to be used for this GPU Memory Cluster instance.
- instance_
shape str - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling ListShapes.
- region str
- The region that contains the availability domain the instance is running in.
- state str
- The lifecycle state of the GPU memory cluster instance
- time_
created str - The date and time the GPU memory cluster instance was created. Example:
2016-09-15T21:10:29.600Z
- availability
Domain String - The availability domain of the GPU memory cluster instance.
- compartment
Id String - The OCID for the compartment compartment.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- fault
Domain String - The fault domain the GPU memory cluster instance is running in.
- id String
- The OCID for the Customer-unique GPU memory cluster instance
- instance
Configuration StringId - Configuration to be used for this GPU Memory Cluster instance.
- instance
Shape String - The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance. The shape determines the number of CPUs, the amount of memory, and other resources allocated to the instance. You can list all available shapes by calling ListShapes.
- region String
- The region that contains the availability domain the instance is running in.
- state String
- The lifecycle state of the GPU memory cluster instance
- time
Created String - The date and time the GPU memory cluster instance was created. Example:
2016-09-15T21:10:29.600Z
GetComputeGpuMemoryClusterInstancesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.