Class: Virtuozzo::SOAP::Types::ResLog::Venv_configType
- Inherits:
-
Env_configType
- Object
- Env_configType
- Virtuozzo::SOAP::Types::ResLog::Venv_configType
- Defined in:
- lib/virtuozzo/soap/types/res_log.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::ResLog::Ip_addressType
architecture - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::ResLog::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::ResLog::QosType
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.
184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 184 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.
173 174 175 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 173 def address @address end |
#architecture ⇒ Object
Returns the value of attribute architecture.
174 175 176 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 174 def architecture @architecture end |
#base_sample_id ⇒ Object
Returns the value of attribute base_sample_id.
179 180 181 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 179 def base_sample_id @base_sample_id end |
#base_snapshot_id ⇒ Object
Returns the value of attribute base_snapshot_id.
180 181 182 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 180 def base_snapshot_id @base_snapshot_id end |
#child_type ⇒ Object
Returns the value of attribute child_type.
181 182 183 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 181 def child_type @child_type end |
#description ⇒ Object
Returns the value of attribute description.
170 171 172 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 170 def description @description end |
#domain ⇒ Object
Returns the value of attribute domain.
171 172 173 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 171 def domain @domain end |
#hostname ⇒ Object
Returns the value of attribute hostname.
172 173 174 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 172 def hostname @hostname end |
#name ⇒ Object
Returns the value of attribute name.
169 170 171 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 169 def name @name end |
#nameserver ⇒ Object
Returns the value of attribute nameserver.
177 178 179 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 177 def nameserver @nameserver end |
#os ⇒ Object
Returns the value of attribute os.
175 176 177 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 175 def os @os end |
#qos ⇒ Object
Returns the value of attribute qos.
182 183 184 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 182 def qos @qos end |
#search_domain ⇒ Object
Returns the value of attribute search_domain.
178 179 180 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 178 def search_domain @search_domain end |
#type ⇒ Object
Returns the value of attribute type.
176 177 178 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 176 def type @type end |