Class: CFM::NullVpc

Inherits:
Vpc
  • Object
show all
Defined in:
lib/etude_for_aws/cfm/vpc/null_vpc.rb

Constant Summary

Constants inherited from Vpc

Vpc::TYPE

Instance Attribute Summary

Attributes inherited from Vpc

#config

Instance Method Summary collapse

Methods inherited from Vpc

#get_subnet_infos, #get_vpc_id

Methods included from EC2::VpcInterface

#get_subnet_infos, #get_vpc_id

Constructor Details

#initializeNullVpc

Returns a new instance of NullVpc.



3
4
5
# File 'lib/etude_for_aws/cfm/vpc/null_vpc.rb', line 3

def initialize
  super
end

Instance Method Details

#createObject



7
8
# File 'lib/etude_for_aws/cfm/vpc/null_vpc.rb', line 7

def create
end

#destroyObject



10
11
# File 'lib/etude_for_aws/cfm/vpc/null_vpc.rb', line 10

def destroy
end