Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Core.getComputeCapacityTopologies
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Compute Capacity Topologies in Oracle Cloud Infrastructure Core service.
Lists the compute capacity topologies in the specified compartment. You can filter the list by a compute capacity topology display name.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testComputeCapacityTopologies = oci.Core.getComputeCapacityTopologies({
compartmentId: compartmentId,
availabilityDomain: computeCapacityTopologyAvailabilityDomain,
displayName: computeCapacityTopologyDisplayName,
});
import pulumi
import pulumi_oci as oci
test_compute_capacity_topologies = oci.Core.get_compute_capacity_topologies(compartment_id=compartment_id,
availability_domain=compute_capacity_topology_availability_domain,
display_name=compute_capacity_topology_display_name)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Core.GetComputeCapacityTopologies(ctx, &core.GetComputeCapacityTopologiesArgs{
CompartmentId: compartmentId,
AvailabilityDomain: pulumi.StringRef(computeCapacityTopologyAvailabilityDomain),
DisplayName: pulumi.StringRef(computeCapacityTopologyDisplayName),
}, 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 testComputeCapacityTopologies = Oci.Core.GetComputeCapacityTopologies.Invoke(new()
{
CompartmentId = compartmentId,
AvailabilityDomain = computeCapacityTopologyAvailabilityDomain,
DisplayName = computeCapacityTopologyDisplayName,
});
});
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.GetComputeCapacityTopologiesArgs;
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 testComputeCapacityTopologies = CoreFunctions.getComputeCapacityTopologies(GetComputeCapacityTopologiesArgs.builder()
.compartmentId(compartmentId)
.availabilityDomain(computeCapacityTopologyAvailabilityDomain)
.displayName(computeCapacityTopologyDisplayName)
.build());
}
}
variables:
testComputeCapacityTopologies:
fn::invoke:
Function: oci:Core:getComputeCapacityTopologies
Arguments:
compartmentId: ${compartmentId}
availabilityDomain: ${computeCapacityTopologyAvailabilityDomain}
displayName: ${computeCapacityTopologyDisplayName}
Using getComputeCapacityTopologies
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 getComputeCapacityTopologies(args: GetComputeCapacityTopologiesArgs, opts?: InvokeOptions): Promise<GetComputeCapacityTopologiesResult>
function getComputeCapacityTopologiesOutput(args: GetComputeCapacityTopologiesOutputArgs, opts?: InvokeOptions): Output<GetComputeCapacityTopologiesResult>
def get_compute_capacity_topologies(availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_core.GetComputeCapacityTopologiesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetComputeCapacityTopologiesResult
def get_compute_capacity_topologies_output(availability_domain: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetComputeCapacityTopologiesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetComputeCapacityTopologiesResult]
func GetComputeCapacityTopologies(ctx *Context, args *GetComputeCapacityTopologiesArgs, opts ...InvokeOption) (*GetComputeCapacityTopologiesResult, error)
func GetComputeCapacityTopologiesOutput(ctx *Context, args *GetComputeCapacityTopologiesOutputArgs, opts ...InvokeOption) GetComputeCapacityTopologiesResultOutput
> Note: This function is named GetComputeCapacityTopologies
in the Go SDK.
public static class GetComputeCapacityTopologies
{
public static Task<GetComputeCapacityTopologiesResult> InvokeAsync(GetComputeCapacityTopologiesArgs args, InvokeOptions? opts = null)
public static Output<GetComputeCapacityTopologiesResult> Invoke(GetComputeCapacityTopologiesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetComputeCapacityTopologiesResult> getComputeCapacityTopologies(GetComputeCapacityTopologiesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Core/getComputeCapacityTopologies:getComputeCapacityTopologies
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Compute Capacity Topologies Filter>
- Compartment
Id string - The OCID of the compartment.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Compute Capacity Topologies Filter
- compartment
Id String - The OCID of the compartment.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Compute Capacity Topologies Filter>
- compartment
Id string - The OCID of the compartment.
- availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Compute Capacity Topologies Filter[]
- compartment_
id str - The OCID of the compartment.
- availability_
domain str - The name of the availability domain. Example:
Uocm:PHX-AD-1
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[core.
Get Compute Capacity Topologies Filter]
- compartment
Id String - The OCID of the compartment.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
getComputeCapacityTopologies Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment that contains the compute capacity topology.
- Compute
Capacity List<GetTopology Collections Compute Capacity Topologies Compute Capacity Topology Collection> - The list of compute_capacity_topology_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - The availability domain of the compute capacity topology. Example:
Uocm:US-CHICAGO-1-AD-2
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Compute Capacity Topologies Filter>
- Compartment
Id string - The OCID of the compartment that contains the compute capacity topology.
- Compute
Capacity []GetTopology Collections Compute Capacity Topologies Compute Capacity Topology Collection - The list of compute_capacity_topology_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Availability
Domain string - The availability domain of the compute capacity topology. Example:
Uocm:US-CHICAGO-1-AD-2
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Compute Capacity Topologies Filter
- compartment
Id String - The OCID of the compartment that contains the compute capacity topology.
- compute
Capacity List<GetTopology Collections Compute Capacity Topologies Compute Capacity Topology Collection> - The list of compute_capacity_topology_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - The availability domain of the compute capacity topology. Example:
Uocm:US-CHICAGO-1-AD-2
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Compute Capacity Topologies Filter>
- compartment
Id string - The OCID of the compartment that contains the compute capacity topology.
- compute
Capacity GetTopology Collections Compute Capacity Topologies Compute Capacity Topology Collection[] - The list of compute_capacity_topology_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- availability
Domain string - The availability domain of the compute capacity topology. Example:
Uocm:US-CHICAGO-1-AD-2
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Compute Capacity Topologies Filter[]
- compartment_
id str - The OCID of the compartment that contains the compute capacity topology.
- compute_
capacity_ Sequence[core.topology_ collections Get Compute Capacity Topologies Compute Capacity Topology Collection] - The list of compute_capacity_topology_collection.
- id str
- The provider-assigned unique ID for this managed resource.
- availability_
domain str - The availability domain of the compute capacity topology. Example:
Uocm:US-CHICAGO-1-AD-2
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[core.
Get Compute Capacity Topologies Filter]
- compartment
Id String - The OCID of the compartment that contains the compute capacity topology.
- compute
Capacity List<Property Map>Topology Collections - The list of compute_capacity_topology_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- availability
Domain String - The availability domain of the compute capacity topology. Example:
Uocm:US-CHICAGO-1-AD-2
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
Supporting Types
GetComputeCapacityTopologiesComputeCapacityTopologyCollection
GetComputeCapacityTopologiesComputeCapacityTopologyCollectionItem
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Capacity
Sources List<GetCompute Capacity Topologies Compute Capacity Topology Collection Item Capacity Source> - A capacity source of bare metal hosts.
- Compartment
Id string - The OCID of the compartment.
- Dictionary<string, object>
- 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 string - A filter to return only resources that match the given display name exactly.
- Dictionary<string, object>
- 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.
- Time
Created 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
- Time
Updated 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 string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Capacity
Sources []GetCompute Capacity Topologies Compute Capacity Topology Collection Item Capacity Source - A capacity source of bare metal hosts.
- Compartment
Id string - The OCID of the compartment.
- map[string]interface{}
- 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 string - A filter to return only resources that match the given display name exactly.
- map[string]interface{}
- 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.
- Time
Created 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
- Time
Updated 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 String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- capacity
Sources List<GetCompute Capacity Topologies Compute Capacity Topology Collection Item Capacity Source> - A capacity source of bare metal hosts.
- compartment
Id String - The OCID of the compartment.
- Map<String,Object>
- 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 String - A filter to return only resources that match the given display name exactly.
- Map<String,Object>
- 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.
- time
Created 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
- time
Updated 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 string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- capacity
Sources GetCompute Capacity Topologies Compute Capacity Topology Collection Item Capacity Source[] - A capacity source of bare metal hosts.
- compartment
Id string - The OCID of the compartment.
- {[key: string]: any}
- 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 string - A filter to return only resources that match the given display name exactly.
- {[key: string]: any}
- 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.
- time
Created 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
- time
Updated 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 name of the availability domain. Example:
Uocm:PHX-AD-1
- capacity_
sources Sequence[core.Get Compute Capacity Topologies Compute Capacity Topology Collection Item Capacity Source] - A capacity source of bare metal hosts.
- compartment_
id str - The OCID of the compartment.
- Mapping[str, Any]
- 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 filter to return only resources that match the given display name exactly.
- Mapping[str, Any]
- 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
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- capacity
Sources List<Property Map> - A capacity source of bare metal hosts.
- compartment
Id String - The OCID of the compartment.
- Map<Any>
- 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 String - A filter to return only resources that match the given display name exactly.
- Map<Any>
- 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.
- time
Created 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
- time
Updated 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
GetComputeCapacityTopologiesComputeCapacityTopologyCollectionItemCapacitySource
- Capacity
Type string - The capacity type of bare metal hosts.
- Compartment
Id string - The OCID of the compartment.
- Capacity
Type string - The capacity type of bare metal hosts.
- Compartment
Id string - The OCID of the compartment.
- capacity
Type String - The capacity type of bare metal hosts.
- compartment
Id String - The OCID of the compartment.
- capacity
Type string - The capacity type of bare metal hosts.
- compartment
Id string - The OCID of the compartment.
- capacity_
type str - The capacity type of bare metal hosts.
- compartment_
id str - The OCID of the compartment.
- capacity
Type String - The capacity type of bare metal hosts.
- compartment
Id String - The OCID of the compartment.
GetComputeCapacityTopologiesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi