Class: Virtuozzo::SOAP::Types::Relocator::P2v_migrate_optionsType::Quota::Partition

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

inner class for member: partition http://www.swsoft.com/webservices/vzl/4.0.0/relocatorpartition

name - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil) ⇒ Partition

Returns a new instance of Partition.



2503
2504
2505
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2503

def initialize(name = nil)
  @name = name
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2501
2502
2503
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2501

def name
  @name
end