Class: Virtuozzo::SOAP::Types::Devm::VzadevmType

Inherits:
DevmType show all
Defined in:
lib/virtuozzo/soap/types/devm.rb

Overview

Direct Known Subclasses

Vzadevm

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], get_mounts = [], new_mount = [], umount = [], get_info = [], create_drive = [], delete_drive = [], resize_drive = [], format_drive = [], list_device = [], forward_device = [], remove_forward = [], list_forward = [], mount = [], device_info = [], device = [], forward = []) ⇒ VzadevmType

Returns a new instance of VzadevmType.



387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
# File 'lib/virtuozzo/soap/types/devm.rb', line 387

def initialize(configuration = nil, ok = [], error = [], get_mounts = [], new_mount = [], umount = [], get_info = [], create_drive = [], delete_drive = [], resize_drive = [], format_drive = [], list_device = [], forward_device = [], remove_forward = [], list_forward = [], mount = [], device_info = [], device = [], forward = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @get_mounts = get_mounts
  @new_mount = new_mount
  @umount = umount
  @get_info = get_info
  @create_drive = create_drive
  @delete_drive = delete_drive
  @resize_drive = resize_drive
  @format_drive = format_drive
  @list_device = list_device
  @forward_device = forward_device
  @remove_forward = remove_forward
  @list_forward = list_forward
  @mount = mount
  @device_info = device_info
  @device = device
  @forward = forward
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



367
368
369
# File 'lib/virtuozzo/soap/types/devm.rb', line 367

def configuration
  @configuration
end

#create_driveObject

Returns the value of attribute create_drive.



374
375
376
# File 'lib/virtuozzo/soap/types/devm.rb', line 374

def create_drive
  @create_drive
end

#delete_driveObject

Returns the value of attribute delete_drive.



375
376
377
# File 'lib/virtuozzo/soap/types/devm.rb', line 375

def delete_drive
  @delete_drive
end

#deviceObject

Returns the value of attribute device.



384
385
386
# File 'lib/virtuozzo/soap/types/devm.rb', line 384

def device
  @device
end

#device_infoObject

Returns the value of attribute device_info.



383
384
385
# File 'lib/virtuozzo/soap/types/devm.rb', line 383

def device_info
  @device_info
end

#errorObject

Returns the value of attribute error.



369
370
371
# File 'lib/virtuozzo/soap/types/devm.rb', line 369

def error
  @error
end

#format_driveObject

Returns the value of attribute format_drive.



377
378
379
# File 'lib/virtuozzo/soap/types/devm.rb', line 377

def format_drive
  @format_drive
end

#forwardObject

Returns the value of attribute forward.



385
386
387
# File 'lib/virtuozzo/soap/types/devm.rb', line 385

def forward
  @forward
end

#forward_deviceObject

Returns the value of attribute forward_device.



379
380
381
# File 'lib/virtuozzo/soap/types/devm.rb', line 379

def forward_device
  @forward_device
end

#get_infoObject

Returns the value of attribute get_info.



373
374
375
# File 'lib/virtuozzo/soap/types/devm.rb', line 373

def get_info
  @get_info
end

#get_mountsObject

Returns the value of attribute get_mounts.



370
371
372
# File 'lib/virtuozzo/soap/types/devm.rb', line 370

def get_mounts
  @get_mounts
end

#list_deviceObject

Returns the value of attribute list_device.



378
379
380
# File 'lib/virtuozzo/soap/types/devm.rb', line 378

def list_device
  @list_device
end

#list_forwardObject

Returns the value of attribute list_forward.



381
382
383
# File 'lib/virtuozzo/soap/types/devm.rb', line 381

def list_forward
  @list_forward
end

#mountObject

Returns the value of attribute mount.



382
383
384
# File 'lib/virtuozzo/soap/types/devm.rb', line 382

def mount
  @mount
end

#new_mountObject

Returns the value of attribute new_mount.



371
372
373
# File 'lib/virtuozzo/soap/types/devm.rb', line 371

def new_mount
  @new_mount
end

#okObject

Returns the value of attribute ok.



368
369
370
# File 'lib/virtuozzo/soap/types/devm.rb', line 368

def ok
  @ok
end

#remove_forwardObject

Returns the value of attribute remove_forward.



380
381
382
# File 'lib/virtuozzo/soap/types/devm.rb', line 380

def remove_forward
  @remove_forward
end

#resize_driveObject

Returns the value of attribute resize_drive.



376
377
378
# File 'lib/virtuozzo/soap/types/devm.rb', line 376

def resize_drive
  @resize_drive
end

#umountObject

Returns the value of attribute umount.



372
373
374
# File 'lib/virtuozzo/soap/types/devm.rb', line 372

def umount
  @umount
end