Class CreateDrProtectionGroupMemberFileSystemDetails
Create properties for a file system member.
Inheritance
CreateDrProtectionGroupMemberFileSystemDetails
Inherited Members
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.
|
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. |