Class: Virtuozzo::SOAP::Types::Envm::EnvmType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/envm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/envmenvmType

configuration - Virtuozzo::SOAP::Types::Envm::ConfigurationType
ok - Virtuozzo::SOAP::Types::Envm::EnvmType::Ok
error - Virtuozzo::SOAP::Types::Envm::EnvmType::Error
create - Virtuozzo::SOAP::Types::Envm::Create
repair - Virtuozzo::SOAP::Types::Envm::Repair
stop_repair - Virtuozzo::SOAP::Types::Envm::Stop_repair
start - Virtuozzo::SOAP::Types::Envm::Start
stop - Virtuozzo::SOAP::Types::Envm::Stop
restart - Virtuozzo::SOAP::Types::Envm::Restart
destroy - Virtuozzo::SOAP::Types::Envm::Destroy
suspend - Virtuozzo::SOAP::Types::Envm::Suspend
resume - Virtuozzo::SOAP::Types::Envm::Resume
get_info - Virtuozzo::SOAP::Types::Envm::Get_info
get_list - Virtuozzo::SOAP::Types::Envm::Get_list
set - Virtuozzo::SOAP::Types::Envm::Set
put_private - Virtuozzo::SOAP::Types::Envm::Put_private
get_private - Virtuozzo::SOAP::Types::Envm::Get_private
get_vt_settings - Virtuozzo::SOAP::Types::Envm::Get_vt_settings
set_vt_settings - Virtuozzo::SOAP::Types::Envm::Set_vt_settings
get_vt_info - Virtuozzo::SOAP::Types::Envm::Get_vt_info
get_log - Virtuozzo::SOAP::Types::Envm::Get_log
get_native_config - Virtuozzo::SOAP::Types::Envm::Get_native_config
get_virtual_config - Virtuozzo::SOAP::Types::Envm::Get_virtual_config
env - Virtuozzo::SOAP::Types::Envm::EnvType
eid - (any)
value - SOAP::SOAPBase64
vt_settings - Virtuozzo::SOAP::Types::Envm::Vt_settingsType
vt_info - Virtuozzo::SOAP::Types::Envm::Vt_infoType
env_config - Virtuozzo::SOAP::Types::Envm::Env_configType
virtual_config - Virtuozzo::SOAP::Types::Envm::Venv_configType
native_config - Virtuozzo::SOAP::Types::Envm::Native_configType
log - SOAP::SOAPBase64

Direct Known Subclasses

VzaenvmType

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], create = [], repair = [], stop_repair = [], start = [], stop = [], restart = [], destroy = [], suspend = [], resume = [], get_info = [], get_list = [], set = [], put_private = [], get_private = [], get_vt_settings = [], set_vt_settings = [], get_vt_info = [], get_log = [], get_native_config = [], get_virtual_config = [], env = [], eid = [], value = [], vt_settings = [], vt_info = [], env_config = [], virtual_config = [], native_config = [], log = []) ⇒ EnvmType

Returns a new instance of EnvmType.



2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
# File 'lib/virtuozzo/soap/types/envm.rb', line 2330

def initialize(configuration = nil, ok = [], error = [], create = [], repair = [], stop_repair = [], start = [], stop = [], restart = [], destroy = [], suspend = [], resume = [], get_info = [], get_list = [], set = [], put_private = [], get_private = [], get_vt_settings = [], set_vt_settings = [], get_vt_info = [], get_log = [], get_native_config = [], get_virtual_config = [], env = [], eid = [], value = [], vt_settings = [], vt_info = [], env_config = [], virtual_config = [], native_config = [], log = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @create = create
  @repair = repair
  @stop_repair = stop_repair
  @start = start
  @stop = stop
  @restart = restart
  @destroy = destroy
  @suspend = suspend
  @resume = resume
  @get_info = get_info
  @get_list = get_list
  @set = set
  @put_private = put_private
  @get_private = get_private
  @get_vt_settings = get_vt_settings
  @set_vt_settings = set_vt_settings
  @get_vt_info = get_vt_info
  @get_log = get_log
  @get_native_config = get_native_config
  @get_virtual_config = get_virtual_config
  @env = env
  @eid = eid
  @value = value
  @vt_settings = vt_settings
  @vt_info = vt_info
  @env_config = env_config
  @virtual_config = virtual_config
  @native_config = native_config
  @log = log
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



2297
2298
2299
# File 'lib/virtuozzo/soap/types/envm.rb', line 2297

def configuration
  @configuration
end

#createObject

Returns the value of attribute create.



2300
2301
2302
# File 'lib/virtuozzo/soap/types/envm.rb', line 2300

def create
  @create
end

#destroyObject

Returns the value of attribute destroy.



2306
2307
2308
# File 'lib/virtuozzo/soap/types/envm.rb', line 2306

def destroy
  @destroy
end

#eidObject

Returns the value of attribute eid.



2321
2322
2323
# File 'lib/virtuozzo/soap/types/envm.rb', line 2321

def eid
  @eid
end

#envObject

Returns the value of attribute env.



2320
2321
2322
# File 'lib/virtuozzo/soap/types/envm.rb', line 2320

def env
  @env
end

#env_configObject

Returns the value of attribute env_config.



2325
2326
2327
# File 'lib/virtuozzo/soap/types/envm.rb', line 2325

def env_config
  @env_config
end

#errorObject

Returns the value of attribute error.



2299
2300
2301
# File 'lib/virtuozzo/soap/types/envm.rb', line 2299

def error
  @error
end

#get_infoObject

Returns the value of attribute get_info.



2309
2310
2311
# File 'lib/virtuozzo/soap/types/envm.rb', line 2309

def get_info
  @get_info
end

#get_listObject

Returns the value of attribute get_list.



2310
2311
2312
# File 'lib/virtuozzo/soap/types/envm.rb', line 2310

def get_list
  @get_list
end

#get_logObject

Returns the value of attribute get_log.



2317
2318
2319
# File 'lib/virtuozzo/soap/types/envm.rb', line 2317

def get_log
  @get_log
end

#get_native_configObject

Returns the value of attribute get_native_config.



2318
2319
2320
# File 'lib/virtuozzo/soap/types/envm.rb', line 2318

def get_native_config
  @get_native_config
end

#get_privateObject

Returns the value of attribute get_private.



2313
2314
2315
# File 'lib/virtuozzo/soap/types/envm.rb', line 2313

def get_private
  @get_private
end

#get_virtual_configObject

Returns the value of attribute get_virtual_config.



2319
2320
2321
# File 'lib/virtuozzo/soap/types/envm.rb', line 2319

def get_virtual_config
  @get_virtual_config
end

#get_vt_infoObject

Returns the value of attribute get_vt_info.



2316
2317
2318
# File 'lib/virtuozzo/soap/types/envm.rb', line 2316

def get_vt_info
  @get_vt_info
end

#get_vt_settingsObject

Returns the value of attribute get_vt_settings.



2314
2315
2316
# File 'lib/virtuozzo/soap/types/envm.rb', line 2314

def get_vt_settings
  @get_vt_settings
end

#logObject

Returns the value of attribute log.



2328
2329
2330
# File 'lib/virtuozzo/soap/types/envm.rb', line 2328

def log
  @log
end

#native_configObject

Returns the value of attribute native_config.



2327
2328
2329
# File 'lib/virtuozzo/soap/types/envm.rb', line 2327

def native_config
  @native_config
end

#okObject

Returns the value of attribute ok.



2298
2299
2300
# File 'lib/virtuozzo/soap/types/envm.rb', line 2298

def ok
  @ok
end

#put_privateObject

Returns the value of attribute put_private.



2312
2313
2314
# File 'lib/virtuozzo/soap/types/envm.rb', line 2312

def put_private
  @put_private
end

#repairObject

Returns the value of attribute repair.



2301
2302
2303
# File 'lib/virtuozzo/soap/types/envm.rb', line 2301

def repair
  @repair
end

#restartObject

Returns the value of attribute restart.



2305
2306
2307
# File 'lib/virtuozzo/soap/types/envm.rb', line 2305

def restart
  @restart
end

#resumeObject

Returns the value of attribute resume.



2308
2309
2310
# File 'lib/virtuozzo/soap/types/envm.rb', line 2308

def resume
  @resume
end

#setObject

Returns the value of attribute set.



2311
2312
2313
# File 'lib/virtuozzo/soap/types/envm.rb', line 2311

def set
  @set
end

#set_vt_settingsObject

Returns the value of attribute set_vt_settings.



2315
2316
2317
# File 'lib/virtuozzo/soap/types/envm.rb', line 2315

def set_vt_settings
  @set_vt_settings
end

#startObject

Returns the value of attribute start.



2303
2304
2305
# File 'lib/virtuozzo/soap/types/envm.rb', line 2303

def start
  @start
end

#stopObject

Returns the value of attribute stop.



2304
2305
2306
# File 'lib/virtuozzo/soap/types/envm.rb', line 2304

def stop
  @stop
end

#stop_repairObject

Returns the value of attribute stop_repair.



2302
2303
2304
# File 'lib/virtuozzo/soap/types/envm.rb', line 2302

def stop_repair
  @stop_repair
end

#suspendObject

Returns the value of attribute suspend.



2307
2308
2309
# File 'lib/virtuozzo/soap/types/envm.rb', line 2307

def suspend
  @suspend
end

#valueObject

Returns the value of attribute value.



2322
2323
2324
# File 'lib/virtuozzo/soap/types/envm.rb', line 2322

def value
  @value
end

#virtual_configObject

Returns the value of attribute virtual_config.



2326
2327
2328
# File 'lib/virtuozzo/soap/types/envm.rb', line 2326

def virtual_config
  @virtual_config
end

#vt_infoObject

Returns the value of attribute vt_info.



2324
2325
2326
# File 'lib/virtuozzo/soap/types/envm.rb', line 2324

def vt_info
  @vt_info
end

#vt_settingsObject

Returns the value of attribute vt_settings.



2323
2324
2325
# File 'lib/virtuozzo/soap/types/envm.rb', line 2323

def vt_settings
  @vt_settings
end