Class: Virtuozzo::SOAP::Types::Computerm::PartitionType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_sizeObject

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

#blocksObject

Returns the value of attribute blocks.



25
26
27
# File 'lib/virtuozzo/soap/types/computerm.rb', line 25

def blocks
  @blocks
end

#fs_typeObject

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

#inodesObject

Returns the value of attribute inodes.



26
27
28
# File 'lib/virtuozzo/soap/types/computerm.rb', line 26

def inodes
  @inodes
end

#mount_pointObject

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

#nameObject

Returns the value of attribute name.



21
22
23
# File 'lib/virtuozzo/soap/types/computerm.rb', line 21

def name
  @name
end

#optionObject

Returns the value of attribute option.



27
28
29
# File 'lib/virtuozzo/soap/types/computerm.rb', line 27

def option
  @option
end