Class DrProtectionGroupMemberFileSystem
The properties for a file system member of a DR protection group.
Inherited Members
Namespace: Oci.DisasterrecoveryService.Models
Assembly: OCI.DotNetSDK.Disasterrecovery.dll
Syntax
public class DrProtectionGroupMemberFileSystem : DrProtectionGroupMember
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 |
ExportMappings
Declaration
[JsonProperty(PropertyName = "exportMappings")]
public List<FileSystemExportMapping> ExportMappings { get; set; }
Property Value
Type | Description |
---|---|
List<FileSystemExportMapping> | A list of mappings between the primary region file system export and destination region mount target. |