Class: Virtuozzo::SOAP::Types::Devm::Mount_deviceType

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

Overview

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

permanent - SOAP::SOAPBoolean
device - SOAP::SOAPString
point - SOAP::SOAPString
filesystem - SOAP::SOAPString
active - SOAP::SOAPBoolean
size - SOAP::SOAPLong
interface - SOAP::SOAPString

Direct Known Subclasses

Create_drive, New_mount, Umount

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(permanent = nil, device = nil, point = nil, filesystem = nil, active = nil, size = nil, interface = nil) ⇒ Mount_deviceType

Returns a new instance of Mount_deviceType.



2496
2497
2498
2499
2500
2501
2502
2503
2504
# File 'lib/virtuozzo/soap/types/devm.rb', line 2496

def initialize(permanent = nil, device = nil, point = nil, filesystem = nil, active = nil, size = nil, interface = nil)
  @permanent = permanent
  @device = device
  @point = point
  @filesystem = filesystem
  @active = active
  @size = size
  @interface = interface
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



2492
2493
2494
# File 'lib/virtuozzo/soap/types/devm.rb', line 2492

def active
  @active
end

#deviceObject

Returns the value of attribute device.



2489
2490
2491
# File 'lib/virtuozzo/soap/types/devm.rb', line 2489

def device
  @device
end

#filesystemObject

Returns the value of attribute filesystem.



2491
2492
2493
# File 'lib/virtuozzo/soap/types/devm.rb', line 2491

def filesystem
  @filesystem
end

#interfaceObject

Returns the value of attribute interface.



2494
2495
2496
# File 'lib/virtuozzo/soap/types/devm.rb', line 2494

def interface
  @interface
end

#permanentObject

Returns the value of attribute permanent.



2488
2489
2490
# File 'lib/virtuozzo/soap/types/devm.rb', line 2488

def permanent
  @permanent
end

#pointObject

Returns the value of attribute point.



2490
2491
2492
# File 'lib/virtuozzo/soap/types/devm.rb', line 2490

def point
  @point
end

#sizeObject

Returns the value of attribute size.



2493
2494
2495
# File 'lib/virtuozzo/soap/types/devm.rb', line 2493

def size
  @size
end