Class: Azure::CloudServiceManagement::InputEndpoint

Inherits:
Object
  • Object
show all
Defined in:
lib/azure/cloud_service_management/input_endpoint.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ InputEndpoint

Returns a new instance of InputEndpoint.

Yields:

  • (_self)

Yield Parameters:



19
20
21
# File 'lib/azure/cloud_service_management/input_endpoint.rb', line 19

def initialize
  yield self if block_given?
end

Instance Attribute Details

#portObject

Returns the value of attribute port.



23
24
25
# File 'lib/azure/cloud_service_management/input_endpoint.rb', line 23

def port
  @port
end

#protocolObject

Returns the value of attribute protocol.



24
25
26
# File 'lib/azure/cloud_service_management/input_endpoint.rb', line 24

def protocol
  @protocol
end

#vipObject

Returns the value of attribute vip.



25
26
27
# File 'lib/azure/cloud_service_management/input_endpoint.rb', line 25

def vip
  @vip
end