github.com/tonnydourado/packer@v0.6.1-0.20140701134019-5d0cd9676a37/builder/parallels/common/tools_modes.go (about)

     1  package common
     2  
     3  // These are the different valid mode values for "parallels_tools_mode" which
     4  // determine how guest additions are delivered to the guest.
     5  const (
     6  	ParallelsToolsModeDisable string = "disable"
     7  	ParallelsToolsModeAttach         = "attach"
     8  	ParallelsToolsModeUpload         = "upload"
     9  )