Class OSDisk


  • public class OSDisk
    extends Object
    Settings for the operating system disk of the virtual machine.
    • Constructor Detail

      • OSDisk

        public OSDisk()
    • Method Detail

      • caching

        public CachingType caching()
        Get the caching value.
        Returns:
        the caching value
      • withCaching

        public OSDisk withCaching​(CachingType caching)
        Set the caching value.
        Parameters:
        caching - the caching value to set
        Returns:
        the OSDisk object itself.