Class: Virtuozzo::SOAP::Types::Devm::DevmType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Devm::DevmType
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/devmdevmType
configuration - Virtuozzo::SOAP::Types::Devm::ConfigurationType
ok - Virtuozzo::SOAP::Types::Devm::DevmType::Ok
error - Virtuozzo::SOAP::Types::Devm::DevmType::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
Direct Known Subclasses
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 = []) ⇒ DevmType
constructor
A new instance of DevmType.
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 = []) ⇒ DevmType
Returns a new instance of DevmType.
301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 301 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.
281 282 283 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 281 def configuration @configuration end |
#create_drive ⇒ Object
Returns the value of attribute create_drive.
288 289 290 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 288 def create_drive @create_drive end |
#delete_drive ⇒ Object
Returns the value of attribute delete_drive.
289 290 291 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 289 def delete_drive @delete_drive end |
#device ⇒ Object
Returns the value of attribute device.
298 299 300 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 298 def device @device end |
#device_info ⇒ Object
Returns the value of attribute device_info.
297 298 299 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 297 def device_info @device_info end |
#error ⇒ Object
Returns the value of attribute error.
283 284 285 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 283 def error @error end |
#format_drive ⇒ Object
Returns the value of attribute format_drive.
291 292 293 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 291 def format_drive @format_drive end |
#forward ⇒ Object
Returns the value of attribute forward.
299 300 301 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 299 def forward @forward end |
#forward_device ⇒ Object
Returns the value of attribute forward_device.
293 294 295 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 293 def forward_device @forward_device end |
#get_info ⇒ Object
Returns the value of attribute get_info.
287 288 289 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 287 def get_info @get_info end |
#get_mounts ⇒ Object
Returns the value of attribute get_mounts.
284 285 286 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 284 def get_mounts @get_mounts end |
#list_device ⇒ Object
Returns the value of attribute list_device.
292 293 294 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 292 def list_device @list_device end |
#list_forward ⇒ Object
Returns the value of attribute list_forward.
295 296 297 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 295 def list_forward @list_forward end |
#mount ⇒ Object
Returns the value of attribute mount.
296 297 298 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 296 def mount @mount end |
#new_mount ⇒ Object
Returns the value of attribute new_mount.
285 286 287 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 285 def new_mount @new_mount end |
#ok ⇒ Object
Returns the value of attribute ok.
282 283 284 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 282 def ok @ok end |
#remove_forward ⇒ Object
Returns the value of attribute remove_forward.
294 295 296 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 294 def remove_forward @remove_forward end |
#resize_drive ⇒ Object
Returns the value of attribute resize_drive.
290 291 292 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 290 def resize_drive @resize_drive end |
#umount ⇒ Object
Returns the value of attribute umount.
286 287 288 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 286 def umount @umount end |