Class: VersSdk::DeleteVmParams

Inherits:
Object
  • Object
show all
Defined in:
lib/vers_sdk/models.rb

Overview

Query parameters for DeleteVmParams

Instance Method Summary collapse

Instance Method Details

#to_hObject



2221
2222
2223
2224
2225
# File 'lib/vers_sdk/models.rb', line 2221

def to_h
  h = {}
  h["skip_wait_boot"] = @skip_wait_boot unless @skip_wait_boot.nil?
  h
end