Class: VCloud::NetworkConfigSection
- Inherits:
-
Object
- Object
- VCloud::NetworkConfigSection
- Includes:
- ParsesXml
- Defined in:
- lib/vcloud/user/network_config_section.rb
Overview
Container for vApp networks
Instance Method Summary collapse
-
#initialize ⇒ NetworkConfigSection
constructor
A new instance of NetworkConfigSection.
Methods included from ParsesXml
Constructor Details
#initialize ⇒ NetworkConfigSection
Returns a new instance of NetworkConfigSection.
15 16 17 18 |
# File 'lib/vcloud/user/network_config_section.rb', line 15 def initialize @info = 'Configuration parameters for logical networks' @network_configs = [] end |