oci.Core.getDedicatedVmHostInstanceShapes
Explore with Pulumi AI
This data source provides the list of Dedicated Vm Host Instance Shapes in Oracle Cloud Infrastructure Core service.
Lists the shapes that can be used to launch a virtual machine instance on a dedicated virtual machine host within the specified compartment. You can filter the list by compatibility with a specific dedicated virtual machine host shape.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDedicatedVmHostInstanceShapes = oci.Core.getDedicatedVmHostInstanceShapes({
    compartmentId: compartmentId,
    availabilityDomain: dedicatedVmHostInstanceShapeAvailabilityDomain,
    dedicatedVmHostShape: dedicatedVmHostInstanceShapeDedicatedVmHostShape,
});
import pulumi
import pulumi_oci as oci
test_dedicated_vm_host_instance_shapes = oci.Core.get_dedicated_vm_host_instance_shapes(compartment_id=compartment_id,
    availability_domain=dedicated_vm_host_instance_shape_availability_domain,
    dedicated_vm_host_shape=dedicated_vm_host_instance_shape_dedicated_vm_host_shape)
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.GetDedicatedVmHostInstanceShapes(ctx, &core.GetDedicatedVmHostInstanceShapesArgs{
			CompartmentId:        compartmentId,
			AvailabilityDomain:   pulumi.StringRef(dedicatedVmHostInstanceShapeAvailabilityDomain),
			DedicatedVmHostShape: pulumi.StringRef(dedicatedVmHostInstanceShapeDedicatedVmHostShape),
		}, 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 testDedicatedVmHostInstanceShapes = Oci.Core.GetDedicatedVmHostInstanceShapes.Invoke(new()
    {
        CompartmentId = compartmentId,
        AvailabilityDomain = dedicatedVmHostInstanceShapeAvailabilityDomain,
        DedicatedVmHostShape = dedicatedVmHostInstanceShapeDedicatedVmHostShape,
    });
});
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.GetDedicatedVmHostInstanceShapesArgs;
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 testDedicatedVmHostInstanceShapes = CoreFunctions.getDedicatedVmHostInstanceShapes(GetDedicatedVmHostInstanceShapesArgs.builder()
            .compartmentId(compartmentId)
            .availabilityDomain(dedicatedVmHostInstanceShapeAvailabilityDomain)
            .dedicatedVmHostShape(dedicatedVmHostInstanceShapeDedicatedVmHostShape)
            .build());
    }
}
variables:
  testDedicatedVmHostInstanceShapes:
    fn::invoke:
      function: oci:Core:getDedicatedVmHostInstanceShapes
      arguments:
        compartmentId: ${compartmentId}
        availabilityDomain: ${dedicatedVmHostInstanceShapeAvailabilityDomain}
        dedicatedVmHostShape: ${dedicatedVmHostInstanceShapeDedicatedVmHostShape}
Using getDedicatedVmHostInstanceShapes
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 getDedicatedVmHostInstanceShapes(args: GetDedicatedVmHostInstanceShapesArgs, opts?: InvokeOptions): Promise<GetDedicatedVmHostInstanceShapesResult>
function getDedicatedVmHostInstanceShapesOutput(args: GetDedicatedVmHostInstanceShapesOutputArgs, opts?: InvokeOptions): Output<GetDedicatedVmHostInstanceShapesResult>def get_dedicated_vm_host_instance_shapes(availability_domain: Optional[str] = None,
                                          compartment_id: Optional[str] = None,
                                          dedicated_vm_host_shape: Optional[str] = None,
                                          filters: Optional[Sequence[GetDedicatedVmHostInstanceShapesFilter]] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetDedicatedVmHostInstanceShapesResult
def get_dedicated_vm_host_instance_shapes_output(availability_domain: Optional[pulumi.Input[str]] = None,
                                          compartment_id: Optional[pulumi.Input[str]] = None,
                                          dedicated_vm_host_shape: Optional[pulumi.Input[str]] = None,
                                          filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDedicatedVmHostInstanceShapesFilterArgs]]]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetDedicatedVmHostInstanceShapesResult]func GetDedicatedVmHostInstanceShapes(ctx *Context, args *GetDedicatedVmHostInstanceShapesArgs, opts ...InvokeOption) (*GetDedicatedVmHostInstanceShapesResult, error)
func GetDedicatedVmHostInstanceShapesOutput(ctx *Context, args *GetDedicatedVmHostInstanceShapesOutputArgs, opts ...InvokeOption) GetDedicatedVmHostInstanceShapesResultOutput> Note: This function is named GetDedicatedVmHostInstanceShapes in the Go SDK.
public static class GetDedicatedVmHostInstanceShapes 
{
    public static Task<GetDedicatedVmHostInstanceShapesResult> InvokeAsync(GetDedicatedVmHostInstanceShapesArgs args, InvokeOptions? opts = null)
    public static Output<GetDedicatedVmHostInstanceShapesResult> Invoke(GetDedicatedVmHostInstanceShapesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDedicatedVmHostInstanceShapesResult> getDedicatedVmHostInstanceShapes(GetDedicatedVmHostInstanceShapesArgs args, InvokeOptions options)
public static Output<GetDedicatedVmHostInstanceShapesResult> getDedicatedVmHostInstanceShapes(GetDedicatedVmHostInstanceShapesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Core/getDedicatedVmHostInstanceShapes:getDedicatedVmHostInstanceShapes
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- AvailabilityDomain string
- The name of the availability domain. Example: Uocm:PHX-AD-1
- DedicatedVm stringHost Shape 
- Dedicated VM host shape name
- Filters
List<GetDedicated Vm Host Instance Shapes Filter> 
- CompartmentId string
- The OCID of the compartment.
- AvailabilityDomain string
- The name of the availability domain. Example: Uocm:PHX-AD-1
- DedicatedVm stringHost Shape 
- Dedicated VM host shape name
- Filters
[]GetDedicated Vm Host Instance Shapes Filter 
- compartmentId String
- The OCID of the compartment.
- availabilityDomain String
- The name of the availability domain. Example: Uocm:PHX-AD-1
- dedicatedVm StringHost Shape 
- Dedicated VM host shape name
- filters
List<GetDedicated Vm Host Instance Shapes Filter> 
- compartmentId string
- The OCID of the compartment.
- availabilityDomain string
- The name of the availability domain. Example: Uocm:PHX-AD-1
- dedicatedVm stringHost Shape 
- Dedicated VM host shape name
- filters
GetDedicated Vm Host Instance Shapes Filter[] 
- compartment_id str
- The OCID of the compartment.
- availability_domain str
- The name of the availability domain. Example: Uocm:PHX-AD-1
- dedicated_vm_ strhost_ shape 
- Dedicated VM host shape name
- filters
Sequence[GetDedicated Vm Host Instance Shapes Filter] 
- compartmentId String
- The OCID of the compartment.
- availabilityDomain String
- The name of the availability domain. Example: Uocm:PHX-AD-1
- dedicatedVm StringHost Shape 
- Dedicated VM host shape name
- filters List<Property Map>
getDedicatedVmHostInstanceShapes Result
The following output properties are available:
- CompartmentId string
- DedicatedVm List<GetHost Instance Shapes Dedicated Vm Host Instance Shapes Dedicated Vm Host Instance Shape> 
- The list of dedicated_vm_host_instance_shapes.
- Id string
- The provider-assigned unique ID for this managed resource.
- AvailabilityDomain string
- The shape's availability domain.
- DedicatedVm stringHost Shape 
- Filters
List<GetDedicated Vm Host Instance Shapes Filter> 
- CompartmentId string
- DedicatedVm []GetHost Instance Shapes Dedicated Vm Host Instance Shapes Dedicated Vm Host Instance Shape 
- The list of dedicated_vm_host_instance_shapes.
- Id string
- The provider-assigned unique ID for this managed resource.
- AvailabilityDomain string
- The shape's availability domain.
- DedicatedVm stringHost Shape 
- Filters
[]GetDedicated Vm Host Instance Shapes Filter 
- compartmentId String
- dedicatedVm List<GetHost Instance Shapes Dedicated Vm Host Instance Shapes Dedicated Vm Host Instance Shape> 
- The list of dedicated_vm_host_instance_shapes.
- id String
- The provider-assigned unique ID for this managed resource.
- availabilityDomain String
- The shape's availability domain.
- dedicatedVm StringHost Shape 
- filters
List<GetDedicated Vm Host Instance Shapes Filter> 
- compartmentId string
- dedicatedVm GetHost Instance Shapes Dedicated Vm Host Instance Shapes Dedicated Vm Host Instance Shape[] 
- The list of dedicated_vm_host_instance_shapes.
- id string
- The provider-assigned unique ID for this managed resource.
- availabilityDomain string
- The shape's availability domain.
- dedicatedVm stringHost Shape 
- filters
GetDedicated Vm Host Instance Shapes Filter[] 
- compartment_id str
- dedicated_vm_ Sequence[Gethost_ instance_ shapes Dedicated Vm Host Instance Shapes Dedicated Vm Host Instance Shape] 
- The list of dedicated_vm_host_instance_shapes.
- id str
- The provider-assigned unique ID for this managed resource.
- availability_domain str
- The shape's availability domain.
- dedicated_vm_ strhost_ shape 
- filters
Sequence[GetDedicated Vm Host Instance Shapes Filter] 
- compartmentId String
- dedicatedVm List<Property Map>Host Instance Shapes 
- The list of dedicated_vm_host_instance_shapes.
- id String
- The provider-assigned unique ID for this managed resource.
- availabilityDomain String
- The shape's availability domain.
- dedicatedVm StringHost Shape 
- filters List<Property Map>
Supporting Types
GetDedicatedVmHostInstanceShapesDedicatedVmHostInstanceShape          
- AvailabilityDomain string
- The name of the availability domain. Example: Uocm:PHX-AD-1
- InstanceShape stringName 
- The name of the virtual machine instance shapes that can be launched on a dedicated VM host.
- AvailabilityDomain string
- The name of the availability domain. Example: Uocm:PHX-AD-1
- InstanceShape stringName 
- The name of the virtual machine instance shapes that can be launched on a dedicated VM host.
- availabilityDomain String
- The name of the availability domain. Example: Uocm:PHX-AD-1
- instanceShape StringName 
- The name of the virtual machine instance shapes that can be launched on a dedicated VM host.
- availabilityDomain string
- The name of the availability domain. Example: Uocm:PHX-AD-1
- instanceShape stringName 
- The name of the virtual machine instance shapes that can be launched on a dedicated VM host.
- availability_domain str
- The name of the availability domain. Example: Uocm:PHX-AD-1
- instance_shape_ strname 
- The name of the virtual machine instance shapes that can be launched on a dedicated VM host.
- availabilityDomain String
- The name of the availability domain. Example: Uocm:PHX-AD-1
- instanceShape StringName 
- The name of the virtual machine instance shapes that can be launched on a dedicated VM host.
GetDedicatedVmHostInstanceShapesFilter      
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.