Class: LoadBalancer::Listener
- Defined in:
- lib/deltacloud/models/load_balancer.rb
Instance Attribute Summary collapse
-
#instance_port ⇒ Object
Returns the value of attribute instance_port.
-
#load_balancer_port ⇒ Object
Returns the value of attribute load_balancer_port.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
Method Summary
Methods inherited from BaseModel
attr_accessor, attributes, #attributes, #id, #initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from BaseModel
Instance Attribute Details
#instance_port ⇒ Object
Returns the value of attribute instance_port.
35 36 37 |
# File 'lib/deltacloud/models/load_balancer.rb', line 35 def instance_port @instance_port end |
#load_balancer_port ⇒ Object
Returns the value of attribute load_balancer_port.
34 35 36 |
# File 'lib/deltacloud/models/load_balancer.rb', line 34 def load_balancer_port @load_balancer_port end |
#protocol ⇒ Object
Returns the value of attribute protocol.
33 34 35 |
# File 'lib/deltacloud/models/load_balancer.rb', line 33 def protocol @protocol end |