Class: Virtuozzo::SOAP::Types::Relocator::Package_vztemplateType

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzatypespackage_vztemplateType

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Drivers::Relocator::OsType
description - SOAP::SOAPString
arch - SOAP::SOAPString
version - SOAP::SOAPString
technology - SOAP::SOAPString
os_template - SOAP::SOAPBoolean
cached - SOAP::SOAPBoolean
path - SOAP::SOAPBase64
uptodate - SOAP::SOAPBoolean

Direct Known Subclasses

Package_std_vztemplateType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, technology = [], os_template = nil, cached = nil, path = nil, uptodate = nil) ⇒ Package_vztemplateType

Returns a new instance of Package_vztemplateType.



1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1865

def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, technology = [], os_template = nil, cached = nil, path = nil, uptodate = nil)
  @name = name
  @summary = summary
  @os = os
  @description = description
  @arch = arch
  @version = version
  @technology = technology
  @os_template = os_template
  @cached = cached
  @path = path
  @uptodate = uptodate
end

Instance Attribute Details

#archObject

Returns the value of attribute arch.



1857
1858
1859
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1857

def arch
  @arch
end

#cachedObject

Returns the value of attribute cached.



1861
1862
1863
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1861

def cached
  @cached
end

#descriptionObject

Returns the value of attribute description.



1856
1857
1858
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1856

def description
  @description
end

#nameObject

Returns the value of attribute name.



1853
1854
1855
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1853

def name
  @name
end

#osObject

Returns the value of attribute os.



1855
1856
1857
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1855

def os
  @os
end

#os_templateObject

Returns the value of attribute os_template.



1860
1861
1862
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1860

def os_template
  @os_template
end

#pathObject

Returns the value of attribute path.



1862
1863
1864
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1862

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1854
1855
1856
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1854

def summary
  @summary
end

#technologyObject

Returns the value of attribute technology.



1859
1860
1861
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1859

def technology
  @technology
end

#uptodateObject

Returns the value of attribute uptodate.



1863
1864
1865
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1863

def uptodate
  @uptodate
end

#versionObject

Returns the value of attribute version.



1858
1859
1860
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1858

def version
  @version
end