Class: Virtuozzo::SOAP::Types::Devm::Vzadevm
- Inherits:
-
VzadevmType
- Object
- OperatorType
- Operator_functionalType
- DevmType
- VzadevmType
- Virtuozzo::SOAP::Types::Devm::Vzadevm
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzadevmvzadevm
configuration - Virtuozzo::SOAP::Types::Devm::ConfigurationType
ok - Virtuozzo::SOAP::Types::Devm::Vzadevm::Ok
error - Virtuozzo::SOAP::Types::Devm::Vzadevm::Error
get_mounts - Virtuozzo::SOAP::Types::Devm::Get_mounts
new_mount - Virtuozzo::SOAP::Types::Devm::New_mount
umount - Virtuozzo::SOAP::Types::Devm::Umount
get_info - Virtuozzo::SOAP::Types::Devm::Get_info
create_drive - Virtuozzo::SOAP::Types::Devm::Create_drive
delete_drive - Virtuozzo::SOAP::Types::Devm::Delete_drive
resize_drive - Virtuozzo::SOAP::Types::Devm::Resize_drive
format_drive - Virtuozzo::SOAP::Types::Devm::Format_drive
list_device - Virtuozzo::SOAP::Types::Devm::List_device
forward_device - Virtuozzo::SOAP::Types::Devm::Forward_device
remove_forward - Virtuozzo::SOAP::Types::Devm::Remove_forward
list_forward - Virtuozzo::SOAP::Types::Devm::List_forward
mount - Virtuozzo::SOAP::Types::Devm::Mount_deviceType
device_info - Virtuozzo::SOAP::Types::Devm::Device_info
device - Virtuozzo::SOAP::Types::Devm::Common_deviceType
forward - Virtuozzo::SOAP::Types::Devm::Forward
Defined Under Namespace
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#create_drive ⇒ Object
Returns the value of attribute create_drive.
-
#delete_drive ⇒ Object
Returns the value of attribute delete_drive.
-
#device ⇒ Object
Returns the value of attribute device.
-
#device_info ⇒ Object
Returns the value of attribute device_info.
-
#error ⇒ Object
Returns the value of attribute error.
-
#format_drive ⇒ Object
Returns the value of attribute format_drive.
-
#forward ⇒ Object
Returns the value of attribute forward.
-
#forward_device ⇒ Object
Returns the value of attribute forward_device.
-
#get_info ⇒ Object
Returns the value of attribute get_info.
-
#get_mounts ⇒ Object
Returns the value of attribute get_mounts.
-
#list_device ⇒ Object
Returns the value of attribute list_device.
-
#list_forward ⇒ Object
Returns the value of attribute list_forward.
-
#mount ⇒ Object
Returns the value of attribute mount.
-
#new_mount ⇒ Object
Returns the value of attribute new_mount.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#remove_forward ⇒ Object
Returns the value of attribute remove_forward.
-
#resize_drive ⇒ Object
Returns the value of attribute resize_drive.
-
#umount ⇒ Object
Returns the value of attribute umount.
Instance Method Summary collapse
-
#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 = []) ⇒ Vzadevm
constructor
A new instance of Vzadevm.
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 = []) ⇒ Vzadevm
Returns a new instance of Vzadevm.
2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2627 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
#configuration ⇒ Object
Returns the value of attribute configuration.
2607 2608 2609 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2607 def configuration @configuration end |
#create_drive ⇒ Object
Returns the value of attribute create_drive.
2614 2615 2616 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2614 def create_drive @create_drive end |
#delete_drive ⇒ Object
Returns the value of attribute delete_drive.
2615 2616 2617 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2615 def delete_drive @delete_drive end |
#device ⇒ Object
Returns the value of attribute device.
2624 2625 2626 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2624 def device @device end |
#device_info ⇒ Object
Returns the value of attribute device_info.
2623 2624 2625 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2623 def device_info @device_info end |
#error ⇒ Object
Returns the value of attribute error.
2609 2610 2611 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2609 def error @error end |
#format_drive ⇒ Object
Returns the value of attribute format_drive.
2617 2618 2619 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2617 def format_drive @format_drive end |
#forward ⇒ Object
Returns the value of attribute forward.
2625 2626 2627 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2625 def forward @forward end |
#forward_device ⇒ Object
Returns the value of attribute forward_device.
2619 2620 2621 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2619 def forward_device @forward_device end |
#get_info ⇒ Object
Returns the value of attribute get_info.
2613 2614 2615 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2613 def get_info @get_info end |
#get_mounts ⇒ Object
Returns the value of attribute get_mounts.
2610 2611 2612 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2610 def get_mounts @get_mounts end |
#list_device ⇒ Object
Returns the value of attribute list_device.
2618 2619 2620 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2618 def list_device @list_device end |
#list_forward ⇒ Object
Returns the value of attribute list_forward.
2621 2622 2623 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2621 def list_forward @list_forward end |
#mount ⇒ Object
Returns the value of attribute mount.
2622 2623 2624 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2622 def mount @mount end |
#new_mount ⇒ Object
Returns the value of attribute new_mount.
2611 2612 2613 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2611 def new_mount @new_mount end |
#ok ⇒ Object
Returns the value of attribute ok.
2608 2609 2610 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2608 def ok @ok end |
#remove_forward ⇒ Object
Returns the value of attribute remove_forward.
2620 2621 2622 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2620 def remove_forward @remove_forward end |
#resize_drive ⇒ Object
Returns the value of attribute resize_drive.
2616 2617 2618 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2616 def resize_drive @resize_drive end |
#umount ⇒ Object
Returns the value of attribute umount.
2612 2613 2614 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2612 def umount @umount end |