Show / Hide Table of Contents

Class ReplicateOracleDbAwsKeyDetails

Replicate Oracle AWS Key resource.

Inheritance
object
ReplicateOracleDbAwsKeyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DbmulticloudService.Models
Assembly: OCI.DotNetSDK.Dbmulticloud.dll
Syntax
public class ReplicateOracleDbAwsKeyDetails

Properties

Action

Declaration
[Required(ErrorMessage = "Action is required.")]
[JsonProperty(PropertyName = "action")]
[JsonConverter(typeof(StringEnumConverter))]
public ReplicationActions? Action { get; set; }
Property Value
Type Description
ReplicationActions?

Action for replicate Resource.

Remarks

Required

TargetRegion

Declaration
[Required(ErrorMessage = "TargetRegion is required.")]
[JsonProperty(PropertyName = "targetRegion")]
public string TargetRegion { get; set; }
Property Value
Type Description
string

The Destination region where Oracle AWS Key resource will replicate.

Remarks

Required

In this article
Back to top