mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
11 lines
291 B
Markdown
11 lines
291 B
Markdown
|
# Get network information
|
||
|
|
||
|
- To see all vApps list
|
||
|
|
||
|
connection.servers.service.vapps
|
||
|
|
||
|
- To see details of a particular vApp
|
||
|
|
||
|
selected_vapp = connection.servers.service.vapps.detect { |n| n.name == 'vapp-name' }
|
||
|
connection.servers.service.get_vapp(selected_vapp.href)
|