Class: Virtuozzo::SOAP::Types::Devm::Env_configType

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



606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
# File 'lib/virtuozzo/soap/types/devm.rb', line 606

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.



596
597
598
# File 'lib/virtuozzo/soap/types/devm.rb', line 596

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



597
598
599
# File 'lib/virtuozzo/soap/types/devm.rb', line 597

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



602
603
604
# File 'lib/virtuozzo/soap/types/devm.rb', line 602

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



603
604
605
# File 'lib/virtuozzo/soap/types/devm.rb', line 603

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



604
605
606
# File 'lib/virtuozzo/soap/types/devm.rb', line 604

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



593
594
595
# File 'lib/virtuozzo/soap/types/devm.rb', line 593

def description
  @description
end

#domainObject

Returns the value of attribute domain.



594
595
596
# File 'lib/virtuozzo/soap/types/devm.rb', line 594

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



595
596
597
# File 'lib/virtuozzo/soap/types/devm.rb', line 595

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



592
593
594
# File 'lib/virtuozzo/soap/types/devm.rb', line 592

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



600
601
602
# File 'lib/virtuozzo/soap/types/devm.rb', line 600

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



598
599
600
# File 'lib/virtuozzo/soap/types/devm.rb', line 598

def os
  @os
end

#search_domainObject

Returns the value of attribute search_domain.



601
602
603
# File 'lib/virtuozzo/soap/types/devm.rb', line 601

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



599
600
601
# File 'lib/virtuozzo/soap/types/devm.rb', line 599

def type
  @type
end