lib/cloudstack-cli/commands/capacity.rb in cloudstack-cli-0.3.10 vs lib/cloudstack-cli/commands/capacity.rb in cloudstack-cli-0.3.11
- old
+ new
@@ -10,10 +10,10 @@
7 => {name: "VLAN"},
8 => {name: "Direct Attached Public IP's"},
9 => {name: "Local Storage", unit: "TB", divider: 1024.0**4}
}
- desc "list", "list system capacity"
+ desc "capacity list", "list system capacity"
option :zone
def list
capacities = client.list_capacity
table = []
header = ["Zone", "Type", "Capacity Used", "Capacity Total", "Used"]
\ No newline at end of file