Class: Virtuozzo::SOAP::Types::Support::Venv_configType

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

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 = [], qos = []) ⇒ Venv_configType

Returns a new instance of Venv_configType.



578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
# File 'lib/virtuozzo/soap/types/support.rb', line 578

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.



567
568
569
# File 'lib/virtuozzo/soap/types/support.rb', line 567

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



568
569
570
# File 'lib/virtuozzo/soap/types/support.rb', line 568

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



573
574
575
# File 'lib/virtuozzo/soap/types/support.rb', line 573

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



574
575
576
# File 'lib/virtuozzo/soap/types/support.rb', line 574

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



575
576
577
# File 'lib/virtuozzo/soap/types/support.rb', line 575

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



564
565
566
# File 'lib/virtuozzo/soap/types/support.rb', line 564

def description
  @description
end

#domainObject

Returns the value of attribute domain.



565
566
567
# File 'lib/virtuozzo/soap/types/support.rb', line 565

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



566
567
568
# File 'lib/virtuozzo/soap/types/support.rb', line 566

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



563
564
565
# File 'lib/virtuozzo/soap/types/support.rb', line 563

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



571
572
573
# File 'lib/virtuozzo/soap/types/support.rb', line 571

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



569
570
571
# File 'lib/virtuozzo/soap/types/support.rb', line 569

def os
  @os
end

#qosObject

Returns the value of attribute qos.



576
577
578
# File 'lib/virtuozzo/soap/types/support.rb', line 576

def qos
  @qos
end

#search_domainObject

Returns the value of attribute search_domain.



572
573
574
# File 'lib/virtuozzo/soap/types/support.rb', line 572

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



570
571
572
# File 'lib/virtuozzo/soap/types/support.rb', line 570

def type
  @type
end