Class: Bosh::AwsCloud::DynamicNetwork

Inherits:
Network
  • Object
show all
Defined in:
lib/cloud/aws/dynamic_network.rb

Instance Method Summary collapse

Methods included from Helpers

#cloud_error, #default_ephemeral_disk_mapping, #ebs_ephemeral_disk_mapping, #extract_security_groups

Constructor Details

#initialize(name, spec) ⇒ DynamicNetwork

Creates a new dynamic network

Parameters:

  • name (String)

    Network name

  • spec (Hash)

    Raw network spec



13
14
15
# File 'lib/cloud/aws/dynamic_network.rb', line 13

def initialize(name, spec)
  super
end

Instance Method Details

#configure(ec2, instance) ⇒ Object



17
18
# File 'lib/cloud/aws/dynamic_network.rb', line 17

def configure(ec2, instance)
end