Class: LoadBalancer::Listener

Inherits:
BaseModel show all
Defined in:
lib/deltacloud/models/load_balancer.rb

Instance Attribute Summary collapse

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_portObject

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_portObject

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

#protocolObject

Returns the value of attribute protocol.



33
34
35
# File 'lib/deltacloud/models/load_balancer.rb', line 33

def protocol
  @protocol
end