Class: Virtuozzo::SOAP::Types::Envm::Venv_configType

Inherits:
Env_configType show all
Defined in:
lib/virtuozzo/soap/types/envm.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::Envm::Ip_addressType
architecture - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Envm::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::Envm::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.



216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# File 'lib/virtuozzo/soap/types/envm.rb', line 216

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.



205
206
207
# File 'lib/virtuozzo/soap/types/envm.rb', line 205

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



206
207
208
# File 'lib/virtuozzo/soap/types/envm.rb', line 206

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



211
212
213
# File 'lib/virtuozzo/soap/types/envm.rb', line 211

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



212
213
214
# File 'lib/virtuozzo/soap/types/envm.rb', line 212

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



213
214
215
# File 'lib/virtuozzo/soap/types/envm.rb', line 213

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



202
203
204
# File 'lib/virtuozzo/soap/types/envm.rb', line 202

def description
  @description
end

#domainObject

Returns the value of attribute domain.



203
204
205
# File 'lib/virtuozzo/soap/types/envm.rb', line 203

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



204
205
206
# File 'lib/virtuozzo/soap/types/envm.rb', line 204

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



201
202
203
# File 'lib/virtuozzo/soap/types/envm.rb', line 201

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



209
210
211
# File 'lib/virtuozzo/soap/types/envm.rb', line 209

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



207
208
209
# File 'lib/virtuozzo/soap/types/envm.rb', line 207

def os
  @os
end

#qosObject

Returns the value of attribute qos.



214
215
216
# File 'lib/virtuozzo/soap/types/envm.rb', line 214

def qos
  @qos
end

#search_domainObject

Returns the value of attribute search_domain.



210
211
212
# File 'lib/virtuozzo/soap/types/envm.rb', line 210

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



208
209
210
# File 'lib/virtuozzo/soap/types/envm.rb', line 208

def type
  @type
end