Class: Virtuozzo::SOAP::Types::Processm::Package_std_vztemplateType

Inherits:
Package_vztemplateType show all
Defined in:
lib/virtuozzo/soap/types/processm.rb

Overview

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

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Processm::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
base - SOAP::SOAPBoolean

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, base = nil) ⇒ Package_std_vztemplateType

Returns a new instance of Package_std_vztemplateType.



1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
# File 'lib/virtuozzo/soap/types/processm.rb', line 1857

def initialize(name = nil, summary = nil, os = nil, description = nil, arch = nil, version = nil, technology = [], os_template = nil, cached = nil, path = nil, uptodate = nil, base = 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
  @base = base
end

Instance Attribute Details

#archObject

Returns the value of attribute arch.



1848
1849
1850
# File 'lib/virtuozzo/soap/types/processm.rb', line 1848

def arch
  @arch
end

#baseObject

Returns the value of attribute base.



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

def base
  @base
end

#cachedObject

Returns the value of attribute cached.



1852
1853
1854
# File 'lib/virtuozzo/soap/types/processm.rb', line 1852

def cached
  @cached
end

#descriptionObject

Returns the value of attribute description.



1847
1848
1849
# File 'lib/virtuozzo/soap/types/processm.rb', line 1847

def description
  @description
end

#nameObject

Returns the value of attribute name.



1844
1845
1846
# File 'lib/virtuozzo/soap/types/processm.rb', line 1844

def name
  @name
end

#osObject

Returns the value of attribute os.



1846
1847
1848
# File 'lib/virtuozzo/soap/types/processm.rb', line 1846

def os
  @os
end

#os_templateObject

Returns the value of attribute os_template.



1851
1852
1853
# File 'lib/virtuozzo/soap/types/processm.rb', line 1851

def os_template
  @os_template
end

#pathObject

Returns the value of attribute path.



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

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1845
1846
1847
# File 'lib/virtuozzo/soap/types/processm.rb', line 1845

def summary
  @summary
end

#technologyObject

Returns the value of attribute technology.



1850
1851
1852
# File 'lib/virtuozzo/soap/types/processm.rb', line 1850

def technology
  @technology
end

#uptodateObject

Returns the value of attribute uptodate.



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

def uptodate
  @uptodate
end

#versionObject

Returns the value of attribute version.



1849
1850
1851
# File 'lib/virtuozzo/soap/types/processm.rb', line 1849

def version
  @version
end