Class: Virtuozzo::SOAP::Types::Devm::Create_drive

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

Overview

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

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

Returns a new instance of Create_drive.



2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
# File 'lib/virtuozzo/soap/types/devm.rb', line 2929

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.



2924
2925
2926
# File 'lib/virtuozzo/soap/types/devm.rb', line 2924

def active
  @active
end

#deviceObject

Returns the value of attribute device.



2921
2922
2923
# File 'lib/virtuozzo/soap/types/devm.rb', line 2921

def device
  @device
end

#eidObject

Returns the value of attribute eid.



2927
2928
2929
# File 'lib/virtuozzo/soap/types/devm.rb', line 2927

def eid
  @eid
end

#filesystemObject

Returns the value of attribute filesystem.



2923
2924
2925
# File 'lib/virtuozzo/soap/types/devm.rb', line 2923

def filesystem
  @filesystem
end

#interfaceObject

Returns the value of attribute interface.



2926
2927
2928
# File 'lib/virtuozzo/soap/types/devm.rb', line 2926

def interface
  @interface
end

#permanentObject

Returns the value of attribute permanent.



2920
2921
2922
# File 'lib/virtuozzo/soap/types/devm.rb', line 2920

def permanent
  @permanent
end

#pointObject

Returns the value of attribute point.



2922
2923
2924
# File 'lib/virtuozzo/soap/types/devm.rb', line 2922

def point
  @point
end

#sizeObject

Returns the value of attribute size.



2925
2926
2927
# File 'lib/virtuozzo/soap/types/devm.rb', line 2925

def size
  @size
end