Show / Hide Table of Contents

Class CreateDrProtectionGroupMemberFileSystemDetails

Create properties for a file system member.

Inheritance
object
CreateDrProtectionGroupMemberDetails
CreateDrProtectionGroupMemberFileSystemDetails
Inherited Members
CreateDrProtectionGroupMemberDetails.MemberId
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
public class CreateDrProtectionGroupMemberFileSystemDetails : CreateDrProtectionGroupMemberDetails

Properties

DestinationAvailabilityDomain

Declaration
[JsonProperty(PropertyName = "destinationAvailabilityDomain")]
public string DestinationAvailabilityDomain { get; set; }
Property Value
Type Description
string

The availability domain of the destination mount target.
Example: BBTh:region-AD

DestinationEncryptionKey

Declaration
[JsonProperty(PropertyName = "destinationEncryptionKey")]
public CreateVaultAndEncryptionKeyDetails DestinationEncryptionKey { get; set; }
Property Value
Type Description
CreateVaultAndEncryptionKeyDetails

DestinationSnapshotPolicyId

Declaration
[JsonProperty(PropertyName = "destinationSnapshotPolicyId")]
public string DestinationSnapshotPolicyId { get; set; }
Property Value
Type Description
string

The OCID of the snapshot policy to use in the destination region. This policy will be attached to the file system after it moves to the destination region.
Example: ocid1.filesystemsnapshotpolicy.oc1..uniqueID

ExportMappings

Declaration
[JsonProperty(PropertyName = "exportMappings")]
public List<FileSystemExportMappingDetails> ExportMappings { get; set; }
Property Value
Type Description
List<FileSystemExportMappingDetails>

A list of mappings between file system exports in the primary region and mount targets in the standby region.

In this article
Back to top