Class: Virtuozzo::SOAP::Types::Computerm::PartitionType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Computerm::PartitionType
- Defined in:
- lib/virtuozzo/soap/types/computerm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/computermpartitionType
name - SOAP::SOAPString
mount_point - SOAP::SOAPString
fs_type - SOAP::SOAPString
block_size - SOAP::SOAPLong
blocks - Virtuozzo::SOAP::Types::Computerm::UsageType
inodes - Virtuozzo::SOAP::Types::Computerm::UsageType
option - SOAP::SOAPString
Instance Attribute Summary collapse
-
#block_size ⇒ Object
Returns the value of attribute block_size.
-
#blocks ⇒ Object
Returns the value of attribute blocks.
-
#fs_type ⇒ Object
Returns the value of attribute fs_type.
-
#inodes ⇒ Object
Returns the value of attribute inodes.
-
#mount_point ⇒ Object
Returns the value of attribute mount_point.
-
#name ⇒ Object
Returns the value of attribute name.
-
#option ⇒ Object
Returns the value of attribute option.
Instance Method Summary collapse
-
#initialize(name = nil, mount_point = nil, fs_type = nil, block_size = nil, blocks = nil, inodes = nil, option = []) ⇒ PartitionType
constructor
A new instance of PartitionType.
Constructor Details
#initialize(name = nil, mount_point = nil, fs_type = nil, block_size = nil, blocks = nil, inodes = nil, option = []) ⇒ PartitionType
Returns a new instance of PartitionType.
29 30 31 32 33 34 35 36 37 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 29 def initialize(name = nil, mount_point = nil, fs_type = nil, block_size = nil, blocks = nil, inodes = nil, option = []) @name = name @mount_point = mount_point @fs_type = fs_type @block_size = block_size @blocks = blocks @inodes = inodes @option = option end |
Instance Attribute Details
#block_size ⇒ Object
Returns the value of attribute block_size.
24 25 26 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 24 def block_size @block_size end |
#blocks ⇒ Object
Returns the value of attribute blocks.
25 26 27 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 25 def blocks @blocks end |
#fs_type ⇒ Object
Returns the value of attribute fs_type.
23 24 25 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 23 def fs_type @fs_type end |
#inodes ⇒ Object
Returns the value of attribute inodes.
26 27 28 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 26 def inodes @inodes end |
#mount_point ⇒ Object
Returns the value of attribute mount_point.
22 23 24 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 22 def mount_point @mount_point end |
#name ⇒ Object
Returns the value of attribute name.
21 22 23 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 21 def name @name end |
#option ⇒ Object
Returns the value of attribute option.
27 28 29 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 27 def option @option end |