Class: Virtuozzo::SOAP::Types::Packagem::Venv_configType
- Inherits:
-
Env_configType
- Object
- Env_configType
- Virtuozzo::SOAP::Types::Packagem::Venv_configType
- Defined in:
- lib/virtuozzo/soap/types/packagem.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::Packagem::Ip_addressType
architecture - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Packagem::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::Packagem::QosType
Direct Known Subclasses
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#architecture ⇒ Object
Returns the value of attribute architecture.
-
#base_sample_id ⇒ Object
Returns the value of attribute base_sample_id.
-
#base_snapshot_id ⇒ Object
Returns the value of attribute base_snapshot_id.
-
#child_type ⇒ Object
Returns the value of attribute child_type.
-
#description ⇒ Object
Returns the value of attribute description.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nameserver ⇒ Object
Returns the value of attribute nameserver.
-
#os ⇒ Object
Returns the value of attribute os.
-
#qos ⇒ Object
Returns the value of attribute qos.
-
#search_domain ⇒ Object
Returns the value of attribute search_domain.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#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
constructor
A new instance of Venv_configType.
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.
612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 612 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
#address ⇒ Object
Returns the value of attribute address.
601 602 603 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 601 def address @address end |
#architecture ⇒ Object
Returns the value of attribute architecture.
602 603 604 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 602 def architecture @architecture end |
#base_sample_id ⇒ Object
Returns the value of attribute base_sample_id.
607 608 609 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 607 def base_sample_id @base_sample_id end |
#base_snapshot_id ⇒ Object
Returns the value of attribute base_snapshot_id.
608 609 610 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 608 def base_snapshot_id @base_snapshot_id end |
#child_type ⇒ Object
Returns the value of attribute child_type.
609 610 611 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 609 def child_type @child_type end |
#description ⇒ Object
Returns the value of attribute description.
598 599 600 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 598 def description @description end |
#domain ⇒ Object
Returns the value of attribute domain.
599 600 601 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 599 def domain @domain end |
#hostname ⇒ Object
Returns the value of attribute hostname.
600 601 602 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 600 def hostname @hostname end |
#name ⇒ Object
Returns the value of attribute name.
597 598 599 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 597 def name @name end |
#nameserver ⇒ Object
Returns the value of attribute nameserver.
605 606 607 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 605 def nameserver @nameserver end |
#os ⇒ Object
Returns the value of attribute os.
603 604 605 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 603 def os @os end |
#qos ⇒ Object
Returns the value of attribute qos.
610 611 612 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 610 def qos @qos end |
#search_domain ⇒ Object
Returns the value of attribute search_domain.
606 607 608 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 606 def search_domain @search_domain end |
#type ⇒ Object
Returns the value of attribute type.
604 605 606 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 604 def type @type end |