1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Mike Pountney
6bedc5f3b4 Add is_shared attribute to network Model
is_shared reports whether a network is shared across all
vDCs within an organization, or just within the vDC it is defined in.
2014-02-26 10:34:42 +00:00
Mike Pountney
cb9802b239 Add fence_mode to network model
fence_mode can be 'isolated' (disconnected from EdgeGateway) or
'natRouted' (connected to NatService on EdgeGateway).

The network types differ significantly enough to have a separate
set of tests, to be expanded later.
2014-02-26 10:32:44 +00:00
Nick Osborn
bf38e751ac [vcloud_director] whitespace cleanup 2013-09-16 18:13:09 +01:00
Rodrigo Estebanez
063678f840 Rename Vcloudng to VcloudDirector 2013-08-27 11:19:54 +02:00
Renamed from lib/fog/vcloudng/models/compute/network.rb (Browse further)