Method: NCC::Connection::OpenStack#size_desc
- Defined in:
- lib/ncc/connection/openstack.rb
#size_desc(f) ⇒ Object
52 53 54 55 |
# File 'lib/ncc/connection/openstack.rb', line 52 def size_desc(f) (f.vcpus > 1 ? "#{f.vcpus}CPU " : "") + "#{(f.ram / 1024).round}GB RAM #{f.disk + f.ephemeral}GB disk" end |