Class: RightScale::InstanceState::PlannedVolumeState

Inherits:
Object
  • Object
show all
Defined in:
lib/instance/instance_state.rb

Overview

State for recording progress of planned volume management.

Instance Attribute Summary collapse

Instance Attribute Details

#disksObject

Returns the value of attribute disks.



85
86
87
# File 'lib/instance/instance_state.rb', line 85

def disks
  @disks
end

#mappingsObject

Returns the value of attribute mappings.



85
86
87
# File 'lib/instance/instance_state.rb', line 85

def mappings
  @mappings
end

#volumesObject

Returns the value of attribute volumes.



85
86
87
# File 'lib/instance/instance_state.rb', line 85

def volumes
  @volumes
end