Class: Virtuozzo::SOAP::Types::ServerGroup::Get_list::Options

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

Overview

inner class for member: options http://www.swsoft.com/webservices/vzl/4.0.0/server_groupoptions

hostname - SOAP::SOAPString
ip - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hostname = nil, ip = nil) ⇒ Options

Returns a new instance of Options.



2171
2172
2173
2174
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2171

def initialize(hostname = nil, ip = nil)
  @hostname = hostname
  @ip = ip
end

Instance Attribute Details

#hostnameObject

Returns the value of attribute hostname.



2168
2169
2170
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2168

def hostname
  @hostname
end

#ipObject

Returns the value of attribute ip.



2169
2170
2171
# File 'lib/virtuozzo/soap/types/server_group.rb', line 2169

def ip
  @ip
end