Class: Virtuozzo::SOAP::Types::Devm::New_mount

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

Overview

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

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) ⇒ New_mount

Returns a new instance of New_mount.



2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
# File 'lib/virtuozzo/soap/types/devm.rb', line 2844

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.



2839
2840
2841
# File 'lib/virtuozzo/soap/types/devm.rb', line 2839

def active
  @active
end

#deviceObject

Returns the value of attribute device.



2836
2837
2838
# File 'lib/virtuozzo/soap/types/devm.rb', line 2836

def device
  @device
end

#eidObject

Returns the value of attribute eid.



2842
2843
2844
# File 'lib/virtuozzo/soap/types/devm.rb', line 2842

def eid
  @eid
end

#filesystemObject

Returns the value of attribute filesystem.



2838
2839
2840
# File 'lib/virtuozzo/soap/types/devm.rb', line 2838

def filesystem
  @filesystem
end

#interfaceObject

Returns the value of attribute interface.



2841
2842
2843
# File 'lib/virtuozzo/soap/types/devm.rb', line 2841

def interface
  @interface
end

#permanentObject

Returns the value of attribute permanent.



2835
2836
2837
# File 'lib/virtuozzo/soap/types/devm.rb', line 2835

def permanent
  @permanent
end

#pointObject

Returns the value of attribute point.



2837
2838
2839
# File 'lib/virtuozzo/soap/types/devm.rb', line 2837

def point
  @point
end

#sizeObject

Returns the value of attribute size.



2840
2841
2842
# File 'lib/virtuozzo/soap/types/devm.rb', line 2840

def size
  @size
end