Class: Virtuozzo::SOAP::Types::Scheduler::Venv_configType

Inherits:
Env_configType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/scheduler.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::Scheduler::Ip_addressType
architecture - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Scheduler::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::Scheduler::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.



287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 287

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.



276
277
278
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 276

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



277
278
279
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 277

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



282
283
284
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 282

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



283
284
285
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 283

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



284
285
286
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 284

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



273
274
275
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 273

def description
  @description
end

#domainObject

Returns the value of attribute domain.



274
275
276
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 274

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



275
276
277
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 275

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



272
273
274
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 272

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



280
281
282
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 280

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



278
279
280
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 278

def os
  @os
end

#qosObject

Returns the value of attribute qos.



285
286
287
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 285

def qos
  @qos
end

#search_domainObject

Returns the value of attribute search_domain.



281
282
283
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 281

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



279
280
281
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 279

def type
  @type
end