Class: Akashi::Vpc::Subnet::Elb

Inherits:
Base show all
Defined in:
lib/akashi/vpc/subnet/elb.rb

Class Method Summary collapse

Methods inherited from Base

all, cidr, #cidr_block, create, current_number, latest_cidr_block, name, netmask, netmask_binary, next_cidr_block, #number, object_class, role, #route_table=, step

Methods inherited from Ec2::Base

#name, #name=, service_class

Methods inherited from Base

all, base_class, collection, find, find_by, #initialize, object_class, where

Constructor Details

This class inherits a constructor from Akashi::Base

Class Method Details

.base_cidr_blockObject



6
7
8
# File 'lib/akashi/vpc/subnet/elb.rb', line 6

def base_cidr_block
  @base_cidr_block ||= IPAddr.new("10.0.0.0/19")
end