Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.CloudMigrations.getReplicationSchedule
Explore with Pulumi AI
This data source provides details about a specific Replication Schedule resource in Oracle Cloud Infrastructure Cloud Migrations service.
Gets a replication schedule by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testReplicationSchedule = oci.CloudMigrations.getReplicationSchedule({
replicationScheduleId: testReplicationScheduleOciCloudMigrationsReplicationSchedule.id,
});
import pulumi
import pulumi_oci as oci
test_replication_schedule = oci.CloudMigrations.get_replication_schedule(replication_schedule_id=test_replication_schedule_oci_cloud_migrations_replication_schedule["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/CloudMigrations"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := CloudMigrations.GetReplicationSchedule(ctx, &cloudmigrations.GetReplicationScheduleArgs{
ReplicationScheduleId: testReplicationScheduleOciCloudMigrationsReplicationSchedule.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 testReplicationSchedule = Oci.CloudMigrations.GetReplicationSchedule.Invoke(new()
{
ReplicationScheduleId = testReplicationScheduleOciCloudMigrationsReplicationSchedule.Id,
});
});
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.GetReplicationScheduleArgs;
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 testReplicationSchedule = CloudMigrationsFunctions.getReplicationSchedule(GetReplicationScheduleArgs.builder()
.replicationScheduleId(testReplicationScheduleOciCloudMigrationsReplicationSchedule.id())
.build());
}
}
variables:
testReplicationSchedule:
fn::invoke:
Function: oci:CloudMigrations:getReplicationSchedule
Arguments:
replicationScheduleId: ${testReplicationScheduleOciCloudMigrationsReplicationSchedule.id}
Using getReplicationSchedule
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 getReplicationSchedule(args: GetReplicationScheduleArgs, opts?: InvokeOptions): Promise<GetReplicationScheduleResult>
function getReplicationScheduleOutput(args: GetReplicationScheduleOutputArgs, opts?: InvokeOptions): Output<GetReplicationScheduleResult>
def get_replication_schedule(replication_schedule_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReplicationScheduleResult
def get_replication_schedule_output(replication_schedule_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReplicationScheduleResult]
func GetReplicationSchedule(ctx *Context, args *GetReplicationScheduleArgs, opts ...InvokeOption) (*GetReplicationScheduleResult, error)
func GetReplicationScheduleOutput(ctx *Context, args *GetReplicationScheduleOutputArgs, opts ...InvokeOption) GetReplicationScheduleResultOutput
> Note: This function is named GetReplicationSchedule
in the Go SDK.
public static class GetReplicationSchedule
{
public static Task<GetReplicationScheduleResult> InvokeAsync(GetReplicationScheduleArgs args, InvokeOptions? opts = null)
public static Output<GetReplicationScheduleResult> Invoke(GetReplicationScheduleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetReplicationScheduleResult> getReplicationSchedule(GetReplicationScheduleArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:CloudMigrations/getReplicationSchedule:getReplicationSchedule
arguments:
# arguments dictionary
The following arguments are supported:
- Replication
Schedule stringId - Unique replication schedule identifier in path
- Replication
Schedule stringId - Unique replication schedule identifier in path
- replication
Schedule StringId - Unique replication schedule identifier in path
- replication
Schedule stringId - Unique replication schedule identifier in path
- replication_
schedule_ strid - Unique replication schedule identifier in path
- replication
Schedule StringId - Unique replication schedule identifier in path
getReplicationSchedule Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment in which the replication schedule exists.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A name of the replication schedule.
- Execution
Recurrences string - Recurrence specification for the replication schedule execution.
- Dictionary<string, string>
- 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
- The OCID of the replication schedule.
- Lifecycle
Details string - The detailed state of the replication schedule.
- Replication
Schedule stringId - State string
- Current state of the replication schedule.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when the replication schedule was created in RFC3339 format.
- Time
Updated string - The time when the replication schedule was last updated in RFC3339 format.
- Compartment
Id string - The OCID of the compartment in which the replication schedule exists.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string - A name of the replication schedule.
- Execution
Recurrences string - Recurrence specification for the replication schedule execution.
- map[string]string
- 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
- The OCID of the replication schedule.
- Lifecycle
Details string - The detailed state of the replication schedule.
- Replication
Schedule stringId - State string
- Current state of the replication schedule.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The time when the replication schedule was created in RFC3339 format.
- Time
Updated string - The time when the replication schedule was last updated in RFC3339 format.
- compartment
Id String - The OCID of the compartment in which the replication schedule exists.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A name of the replication schedule.
- execution
Recurrences String - Recurrence specification for the replication schedule execution.
- Map<String,String>
- 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
- The OCID of the replication schedule.
- lifecycle
Details String - The detailed state of the replication schedule.
- replication
Schedule StringId - state String
- Current state of the replication schedule.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when the replication schedule was created in RFC3339 format.
- time
Updated String - The time when the replication schedule was last updated in RFC3339 format.
- compartment
Id string - The OCID of the compartment in which the replication schedule exists.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string - A name of the replication schedule.
- execution
Recurrences string - Recurrence specification for the replication schedule execution.
- {[key: string]: string}
- 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
- The OCID of the replication schedule.
- lifecycle
Details string - The detailed state of the replication schedule.
- replication
Schedule stringId - state string
- Current state of the replication schedule.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The time when the replication schedule was created in RFC3339 format.
- time
Updated string - The time when the replication schedule was last updated in RFC3339 format.
- compartment_
id str - The OCID of the compartment in which the replication schedule exists.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str - A name of the replication schedule.
- execution_
recurrences str - Recurrence specification for the replication schedule execution.
- Mapping[str, str]
- 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
- The OCID of the replication schedule.
- lifecycle_
details str - The detailed state of the replication schedule.
- replication_
schedule_ strid - state str
- Current state of the replication schedule.
- Mapping[str, str]
- 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 replication schedule was created in RFC3339 format.
- time_
updated str - The time when the replication schedule was last updated in RFC3339 format.
- compartment
Id String - The OCID of the compartment in which the replication schedule exists.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String - A name of the replication schedule.
- execution
Recurrences String - Recurrence specification for the replication schedule execution.
- Map<String>
- 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
- The OCID of the replication schedule.
- lifecycle
Details String - The detailed state of the replication schedule.
- replication
Schedule StringId - state String
- Current state of the replication schedule.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The time when the replication schedule was created in RFC3339 format.
- time
Updated String - The time when the replication schedule was last updated in RFC3339 format.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.