Class RestoreFilesTargetInfo


  • public final class RestoreFilesTargetInfo
    extends RestoreTargetInfoBase
    Class encapsulating restore as files target parameters.
    • Constructor Detail

      • RestoreFilesTargetInfo

        public RestoreFilesTargetInfo()
    • Method Detail

      • targetDetails

        public TargetDetails targetDetails()
        Get the targetDetails property: Destination of RestoreAsFiles operation, when destination is not a datasource.
        Returns:
        the targetDetails value.
      • withTargetDetails

        public RestoreFilesTargetInfo withTargetDetails​(TargetDetails targetDetails)
        Set the targetDetails property: Destination of RestoreAsFiles operation, when destination is not a datasource.
        Parameters:
        targetDetails - the targetDetails value to set.
        Returns:
        the RestoreFilesTargetInfo object itself.