Class: BigBang::DSL::LoadBalancer
- Inherits:
-
Object
- Object
- BigBang::DSL::LoadBalancer
- Defined in:
- lib/bigbang/dsl/lb.rb
Instance Attribute Summary collapse
-
#availability_zones ⇒ Object
Returns the value of attribute availability_zones.
-
#domains ⇒ Object
Returns the value of attribute domains.
-
#ec2_elb ⇒ Object
Returns the value of attribute ec2_elb.
-
#listeners ⇒ Object
Returns the value of attribute listeners.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ LoadBalancer
constructor
A new instance of LoadBalancer.
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_zones ⇒ Object
Returns the value of attribute availability_zones.
4 5 6 |
# File 'lib/bigbang/dsl/lb.rb', line 4 def availability_zones @availability_zones end |
#domains ⇒ Object
Returns the value of attribute domains.
4 5 6 |
# File 'lib/bigbang/dsl/lb.rb', line 4 def domains @domains end |
#ec2_elb ⇒ Object
Returns the value of attribute ec2_elb.
5 6 7 |
# File 'lib/bigbang/dsl/lb.rb', line 5 def ec2_elb @ec2_elb end |
#listeners ⇒ Object
Returns the value of attribute listeners.
4 5 6 |
# File 'lib/bigbang/dsl/lb.rb', line 4 def listeners @listeners end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/bigbang/dsl/lb.rb', line 4 def name @name end |