Class: CFM::NullVpc
Constant Summary
Constants inherited from Vpc
Instance Attribute Summary
Attributes inherited from Vpc
Instance Method Summary collapse
- #create ⇒ Object
- #destroy ⇒ Object
-
#initialize ⇒ NullVpc
constructor
A new instance of NullVpc.
Methods inherited from Vpc
#get_subnet_infos, #get_vpc_id
Methods included from EC2::VpcInterface
#get_subnet_infos, #get_vpc_id
Constructor Details
#initialize ⇒ NullVpc
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
#create ⇒ Object
7 8 |
# File 'lib/etude_for_aws/cfm/vpc/null_vpc.rb', line 7 def create end |
#destroy ⇒ Object
10 11 |
# File 'lib/etude_for_aws/cfm/vpc/null_vpc.rb', line 10 def destroy end |