Class: Virtuozzo::SOAP::Types::Devm::Create_drive
- Inherits:
-
Mount_deviceType
- Object
- Mount_deviceType
- Virtuozzo::SOAP::Types::Devm::Create_drive
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
Overview
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#device ⇒ Object
Returns the value of attribute device.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#filesystem ⇒ Object
Returns the value of attribute filesystem.
-
#interface ⇒ Object
Returns the value of attribute interface.
-
#permanent ⇒ Object
Returns the value of attribute permanent.
-
#point ⇒ Object
Returns the value of attribute point.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Method Summary collapse
-
#initialize(permanent = nil, device = nil, point = nil, filesystem = nil, active = nil, size = nil, interface = nil, eid = nil) ⇒ Create_drive
constructor
A new instance of Create_drive.
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
#active ⇒ Object
Returns the value of attribute active.
2924 2925 2926 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2924 def active @active end |
#device ⇒ Object
Returns the value of attribute device.
2921 2922 2923 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2921 def device @device end |
#eid ⇒ Object
Returns the value of attribute eid.
2927 2928 2929 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2927 def eid @eid end |
#filesystem ⇒ Object
Returns the value of attribute filesystem.
2923 2924 2925 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2923 def filesystem @filesystem end |
#interface ⇒ Object
Returns the value of attribute interface.
2926 2927 2928 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2926 def interface @interface end |
#permanent ⇒ Object
Returns the value of attribute permanent.
2920 2921 2922 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2920 def permanent @permanent end |
#point ⇒ Object
Returns the value of attribute point.
2922 2923 2924 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2922 def point @point end |
#size ⇒ Object
Returns the value of attribute size.
2925 2926 2927 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 2925 def size @size end |