Class: Virtuozzo::SOAP::Types::ServerGroup::RouteType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/server_group.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.



1962
1963
1964
1965
1966
1967
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1962

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.



1957
1958
1959
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1957

def director
  @director
end

#hostObject

Returns the value of attribute host.



1958
1959
1960
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1958

def host
  @host
end

#indexObject

Returns the value of attribute index.



1959
1960
1961
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1959

def index
  @index
end

#targetObject

Returns the value of attribute target.



1960
1961
1962
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1960

def target
  @target
end