Class: BigBang::DSL::LoadBalancer

Inherits:
Object
  • Object
show all
Defined in:
lib/bigbang/dsl/lb.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ LoadBalancer

Returns a new instance of LoadBalancer.



7
8
9
# File 'lib/bigbang/dsl/lb.rb', line 7

def initialize(name)
	@name = name
end

Instance Attribute Details

#availability_zonesObject

Returns the value of attribute availability_zones.



4
5
6
# File 'lib/bigbang/dsl/lb.rb', line 4

def availability_zones
  @availability_zones
end

#domainsObject

Returns the value of attribute domains.



4
5
6
# File 'lib/bigbang/dsl/lb.rb', line 4

def domains
  @domains
end

#ec2_elbObject

Returns the value of attribute ec2_elb.



5
6
7
# File 'lib/bigbang/dsl/lb.rb', line 5

def ec2_elb
  @ec2_elb
end

#listenersObject

Returns the value of attribute listeners.



4
5
6
# File 'lib/bigbang/dsl/lb.rb', line 4

def listeners
  @listeners
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/bigbang/dsl/lb.rb', line 4

def name
  @name
end