Class: Pvectl::Models::SnapshotDescription::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/pvectl/models/snapshot_description.rb

Overview

Holds a single snapshot + its siblings for one VM/container.

Instance Attribute Summary collapse

Instance Attribute Details

#siblingsObject

Returns the value of attribute siblings

Returns:

  • (Object)

    the current value of siblings



21
22
23
# File 'lib/pvectl/models/snapshot_description.rb', line 21

def siblings
  @siblings
end

#snapshotObject

Returns the value of attribute snapshot

Returns:

  • (Object)

    the current value of snapshot



21
22
23
# File 'lib/pvectl/models/snapshot_description.rb', line 21

def snapshot
  @snapshot
end