class Smartdc::Cli::Datacenter

Public Instance Methods

list() click to toggle source
# File lib/smartdc/cli/datacenter.rb, line 6
def list
  output Smartdc.datacenters, options.merge(table: :vertical)
end
show(name) click to toggle source
# File lib/smartdc/cli/datacenter.rb, line 11
def show(name)
  output Smartdc.datacenter(name)
end