Show / Hide Table of Contents

Class ReplicateOracleDbGcpKeyRingDetails

Replicate Oracle GCP Keyring resource.

Inheritance
object
ReplicateOracleDbGcpKeyRingDetails
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 ReplicateOracleDbGcpKeyRingDetails

Properties

Action

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

Action for replicate Resource.

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 GCP Keyring resource will replicate.

Remarks

Required

In this article
Back to top