Show / Hide Table of Contents

Class CreateAutomaticDrConfigurationMemberDetails

Create properties for a member in an Automatic DR configuration.

Inheritance
object
CreateAutomaticDrConfigurationMemberDetails
CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails
CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails
CreateAutomaticDrConfigurationMemberDatabaseDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
[JsonConverter(typeof(CreateAutomaticDrConfigurationMemberDetailsModelConverter))]
public class CreateAutomaticDrConfigurationMemberDetails

Properties

MemberId

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

The OCID of the member.
Example: ocid1.database.oc1..uniqueID

Remarks

Required

In this article
Back to top