Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Core.getComputeCapacityTopology
Explore with Pulumi AI
This data source provides details about a specific Compute Capacity Topology resource in Oracle Cloud Infrastructure Core service.
Gets information about the specified compute capacity topology.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testComputeCapacityTopology = oci.Core.getComputeCapacityTopology({
    computeCapacityTopologyId: testComputeCapacityTopologyOciCoreComputeCapacityTopology.id,
});
import pulumi
import pulumi_oci as oci
test_compute_capacity_topology = oci.Core.get_compute_capacity_topology(compute_capacity_topology_id=test_compute_capacity_topology_oci_core_compute_capacity_topology["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.GetComputeCapacityTopology(ctx, &core.GetComputeCapacityTopologyArgs{
			ComputeCapacityTopologyId: testComputeCapacityTopologyOciCoreComputeCapacityTopology.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 testComputeCapacityTopology = Oci.Core.GetComputeCapacityTopology.Invoke(new()
    {
        ComputeCapacityTopologyId = testComputeCapacityTopologyOciCoreComputeCapacityTopology.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.GetComputeCapacityTopologyArgs;
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 testComputeCapacityTopology = CoreFunctions.getComputeCapacityTopology(GetComputeCapacityTopologyArgs.builder()
            .computeCapacityTopologyId(testComputeCapacityTopologyOciCoreComputeCapacityTopology.id())
            .build());
    }
}
variables:
  testComputeCapacityTopology:
    fn::invoke:
      function: oci:Core:getComputeCapacityTopology
      arguments:
        computeCapacityTopologyId: ${testComputeCapacityTopologyOciCoreComputeCapacityTopology.id}
Using getComputeCapacityTopology
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 getComputeCapacityTopology(args: GetComputeCapacityTopologyArgs, opts?: InvokeOptions): Promise<GetComputeCapacityTopologyResult>
function getComputeCapacityTopologyOutput(args: GetComputeCapacityTopologyOutputArgs, opts?: InvokeOptions): Output<GetComputeCapacityTopologyResult>def get_compute_capacity_topology(compute_capacity_topology_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetComputeCapacityTopologyResult
def get_compute_capacity_topology_output(compute_capacity_topology_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetComputeCapacityTopologyResult]func LookupComputeCapacityTopology(ctx *Context, args *LookupComputeCapacityTopologyArgs, opts ...InvokeOption) (*LookupComputeCapacityTopologyResult, error)
func LookupComputeCapacityTopologyOutput(ctx *Context, args *LookupComputeCapacityTopologyOutputArgs, opts ...InvokeOption) LookupComputeCapacityTopologyResultOutput> Note: This function is named LookupComputeCapacityTopology in the Go SDK.
public static class GetComputeCapacityTopology 
{
    public static Task<GetComputeCapacityTopologyResult> InvokeAsync(GetComputeCapacityTopologyArgs args, InvokeOptions? opts = null)
    public static Output<GetComputeCapacityTopologyResult> Invoke(GetComputeCapacityTopologyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetComputeCapacityTopologyResult> getComputeCapacityTopology(GetComputeCapacityTopologyArgs args, InvokeOptions options)
public static Output<GetComputeCapacityTopologyResult> getComputeCapacityTopology(GetComputeCapacityTopologyArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getComputeCapacityTopology:getComputeCapacityTopology
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ComputeCapacity stringTopology Id 
- The OCID of the compute capacity topology.
- ComputeCapacity stringTopology Id 
- The OCID of the compute capacity topology.
- computeCapacity StringTopology Id 
- The OCID of the compute capacity topology.
- computeCapacity stringTopology Id 
- The OCID of the compute capacity topology.
- compute_capacity_ strtopology_ id 
- The OCID of the compute capacity topology.
- computeCapacity StringTopology Id 
- The OCID of the compute capacity topology.
getComputeCapacityTopology Result
The following output properties are available:
- AvailabilityDomain string
- The availability domain of the compute capacity topology. Example: Uocm:US-CHICAGO-1-AD-2
- CapacitySources List<GetCompute Capacity Topology Capacity Source> 
- A capacity source of bare metal hosts.
- CompartmentId string
- The OCID of the compartment that contains the compute capacity topology.
- ComputeCapacity stringTopology Id 
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the compute capacity topology.
- State string
- The current state of the compute capacity topology.
- TimeCreated string
- The date and time that the compute capacity topology was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeUpdated string
- The date and time that the compute capacity topology was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- AvailabilityDomain string
- The availability domain of the compute capacity topology. Example: Uocm:US-CHICAGO-1-AD-2
- CapacitySources []GetCompute Capacity Topology Capacity Source 
- A capacity source of bare metal hosts.
- CompartmentId string
- The OCID of the compartment that contains the compute capacity topology.
- ComputeCapacity stringTopology Id 
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of the compute capacity topology.
- State string
- The current state of the compute capacity topology.
- TimeCreated string
- The date and time that the compute capacity topology was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- TimeUpdated string
- The date and time that the compute capacity topology was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- availabilityDomain String
- The availability domain of the compute capacity topology. Example: Uocm:US-CHICAGO-1-AD-2
- capacitySources List<GetCompute Capacity Topology Capacity Source> 
- A capacity source of bare metal hosts.
- compartmentId String
- The OCID of the compartment that contains the compute capacity topology.
- computeCapacity StringTopology Id 
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the compute capacity topology.
- state String
- The current state of the compute capacity topology.
- timeCreated String
- The date and time that the compute capacity topology was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeUpdated String
- The date and time that the compute capacity topology was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- availabilityDomain string
- The availability domain of the compute capacity topology. Example: Uocm:US-CHICAGO-1-AD-2
- capacitySources GetCompute Capacity Topology Capacity Source[] 
- A capacity source of bare metal hosts.
- compartmentId string
- The OCID of the compartment that contains the compute capacity topology.
- computeCapacity stringTopology Id 
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id string
- The OCID of the compute capacity topology.
- state string
- The current state of the compute capacity topology.
- timeCreated string
- The date and time that the compute capacity topology was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeUpdated string
- The date and time that the compute capacity topology was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- availability_domain str
- The availability domain of the compute capacity topology. Example: Uocm:US-CHICAGO-1-AD-2
- capacity_sources Sequence[GetCompute Capacity Topology Capacity Source] 
- A capacity source of bare metal hosts.
- compartment_id str
- The OCID of the compartment that contains the compute capacity topology.
- compute_capacity_ strtopology_ id 
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id str
- The OCID of the compute capacity topology.
- state str
- The current state of the compute capacity topology.
- time_created str
- The date and time that the compute capacity topology was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- time_updated str
- The date and time that the compute capacity topology was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- availabilityDomain String
- The availability domain of the compute capacity topology. Example: Uocm:US-CHICAGO-1-AD-2
- capacitySources List<Property Map>
- A capacity source of bare metal hosts.
- compartmentId String
- The OCID of the compartment that contains the compute capacity topology.
- computeCapacity StringTopology Id 
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of the compute capacity topology.
- state String
- The current state of the compute capacity topology.
- timeCreated String
- The date and time that the compute capacity topology was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
- timeUpdated String
- The date and time that the compute capacity topology was updated, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z
Supporting Types
GetComputeCapacityTopologyCapacitySource     
- CapacityType string
- The capacity type of bare metal hosts.
- CompartmentId string
- The OCID of the compartment that contains the compute capacity topology.
- CapacityType string
- The capacity type of bare metal hosts.
- CompartmentId string
- The OCID of the compartment that contains the compute capacity topology.
- capacityType String
- The capacity type of bare metal hosts.
- compartmentId String
- The OCID of the compartment that contains the compute capacity topology.
- capacityType string
- The capacity type of bare metal hosts.
- compartmentId string
- The OCID of the compartment that contains the compute capacity topology.
- capacity_type str
- The capacity type of bare metal hosts.
- compartment_id str
- The OCID of the compartment that contains the compute capacity topology.
- capacityType String
- The capacity type of bare metal hosts.
- compartmentId String
- The OCID of the compartment that contains the compute capacity topology.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.