Class: Virtuozzo::SOAP::Types::Support::Package_vztemplateType

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

Overview

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

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



1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
# File 'lib/virtuozzo/soap/types/support.rb', line 1824

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.



1816
1817
1818
# File 'lib/virtuozzo/soap/types/support.rb', line 1816

def arch
  @arch
end

#cachedObject

Returns the value of attribute cached.



1820
1821
1822
# File 'lib/virtuozzo/soap/types/support.rb', line 1820

def cached
  @cached
end

#descriptionObject

Returns the value of attribute description.



1815
1816
1817
# File 'lib/virtuozzo/soap/types/support.rb', line 1815

def description
  @description
end

#nameObject

Returns the value of attribute name.



1812
1813
1814
# File 'lib/virtuozzo/soap/types/support.rb', line 1812

def name
  @name
end

#osObject

Returns the value of attribute os.



1814
1815
1816
# File 'lib/virtuozzo/soap/types/support.rb', line 1814

def os
  @os
end

#os_templateObject

Returns the value of attribute os_template.



1819
1820
1821
# File 'lib/virtuozzo/soap/types/support.rb', line 1819

def os_template
  @os_template
end

#pathObject

Returns the value of attribute path.



1821
1822
1823
# File 'lib/virtuozzo/soap/types/support.rb', line 1821

def path
  @path
end

#summaryObject

Returns the value of attribute summary.



1813
1814
1815
# File 'lib/virtuozzo/soap/types/support.rb', line 1813

def summary
  @summary
end

#technologyObject

Returns the value of attribute technology.



1818
1819
1820
# File 'lib/virtuozzo/soap/types/support.rb', line 1818

def technology
  @technology
end

#uptodateObject

Returns the value of attribute uptodate.



1822
1823
1824
# File 'lib/virtuozzo/soap/types/support.rb', line 1822

def uptodate
  @uptodate
end

#versionObject

Returns the value of attribute version.



1817
1818
1819
# File 'lib/virtuozzo/soap/types/support.rb', line 1817

def version
  @version
end