Sha256: 547759327914635ed167b4b55c6bfcff3b2c76a3080b2d6959e16de4fba1b910
Contents?: true
Size: 631 Bytes
Versions: 19
Compression:
Stored size: 631 Bytes
Contents
module VirtualBox module COM module Interface module Version_3_2_X class Snapshot < AbstractInterface IID = "1a2d0551-58a4-4107-857e-ef414fc42ffc" property :id, WSTRING, :readonly => true property :name, WSTRING property :description, WSTRING property :time_stamp, T_INT64, :readonly => true property :online, T_BOOL, :readonly => true property :machine, :Machine, :readonly => true property :parent, :Snapshot, :readonly => true property :children, [:Snapshot], :readonly => true end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems