1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. CloudMigrations
  5. getMigrations
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.CloudMigrations.getMigrations

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides the list of Migrations in Oracle Cloud Infrastructure Cloud Migrations service.

    Returns a list of migrations.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testMigrations = oci.CloudMigrations.getMigrations({
        compartmentId: _var.compartment_id,
        displayName: _var.migration_display_name,
        migrationId: oci_cloud_migrations_migration.test_migration.id,
        state: _var.migration_state,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_migrations = oci.CloudMigrations.get_migrations(compartment_id=var["compartment_id"],
        display_name=var["migration_display_name"],
        migration_id=oci_cloud_migrations_migration["test_migration"]["id"],
        state=var["migration_state"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/CloudMigrations"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := CloudMigrations.GetMigrations(ctx, &cloudmigrations.GetMigrationsArgs{
    			CompartmentId: pulumi.StringRef(_var.Compartment_id),
    			DisplayName:   pulumi.StringRef(_var.Migration_display_name),
    			MigrationId:   pulumi.StringRef(oci_cloud_migrations_migration.Test_migration.Id),
    			State:         pulumi.StringRef(_var.Migration_state),
    		}, 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 testMigrations = Oci.CloudMigrations.GetMigrations.Invoke(new()
        {
            CompartmentId = @var.Compartment_id,
            DisplayName = @var.Migration_display_name,
            MigrationId = oci_cloud_migrations_migration.Test_migration.Id,
            State = @var.Migration_state,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.CloudMigrations.CloudMigrationsFunctions;
    import com.pulumi.oci.CloudMigrations.inputs.GetMigrationsArgs;
    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 testMigrations = CloudMigrationsFunctions.getMigrations(GetMigrationsArgs.builder()
                .compartmentId(var_.compartment_id())
                .displayName(var_.migration_display_name())
                .migrationId(oci_cloud_migrations_migration.test_migration().id())
                .state(var_.migration_state())
                .build());
    
        }
    }
    
    variables:
      testMigrations:
        fn::invoke:
          Function: oci:CloudMigrations:getMigrations
          Arguments:
            compartmentId: ${var.compartment_id}
            displayName: ${var.migration_display_name}
            migrationId: ${oci_cloud_migrations_migration.test_migration.id}
            state: ${var.migration_state}
    

    Using getMigrations

    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 getMigrations(args: GetMigrationsArgs, opts?: InvokeOptions): Promise<GetMigrationsResult>
    function getMigrationsOutput(args: GetMigrationsOutputArgs, opts?: InvokeOptions): Output<GetMigrationsResult>
    def get_migrations(compartment_id: Optional[str] = None,
                       display_name: Optional[str] = None,
                       filters: Optional[Sequence[_cloudmigrations.GetMigrationsFilter]] = None,
                       migration_id: Optional[str] = None,
                       state: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetMigrationsResult
    def get_migrations_output(compartment_id: Optional[pulumi.Input[str]] = None,
                       display_name: Optional[pulumi.Input[str]] = None,
                       filters: Optional[pulumi.Input[Sequence[pulumi.Input[_cloudmigrations.GetMigrationsFilterArgs]]]] = None,
                       migration_id: Optional[pulumi.Input[str]] = None,
                       state: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetMigrationsResult]
    func GetMigrations(ctx *Context, args *GetMigrationsArgs, opts ...InvokeOption) (*GetMigrationsResult, error)
    func GetMigrationsOutput(ctx *Context, args *GetMigrationsOutputArgs, opts ...InvokeOption) GetMigrationsResultOutput

    > Note: This function is named GetMigrations in the Go SDK.

    public static class GetMigrations 
    {
        public static Task<GetMigrationsResult> InvokeAsync(GetMigrationsArgs args, InvokeOptions? opts = null)
        public static Output<GetMigrationsResult> Invoke(GetMigrationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMigrationsResult> getMigrations(GetMigrationsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:CloudMigrations/getMigrations:getMigrations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire given display name.
    Filters List<GetMigrationsFilter>
    MigrationId string
    Unique migration identifier
    State string
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    CompartmentId string
    The ID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the entire given display name.
    Filters []GetMigrationsFilter
    MigrationId string
    Unique migration identifier
    State string
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire given display name.
    filters List<GetMigrationsFilter>
    migrationId String
    Unique migration identifier
    state String
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    compartmentId string
    The ID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the entire given display name.
    filters GetMigrationsFilter[]
    migrationId string
    Unique migration identifier
    state string
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    compartment_id str
    The ID of the compartment in which to list resources.
    display_name str
    A filter to return only resources that match the entire given display name.
    filters Sequence[cloudmigrations.GetMigrationsFilter]
    migration_id str
    Unique migration identifier
    state str
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    compartmentId String
    The ID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the entire given display name.
    filters List<Property Map>
    migrationId String
    Unique migration identifier
    state String
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.

    getMigrations Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    MigrationCollections List<GetMigrationsMigrationCollection>
    The list of migration_collection.
    CompartmentId string
    Compartment Identifier
    DisplayName string
    Migration Identifier that can be renamed
    Filters List<GetMigrationsFilter>
    MigrationId string
    State string
    The current state of migration.
    Id string
    The provider-assigned unique ID for this managed resource.
    MigrationCollections []GetMigrationsMigrationCollection
    The list of migration_collection.
    CompartmentId string
    Compartment Identifier
    DisplayName string
    Migration Identifier that can be renamed
    Filters []GetMigrationsFilter
    MigrationId string
    State string
    The current state of migration.
    id String
    The provider-assigned unique ID for this managed resource.
    migrationCollections List<GetMigrationsMigrationCollection>
    The list of migration_collection.
    compartmentId String
    Compartment Identifier
    displayName String
    Migration Identifier that can be renamed
    filters List<GetMigrationsFilter>
    migrationId String
    state String
    The current state of migration.
    id string
    The provider-assigned unique ID for this managed resource.
    migrationCollections GetMigrationsMigrationCollection[]
    The list of migration_collection.
    compartmentId string
    Compartment Identifier
    displayName string
    Migration Identifier that can be renamed
    filters GetMigrationsFilter[]
    migrationId string
    state string
    The current state of migration.
    id str
    The provider-assigned unique ID for this managed resource.
    migration_collections Sequence[cloudmigrations.GetMigrationsMigrationCollection]
    The list of migration_collection.
    compartment_id str
    Compartment Identifier
    display_name str
    Migration Identifier that can be renamed
    filters Sequence[cloudmigrations.GetMigrationsFilter]
    migration_id str
    state str
    The current state of migration.
    id String
    The provider-assigned unique ID for this managed resource.
    migrationCollections List<Property Map>
    The list of migration_collection.
    compartmentId String
    Compartment Identifier
    displayName String
    Migration Identifier that can be renamed
    filters List<Property Map>
    migrationId String
    state String
    The current state of migration.

    Supporting Types

    GetMigrationsFilter

    Name string
    Values List<string>
    Regex bool
    Name string
    Values []string
    Regex bool
    name String
    values List<String>
    regex Boolean
    name string
    values string[]
    regex boolean
    name str
    values Sequence[str]
    regex bool
    name String
    values List<String>
    regex Boolean

    GetMigrationsMigrationCollection

    GetMigrationsMigrationCollectionItem

    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    A filter to return only resources that match the entire given display name.
    FreeformTags Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: {"bar-key": "value"}
    Id string
    Unique identifier that is immutable on creation
    IsCompleted bool
    Indicates whether migration is marked as completed.
    LifecycleDetails string
    A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
    ReplicationScheduleId string
    Replication schedule identifier
    State string
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time when the migration project was created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time when the migration project was updated. An RFC3339 formatted datetime string
    CompartmentId string
    The ID of the compartment in which to list resources.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    A filter to return only resources that match the entire given display name.
    FreeformTags map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: {"bar-key": "value"}
    Id string
    Unique identifier that is immutable on creation
    IsCompleted bool
    Indicates whether migration is marked as completed.
    LifecycleDetails string
    A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
    ReplicationScheduleId string
    Replication schedule identifier
    State string
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time when the migration project was created. An RFC3339 formatted datetime string
    TimeUpdated string
    The time when the migration project was updated. An RFC3339 formatted datetime string
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    A filter to return only resources that match the entire given display name.
    freeformTags Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: {"bar-key": "value"}
    id String
    Unique identifier that is immutable on creation
    isCompleted Boolean
    Indicates whether migration is marked as completed.
    lifecycleDetails String
    A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
    replicationScheduleId String
    Replication schedule identifier
    state String
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time when the migration project was created. An RFC3339 formatted datetime string
    timeUpdated String
    The time when the migration project was updated. An RFC3339 formatted datetime string
    compartmentId string
    The ID of the compartment in which to list resources.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    A filter to return only resources that match the entire given display name.
    freeformTags {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: {"bar-key": "value"}
    id string
    Unique identifier that is immutable on creation
    isCompleted boolean
    Indicates whether migration is marked as completed.
    lifecycleDetails string
    A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
    replicationScheduleId string
    Replication schedule identifier
    state string
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time when the migration project was created. An RFC3339 formatted datetime string
    timeUpdated string
    The time when the migration project was updated. An RFC3339 formatted datetime string
    compartment_id str
    The ID of the compartment in which to list resources.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    display_name str
    A filter to return only resources that match the entire given display name.
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: {"bar-key": "value"}
    id str
    Unique identifier that is immutable on creation
    is_completed bool
    Indicates whether migration is marked as completed.
    lifecycle_details str
    A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
    replication_schedule_id str
    Replication schedule identifier
    state str
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time when the migration project was created. An RFC3339 formatted datetime string
    time_updated str
    The time when the migration project was updated. An RFC3339 formatted datetime string
    compartmentId String
    The ID of the compartment in which to list resources.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    A filter to return only resources that match the entire given display name.
    freeformTags Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. It exists only for cross-compatibility. Example: {"bar-key": "value"}
    id String
    Unique identifier that is immutable on creation
    isCompleted Boolean
    Indicates whether migration is marked as completed.
    lifecycleDetails String
    A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state.
    replicationScheduleId String
    Replication schedule identifier
    state String
    A filter to return only resources where the resource's lifecycle state matches the given lifecycle state.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time when the migration project was created. An RFC3339 formatted datetime string
    timeUpdated String
    The time when the migration project was updated. An RFC3339 formatted datetime string

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi