Class: Virtuozzo::SOAP::Drivers::Device::Umount

Inherits:
Mount_deviceType show all
Defined in:
lib/virtuozzo/soap/drivers/device/types.rb

Overview

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

permanent - SOAP::SOAPBoolean
device - SOAP::SOAPString
point - SOAP::SOAPString
filesystem - SOAP::SOAPString
active - SOAP::SOAPBoolean
size - SOAP::SOAPLong
interface - SOAP::SOAPString
eid - (any)

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, eid = nil) ⇒ Umount

Returns a new instance of Umount.



2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2874

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

Instance Attribute Details

#activeObject

Returns the value of attribute active.



2869
2870
2871
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2869

def active
  @active
end

#deviceObject

Returns the value of attribute device.



2866
2867
2868
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2866

def device
  @device
end

#eidObject

Returns the value of attribute eid.



2872
2873
2874
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2872

def eid
  @eid
end

#filesystemObject

Returns the value of attribute filesystem.



2868
2869
2870
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2868

def filesystem
  @filesystem
end

#interfaceObject

Returns the value of attribute interface.



2871
2872
2873
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2871

def interface
  @interface
end

#permanentObject

Returns the value of attribute permanent.



2865
2866
2867
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2865

def permanent
  @permanent
end

#pointObject

Returns the value of attribute point.



2867
2868
2869
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2867

def point
  @point
end

#sizeObject

Returns the value of attribute size.



2870
2871
2872
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 2870

def size
  @size
end