Interface Disk.DefinitionStages.WithHostCaching

All Known Subinterfaces:
Disk.Definition, Disk.DefinitionStages.WithCreate
Enclosing interface:
Disk.DefinitionStages

public static interface Disk.DefinitionStages.WithHostCaching
The stage of the Disk definition allowing to specify hostCaching.
  • Method Details

    • withHostCaching

      Disk.DefinitionStages.WithCreate withHostCaching(String hostCaching)
      Specifies the hostCaching property: The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite)..
      Parameters:
      hostCaching - The host caching policy of the disk (i.e. None, ReadOnly, ReadWrite).
      Returns:
      the next definition stage.