Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.FileStorage.getReplications
Explore with Pulumi AI
This data source provides the list of Replications in Oracle Cloud Infrastructure File Storage service.
Lists the replication resources in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testReplications = oci.FileStorage.getReplications({
availabilityDomain: replicationAvailabilityDomain,
compartmentId: compartmentId,
displayName: replicationDisplayName,
fileSystemId: testFileSystem.id,
id: replicationId,
state: replicationState,
});
import pulumi
import pulumi_oci as oci
test_replications = oci.FileStorage.get_replications(availability_domain=replication_availability_domain,
compartment_id=compartment_id,
display_name=replication_display_name,
file_system_id=test_file_system["id"],
id=replication_id,
state=replication_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/filestorage"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := filestorage.GetReplications(ctx, &filestorage.GetReplicationsArgs{
AvailabilityDomain: replicationAvailabilityDomain,
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(replicationDisplayName),
FileSystemId: pulumi.StringRef(testFileSystem.Id),
Id: pulumi.StringRef(replicationId),
State: pulumi.StringRef(replicationState),
}, 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 testReplications = Oci.FileStorage.GetReplications.Invoke(new()
{
AvailabilityDomain = replicationAvailabilityDomain,
CompartmentId = compartmentId,
DisplayName = replicationDisplayName,
FileSystemId = testFileSystem.Id,
Id = replicationId,
State = replicationState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.FileStorage.FileStorageFunctions;
import com.pulumi.oci.FileStorage.inputs.GetReplicationsArgs;
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 testReplications = FileStorageFunctions.getReplications(GetReplicationsArgs.builder()
.availabilityDomain(replicationAvailabilityDomain)
.compartmentId(compartmentId)
.displayName(replicationDisplayName)
.fileSystemId(testFileSystem.id())
.id(replicationId)
.state(replicationState)
.build());
}
}
variables:
testReplications:
fn::invoke:
function: oci:FileStorage:getReplications
arguments:
availabilityDomain: ${replicationAvailabilityDomain}
compartmentId: ${compartmentId}
displayName: ${replicationDisplayName}
fileSystemId: ${testFileSystem.id}
id: ${replicationId}
state: ${replicationState}
Using getReplications
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 getReplications(args: GetReplicationsArgs, opts?: InvokeOptions): Promise<GetReplicationsResult>
function getReplicationsOutput(args: GetReplicationsOutputArgs, opts?: InvokeOptions): Output<GetReplicationsResult>
def get_replications(availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
file_system_id: Optional[str] = None,
filters: Optional[Sequence[_filestorage.GetReplicationsFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReplicationsResult
def get_replications_output(availability_domain: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
file_system_id: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_filestorage.GetReplicationsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReplicationsResult]
func GetReplications(ctx *Context, args *GetReplicationsArgs, opts ...InvokeOption) (*GetReplicationsResult, error)
func GetReplicationsOutput(ctx *Context, args *GetReplicationsOutputArgs, opts ...InvokeOption) GetReplicationsResultOutput
> Note: This function is named GetReplications
in the Go SDK.
public static class GetReplications
{
public static Task<GetReplicationsResult> InvokeAsync(GetReplicationsArgs args, InvokeOptions? opts = null)
public static Output<GetReplicationsResult> Invoke(GetReplicationsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetReplicationsResult> getReplications(GetReplicationsArgs args, InvokeOptions options)
public static Output<GetReplicationsResult> getReplications(GetReplicationsArgs args, InvokeOptions options)
fn::invoke:
function: oci:FileStorage/getReplications:getReplications
arguments:
# arguments dictionary
The following arguments are supported:
- Availability
Domain This property is required. string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id This property is required. string - The OCID of the compartment.
- Display
Name string - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
- File
System stringId - The OCID of the source file system.
- Filters
Changes to this property will trigger replacement.
Replications Filter> - Id string
- Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Availability
Domain This property is required. string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id This property is required. string - The OCID of the compartment.
- Display
Name string - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
- File
System stringId - The OCID of the source file system.
- Filters
Changes to this property will trigger replacement.
Replications Filter - Id string
- Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- availability
Domain This property is required. String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id This property is required. String - The OCID of the compartment.
- display
Name String - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
- file
System StringId - The OCID of the source file system.
- filters
Changes to this property will trigger replacement.
Replications Filter> - id String
- Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- availability
Domain This property is required. string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id This property is required. string - The OCID of the compartment.
- display
Name string - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
- file
System stringId - The OCID of the source file system.
- filters
Changes to this property will trigger replacement.
Replications Filter[] - id string
- Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- state string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- availability_
domain This property is required. str - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment_
id This property is required. str - The OCID of the compartment.
- display_
name str - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
- file_
system_ strid - The OCID of the source file system.
- filters
Changes to this property will trigger replacement.
Get Replications Filter] - id str
- Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- state str
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- availability
Domain This property is required. String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id This property is required. String - The OCID of the compartment.
- display
Name String - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
- file
System StringId - The OCID of the source file system.
- filters
Changes to this property will trigger replacement.
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
getReplications Result
The following output properties are available:
- Availability
Domain string - The availability domain the replication is in. The replication must be in the same availability domain as the source file system. Example:
Uocm:PHX-AD-1
- Compartment
Id string - The OCID of the compartment that contains the replication.
- Replications
List<Get
Replications Replication> - The list of replications.
- Display
Name string - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example:
My replication
- File
System stringId - Filters
List<Get
Replications Filter> - Id string
- The OCID of the replication.
- State string
- The current state of this replication. This resource can be in a
FAILED
state if replication target is deleted instead of the replication resource.
- Availability
Domain string - The availability domain the replication is in. The replication must be in the same availability domain as the source file system. Example:
Uocm:PHX-AD-1
- Compartment
Id string - The OCID of the compartment that contains the replication.
- Replications
[]Get
Replications Replication - The list of replications.
- Display
Name string - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example:
My replication
- File
System stringId - Filters
[]Get
Replications Filter - Id string
- The OCID of the replication.
- State string
- The current state of this replication. This resource can be in a
FAILED
state if replication target is deleted instead of the replication resource.
- availability
Domain String - The availability domain the replication is in. The replication must be in the same availability domain as the source file system. Example:
Uocm:PHX-AD-1
- compartment
Id String - The OCID of the compartment that contains the replication.
- replications
List<Get
Replications Replication> - The list of replications.
- display
Name String - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example:
My replication
- file
System StringId - filters
List<Get
Replications Filter> - id String
- The OCID of the replication.
- state String
- The current state of this replication. This resource can be in a
FAILED
state if replication target is deleted instead of the replication resource.
- availability
Domain string - The availability domain the replication is in. The replication must be in the same availability domain as the source file system. Example:
Uocm:PHX-AD-1
- compartment
Id string - The OCID of the compartment that contains the replication.
- replications
Get
Replications Replication[] - The list of replications.
- display
Name string - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example:
My replication
- file
System stringId - filters
Get
Replications Filter[] - id string
- The OCID of the replication.
- state string
- The current state of this replication. This resource can be in a
FAILED
state if replication target is deleted instead of the replication resource.
- availability_
domain str - The availability domain the replication is in. The replication must be in the same availability domain as the source file system. Example:
Uocm:PHX-AD-1
- compartment_
id str - The OCID of the compartment that contains the replication.
- replications
Sequence[filestorage.
Get Replications Replication] - The list of replications.
- display_
name str - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example:
My replication
- file_
system_ strid - filters
Sequence[filestorage.
Get Replications Filter] - id str
- The OCID of the replication.
- state str
- The current state of this replication. This resource can be in a
FAILED
state if replication target is deleted instead of the replication resource.
- availability
Domain String - The availability domain the replication is in. The replication must be in the same availability domain as the source file system. Example:
Uocm:PHX-AD-1
- compartment
Id String - The OCID of the compartment that contains the replication.
- replications List<Property Map>
- The list of replications.
- display
Name String - A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example:
My replication
- file
System StringId - filters List<Property Map>
- id String
- The OCID of the replication.
- state String
- The current state of this replication. This resource can be in a
FAILED
state if replication target is deleted instead of the replication resource.
Supporting Types
GetReplicationsFilter
GetReplicationsReplication
- Availability
Domain This property is required. string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. Dictionary<string, string>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Delta
Progress This property is required. string - Percentage progress of the current replication cycle.
- Delta
Status This property is required. string - The current state of the snapshot during replication operations.
- Display
Name This property is required. string - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
This property is required. Dictionary<string, string>- 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
This property is required. string - Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- Is
Lock Override This property is required. bool - Last
Snapshot Id This property is required. string - The OCID of the last snapshot that has been replicated completely. Empty if the copy of the initial snapshot is not complete.
- Lifecycle
Details This property is required. string - Additional information about the current 'lifecycleState'.
- Locks
This property is required. List<GetReplications Replication Lock> - Locks associated with this resource.
- Recovery
Point Time This property is required. string - The
snapshotTime
of the most recent recoverable replication snapshot in RFC 3339 timestamp format. Example:2021-04-04T20:01:29.100Z
- Replication
Interval This property is required. string - Duration in minutes between replication snapshots.
- Replication
Target Id This property is required. string - The OCID of the
ReplicationTarget
. - Source
Id This property is required. string - The OCID of the source file system.
- State
This property is required. string - Filter results by the specified lifecycle state. Must be a valid state for the resource type.
This property is required. Dictionary<string, string>- System tags for this resource. System tags are applied to resources by internal Oracle Cloud Infrastructure services.
- Target
Id This property is required. string - The OCID of the target file system.
- Time
Created This property is required. string - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- Availability
Domain This property is required. string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id This property is required. string - The OCID of the compartment.
This property is required. map[string]string- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Delta
Progress This property is required. string - Percentage progress of the current replication cycle.
- Delta
Status This property is required. string - The current state of the snapshot during replication operations.
- Display
Name This property is required. string - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
This property is required. map[string]string- 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
This property is required. string - Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- Is
Lock Override This property is required. bool - Last
Snapshot Id This property is required. string - The OCID of the last snapshot that has been replicated completely. Empty if the copy of the initial snapshot is not complete.
- Lifecycle
Details This property is required. string - Additional information about the current 'lifecycleState'.
- Locks
This property is required. []GetReplications Replication Lock - Locks associated with this resource.
- Recovery
Point Time This property is required. string - The
snapshotTime
of the most recent recoverable replication snapshot in RFC 3339 timestamp format. Example:2021-04-04T20:01:29.100Z
- Replication
Interval This property is required. string - Duration in minutes between replication snapshots.
- Replication
Target Id This property is required. string - The OCID of the
ReplicationTarget
. - Source
Id This property is required. string - The OCID of the source file system.
- State
This property is required. string - Filter results by the specified lifecycle state. Must be a valid state for the resource type.
This property is required. map[string]string- System tags for this resource. System tags are applied to resources by internal Oracle Cloud Infrastructure services.
- Target
Id This property is required. string - The OCID of the target file system.
- Time
Created This property is required. string - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- availability
Domain This property is required. String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String,String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- delta
Progress This property is required. String - Percentage progress of the current replication cycle.
- delta
Status This property is required. String - The current state of the snapshot during replication operations.
- display
Name This property is required. String - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
This property is required. Map<String,String>- 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
This property is required. String - Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- is
Lock Override This property is required. Boolean - last
Snapshot Id This property is required. String - The OCID of the last snapshot that has been replicated completely. Empty if the copy of the initial snapshot is not complete.
- lifecycle
Details This property is required. String - Additional information about the current 'lifecycleState'.
- locks
This property is required. List<GetReplications Replication Lock> - Locks associated with this resource.
- recovery
Point Time This property is required. String - The
snapshotTime
of the most recent recoverable replication snapshot in RFC 3339 timestamp format. Example:2021-04-04T20:01:29.100Z
- replication
Interval This property is required. String - Duration in minutes between replication snapshots.
- replication
Target Id This property is required. String - The OCID of the
ReplicationTarget
. - source
Id This property is required. String - The OCID of the source file system.
- state
This property is required. String - Filter results by the specified lifecycle state. Must be a valid state for the resource type.
This property is required. Map<String,String>- System tags for this resource. System tags are applied to resources by internal Oracle Cloud Infrastructure services.
- target
Id This property is required. String - The OCID of the target file system.
- time
Created This property is required. String - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- availability
Domain This property is required. string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id This property is required. string - The OCID of the compartment.
This property is required. {[key: string]: string}- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- delta
Progress This property is required. string - Percentage progress of the current replication cycle.
- delta
Status This property is required. string - The current state of the snapshot during replication operations.
- display
Name This property is required. string - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
This property is required. {[key: string]: string}- 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
This property is required. string - Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- is
Lock Override This property is required. boolean - last
Snapshot Id This property is required. string - The OCID of the last snapshot that has been replicated completely. Empty if the copy of the initial snapshot is not complete.
- lifecycle
Details This property is required. string - Additional information about the current 'lifecycleState'.
- locks
This property is required. GetReplications Replication Lock[] - Locks associated with this resource.
- recovery
Point Time This property is required. string - The
snapshotTime
of the most recent recoverable replication snapshot in RFC 3339 timestamp format. Example:2021-04-04T20:01:29.100Z
- replication
Interval This property is required. string - Duration in minutes between replication snapshots.
- replication
Target Id This property is required. string - The OCID of the
ReplicationTarget
. - source
Id This property is required. string - The OCID of the source file system.
- state
This property is required. string - Filter results by the specified lifecycle state. Must be a valid state for the resource type.
This property is required. {[key: string]: string}- System tags for this resource. System tags are applied to resources by internal Oracle Cloud Infrastructure services.
- target
Id This property is required. string - The OCID of the target file system.
- time
Created This property is required. string - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- availability_
domain This property is required. str - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment_
id This property is required. str - The OCID of the compartment.
This property is required. Mapping[str, str]- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- delta_
progress This property is required. str - Percentage progress of the current replication cycle.
- delta_
status This property is required. str - The current state of the snapshot during replication operations.
- display_
name This property is required. str - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
This property is required. Mapping[str, str]- 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
This property is required. str - Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- is_
lock_ override This property is required. bool - last_
snapshot_ id This property is required. str - The OCID of the last snapshot that has been replicated completely. Empty if the copy of the initial snapshot is not complete.
- lifecycle_
details This property is required. str - Additional information about the current 'lifecycleState'.
- locks
This property is required. Sequence[filestorage.Get Replications Replication Lock] - Locks associated with this resource.
- recovery_
point_ time This property is required. str - The
snapshotTime
of the most recent recoverable replication snapshot in RFC 3339 timestamp format. Example:2021-04-04T20:01:29.100Z
- replication_
interval This property is required. str - Duration in minutes between replication snapshots.
- replication_
target_ id This property is required. str - The OCID of the
ReplicationTarget
. - source_
id This property is required. str - The OCID of the source file system.
- state
This property is required. str - Filter results by the specified lifecycle state. Must be a valid state for the resource type.
This property is required. Mapping[str, str]- System tags for this resource. System tags are applied to resources by internal Oracle Cloud Infrastructure services.
- target_
id This property is required. str - The OCID of the target file system.
- time_
created This property is required. str - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- availability
Domain This property is required. String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id This property is required. String - The OCID of the compartment.
This property is required. Map<String>- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- delta
Progress This property is required. String - Percentage progress of the current replication cycle.
- delta
Status This property is required. String - The current state of the snapshot during replication operations.
- display
Name This property is required. String - A user-friendly name. It does not have to be unique, and it is changeable. Example:
My resource
This property is required. Map<String>- 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
This property is required. String - Filter results by OCID. Must be an OCID of the correct type for the resouce type.
- is
Lock Override This property is required. Boolean - last
Snapshot Id This property is required. String - The OCID of the last snapshot that has been replicated completely. Empty if the copy of the initial snapshot is not complete.
- lifecycle
Details This property is required. String - Additional information about the current 'lifecycleState'.
- locks
This property is required. List<Property Map> - Locks associated with this resource.
- recovery
Point Time This property is required. String - The
snapshotTime
of the most recent recoverable replication snapshot in RFC 3339 timestamp format. Example:2021-04-04T20:01:29.100Z
- replication
Interval This property is required. String - Duration in minutes between replication snapshots.
- replication
Target Id This property is required. String - The OCID of the
ReplicationTarget
. - source
Id This property is required. String - The OCID of the source file system.
- state
This property is required. String - Filter results by the specified lifecycle state. Must be a valid state for the resource type.
This property is required. Map<String>- System tags for this resource. System tags are applied to resources by internal Oracle Cloud Infrastructure services.
- target
Id This property is required. String - The OCID of the target file system.
- time
Created This property is required. String - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
GetReplicationsReplicationLock
- Message
This property is required. string - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. string- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- Time
Created This property is required. string - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- Type
This property is required. string - Type of the lock.
- Message
This property is required. string - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. string- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- Time
Created This property is required. string - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- Type
This property is required. string - Type of the lock.
- message
This property is required. String - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. String- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created This property is required. String - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- type
This property is required. String - Type of the lock.
- message
This property is required. string - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. string- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created This property is required. string - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- type
This property is required. string - Type of the lock.
- message
This property is required. str - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. str- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_
created This property is required. str - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- type
This property is required. str - Type of the lock.
- message
This property is required. String - A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
This property is required. String- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time
Created This property is required. String - The date and time the replication was created in RFC 3339 timestamp format. Example:
2021-01-04T20:01:29.100Z
- type
This property is required. String - Type of the lock.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.