Interface StorageTarget.UpdateStages.WithBlobNfs

All Known Subinterfaces:
StorageTarget.Update
Enclosing interface:
StorageTarget.UpdateStages

public static interface StorageTarget.UpdateStages.WithBlobNfs
The stage of the StorageTarget update allowing to specify blobNfs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the blobNfs property: Properties when targetType is blobNfs..
  • Method Details

    • withBlobNfs

      StorageTarget.Update withBlobNfs(BlobNfsTarget blobNfs)
      Specifies the blobNfs property: Properties when targetType is blobNfs..
      Parameters:
      blobNfs - Properties when targetType is blobNfs.
      Returns:
      the next definition stage.