Class: Virtuozzo::SOAP::Types::Processm::Env_configType

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



522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
# File 'lib/virtuozzo/soap/types/processm.rb', line 522

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.



512
513
514
# File 'lib/virtuozzo/soap/types/processm.rb', line 512

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



513
514
515
# File 'lib/virtuozzo/soap/types/processm.rb', line 513

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



518
519
520
# File 'lib/virtuozzo/soap/types/processm.rb', line 518

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



519
520
521
# File 'lib/virtuozzo/soap/types/processm.rb', line 519

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



520
521
522
# File 'lib/virtuozzo/soap/types/processm.rb', line 520

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



509
510
511
# File 'lib/virtuozzo/soap/types/processm.rb', line 509

def description
  @description
end

#domainObject

Returns the value of attribute domain.



510
511
512
# File 'lib/virtuozzo/soap/types/processm.rb', line 510

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



511
512
513
# File 'lib/virtuozzo/soap/types/processm.rb', line 511

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



508
509
510
# File 'lib/virtuozzo/soap/types/processm.rb', line 508

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



516
517
518
# File 'lib/virtuozzo/soap/types/processm.rb', line 516

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



514
515
516
# File 'lib/virtuozzo/soap/types/processm.rb', line 514

def os
  @os
end

#search_domainObject

Returns the value of attribute search_domain.



517
518
519
# File 'lib/virtuozzo/soap/types/processm.rb', line 517

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



515
516
517
# File 'lib/virtuozzo/soap/types/processm.rb', line 515

def type
  @type
end