Class: Virtuozzo::SOAP::Types::Backupm::Env_configType

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

Overview

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

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

Direct Known Subclasses

Venv_configType

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 = []) ⇒ Env_configType

Returns a new instance of Env_configType.



323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'lib/virtuozzo/soap/types/backupm.rb', line 323

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 = [])
  @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
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



313
314
315
# File 'lib/virtuozzo/soap/types/backupm.rb', line 313

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



314
315
316
# File 'lib/virtuozzo/soap/types/backupm.rb', line 314

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



319
320
321
# File 'lib/virtuozzo/soap/types/backupm.rb', line 319

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



320
321
322
# File 'lib/virtuozzo/soap/types/backupm.rb', line 320

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



321
322
323
# File 'lib/virtuozzo/soap/types/backupm.rb', line 321

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



310
311
312
# File 'lib/virtuozzo/soap/types/backupm.rb', line 310

def description
  @description
end

#domainObject

Returns the value of attribute domain.



311
312
313
# File 'lib/virtuozzo/soap/types/backupm.rb', line 311

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



312
313
314
# File 'lib/virtuozzo/soap/types/backupm.rb', line 312

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



309
310
311
# File 'lib/virtuozzo/soap/types/backupm.rb', line 309

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



317
318
319
# File 'lib/virtuozzo/soap/types/backupm.rb', line 317

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



315
316
317
# File 'lib/virtuozzo/soap/types/backupm.rb', line 315

def os
  @os
end

#search_domainObject

Returns the value of attribute search_domain.



318
319
320
# File 'lib/virtuozzo/soap/types/backupm.rb', line 318

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



316
317
318
# File 'lib/virtuozzo/soap/types/backupm.rb', line 316

def type
  @type
end