oci.Database.getCloudVmClusterIormConfig
Explore with Pulumi AI
This data source provides details about a specific Cloud Vm Cluster Iorm Config resource in Oracle Cloud Infrastructure Database service.
Gets the IORM configuration settings for the specified Cloud Vm Cluster. All Exadata service instances have default IORM settings.
The GetCloudVmClusterIormConfig API is used for this operation with Cloud Vm Cluster.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCloudVmClusterIormConfig = oci.Database.getCloudVmClusterIormConfig({
    cloudVmClusterId: testCloudVmCluster.id,
});
import pulumi
import pulumi_oci as oci
test_cloud_vm_cluster_iorm_config = oci.Database.get_cloud_vm_cluster_iorm_config(cloud_vm_cluster_id=test_cloud_vm_cluster["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetCloudVmClusterIormConfig(ctx, &database.GetCloudVmClusterIormConfigArgs{
			CloudVmClusterId: testCloudVmCluster.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 testCloudVmClusterIormConfig = Oci.Database.GetCloudVmClusterIormConfig.Invoke(new()
    {
        CloudVmClusterId = testCloudVmCluster.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetCloudVmClusterIormConfigArgs;
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 testCloudVmClusterIormConfig = DatabaseFunctions.getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigArgs.builder()
            .cloudVmClusterId(testCloudVmCluster.id())
            .build());
    }
}
variables:
  testCloudVmClusterIormConfig:
    fn::invoke:
      function: oci:Database:getCloudVmClusterIormConfig
      arguments:
        cloudVmClusterId: ${testCloudVmCluster.id}
Using getCloudVmClusterIormConfig
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 getCloudVmClusterIormConfig(args: GetCloudVmClusterIormConfigArgs, opts?: InvokeOptions): Promise<GetCloudVmClusterIormConfigResult>
function getCloudVmClusterIormConfigOutput(args: GetCloudVmClusterIormConfigOutputArgs, opts?: InvokeOptions): Output<GetCloudVmClusterIormConfigResult>def get_cloud_vm_cluster_iorm_config(cloud_vm_cluster_id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetCloudVmClusterIormConfigResult
def get_cloud_vm_cluster_iorm_config_output(cloud_vm_cluster_id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetCloudVmClusterIormConfigResult]func LookupCloudVmClusterIormConfig(ctx *Context, args *LookupCloudVmClusterIormConfigArgs, opts ...InvokeOption) (*LookupCloudVmClusterIormConfigResult, error)
func LookupCloudVmClusterIormConfigOutput(ctx *Context, args *LookupCloudVmClusterIormConfigOutputArgs, opts ...InvokeOption) LookupCloudVmClusterIormConfigResultOutput> Note: This function is named LookupCloudVmClusterIormConfig in the Go SDK.
public static class GetCloudVmClusterIormConfig 
{
    public static Task<GetCloudVmClusterIormConfigResult> InvokeAsync(GetCloudVmClusterIormConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetCloudVmClusterIormConfigResult> Invoke(GetCloudVmClusterIormConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCloudVmClusterIormConfigResult> getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigArgs args, InvokeOptions options)
public static Output<GetCloudVmClusterIormConfigResult> getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getCloudVmClusterIormConfig:getCloudVmClusterIormConfig
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CloudVm stringCluster Id 
- The cluster OCID.
- CloudVm stringCluster Id 
- The cluster OCID.
- cloudVm StringCluster Id 
- The cluster OCID.
- cloudVm stringCluster Id 
- The cluster OCID.
- cloud_vm_ strcluster_ id 
- The cluster OCID.
- cloudVm StringCluster Id 
- The cluster OCID.
getCloudVmClusterIormConfig Result
The following output properties are available:
- CloudVm stringCluster Id 
- DbPlans List<GetCloud Vm Cluster Iorm Config Db Plan> 
- An array of IORM settings for all the database in the cloud vm cluster.
- Id string
- LifecycleDetails string
- Additional information about the current lifecycleState.
- Objective string
- The current value for the IORM objective. The default is AUTO.
- State string
- The current state of IORM configuration for the cloud vm cluster.
- CloudVm stringCluster Id 
- DbPlans []GetCloud Vm Cluster Iorm Config Db Plan 
- An array of IORM settings for all the database in the cloud vm cluster.
- Id string
- LifecycleDetails string
- Additional information about the current lifecycleState.
- Objective string
- The current value for the IORM objective. The default is AUTO.
- State string
- The current state of IORM configuration for the cloud vm cluster.
- cloudVm StringCluster Id 
- dbPlans List<GetCloud Vm Cluster Iorm Config Db Plan> 
- An array of IORM settings for all the database in the cloud vm cluster.
- id String
- lifecycleDetails String
- Additional information about the current lifecycleState.
- objective String
- The current value for the IORM objective. The default is AUTO.
- state String
- The current state of IORM configuration for the cloud vm cluster.
- cloudVm stringCluster Id 
- dbPlans GetCloud Vm Cluster Iorm Config Db Plan[] 
- An array of IORM settings for all the database in the cloud vm cluster.
- id string
- lifecycleDetails string
- Additional information about the current lifecycleState.
- objective string
- The current value for the IORM objective. The default is AUTO.
- state string
- The current state of IORM configuration for the cloud vm cluster.
- cloud_vm_ strcluster_ id 
- db_plans Sequence[GetCloud Vm Cluster Iorm Config Db Plan] 
- An array of IORM settings for all the database in the cloud vm cluster.
- id str
- lifecycle_details str
- Additional information about the current lifecycleState.
- objective str
- The current value for the IORM objective. The default is AUTO.
- state str
- The current state of IORM configuration for the cloud vm cluster.
- cloudVm StringCluster Id 
- dbPlans List<Property Map>
- An array of IORM settings for all the database in the cloud vm cluster.
- id String
- lifecycleDetails String
- Additional information about the current lifecycleState.
- objective String
- The current value for the IORM objective. The default is AUTO.
- state String
- The current state of IORM configuration for the cloud vm cluster.
Supporting Types
GetCloudVmClusterIormConfigDbPlan       
- DbName string
- The database name. For the default DbPlan, thedbNameisdefault.
- FlashCache stringLimit 
- The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- int
- The relative priority of this database.
- DbName string
- The database name. For the default DbPlan, thedbNameisdefault.
- FlashCache stringLimit 
- The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- int
- The relative priority of this database.
- dbName String
- The database name. For the default DbPlan, thedbNameisdefault.
- flashCache StringLimit 
- The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- Integer
- The relative priority of this database.
- dbName string
- The database name. For the default DbPlan, thedbNameisdefault.
- flashCache stringLimit 
- The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- number
- The relative priority of this database.
- db_name str
- The database name. For the default DbPlan, thedbNameisdefault.
- flash_cache_ strlimit 
- The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- int
- The relative priority of this database.
- dbName String
- The database name. For the default DbPlan, thedbNameisdefault.
- flashCache StringLimit 
- The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
- Number
- The relative priority of this database.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.