Class: Virtuozzo::SOAP::Types::Networkm::Env_configType

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



160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# File 'lib/virtuozzo/soap/types/networkm.rb', line 160

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.



150
151
152
# File 'lib/virtuozzo/soap/types/networkm.rb', line 150

def address
  @address
end

#architectureObject

Returns the value of attribute architecture.



151
152
153
# File 'lib/virtuozzo/soap/types/networkm.rb', line 151

def architecture
  @architecture
end

#base_sample_idObject

Returns the value of attribute base_sample_id.



156
157
158
# File 'lib/virtuozzo/soap/types/networkm.rb', line 156

def base_sample_id
  @base_sample_id
end

#base_snapshot_idObject

Returns the value of attribute base_snapshot_id.



157
158
159
# File 'lib/virtuozzo/soap/types/networkm.rb', line 157

def base_snapshot_id
  @base_snapshot_id
end

#child_typeObject

Returns the value of attribute child_type.



158
159
160
# File 'lib/virtuozzo/soap/types/networkm.rb', line 158

def child_type
  @child_type
end

#descriptionObject

Returns the value of attribute description.



147
148
149
# File 'lib/virtuozzo/soap/types/networkm.rb', line 147

def description
  @description
end

#domainObject

Returns the value of attribute domain.



148
149
150
# File 'lib/virtuozzo/soap/types/networkm.rb', line 148

def domain
  @domain
end

#hostnameObject

Returns the value of attribute hostname.



149
150
151
# File 'lib/virtuozzo/soap/types/networkm.rb', line 149

def hostname
  @hostname
end

#nameObject

Returns the value of attribute name.



146
147
148
# File 'lib/virtuozzo/soap/types/networkm.rb', line 146

def name
  @name
end

#nameserverObject

Returns the value of attribute nameserver.



154
155
156
# File 'lib/virtuozzo/soap/types/networkm.rb', line 154

def nameserver
  @nameserver
end

#osObject

Returns the value of attribute os.



152
153
154
# File 'lib/virtuozzo/soap/types/networkm.rb', line 152

def os
  @os
end

#search_domainObject

Returns the value of attribute search_domain.



155
156
157
# File 'lib/virtuozzo/soap/types/networkm.rb', line 155

def search_domain
  @search_domain
end

#typeObject

Returns the value of attribute type.



153
154
155
# File 'lib/virtuozzo/soap/types/networkm.rb', line 153

def type
  @type
end