Class: Virtuozzo::SOAP::Types::Devm::Umount

Inherits:
Mount_deviceType show all
Defined in:
lib/virtuozzo/soap/types/devm.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.



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

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.



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

def active
  @active
end

#deviceObject

Returns the value of attribute device.



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

def device
  @device
end

#eidObject

Returns the value of attribute eid.



2873
2874
2875
# File 'lib/virtuozzo/soap/types/devm.rb', line 2873

def eid
  @eid
end

#filesystemObject

Returns the value of attribute filesystem.



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

def filesystem
  @filesystem
end

#interfaceObject

Returns the value of attribute interface.



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

def interface
  @interface
end

#permanentObject

Returns the value of attribute permanent.



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

def permanent
  @permanent
end

#pointObject

Returns the value of attribute point.



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

def point
  @point
end

#sizeObject

Returns the value of attribute size.



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

def size
  @size
end