Class: Virtuozzo::SOAP::Types::Backupm::Venv_configType

Inherits:
Env_configType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/backupm.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::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
qos - Virtuozzo::SOAP::Types::Backupm::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.



371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
# File 'lib/virtuozzo/soap/types/backupm.rb', line 371

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.



360
361
362
# File 'lib/virtuozzo/soap/types/backupm.rb', line 360

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



361
362
363
# File 'lib/virtuozzo/soap/types/backupm.rb', line 361

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



366
367
368
# File 'lib/virtuozzo/soap/types/backupm.rb', line 366

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



367
368
369
# File 'lib/virtuozzo/soap/types/backupm.rb', line 367

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



368
369
370
# File 'lib/virtuozzo/soap/types/backupm.rb', line 368

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



357
358
359
# File 'lib/virtuozzo/soap/types/backupm.rb', line 357

def description
  @description
end

#domainObject

Returns the value of attribute domain.



358
359
360
# File 'lib/virtuozzo/soap/types/backupm.rb', line 358

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



359
360
361
# File 'lib/virtuozzo/soap/types/backupm.rb', line 359

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



356
357
358
# File 'lib/virtuozzo/soap/types/backupm.rb', line 356

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



364
365
366
# File 'lib/virtuozzo/soap/types/backupm.rb', line 364

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



362
363
364
# File 'lib/virtuozzo/soap/types/backupm.rb', line 362

def os
  @os
end

#qosObject

Returns the value of attribute qos.



369
370
371
# File 'lib/virtuozzo/soap/types/backupm.rb', line 369

def qos
  @qos
end

#search_domainObject

Returns the value of attribute search_domain.



365
366
367
# File 'lib/virtuozzo/soap/types/backupm.rb', line 365

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



363
364
365
# File 'lib/virtuozzo/soap/types/backupm.rb', line 363

def type
  @type
end