Class: Virtuozzo::SOAP::Types::PerfMon::RouteType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/perf_mon.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/protocolrouteType

director - SOAP::SOAPString
host - SOAP::SOAPString
index - SOAP::SOAPString
target - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(director = nil, host = nil, index = nil, target = nil) ⇒ RouteType

Returns a new instance of RouteType.



1899
1900
1901
1902
1903
1904
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1899

def initialize(director = nil, host = nil, index = nil, target = nil)
  @director = director
  @host = host
  @index = index
  @target = target
end

Instance Attribute Details

#directorObject

Returns the value of attribute director.



1894
1895
1896
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1894

def director
  @director
end

#hostObject

Returns the value of attribute host.



1895
1896
1897
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1895

def host
  @host
end

#indexObject

Returns the value of attribute index.



1896
1897
1898
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1896

def index
  @index
end

#targetObject

Returns the value of attribute target.



1897
1898
1899
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1897

def target
  @target
end