Show / Hide Table of Contents

Class AutomaticDrConfigurationMember

Details of a member in an Automatic DR configuration.

Inheritance
object
AutomaticDrConfigurationMember
AutomaticDrConfigurationMemberAutonomousContainerDatabase
AutomaticDrConfigurationMemberAutonomousDatabase
AutomaticDrConfigurationMemberDatabase
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(AutomaticDrConfigurationMemberModelConverter))]
public class AutomaticDrConfigurationMember

Properties

MemberId

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

The unique id of the member. Must not be modified by user.
Example: ocid1.database.oc1..uniqueID

Remarks

Required

In this article
Back to top