Class: Virtuozzo::SOAP::Types::ServerGroup::Venv_configType

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

Overview

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

name - SOAP::SOAPString
description - SOAP::SOAPBase64
domain - SOAP::SOAPString
hostname - SOAP::SOAPString
address - Virtuozzo::SOAP::Types::ServerGroup::Ip_addressType
architecture - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::ServerGroup::OsType
type - SOAP::SOAPString
nameserver - SOAP::SOAPString
search_domain - SOAP::SOAPString
base_sample_id - (any)
base_snapshot_id - (any)
child_type - SOAP::SOAPString
qos - Virtuozzo::SOAP::Types::ServerGroup::QosType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, description = nil, domain = nil, hostname = nil, address = [], architecture = nil, os = nil, type = nil, nameserver = [], search_domain = [], base_sample_id = nil, base_snapshot_id = nil, child_type = [], qos = []) ⇒ Venv_configType

Returns a new instance of Venv_configType.



194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
# File 'lib/virtuozzo/soap/types/server_group.rb', line 194

def initialize(name = nil, description = nil, domain = nil, hostname = nil, address = [], architecture = nil, os = nil, type = nil, nameserver = [], search_domain = [], base_sample_id = nil, base_snapshot_id = nil, child_type = [], qos = [])
  @name = name
  @description = description
  @domain = domain
  @hostname = hostname
  @address = address
  @architecture = architecture
  @os = os
  @type = type
  @nameserver = nameserver
  @search_domain = search_domain
  @base_sample_id = base_sample_id
  @base_snapshot_id = base_snapshot_id
  @child_type = child_type
  @qos = qos
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



183
184
185
# File 'lib/virtuozzo/soap/types/server_group.rb', line 183

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



184
185
186
# File 'lib/virtuozzo/soap/types/server_group.rb', line 184

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



189
190
191
# File 'lib/virtuozzo/soap/types/server_group.rb', line 189

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



190
191
192
# File 'lib/virtuozzo/soap/types/server_group.rb', line 190

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



191
192
193
# File 'lib/virtuozzo/soap/types/server_group.rb', line 191

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



180
181
182
# File 'lib/virtuozzo/soap/types/server_group.rb', line 180

def description
  @description
end

#domainObject

Returns the value of attribute domain.



181
182
183
# File 'lib/virtuozzo/soap/types/server_group.rb', line 181

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



182
183
184
# File 'lib/virtuozzo/soap/types/server_group.rb', line 182

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



179
180
181
# File 'lib/virtuozzo/soap/types/server_group.rb', line 179

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



187
188
189
# File 'lib/virtuozzo/soap/types/server_group.rb', line 187

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



185
186
187
# File 'lib/virtuozzo/soap/types/server_group.rb', line 185

def os
  @os
end

#qosObject

Returns the value of attribute qos.



192
193
194
# File 'lib/virtuozzo/soap/types/server_group.rb', line 192

def qos
  @qos
end

#search_domainObject

Returns the value of attribute search_domain.



188
189
190
# File 'lib/virtuozzo/soap/types/server_group.rb', line 188

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



186
187
188
# File 'lib/virtuozzo/soap/types/server_group.rb', line 186

def type
  @type
end