We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a99ec2 commit 9816e83Copy full SHA for 9816e83
1 file changed
SoftLayer/CLI/virt/detail.py
@@ -57,7 +57,7 @@ def cli(self, identifier, passwords=False, price=False):
57
)])
58
table.add_row(['os_version',
59
operating_system.get('version') or formatting.blank()])
60
- ('billing:list', 'SoftLayer.CLI.billing.list:cli'),
+ table.add_row(['cores', result['maxCpu']])
61
table.add_row(['memory', formatting.mb_to_gb(result['maxMemory'])])
62
table.add_row(['public_ip',
63
result['primaryIpAddress'] or formatting.blank()])
0 commit comments