Class: Virtuozzo::SOAP::Types::Devm::Package_vztemplateType

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

Overview

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

name - SOAP::SOAPString
summary - SOAP::SOAPString
os - Virtuozzo::SOAP::Types::Devm::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.



1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'lib/virtuozzo/soap/types/devm.rb', line 1898

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.



1890
1891
1892
# File 'lib/virtuozzo/soap/types/devm.rb', line 1890

def arch
  @arch
end

#cachedObject

Returns the value of attribute cached.



1894
1895
1896
# File 'lib/virtuozzo/soap/types/devm.rb', line 1894

def cached
  @cached
end

#descriptionObject

Returns the value of attribute description.



1889
1890
1891
# File 'lib/virtuozzo/soap/types/devm.rb', line 1889

def description
  @description
end

#nameObject

Returns the value of attribute name.



1886
1887
1888
# File 'lib/virtuozzo/soap/types/devm.rb', line 1886

def name
  @name
end

#osObject

Returns the value of attribute os.



1888
1889
1890
# File 'lib/virtuozzo/soap/types/devm.rb', line 1888

def os
  @os
end

#os_templateObject

Returns the value of attribute os_template.



1893
1894
1895
# File 'lib/virtuozzo/soap/types/devm.rb', line 1893

def os_template
  @os_template
end

#pathObject

Returns the value of attribute path.



1895
1896
1897
# File 'lib/virtuozzo/soap/types/devm.rb', line 1895

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1887
1888
1889
# File 'lib/virtuozzo/soap/types/devm.rb', line 1887

def summary
  @summary
end

#technologyObject

Returns the value of attribute technology.



1892
1893
1894
# File 'lib/virtuozzo/soap/types/devm.rb', line 1892

def technology
  @technology
end

#uptodateObject

Returns the value of attribute uptodate.



1896
1897
1898
# File 'lib/virtuozzo/soap/types/devm.rb', line 1896

def uptodate
  @uptodate
end

#versionObject

Returns the value of attribute version.



1891
1892
1893
# File 'lib/virtuozzo/soap/types/devm.rb', line 1891

def version
  @version
end