Show / Hide Table of Contents

Class DrProtectionGroupMember

The properties of a member in a DR protection group.

Inheritance
object
DrProtectionGroupMember
DrProtectionGroupMemberAutonomousContainerDatabase
DrProtectionGroupMemberAutonomousDatabase
DrProtectionGroupMemberComputeInstance
DrProtectionGroupMemberComputeInstanceMovable
DrProtectionGroupMemberComputeInstanceNonMovable
DrProtectionGroupMemberDatabase
DrProtectionGroupMemberFileSystem
DrProtectionGroupMemberLoadBalancer
DrProtectionGroupMemberNetworkLoadBalancer
DrProtectionGroupMemberObjectStorageBucket
DrProtectionGroupMemberOkeCluster
DrProtectionGroupMemberVolumeGroup
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(DrProtectionGroupMemberModelConverter))]
public class DrProtectionGroupMember

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.instance.oc1..uniqueID

Remarks

Required

In this article
Back to top