Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.model |
Modifier and Type | Method and Description |
---|---|
FileSystemExportMappingDetails |
FileSystemExportMappingDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<FileSystemExportMappingDetails> |
UpdateDrProtectionGroupMemberFileSystemDetails.getExportMappings()
A list of mappings between file system exports in the primary region and mount targets in the
standby region.
|
List<FileSystemExportMappingDetails> |
CreateDrProtectionGroupMemberFileSystemDetails.getExportMappings()
A list of mappings between file system exports in the primary region and mount targets in the
standby region.
|
Modifier and Type | Method and Description |
---|---|
FileSystemExportMappingDetails.Builder |
FileSystemExportMappingDetails.Builder.copy(FileSystemExportMappingDetails model) |
Modifier and Type | Method and Description |
---|---|
UpdateDrProtectionGroupMemberFileSystemDetails.Builder |
UpdateDrProtectionGroupMemberFileSystemDetails.Builder.exportMappings(List<FileSystemExportMappingDetails> exportMappings)
A list of mappings between file system exports in the primary region and mount targets in
the standby region.
|
CreateDrProtectionGroupMemberFileSystemDetails.Builder |
CreateDrProtectionGroupMemberFileSystemDetails.Builder.exportMappings(List<FileSystemExportMappingDetails> exportMappings)
A list of mappings between file system exports in the primary region and mount targets in
the standby region.
|
Constructor and Description |
---|
CreateDrProtectionGroupMemberFileSystemDetails(String memberId,
String destinationAvailabilityDomain,
List<FileSystemExportMappingDetails> exportMappings)
Deprecated.
|
UpdateDrProtectionGroupMemberFileSystemDetails(String memberId,
String destinationAvailabilityDomain,
List<FileSystemExportMappingDetails> exportMappings)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.