Class: Virtuozzo::SOAP::Types::Filer::Venv_configType

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

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.



245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# File 'lib/virtuozzo/soap/types/filer.rb', line 245

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.



234
235
236
# File 'lib/virtuozzo/soap/types/filer.rb', line 234

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



235
236
237
# File 'lib/virtuozzo/soap/types/filer.rb', line 235

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



240
241
242
# File 'lib/virtuozzo/soap/types/filer.rb', line 240

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



241
242
243
# File 'lib/virtuozzo/soap/types/filer.rb', line 241

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



242
243
244
# File 'lib/virtuozzo/soap/types/filer.rb', line 242

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



231
232
233
# File 'lib/virtuozzo/soap/types/filer.rb', line 231

def description
  @description
end

#domainObject

Returns the value of attribute domain.



232
233
234
# File 'lib/virtuozzo/soap/types/filer.rb', line 232

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



233
234
235
# File 'lib/virtuozzo/soap/types/filer.rb', line 233

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



230
231
232
# File 'lib/virtuozzo/soap/types/filer.rb', line 230

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



238
239
240
# File 'lib/virtuozzo/soap/types/filer.rb', line 238

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



236
237
238
# File 'lib/virtuozzo/soap/types/filer.rb', line 236

def os
  @os
end

#qosObject

Returns the value of attribute qos.



243
244
245
# File 'lib/virtuozzo/soap/types/filer.rb', line 243

def qos
  @qos
end

#search_domainObject

Returns the value of attribute search_domain.



239
240
241
# File 'lib/virtuozzo/soap/types/filer.rb', line 239

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



237
238
239
# File 'lib/virtuozzo/soap/types/filer.rb', line 237

def type
  @type
end